aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* 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
* vf_vapoursynth: don't error if invoke() doesn't return a clipGravatar wm42014-10-12
* vf_vapoursynth: resolve paths relative to home/configGravatar wm42014-10-12
* vf_vapoursynth: add standalone Lua scriptingGravatar wm42014-10-12
* vf_vapoursynth: abstract scripting backendGravatar wm42014-10-12
* vf_vapoursynth: return dummy frames if frames are requested during initGravatar wm42014-10-11
* vf_vapoursynth: factor stuffGravatar wm42014-10-11
* vf_vapoursynth: when seeking, recreate only if it's already createdGravatar wm42014-10-11
* vf_vapoursynth: fail gracefully if filter init requests framesGravatar wm42014-10-11
* vf_lavfi: proper rounding for lavfi->mpv aspect ratioGravatar wm42014-10-09
* vf_lavfi: fix compilation failureGravatar wm42014-10-08
* vf_stereo3d: fix "auto" input format with libavGravatar Alessandro Ghedini2014-10-04
* Fix build with libavfilter disabledGravatar wm42014-09-28
* video: change automatic rotation and 3D filter insertionGravatar wm42014-09-27
* vf_lavfi: make chaining from other filters more flexibleGravatar wm42014-09-27
* Remove mpbswap.hGravatar wm42014-09-25
* vf_vapoursynth: make it possible to get filter output incrementallyGravatar wm42014-09-23
* vf_lavfi: fetch output frames incrementallyGravatar wm42014-09-18
* video/filter: allow better dataflowGravatar wm42014-09-18
* video: initial Matroska 3D supportGravatar wm42014-08-30
* vf_softpulldown: handle null mpi_image correctlyGravatar shdown2014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* vf_vapoursynth: add more VS frame propertiesGravatar Bin Jin2014-08-22
* vf_vapoursynth: add display resolution supportGravatar Bin Jin2014-08-22
* vf_vapoursynth: print more diagnostics on errorGravatar wm42014-08-11
* Improve setting AVOptionsGravatar wm42014-08-02
* video/filter: add vf_bufferGravatar wm42014-07-30
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* vf_vapoursynth: reset error state on seekingGravatar wm42014-07-05
* vf_dlopen: fix the order of the arguments to mp_image_allocGravatar Marcoen Hirschberg2014-06-19
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* video: check image parametersGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* video: automatically strip "le" and "be" suffix from pixle format namesGravatar wm42014-06-14
* vf_noise: remove global variablesGravatar wm42014-06-11
* vf_divtc: remove a global variableGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* vf_vdpaupp: cosmetics: rename functionGravatar wm42014-05-25
* vf_dlopen: update usage message to new-style argsGravatar Kevin Mitchell2014-05-15
* vf_dlopen: remove buggy private name -> imgfmt conversionGravatar Kevin Mitchell2014-05-15