summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vavpp.c
Commit message (Expand)AuthorAgeFilesLines
* vf_vavpp: select best quality deinterlacing algorithm by defaultwm42018-02-131-5/+22
* video: make --deinterlace and HW deinterlace filters always deinterlacewm42018-02-131-1/+1
* video: rewrite filtering glue codewm42018-01-301-177/+114
* video: remove some more hwdec legacy stuffwm42017-12-021-5/+16
* vf_vavpp: restrict allowed sw upload formats to nv12/yuv420pwm42017-09-301-20/+3
* vf_vavpp: use error checking macrowm42017-09-291-19/+11
* vf_vavpp: use libavutil hw frames API for frame pool and uploadwm42017-09-291-25/+83
* video: change --deinterlace behaviorwm42017-08-221-7/+0
* vf_vavpp: fix first-field modewm42017-02-281-3/+3
* vf_vavpp: add advanced deint bug compatibility for Intel vaapi driverswm42017-02-281-4/+20
* vf_vavpp: minor fixeswm42017-02-281-2/+4
* vf_vavpp: always limit forward/backward surfaces to requested numberwm42017-02-271-3/+7
* vf_vavpp: remove apparently broken change-detectionwm42017-02-271-2/+0
* vf_vavpp: get rid of mp_refqueue_is_interlaced()wm42016-07-151-1/+1
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-1/+1
* vf_vdpaupp: use refqueue helperwm42016-05-271-0/+1
* vf_vavpp: make refqueue logic field-basedwm42016-05-251-56/+42
* vf_vavpp: minor simplificationwm42016-05-251-4/+6
* vf_vavpp: simplify update_pipeline() usagewm42016-05-251-13/+18
* vf_vavpp: move frame handling to separate filewm42016-05-251-57/+30
* video: refactor how VO exports hwdec device handleswm42016-05-091-7/+5
* vf_vavpp: reindentwm42016-04-111-8/+6
* vaapi: determine surface format in decoder, not in rendererwm42016-04-111-10/+17
* Change 3 more files to LGPLwm42016-01-201-7/+7
* 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