summaryrefslogtreecommitdiffstats
path: root/video/decode
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+0
* Add missing compat/libav.h includeswm42012-11-121-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-125-34/+34
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-125-0/+1689