summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* libavfilter/vf_hwdownload: show error when ff_formats_ref failsdsmudhar2016-05-24
* avfilter/af_hdcd: Replace complexer expression by litteral constantMichael Niedermayer2016-05-24
* avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol2016-05-23
* libavfilter/af_hdcd: fixed negative signed value shiftdsmudhar2016-05-23
* avfilter/af_loudnorm: fix crash when ebur128 initialization was not successfu...Paul B Mahol2016-05-21
* avfilter/avf_ahistogram: raise minimum acmax to 1Michael Niedermayer2016-05-21
* avfilter: add loudnormKyle Swanson2016-05-18
* Split drawutils test out into separate fileDerek Buitenhuis2016-05-11
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
* | lavfi/drawutils: support NV12 and NV21Rodger Combs2016-05-10
* | avfilter/delogo: Check that logo area is inside the pictureJean Delvare2016-05-10
* | vf_colorspace: don't enable passthrough if bitdepth doesn't match.Ronald S. Bultje2016-05-10
* | vf_colorspace: fix range order.Ronald S. Bultje2016-05-10
* | vf_colorspace: make whitepoint adaptation mode configurable.Ronald S. Bultje2016-05-10
* | vf_colorspace: use enums for bpp/subsampling array indices.Ronald S. Bultje2016-05-10
* | vf_colorspace: add const to yuv_stride[] argument in DSP functions.Ronald S. Bultje2016-05-10
* | vf_colorspace: add floyd-steinberg dithering option to full conversion.Ronald S. Bultje2016-05-10
* | avfilter/f_metadata: update print output header line formatTobias Rapp2016-05-10
* | avfilter/f_metadata: add pts_time to print outputTobias Rapp2016-05-09
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-09
|\|
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* | avfilter/vf_fps: set fps value boundariesPrzemysław Sobala2016-05-09
* | avfilter/graphparser: add '\r' as whitespaceMuhammad Faiz2016-05-06
* | avfilter/vf_waveform: fix order of graticule scale itemsPaul B Mahol2016-05-05
* | avfilter/avf_showcqt: add .Muhammad Faiz2016-05-05
* | avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-24
* | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missingMichael Niedermayer2016-04-21
* | Merge commit 'a638e9184d63e57e67901f34afe919fd56fd3ac4'Derek Buitenhuis2016-04-21
|\|
| * vf_fade: make sure the slice end is always in the frameAnton Khirnov2016-03-25
* | Merge commit '8a02a8031ef4f98faf5647f0e01a8922247bf748'Derek Buitenhuis2016-04-18
|\|
| * lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-23
* | Merge commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d'Derek Buitenhuis2016-04-18
|\|
| * lavf: VAAPI scale filterMark Thompson2016-03-23
* | lavfi/perspective: Add basic timeline editing.Thilo Borgmann2016-04-17
* | avfilter/vf_readvitc: Use avpriv_frame_get_metadatap() avoid direct access to...Michael Niedermayer2016-04-17
* | vf_scale: support bt2020 in in/out_color_matrix properties.Ronald S. Bultje2016-04-17
* | avfilter/colorspacedsp_template: Add argument protecting () to avg()Michael Niedermayer2016-04-17
* | avfilter: add readvitc filterTobias Rapp2016-04-16
* | avfilter/af_hdcd: Fix informations typoMichael Niedermayer2016-04-16
* | lavfi/af_hdcd: Implement high definition audio cd filtering.Benjamin Steffes2016-04-15
* | Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c'Derek Buitenhuis2016-04-14
|\|
| * lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-19
* | avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp2016-04-13
* | libavfilter/vf_owdenoise.c: skip processing when strength is 0Yuuki Galaxy2016-04-12
* | vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje2016-04-12
* | lavfi: new colorspace conversion filter.Ronald S. Bultje2016-04-12
* | Merge commit '1138eb5509d3db7f6d565cb45f137a786d22beb9'Derek Buitenhuis2016-04-11
|\|
| * vsrc_movie: convert to codecparAnton Khirnov2016-02-24
* | avfilter: add remap filterF.Sluiter2016-04-07