summaryrefslogtreecommitdiffstats
path: root/video/decode
Commit message (Expand)AuthorAgeFilesLines
* vdpau: change the error message when video too largeAndrey Morozov2014-02-241-1/+2
* video: fix --no-aspectwm42014-02-111-2/+2
* vd_lavc: matroska: remove weird code setting extra_huff for mjpegwm42014-01-111-12/+0
* vd_lavc: matroska: remove weird realvideo special handlingwm42014-01-111-16/+1
* vd_lavc: minor simplificationwm42014-01-111-11/+2
* Factor out setting AVCodecContext extradatawm42014-01-111-19/+8
* video: fix --brightness etc. optionswm42013-12-291-11/+0
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-291-0/+10
* vda: attempt to fix build (2)wm42013-12-221-2/+2
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-2/+2
* codecs: mp_msg conversionwm42013-12-211-1/+1
* vaapi: mp_msg conversionswm42013-12-211-26/+24
* vdpau: mp_msg conversionswm42013-12-212-11/+14
* video/decode: mp_msg conversionswm42013-12-215-65/+71
* Reduce recursive config.h inclusions in headerswm42013-12-181-2/+0
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-175-13/+13
* Move options/config related files from mpvcore/ to options/wm42013-12-172-3/+3
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-162-20/+20
* dec_video: fix handling of timestamp resetswm42013-12-121-1/+0
* video: display last frame, drain frames on video reconfigwm42013-12-102-0/+5
* video: move handling of brightness and deinterlacing controlwm42013-12-102-3/+42
* video: move video filter chain initialization from decoder to playerwm42013-12-105-62/+37
* video: create a separate context for video filter chainwm42013-12-073-52/+11
* video: remove --flipwm42013-12-051-15/+3
* vd_lavc: factor out libavcodec thread setupwm42013-12-041-15/+1
* vd_lavc: don't check required hwdec fieldswm42013-12-041-4/+3
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-041-2/+3
* vo_opengl: support for vda hardware decodingStefano Pigozzi2013-12-021-0/+3
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-292-9/+9
* vdpau: always let decoder output IMGFMT_VDPAUwm42013-11-291-0/+1
* vaapi: remove unused hw image formats, simplifywm42013-11-291-2/+2
* build: make pthreads mandatorywm42013-11-281-7/+1
* video: add insane hack to work around FFmpeg/Libav insanitywm42013-11-281-3/+8
* video: warn against non-monotonic PTS instead of decreasing PTSwm42013-11-281-2/+2
* video: add heuristic to prevent framedrop during hrseek if pts brokenwm42013-11-282-0/+9
* video: replace d_video->pts field, change PTS jump checkswm42013-11-272-5/+6
* video: if PTS is missing, make something up using the frameratewm42013-11-271-3/+7
* video: refactor PTS code, add fall back heuristic to DTSwm42013-11-273-70/+113
* Move some code from player to audio/video reset functionswm42013-11-271-0/+7
* cosmetics: rename video/audio reset functionswm42013-11-274-10/+10
* video: remove commented codewm42013-11-271-13/+2
* video: use dts as fallback when determining pts by sortingwm42013-11-271-11/+10
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-262-4/+6
* video: move timestamp determination code to dec_videowm42013-11-252-0/+44
* video: disable PTS sorting fallback by defaultwm42013-11-251-2/+3
* demux: export dts from demux_lavf, use it for aviwm42013-11-251-4/+1
* player: merge no-correct-pts with correct-pts codewm42013-11-252-0/+4
* player: change semantics of --no-correct-ptswm42013-11-251-1/+0
* dec_video: fix function signaturewm42013-11-252-4/+6
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-254-17/+22
* vd_lavc: improve a commentwm42013-11-241-1/+2
* vd_lavc: when falling back to software, revert filter error statuswm42013-11-231-0/+2
* Attempt to fix build on older libavcodec versionswm42013-11-232-0/+2
* video: don't overwrite demuxer FPS valuewm42013-11-231-1/+1
* video: move handling of container vs. stream AR out of vd_lavc.cwm42013-11-234-39/+34
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-233-7/+5
* dec_video: remove "initialized" fieldwm42013-11-232-13/+8
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-3/+3
* video: move decoder context from sh_video into new structwm42013-11-236-187/+216
* video: remove vf_pp auto-insertionwm42013-11-232-20/+0
* video: merge vd.c into dec_video.cwm42013-11-232-175/+138
* video: move struct mp_hwdec_info into its own header filewm42013-11-235-17/+4
* vf_vavpp: make it work with vo_opengl and software decodingwm42013-11-222-2/+2
* vdpau_old: enable OpenGL interopwm42013-11-191-0/+1
* demux: rename demux_packet.h to packet.hwm42013-11-182-2/+2
* vd_lavc: select correct hw decoder profile for constrained baseline h264wm42013-11-141-2/+4
* vdpau: unbreakwm42013-11-091-0/+1
* vdpau: drop dummy render functionwm42013-11-071-14/+2
* vd_lavc: remove explicit crystalhd supportwm42013-11-061-14/+0
* vo_opengl: support for vdpau hardware decodingwm42013-11-051-0/+1
* vdpau: drop required/deprecated access to a libavcodec struct fieldwm42013-11-041-3/+0
* Merge branch 'master' into have_configurewm42013-11-044-0/+15
|\
| * vo_opengl: add support for VA-API OpenGL interopwm42013-11-041-0/+1
| * vo_opengl: add infrastructure for hardware decoding OpenGL interopwm42013-11-043-0/+14
* | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-6/+5
|/
* demux: rename Windows symbolswm42013-11-021-10/+10
* video: check profiles with hardware decodingwm42013-11-014-72/+130
* vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctnesswm42013-10-311-7/+13
* dec_video: remove unused declaration of a former global variablewm42013-10-311-2/+0
* vdpau_old: restore hardware decoding with old APIwm42013-10-191-0/+1
* cosmetics: replace "CTRL" defines by enumswm42013-10-021-4/+6
* core: add --force-windowwm42013-10-021-1/+0
* vaapi: remove non-VLD entrypointswm42013-09-291-6/+2
* vaapi: fix non-sense conditionwm42013-09-291-1/+1
* vaapi: potentially make reading surfaces back to system RAM fasterwm42013-09-271-1/+4
* video: let sh_video->disp_w/h always be container sizewm42013-09-261-4/+1
* video: let sh_video->aspect always be container aspect ratiowm42013-09-262-11/+14
* vd: move aspect calculation to a functionwm42013-09-261-24/+9
* vd: remove some dead codewm42013-09-261-14/+4
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-253-3/+108
* vd_lavc: allow process_image to change image formatwm42013-09-252-18/+21
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-36/+29
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()xylosper2013-09-131-0/+1
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-131-0/+2
* video: handle video output levels with mp_image_paramswm42013-08-243-33/+1
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-3/+1
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-222-6/+223
* vaapi: use highest available profile, instead of mapping it exactlywm42013-08-191-41/+38
* vdpau: don't try to match codec profileswm42013-08-191-27/+11
* vdpau_old: add forgotten probe callbackwm42013-08-151-0/+1
* vdpau: fix compilation on Libavwm42013-08-151-0/+1
* video/decode: change fix_image callbackwm42013-08-153-5/+7
* vd_lavc: fix comment, document hwdec video frame size trickinesswm42013-08-151-1/+4
* video/decode: pass parameters directly to hwdec allocate_image callbackwm42013-08-155-20/+14
* video: add vaapi decode and output supportwm42013-08-124-0/+420
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-114-99/+195
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-064-13/+13
* vd_lavc: print warning if hardware decoding API is not availablewm42013-07-301-0/+3
* vd_lavc: fix CONFIG_VDPAU checkwm42013-07-301-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-286-73/+587
* lavc_dr1: make reference counting thread-safewm42013-07-281-4/+39
* Fix some -Wshadow warningswm42013-07-231-4/+4
* video: remove fullscreen flags chaoswm42013-07-181-2/+1
* video: redo how colorspaces are handledwm42013-07-163-45/+18
* Fix build on Libav stable (dammit)wm42013-07-151-0/+8
* vd: add VDCTRL_GET_PARAMSwm42013-07-152-0/+4
* video: unify colorspace setupwm42013-07-153-21/+36
* vf: add vf_control wrapperwm42013-07-151-6/+6
* dec_video: add vd_control wrapperwm42013-07-152-7/+12
* Cleanup some include statementswm42013-07-122-4/+1
* Remove old demuxerswm42013-07-071-4/+1
* vo_opengl: handle chroma locationwm42013-06-281-0/+3
* video: add a new method to configure filters and VOswm42013-06-284-28/+47
* options: remove -lavdopts debug suboptionwm42013-06-281-4/+0
* osdep: remove shmem wrapperwm42013-06-181-1/+0
* core: add common function to initialize AVPacketwm42013-06-031-11/+2
* options: remove some questionable -lavdopts suboptionswm42013-05-291-15/+0
* dec_video: get rid of two global variableswm42013-05-212-8/+3
* dec_video: remove emms usagewm42013-05-211-10/+0
* core: allow changing filter filters at runtimewm42013-05-181-0/+1
* vd_lavc: change VDCTRL_REINIT_VO behaviorwm42013-05-181-3/+1
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-184-5/+5
* vd_lavc: hack-fix vdpau decoding with non mod 16 videowm42013-05-141-1/+10
* video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-3/+16
* vd_lavc: allow explicitly selecting vdpau hw decoderswm42013-05-041-1/+11
* vd_lavc: fix decoder init failure pathwm42013-04-271-14/+18
* core: always pass data via packet fields to video decoderswm42013-03-284-16/+11
* video: make use of libavcodec refcountingwm42013-03-132-10/+77
* video: prepare for libavcodec refcountingwm42013-03-131-46/+40
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-10/+10
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-0/+2
* video/out: remove video mode switching (--vm)wm42013-02-261-3/+2
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESwm42013-02-262-5/+6
* vd_lavc: better warning message for software decoding fallbackwm42013-02-261-1/+2
* vd_lavc: fix software decoding fallbackwm42013-02-211-1/+1
* dec_video: fix bogus assertwm42013-02-131-1/+1
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-6/+11
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-54/+61
* core: redo how codecs are mapped, remove codecs.confwm42013-02-106-230/+131
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-1/+1
* vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.xwm42013-01-241-5/+8
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-51/+20
* Silence two compiler warningswm42013-01-161-1/+0
* video: print filter chain in verbose modewm42013-01-141-7/+8
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-132-97/+0
* vd_lavc: remove lowres decodingwm42013-01-131-11/+2
* vd_lavc: prefer AVFrame over AVCodecContext fieldswm42013-01-131-18/+17
* video: decouple internal pixel formats from FourCCswm42013-01-132-11/+9
* mp_image: change how palette is handledwm42013-01-131-14/+0
* mp_image: simplify image allocationwm42013-01-131-2/+2
* vd_lavc: make non-reference frames writeablewm42013-01-131-1/+18
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-135-59/+24
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-2/+1
* vd_lavc: use refcountingwm42013-01-133-16/+58
* vd_lavc: add DR1 supportwm42013-01-133-21/+273
* video: different way to enable hardware decoding, add software fallbackwm42013-01-131-66/+204
* vd_lavc: remove codec DRwm42013-01-133-203/+14
* video: make vdpau hardware decoding not use DR code pathwm42013-01-131-39/+107
* vd_lavc: do not mutate global threads optionwm42013-01-131-10/+9
* vd_lavc: cosmetics: move debugging code out of the waywm42013-01-131-75/+82
* video: simplify decoder pixel format handlingwm42013-01-134-99/+29
* video: remove slice based filtering and video outputwm42013-01-133-63/+1
* video: make vdpau hardware decoding not use slices code pathwm42013-01-131-2/+15
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161