aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* vf_format: also reset gamma-related attributes when changing gammaGravatar Niklas Haas2017-06-18
* vo_opengl: implement support for OOTFs and non-display referred contentGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* vf_dlopen: remove this filterGravatar wm42017-06-18
* af, vf: improvements to libavfilter bridgeGravatar wm42017-05-31
* vf.c, vf.h: change license to LGPLGravatar wm42017-05-11
* d3d11: change mp_image plane pointer semanticsGravatar wm42017-05-04
* vf_lavfi, af_lavfi: remove unused/deprecated includeGravatar wm42017-04-05
* vf: fix another broken case of conversion filter auto-insertionGravatar wm42017-04-05
* video: support positional arguments for automatic lavfi option bridgeGravatar wm42017-04-03
* video: add automatic libavfilter bridge to option parsingGravatar wm42017-04-02
* video: deprecate almost all video filtersGravatar wm42017-04-02
* command: add better runtime filter toggling methodGravatar wm42017-03-25
* options: add M_OPT_FILE to some more file optionsGravatar Philip Sequeira2017-03-06
* 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_lavfi: don't crash with VOs without hardware decoding supportGravatar wm42017-01-25
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* video: support filtering hardware frames via libavfilterGravatar wm42017-01-16
* vf_lavfi: switch to AVBufferSrcParametersGravatar wm42017-01-16
* vf_lavfi: remove pixel format whitelistGravatar wm42017-01-13
* af_lavfi, vf_lavfi: work around recent libavfilter EOF bugGravatar wm42017-01-02
* vf_vdpaurb: remove this filterGravatar wm42016-11-22
* vf_vdpaurb: deprecate this filterGravatar wm42016-10-20
* win32: build with -DINITGUIDGravatar James Ross-Gowan2016-09-28
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* vf_rotate: allow arbitrary rotationGravatar wm42016-08-19
* video: don't discard video frames after endptsGravatar wm42016-08-18
* vf_vavpp: get rid of mp_refqueue_is_interlaced()Gravatar wm42016-07-15
* vf_d3d11vpp: fix interlaced-only=no modeGravatar wm42016-07-15
* vf_d3d11vpp: add video processor selectionGravatar wm42016-07-15
* vd_d3d11vpp: remove nonsensical flush callGravatar wm42016-07-08
* vf, af: print filter labels in verbose modeGravatar wm42016-07-06
* vf: mark filter chain as uninitialized when mutating itGravatar wm42016-07-06
* vf: don't clobber input params on reconfigure failureGravatar wm42016-07-06
* vf_d3d11vpp: fix output image format if not doing any filteringGravatar wm42016-07-04
* vo_opengl: generalize HDR tone mapping mechanismGravatar Niklas Haas2016-07-03
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vf_vdpaurb: use new common nv12 download codeGravatar wm42016-06-21
* vf_vdpaurb: fix operationGravatar wm42016-06-20
* vo_opengl: vdpau interop without RGB conversionGravatar wm42016-06-19
* refqueue: free referenced images on freeGravatar wm42016-06-19
* vf_d3d11vpp: flush device context only when using shared texturesGravatar wm42016-06-16
* vf_d3d11vpp: make missing deinterlacing caps non-fatalGravatar wm42016-06-16
* vf_d3d11vpp: log some video processor creation parametersGravatar wm42016-06-16
* vo_opengl: refactor HDR mechanismGravatar Niklas Haas2016-05-30