aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
* 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
* demux: export video rotation parameterGravatar wm42014-04-21
* vd_lavc: reinit hwdec on profile changesGravatar wm42014-03-17
* vd_lavc: remove unused fieldGravatar wm42014-03-16
* vd_lavc: reduce hardware decoder mid-stream reinitializationsGravatar wm42014-03-16
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* vd_lavc: ridiculous workaround for Libav 9 compatibilityGravatar wm42014-03-16
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* vd_lavc: matroska: remove weird code setting extra_huff for mjpegGravatar wm42014-01-11
* vd_lavc: matroska: remove weird realvideo special handlingGravatar wm42014-01-11
* vd_lavc: minor simplificationGravatar wm42014-01-11
* Factor out setting AVCodecContext extradataGravatar wm42014-01-11
* vd_lavc: by default, output all frames, even corrupted onesGravatar wm42013-12-29
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* video: move video filter chain initialization from decoder to playerGravatar wm42013-12-10
* video: create a separate context for video filter chainGravatar wm42013-12-07
* vd_lavc: factor out libavcodec thread setupGravatar wm42013-12-04
* vd_lavc: don't check required hwdec fieldsGravatar wm42013-12-04
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* video: refactor PTS code, add fall back heuristic to DTSGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrameGravatar wm42013-11-25
* vd_lavc: improve a commentGravatar wm42013-11-24
* vd_lavc: when falling back to software, revert filter error statusGravatar wm42013-11-23
* video: move handling of container vs. stream AR out of vd_lavc.cGravatar wm42013-11-23
* dec_video: make vf_input and hwdec_info statically allocatedGravatar wm42013-11-23