summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_loop: Fix leak on errorMichael Niedermayer2016-05-291-1/+3
* avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer over...Michael Niedermayer2016-05-291-2/+2
* avfilter/vf_fieldhint: Assert that mode is validMichael Niedermayer2016-05-291-0/+3
* avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter()Michael Niedermayer2016-05-271-1/+6
* avfilter/src_movie: add various commandsMuhammad Faiz2016-05-251-0/+45
* libavfilter/vf_hwdownload: show error when ff_formats_ref failsdsmudhar2016-05-241-2/+4
* avfilter/af_hdcd: Replace complexer expression by litteral constantMichael Niedermayer2016-05-241-1/+1
* avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol2016-05-233-10/+10
* libavfilter/af_hdcd: fixed negative signed value shiftdsmudhar2016-05-231-1/+1
* avfilter/af_loudnorm: fix crash when ebur128 initialization was not successfu...Paul B Mahol2016-05-211-2/+8
* avfilter/avf_ahistogram: raise minimum acmax to 1Michael Niedermayer2016-05-211-1/+1
* avfilter: add loudnormKyle Swanson2016-05-184-1/+910
* Split drawutils test out into separate fileDerek Buitenhuis2016-05-112-40/+56
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-113-49/+65
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-0/+0
* | lavfi/drawutils: support NV12 and NV21Rodger Combs2016-05-101-17/+16
* | avfilter/delogo: Check that logo area is inside the pictureJean Delvare2016-05-101-0/+15
* | vf_colorspace: don't enable passthrough if bitdepth doesn't match.Ronald S. Bultje2016-05-101-2/+5
* | vf_colorspace: fix range order.Ronald S. Bultje2016-05-101-2/+2
* | vf_colorspace: make whitepoint adaptation mode configurable.Ronald S. Bultje2016-05-101-7/+32
* | vf_colorspace: use enums for bpp/subsampling array indices.Ronald S. Bultje2016-05-103-75/+98
* | vf_colorspace: add const to yuv_stride[] argument in DSP functions.Ronald S. Bultje2016-05-104-14/+14
* | vf_colorspace: add floyd-steinberg dithering option to full conversion.Ronald S. Bultje2016-05-104-3/+208
* | avfilter/f_metadata: update print output header line formatTobias Rapp2016-05-101-4/+4
* | avfilter/f_metadata: add pts_time to print outputTobias Rapp2016-05-091-2/+5
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-091-5/+8
|\ \ | |/
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-071-7/+8
* | avfilter/vf_fps: set fps value boundariesPrzemysław Sobala2016-05-091-1/+1
* | avfilter/graphparser: add '\r' as whitespaceMuhammad Faiz2016-05-062-2/+2
* | avfilter/vf_waveform: fix order of graticule scale itemsPaul B Mahol2016-05-051-1/+1
* | avfilter/avf_showcqt: add .Muhammad Faiz2016-05-051-1/+1
* | avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-241-1/+3
* | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missingMichael Niedermayer2016-04-214-4/+4
* | Merge commit 'a638e9184d63e57e67901f34afe919fd56fd3ac4'Derek Buitenhuis2016-04-211-1/+1
|\ \ | |/
| * vf_fade: make sure the slice end is always in the frameAnton Khirnov2016-03-251-1/+1
* | Merge commit '8a02a8031ef4f98faf5647f0e01a8922247bf748'Derek Buitenhuis2016-04-184-2/+664
|\ \ | |/
| * lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-234-1/+663
* | Merge commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d'Derek Buitenhuis2016-04-184-1/+463
|\ \ | |/
| * lavf: VAAPI scale filterMark Thompson2016-03-233-0/+462
* | lavfi/perspective: Add basic timeline editing.Thilo Borgmann2016-04-171-23/+59
* | avfilter/vf_readvitc: Use avpriv_frame_get_metadatap() avoid direct access to...Michael Niedermayer2016-04-171-2/+2
* | vf_scale: support bt2020 in in/out_color_matrix properties.Ronald S. Bultje2016-04-171-1/+3
* | avfilter/colorspacedsp_template: Add argument protecting () to avg()Michael Niedermayer2016-04-171-2/+2
* | avfilter: add readvitc filterTobias Rapp2016-04-164-1/+261
* | avfilter/af_hdcd: Fix informations typoMichael Niedermayer2016-04-161-1/+1
* | lavfi/af_hdcd: Implement high definition audio cd filtering.Benjamin Steffes2016-04-153-0/+1151
* | Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c'Derek Buitenhuis2016-04-147-2/+470
|\ \ | |/
| * lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-197-1/+469
* | avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp2016-04-132-2/+4
* | libavfilter/vf_owdenoise.c: skip processing when strength is 0Yuuki Galaxy2016-04-121-7/+19
OpenPOWER on IntegriCloud