aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* dxva2: reject 10 bit HEVCGravatar wm42015-11-23
* videotoolbox: make decoder format customizableGravatar wm42015-11-17
* vd_lavc: be more careful with flushing the decoderGravatar wm42015-11-10
* video: increase avi pts buffer sizeGravatar wm42015-11-06
* rpi: add support for codecs other than h264Gravatar wm42015-11-05
* vd_lavc: make hwdec fallback more tolerantGravatar wm42015-11-03
* vdpau: fix uninit when init failsGravatar wm42015-11-01
* vd_lavc: fix declarationsGravatar wm42015-10-30
* vd_lavc: make software decoding fallback an optionGravatar Rodger Combs2015-10-25
* vd_lavc: attempt to fallback from hwdec before anything is decodedGravatar wm42015-10-19
* vd_lavc: continue decoding properly after decoding failureGravatar wm42015-10-19
* vd_lavc: work around libavcodec nonsense causing hwdec init failureGravatar wm42015-10-12
* vd_lavc: refuse to initialize vaapi with unknown profilesGravatar wm42015-10-11
* video: fix base for --no-correct-ptsGravatar wm42015-10-06
* video: increase maximum number of buffered AVI pts samplesGravatar wm42015-10-06
* video: don't sort AVI pts samplesGravatar wm42015-10-06
* video: remove user-controllable PTS sorting (--pts-association-mode)Gravatar wm42015-10-06
* video: disable framedrop if avi-style timestamps are usedGravatar wm42015-10-06
* video: remove codec delay estimationGravatar wm42015-10-03
* video: cosmetics: remove trailing whitespaceGravatar wm42015-10-03
* Revert "vd_lavc: do not abort hardware decoding on errors"Gravatar wm42015-09-28
* video: remove VDA supportGravatar wm42015-09-28
* vd_lavc: remove some ancient cargo-cultingGravatar wm42015-09-28
* vaapi: remove dependency on X11Gravatar wm42015-09-27
* video: refactor GPU memcpy usageGravatar wm42015-09-25
* vd_lavc: Fix recovery from vdpau preemptionGravatar Philip Langdale2015-09-25
* vd_lavc: do not abort hardware decoding on errorsGravatar wm42015-09-23
* vd_lavc: minor cleanup to hwdec fallback codeGravatar wm42015-09-23
* video: make --field-dominance set interlaced flagGravatar Kevin Mitchell2015-09-10
* vd_lavc: better hwdec log outputGravatar wm42015-09-02
* vd_lavc: factor all hwdec fallbacks into the same functionGravatar wm42015-09-02
* video: make container vs. bitstream aspect ratio configurableGravatar wm42015-08-30
* vd_lavc: bump number of allocated surfaces for hwdec with HEVCGravatar wm42015-08-24
* vaapi: add HEVC profile entriesGravatar wm42015-08-24
* vd_lavc: remove unneeded hwdec parametersGravatar wm42015-08-19
* video: fix VideoToolbox/VDA autodetectionGravatar wm42015-08-17
* video: remove old vdpau hwaccel API usageGravatar wm42015-08-10
* hwdec: add VideoToolbox supportGravatar Sebastien Zwickert2015-08-05
* win32: revert wchar_t changesGravatar wm42015-08-01
* win32: more wchar_t -> WCHAR replacementsGravatar wm42015-07-30
* video: don't restrict --vd-lavc-threads to a maximum of 16Gravatar wm42015-07-23
* vaapi: allow allocating additional surfaces during decodingGravatar wm42015-07-15
* vaapi: increase number of additional surfacesGravatar wm42015-07-08
* dxva2: fix handling of cropped videoGravatar wm42015-07-06
* video: replace our own refcounting with libavutil'sGravatar wm42015-07-05
* client API, dxva2: add a workaround for OpenGL fullscreen issuesGravatar wm42015-07-03
* vo_direct3d, dxva2: use the same D3D deviceGravatar wm42015-07-03
* dxva2: move device creation codeGravatar wm42015-07-03
* vaapi: prefer direct display over copy-backGravatar wm42015-06-29
* demux: merge extradata fieldsGravatar wm42015-06-21