summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: take_samples: free frames after taking all samples.Nicolas George2016-12-221-0/+1
* avfilter/vf_psnr: add gray10 and gray12 supportPaul B Mahol2016-12-211-1/+1
* lavfi/framequeue: avoid empty structs.Nicolas George2016-12-201-0/+1
* lavfi/atempo: avoid false triggering an assertion failurePavel Koshevoy2016-12-191-2/+2
* lavfi: make filter_frame non-recursive.Nicolas George2016-12-1810-143/+493
* lavfi: add FFFrameQueue API.Nicolas George2016-12-183-0/+297
* avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol2016-12-171-12/+119
* avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol2016-12-151-2/+2
* avfilter/af_sofalizer: warn if user gives unknown channel namesPaul B Mahol2016-12-141-3/+5
* 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
OpenPOWER on IntegriCloud