aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_vavpp.c
Commit message (Expand)AuthorAge
* vf_vavpp: don't attempt to deinterlace progressive framesGravatar wm42015-07-08
* vf_vavpp: provide future/past frames to driverGravatar wm42015-06-01
* vf_vavpp: move vaMapBuffer() closer to its useGravatar wm42015-06-01
* vf_vavpp: remove dummy loop, unindentGravatar wm42015-06-01
* vf_vavpp: cosmeticsGravatar wm42015-06-01
* vf_vavpp: minor simplificationGravatar wm42015-06-01
* vf_vavpp: fix bob deinterlacing for bottom field first videosGravatar Filip Milivojevic2015-05-30
* vf_vavpp: do not pretend to support referencesGravatar wm42015-05-29
* vf_vavpp: simplify surface list allocationGravatar wm42015-05-29
* Remove trailing whitespacesGravatar Michael Vetter2015-05-15
* vf_vavpp: fix deinterlacingGravatar Filip Milivojevic2015-03-08
* vf_vavpp: add more deinterlacing algorithmsGravatar wm42015-01-23
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* vaapi: minor simplificationGravatar wm42015-01-21
* video: don't drop last frame when deinterlacing with yadifGravatar wm42014-04-28
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* vaapi: mp_msg conversionsGravatar wm42013-12-21
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* vf: redo conversion filter insertion/format negotiationGravatar wm42013-12-07
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* video: create a separate context for video filter chainGravatar wm42013-12-07
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vf_vavpp: make it work with vo_opengl and software decodingGravatar wm42013-11-22
* Enable -WshadowGravatar wm42013-11-01
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25