aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* options: Expose --colormatrix-primaries to the userGravatar Niklas Haas2014-06-22
* 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
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* vd_lavc: set video bitrate if availableGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* vaapi: fix destruction with --hwdec=haapi-copyGravatar wm42014-05-28
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* video: better handling for (very) broken timestampsGravatar wm42014-05-27
* video: add --video-rotate option for controlling auto-rotationGravatar wm42014-05-24
* vdpau: don't fallback to software decoding on preemptionGravatar wm42014-05-18
* vda: Hwaccel 1.2 supportGravatar Luca Barbato2014-05-12
* vda: Simplify codec selectionGravatar Luca Barbato2014-05-12
* vd_lavc: Support hwaccel 1.2 and laterGravatar Luca Barbato2014-05-12
* vdpau: handle display preemption during decodingGravatar wm42014-05-10
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* video: change everythingGravatar wm42014-05-02
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* video: improve error messagesGravatar wm42014-04-30
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23
* demux: export video rotation parameterGravatar wm42014-04-21
* player: add a --dump-stats optionGravatar wm42014-04-17
* vdpau: remove pointer indirection for a fieldGravatar wm42014-03-19
* vdpau: fix decoder init return valueGravatar wm42014-03-19
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* vdpau: remove unused typeGravatar wm42014-03-17
* 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
* vdpau: change the error message when video too largeGravatar Andrey Morozov2014-02-24
* video: fix --no-aspectGravatar wm42014-02-11
* 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
* video: fix --brightness etc. optionsGravatar wm42013-12-29
* vd_lavc: by default, output all frames, even corrupted onesGravatar wm42013-12-29
* vda: attempt to fix build (2)Gravatar wm42013-12-22
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* codecs: mp_msg conversionGravatar wm42013-12-21