aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* 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
* vf_vapoursynth: fix debug outputGravatar wm42014-05-15
* vf_vapoursynth: add more debug outputGravatar wm42014-05-15
* vf_vapoursynth: avoid unnecessary waitingGravatar wm42014-05-14
* vf_vapoursynth: allow parallel processingGravatar wm42014-05-14
* vf: print for which filter initialization failedGravatar wm42014-05-04
* vf_vdpaupp: make code clarity improvementsGravatar wm42014-05-04
* vdpau: deduplicate video surface upload codeGravatar wm42014-05-04
* vf_vapoursynth: fix aspect ratio passed to vapoursynthGravatar wm42014-05-03
* video: removed unused stuffGravatar wm42014-05-02
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* vf: sanitize filter input, instead of overriding itGravatar wm42014-05-02
* vf: add alternate functions for retrieving filter outputGravatar wm42014-05-02
* vf: expose input parameters; clear parameters on failureGravatar wm42014-05-02
* vf: mark auto-inserted conversion filters in verbose outputGravatar wm42014-05-02
* vf_lavfi: reinit after libavfilter EOFGravatar wm42014-05-02
* vf_vdpaupp: always provide past and future fieldsGravatar wm42014-05-02
* vf_vdpaupp: allow toggling deinterlaceGravatar wm42014-05-02
* vf_vdpaupp: allow non-vdpau inputGravatar wm42014-05-02
* vdpau: add a postprocessing pseudo-filterGravatar wm42014-05-02
* vf: print error if filtering a frame failsGravatar wm42014-04-30
* vf_lavfi: reset metadata in reset()Gravatar Kevin Mitchell2014-04-29
* vf-metadata: fix handling of NULL metadataGravatar Kevin Mitchell2014-04-29
* vf_vapoursynth: add more VS frame propertiesGravatar wm42014-04-28
* vf_vapoursynth: use frame durations instead of _AbsoluteTimeGravatar wm42014-04-28
* vf_vapoursynth: fix memory leak on errorGravatar wm42014-04-28
* vf_vapoursynth: remove incorrect copyright noticeGravatar wm42014-04-28
* vf_lavfi: distinguish real errors from other statesGravatar wm42014-04-28