summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence two compiler warningswm42013-01-161-1/+0
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-131-94/+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-131-10/+9
* mp_image: change how palette is handledwm42013-01-131-14/+0
* mp_image: simplify image allocationwm42013-01-131-2/+2
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-40/+19
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-2/+1
* vd_lavc: use refcountingwm42013-01-131-14/+48
* vd_lavc: add DR1 supportwm42013-01-131-21/+5
* video: different way to enable hardware decoding, add software fallbackwm42013-01-131-66/+204
* vd_lavc: remove codec DRwm42013-01-131-189/+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-131-31/+3
* video: remove slice based filtering and video outputwm42013-01-131-52/+1
* video: make vdpau hardware decoding not use slices code pathwm42013-01-131-2/+15
* Add missing compat/libav.h includeswm42012-11-121-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-11/+11
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+857