summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* | avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2014-06-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_channelmap: Use av_mallocz_array()Michael Niedermayer2014-06-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_aphaser: Use av_malloc_array()Michael Niedermayer2014-06-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/avf_showcqt: avoid using fminf()Michael Niedermayer2014-06-06
| | | | | | | | | | | | | | The loop with fminf() changes from 18093856 to 17403218 dezicycles (gcc 4.6.3, sandybridge i7) Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: new multimedia filter avf_showcqt.cMuhammad Faiz2014-06-05
| | | | | | | | | | this filter is the same as showspectrum but with constant Q transform, so frequency is spaced logarithmically
* | avfilter/bufferqueue: Increase buffer queue sizeTobias Rapp2014-06-04
| | | | | | | | | | | | | | | | | | | | | | | | Avoid buffer overruns when processing some MOV files with the amerge filter. Files produced by Adobe Premiere Pro CC have up to one second of audio not interleaved. With common settings (<= 48kHz) that makes up to 47 frames so a queue length of 64 makes sense. Fixes ticket #3510. Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fix various typosLou Logan2014-06-03
| | | | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'ad0fe2f4012031c47268f14b9835088c488e1998'Michael Niedermayer2014-05-29
|\| | | | | | | | | | | | | * commit 'ad0fe2f4012031c47268f14b9835088c488e1998': af_resample: Use avresample_get_out_samples Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_resample: Use avresample_get_out_samplesLuca Barbato2014-05-28
| |
* | avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/il: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/hflip: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/crop: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/formats: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | * commit '7cc4c9f32f446feaec5447e3d097e8147e35f156': lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov2014-05-26
| | | | | | | | | | Thatt hardcodes the number of formats into lavfi and will break when a shared lavu is updated, adding new formats.
| * buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
| | | | | | | | | | That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | Merge commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | * commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3': vf_fieldorder: avoid using AV_PIX_FMT_NB Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
| | | | | | | | | | That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | Merge commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | | | | | | | * commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8': vf_scale: use the pixfmt descriptor API Conflicts: libavfilter/vf_scale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_scale: use the pixfmt descriptor APIAnton Khirnov2014-05-26
| | | | | | | | | | | | Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | avfilter/vf_format: fix duplicate ;Michael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '45fc73edfe071f9690e8671ed2dc402b1cb02ece'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | | | | | | | * commit '45fc73edfe071f9690e8671ed2dc402b1cb02ece': vf_format: rework format list parsing Conflicts: libavfilter/vf_format.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_format: rework format list parsingAnton Khirnov2014-05-26
| | | | | | | | | | | | Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | Add metadata injection to blackdetectBilly Shambrook2014-05-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/vf_fps: use av_fifo_alloc_arrayLukasz Marek2014-05-20
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavfi/buffersink: use av_fifo_alloc_arrayLukasz Marek2014-05-20
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | avfilter/edgedetect: reuse already defined ctx.Clément Bœsch2014-05-17
| |
* | avfilter/vignette: reindent after previous commit.Clément Bœsch2014-05-16
| |
* | avfilter/vignette: add direct rendering.Clément Bœsch2014-05-16
| |
* | vignette: reuse already declared ctx.Clément Bœsch2014-05-16
| |
* | avfilter/vignette: fix input frame memory leak.Masa Utashiro2014-05-16
| | | | | | | | Fixes Ticket #3642.
* | avfilter/vsrc_mandelbrot: use av_malloc_array()Michael Niedermayer2014-05-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/lut3d: move the scale calc out of the inner loop.Clément Bœsch2014-05-14
| |
* | avfilter/vf_removelogo: use av_malloc_array()Michael Niedermayer2014-05-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_hqdn3: use av_malloc_array()Michael Niedermayer2014-05-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | build: move ebur128 swr dep to configure.Clément Bœsch2014-05-13
| |
* | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '449511740f06a4675b0066730fa45cdb764ffafc': build: handle library dependencies in configure Conflicts: common.mak configure libavdevice/Makefile libavfilter/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: handle library dependencies in configureJanne Grunau2014-05-13
| | | | | | | | | | Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
* | avfilter/buffer: Use av_malloc_array()Michael Niedermayer2014-05-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/buffersrc: use av_mallocz_array()Michael Niedermayer2014-05-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libmpcodecs/vf_uspp: check avcodec_open() return codemichael2014-05-11
| | | | | | | | | | | | Fixes CID1135747 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer2014-05-10
| | | | | | | | | | | | Fixes CID751770 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer2014-05-10
| | | | | | | | | | | | Fixes CID1212261 Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>