aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* video: add mp_image_params.hw_flags and add an exampleGravatar wm42017-10-16
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* vf_vavpp: restrict allowed sw upload formats to nv12/yuv420pGravatar wm42017-09-30
* vf_vavpp: use error checking macroGravatar wm42017-09-29
* vf_vavpp: use libavutil hw frames API for frame pool and uploadGravatar wm42017-09-29
* build: add preliminary LGPL modeGravatar wm42017-09-21
* mp_image: include config.h directlyGravatar James Ross-Gowan2017-08-26
* video: change --deinterlace behaviorGravatar wm42017-08-22
* video: redo video equalizer option handlingGravatar wm42017-08-22
* vf_eq: remove this filterGravatar wm42017-08-22
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* vf_vapoursynth: fix inverted sign and restore 10 bit supportGravatar wm42017-08-07
* video: drop some more IMGFMT aliasesGravatar wm42017-06-29
* 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