aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* 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
* vf_format: by default, pass through video without changeGravatar wm42015-03-31
* vf_vapoursynth: handle approximate EOF drainingGravatar wm42015-03-25
* vf_expand: fix memory leak on memory allocation failureGravatar wm42015-03-20
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* video: replace pointless macroGravatar wm42015-03-20
* vf_vavpp: fix deinterlacingGravatar Filip Milivojevic2015-03-08
* vf: fix indentation level of verbose outputGravatar wm42015-02-23
* vf_vapoursynth: replace a hack with a newer VS API functionGravatar wm42015-02-16
* vf_vapoursynth: add display refresh rate propertyGravatar Julian2015-02-13
* vf_lavfi: drop useless option from wrapper filtersGravatar wm42015-02-12
* video/filters: simplify libavfilter bridgeGravatar wm42015-02-11
* vf_noise: remove internal implementationGravatar wm42015-02-11
* vf_vapoursynth: load Lua stdlib in Lua modeGravatar wm42015-01-29
* vf_ilpack: remove this filterGravatar wm42015-01-27
* vf_divtc: remove this filterGravatar wm42015-01-27
* vf_phase: remove this filterGravatar wm42015-01-27
* vf_swapuv: remove this filterGravatar wm42015-01-27
* vf_softpulldown: remove this filterGravatar wm42015-01-27
* vf_pullup: remove builtin implementationGravatar wm42015-01-27
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILGravatar Ben Boeckel2015-01-27
* video: separate screenshot modesGravatar wm42015-01-23
* 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: remove vfcap.hGravatar wm42015-01-21
* vf_scale: replace ancient fallback image format selectionGravatar wm42015-01-21
* vf: make message less confusingGravatar wm42015-01-13
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macrosGravatar wm42015-01-07
* vf_vapoursynth: autodetect CPU countGravatar wm42015-01-05
* vf_vapoursynth: fix Lua backendGravatar wm42015-01-03
* vf_vapoursynth: pass through container FPS valueGravatar wm42015-01-03
* video: better pipelining with vf_vapoursynthGravatar wm42015-01-03
* command: make empty vf-metadata not an errorGravatar wm42014-12-30
* vf: fix crash if filter doesn't provide control entrypointGravatar wm42014-12-30
* video: remove internal QP passingGravatar wm42014-12-03
* video/filter: kill vf_pp (libpostproc)Gravatar wm42014-12-03
* Silence some Coverity warningsGravatar wm42014-11-21
* video: move formatting of image parameters to separate functionGravatar wm42014-11-12
* vf: minor simplificationGravatar wm42014-11-12
* vf_sub: fix previous commitGravatar wm42014-11-11
* vf_sub: don't crash if no subtitle context is availableGravatar wm42014-11-11
* video: remove swapped-endian image format aliasesGravatar wm42014-11-05
* vf_vapoursynth: add debug message when returning error from GetFrameGravatar wm42014-10-13