aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingGravatar Aman Gupta2016-01-18
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Fix build on older libavcodec versionsGravatar wm42016-01-08
* vd_lavc: log codec profile when attempting hardware decodingGravatar wm42016-01-08
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vd_lavc: fix avctx NULL checksGravatar wm42015-12-05
* video: readd codec delay estimationGravatar wm42015-12-02
* vd_lavc: be more careful with flushing the decoderGravatar wm42015-11-10
* 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: remove codec delay estimationGravatar 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
* 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
* 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
* vd_lavc: remove unneeded hwdec parametersGravatar wm42015-08-19
* hwdec: add VideoToolbox supportGravatar Sebastien Zwickert2015-08-05
* video: don't restrict --vd-lavc-threads to a maximum of 16Gravatar wm42015-07-23
* video: replace our own refcounting with libavutil'sGravatar wm42015-07-05
* vaapi: prefer direct display over copy-backGravatar wm42015-06-29
* demux: merge extradata fieldsGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* video: reduce error message when loading hwdec backend failsGravatar wm42015-06-20
* vd_lavc: fix a hw decoding fallback caseGravatar wm42015-05-29
* vdpau: add support for the "new" libavcodec vdpau APIGravatar wm42015-05-28
* vd_lavc: allocate hw surfaces using the coded sizeGravatar wm42015-05-28
* vd_lavc: merge two functionsGravatar wm42015-05-28
* vd_lavc: make hardware decoding fallback less violentGravatar wm42015-05-28
* vd_lavc: report actually used hwdec APIGravatar wm42015-05-25
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* RPI supportGravatar wm42015-03-29
* vd_lavc: less confusing message when hardware decoding won't workGravatar wm42015-03-20
* vd_lavc: change message about using hardware decodingGravatar wm42015-03-17
* vd_lavc: let --hwdec=auto select "vaapi-copy"Gravatar wm42015-03-05
* Revert "Revert recent vo_opengl related commits"Gravatar Niklas Haas2015-02-28