aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
...
* 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
* vaapi: mp_msg conversionsGravatar wm42013-12-21
* vdpau: mp_msg conversionsGravatar wm42013-12-21
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* 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
* dec_video: fix handling of timestamp resetsGravatar wm42013-12-12
* video: display last frame, drain frames on video reconfigGravatar wm42013-12-10
* video: move handling of brightness and deinterlacing controlGravatar wm42013-12-10
* 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
* video: remove --flipGravatar wm42013-12-05
* 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
* vo_opengl: support for vda hardware decodingGravatar Stefano Pigozzi2013-12-02
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* vdpau: always let decoder output IMGFMT_VDPAUGravatar wm42013-11-29
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* build: make pthreads mandatoryGravatar wm42013-11-28
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* video: warn against non-monotonic PTS instead of decreasing PTSGravatar wm42013-11-28
* video: add heuristic to prevent framedrop during hrseek if pts brokenGravatar wm42013-11-28