aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
* 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
* Revert recent vo_opengl related commitsGravatar wm42015-02-28
* vd_lavc: respect lavc's color_trc fieldGravatar Niklas Haas2015-02-28
* video: remove redundant codec parametersGravatar wm42015-02-24
* vd_lavc: uninit the hwdec backend after closing the decoderGravatar wm42015-02-14
* video: work around libswscale for PNG pixel formatsGravatar wm42015-02-06
* player: print used number of threads in verbose modeGravatar wm42015-01-05
* vd_lavc: fix error handling pathGravatar wm42014-12-13
* Check some mallocsGravatar wm42014-12-12
* vd_lavc: use avcodec_is_open()Gravatar wm42014-12-02
* vd_lavc: don't crash if codec could not be openedGravatar wm42014-12-01
* vd_lavc: flush frames before uninitializing hw decoderGravatar wm42014-11-20
* video: initial dxva2 supportGravatar wm42014-10-25
* vd_lavc: fix a small memory leak on init errorGravatar wm42014-09-29
* Remove mpbswap.hGravatar wm42014-09-25
* video: remove BITMAPINFOHEADER from internal demuxer APIGravatar wm42014-09-25
* video: initial Matroska 3D supportGravatar wm42014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* vaapi: try dealing with Intel's braindamaged shit driversGravatar wm42014-08-21
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* video: remove "hard" framedrop modeGravatar wm42014-08-09
* Improve setting AVOptionsGravatar wm42014-08-02
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* vd_lavc: use option parser for skip suboptionsGravatar wm42014-06-13
* vd_lavc: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* vd_lavc: set video bitrate if availableGravatar Marcoen Hirschberg2014-05-28
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* video: add --video-rotate option for controlling auto-rotationGravatar wm42014-05-24
* vd_lavc: Support hwaccel 1.2 and laterGravatar Luca Barbato2014-05-12
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23