aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
...
* 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
* vf: fix filter auto-insertionGravatar wm42016-05-30
* video: remove d3d11 video processor use from OpenGL interopGravatar wm42016-05-29
* vf_d3d11vpp: add a D3D11 video processor filterGravatar wm42016-05-28
* vf_vdpaupp: use refqueue helperGravatar wm42016-05-27
* vf_vavpp: make refqueue logic field-basedGravatar wm42016-05-25
* vf_vavpp: minor simplificationGravatar wm42016-05-25
* vf_vavpp: simplify update_pipeline() usageGravatar wm42016-05-25
* vf_vavpp: use future instead of past PTS to determine field durationGravatar wm42016-05-25
* vf_vavpp: move frame handling to separate fileGravatar wm42016-05-25
* vf_crop: support opaque hardware decoding formatsGravatar wm42016-05-19
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09