summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vavpp.c
Commit message (Expand)AuthorAgeFilesLines
* vaapi: make struct va_surface privatewm42014-03-171-11/+11
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-171-17/+26
* vaapi: mp_msg conversionswm42013-12-211-29/+36
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* vf: redo conversion filter insertion/format negotiationwm42013-12-071-5/+6
* video/filter: make vf->control non-recursivewm42013-12-071-1/+1
* video: create a separate context for video filter chainwm42013-12-071-4/+2
* video/filter: remove legacy option handling hackswm42013-12-041-1/+1
* vaapi: remove unused hw image formats, simplifywm42013-11-291-1/+1
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-1/+1
* vf_vavpp: make it work with vo_opengl and software decodingwm42013-11-221-3/+3
* Enable -Wshadowwm42013-11-011-2/+2
* video/filter: remove useless vf_info fieldswm42013-10-231-4/+2
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-0/+406