summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter: fix filtering frames with unknown channel layouts for filt...Marton Balint2016-12-131-1/+1
* avfilter/af_ashowinfo: properly show input channel layout for unknown channel...Marton Balint2016-12-101-1/+1
* avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint2016-12-101-4/+4
* avfilter/af_atempo: add support for unknown channel layoutsMarton Balint2016-12-101-1/+1
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-109-16/+9
* avfilter/vf_deband: fix silly mistakesPaul B Mahol2016-12-081-4/+4
* avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' optionSrinath K R2016-12-081-1/+1
* avfilter/vf_premultiply: remove redundant semicolonsMichael Niedermayer2016-12-021-2/+2
* avfilter: add premultiply filterPaul B Mahol2016-12-014-1/+412
* lavfi: Fix aix compilation.Carl Eugen Hoyos2016-12-012-9/+9
* avfilter/vf_hwupload_cuda: fix potential leakTimo Rothenpieler2016-11-301-1/+3
* avfilter/vf_scale_npp: check ff_set_common_formats return valueTimo Rothenpieler2016-11-301-4/+2
* avfilter/vf_scale_npp: move aspect ratio correction after av_frame_copy_propsMiroslav Slugeň2016-11-301-5/+5
* avfilter/vf_masked*: add gray10 and gray12 supportPaul B Mahol2016-11-292-2/+2
* avfilter/vf_bitplanenoise: add gray10 and gray12 suppportPaul B Mahol2016-11-291-2/+1
* avfilter/vf_extractplanes: add extract support for 10bit and 12bit formatsPaul B Mahol2016-11-291-0/+38
* avfilter/vf_waveform: add gray10 and gray12 supportPaul B Mahol2016-11-291-1/+15
* vf_colorspace: Forbid odd dimensionsVittorio Giovara2016-11-281-1/+8
* lavfi/f_ebur128: relicense to LGPLClément Bœsch2016-11-271-9/+9
* avfilter/vf_zscale: export approximate gamma option and enable it by defaultPaul B Mahol2016-11-271-0/+3
* avfilter/tests/.gitignore: add integralWan-Teh Chang2016-11-241-0/+1
* lavfi/pan: allow negative gain parameters also for other inputs than the firs...Moritz Barsnick2016-11-241-3/+7
* avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol2016-11-231-8/+24
* avfilter/vf_hwupload_cuda: check ff_formats_ref for errorsTimo Rothenpieler2016-11-221-2/+9
* avfilter/vf_hwupload_cuda: use new hwdevice allocation APITimo Rothenpieler2016-11-221-52/+5
* avfilter/vf_scale_npp: use dynamically loaded CUDATimo Rothenpieler2016-11-221-3/+3
* lavfi/ebur128: use ff_ prefixKyle Swanson2016-11-131-5/+5
* Merge commit 'c3f113d58488df7594a489bdbb993a69ad47063c'Hendrik Leppkes2016-11-131-1/+5
|\
| * vf_hwdownload: allocate the destination frame for the pool sizeAnton Khirnov2016-06-281-1/+5
* | vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson2016-11-131-7/+8
* | lavfi: split frame_count between input and output.Nicolas George2016-11-1335-54/+55
* | lavfi/ebur128: specify scaling_factor directlyMarton Balint2016-11-131-6/+5
* | lavfi/loudnorm: add an internal libebur128 libraryMarton Balint2016-11-115-32/+1112
* | avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameterAlex Agranovsky2016-11-061-1/+1
* | avfilter/af_volumedetect: Remove dependency on channel layoutMichael Niedermayer2016-11-061-2/+11
* | avfilter/af_firequalizer: add fft2 optionMuhammad Faiz2016-11-041-1/+79
* | vf_colorspace: Add support for film primariesVittorio Giovara2016-11-011-0/+2
* | vf_colorspace: Add support for smpte 431/432 (dci/display p3) primariesVittorio Giovara2016-11-011-0/+6
* | vf_colorspace: Add support for ycgco color spaceVittorio Giovara2016-11-011-0/+15
* | lavfi/mergeplanes: Fix little endian yuv formats >8 bit and <16bit.Carl Eugen Hoyos2016-11-011-0/+1
* | lavfi/mergeplanes: Fix >8 bit for big endian formats and yuv4xxp16le.Carl Eugen Hoyos2016-11-011-4/+4
* | vf_colorspace: Add support for iec61966-2.4 (xvYCC) transferVittorio Giovara2016-10-311-0/+3
* | avfilter/avf_showcqt: add bar_t optionMuhammad Faiz2016-10-292-6/+11
* | lavfi/vf_overlay: support NV12 and NV21Rodger Combs2016-10-261-5/+17
* | Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-261-1/+1
* | Bump minor versions for 3.2Michael Niedermayer2016-10-261-1/+1
* | avfilter/scale_npp: fix passthrough modeYogender Gupta2016-10-251-1/+1
* | vf_colorspace: Add support for iec61966-2.1 (sRGB) transferVittorio Giovara2016-10-241-0/+3
* | vf_colorspace: don't spam console with warnings if range is unspecified.Ronald S. Bultje2016-10-241-2/+10
* | lavfi: remove 2 unused lavc includesClément Bœsch2016-10-232-2/+0
OpenPOWER on IntegriCloud