aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_vavpp.c
Commit message (Expand)AuthorAge
* vf_vavpp: select best quality deinterlacing algorithm by defaultGravatar wm42018-02-13
* video: make --deinterlace and HW deinterlace filters always deinterlaceGravatar wm42018-02-13
* video: rewrite filtering glue codeGravatar wm42018-01-30
* video: remove some more hwdec legacy stuffGravatar wm42017-12-02
* vf_vavpp: restrict allowed sw upload formats to nv12/yuv420pGravatar wm42017-09-30
* vf_vavpp: use error checking macroGravatar wm42017-09-29
* vf_vavpp: use libavutil hw frames API for frame pool and uploadGravatar wm42017-09-29
* video: change --deinterlace behaviorGravatar wm42017-08-22
* vf_vavpp: fix first-field modeGravatar wm42017-02-28
* vf_vavpp: add advanced deint bug compatibility for Intel vaapi driversGravatar wm42017-02-28
* vf_vavpp: minor fixesGravatar wm42017-02-28
* vf_vavpp: always limit forward/backward surfaces to requested numberGravatar wm42017-02-27
* vf_vavpp: remove apparently broken change-detectionGravatar wm42017-02-27
* vf_vavpp: get rid of mp_refqueue_is_interlaced()Gravatar wm42016-07-15
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vf_vdpaupp: use refqueue helperGravatar wm42016-05-27
* vf_vavpp: make refqueue logic field-basedGravatar wm42016-05-25
* vf_vavpp: minor simplificationGravatar wm42016-05-25
* vf_vavpp: simplify update_pipeline() usageGravatar wm42016-05-25
* vf_vavpp: move frame handling to separate fileGravatar wm42016-05-25
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vf_vavpp: reindentGravatar wm42016-04-11
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* Change 3 more files to LGPLGravatar wm42016-01-20
* vf_vavpp: allocate output surfaces with the same size as inputGravatar wm42015-09-23
* va_vavpp: set input/output processing regionGravatar wm42015-09-23
* 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