summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vavpp.c
Commit message (Expand)AuthorAgeFilesLines
* vf_vavpp: allocate output surfaces with the same size as inputwm42015-09-231-1/+4
* va_vavpp: set input/output processing regionwm42015-09-231-2/+2
* vf_vavpp: don't attempt to deinterlace progressive frameswm42015-07-081-0/+7
* vf_vavpp: provide future/past frames to driverwm42015-06-011-30/+97
* vf_vavpp: move vaMapBuffer() closer to its usewm42015-06-011-4/+4
* vf_vavpp: remove dummy loop, unindentwm42015-06-011-51/+61
* vf_vavpp: cosmeticswm42015-06-011-10/+10
* vf_vavpp: minor simplificationwm42015-06-011-29/+24
* vf_vavpp: fix bob deinterlacing for bottom field first videosFilip Milivojevic2015-05-301-0/+2
* vf_vavpp: do not pretend to support referenceswm42015-05-291-3/+5
* vf_vavpp: simplify surface list allocationwm42015-05-291-14/+2
* Remove trailing whitespacesMichael Vetter2015-05-151-2/+2
* vf_vavpp: fix deinterlacingFilip Milivojevic2015-03-081-0/+8
* vf_vavpp: add more deinterlacing algorithmswm42015-01-231-7/+22
* video: have a generic context struct for hwdec backendswm42015-01-221-1/+3
* vaapi: minor simplificationwm42015-01-211-1/+1
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-0/+2
* 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