aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* Remove some VLAsGravatar wm42015-11-06
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* 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_yadif: add hack for Libav compatibilityGravatar wm42015-09-20
* vf_vdpaurb: query_format is still requiredGravatar Philip Langdale2015-09-18
* vf_vdpaurb: Pass through non-hardware-decoded contentGravatar Philip Langdale2015-09-15
* video/filter: remove some vf_lavfi wrappersGravatar wm42015-09-11
* vf_lavfi: cosmetics: fix coding styleGravatar wm42015-09-11
* vf: vf_stereo3d depends on libavfilterGravatar wm42015-09-11
* vf_vdpaurb: Don't segfault if input mpi is nullGravatar Philip Langdale2015-08-05
* vf_scale: cleanup log messagesGravatar wm42015-07-20
* vf_vapoursynth: relicense to LGPL 2.1+Gravatar wm42015-07-19
* vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpiGravatar Philip Langdale2015-07-14
* vf_vdpaurb: Add a new filter for reading back vdpau decoded framesGravatar Philip Langdale2015-07-11
* vf_stereo3d: drop internal implementationGravatar wm42015-07-10
* vf_vdpaupp: don't attempt to deinterlace progressive framesGravatar wm42015-07-08
* vaapi: drop compatibility crap and vo_vaapi deinterlacerGravatar wm42015-07-08
* vf_vavpp: don't attempt to deinterlace progressive framesGravatar wm42015-07-08
* vf_yadif: expose interlaced frame modeGravatar wm42015-07-07
* vf_sub: minor simplificationGravatar wm42015-06-05
* 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
* vf_dlopen: declare as deprecatedGravatar wm42015-05-25
* vf_vapoursynth: reject unaligned video sizesGravatar wm42015-05-15
* Remove trailing whitespacesGravatar Michael Vetter2015-05-15
* mp_image: remove some unused interlacing flagsGravatar wm42015-04-23
* vf_vapoursynth: update _FieldBased semanticsGravatar wm42015-04-23
* vf_vapoursynth: stupid hack to unbreak with recent API changeGravatar wm42015-04-20
* build: fix libavfilter dependency for vf_mirrorGravatar xylosper2015-04-20
* vf_crop, vf_expand: remove ancient and useless messagesGravatar wm42015-04-16
* vf_mirror: replace internal implementation with libavfilterGravatar wm42015-04-16
* vf_screenshot: remove this filterGravatar wm42015-04-16
* Update license headersGravatar Marcin Kurczewski2015-04-13
* mp_image: remove redundant chroma_x/y_shift fieldsGravatar wm42015-04-10
* mp_image: remove redundant plane_w/h fieldsGravatar wm42015-04-10
* vf_format: add gamma override optionGravatar Niklas Haas2015-04-04
* vf_format: allow forcing aspect ratioGravatar wm42015-04-03
* vf_format: allow forcing display sizeGravatar wm42015-04-03
* vf_format: allow forcing rotation flagsGravatar wm42015-04-03
* vf_format: allow forcing stereo mode parametersGravatar wm42015-04-03
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* vf_format: don't crash if nonsense parameters are passedGravatar wm42015-03-31