summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* | avfilter/vsrc_life: Fix mix of declarations and statementsMichael Niedermayer2015-04-09
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2015-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption ↵Michael Niedermayer2015-04-06
| | | | | | | | | | | | | | | | as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_mpdecimate: Fix missing ()Michael Niedermayer2015-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/yadif: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-04-05
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via ↵Michael Niedermayer2015-04-05
| | | | | | | | | | | | | | | | AVOption as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | filtfmts: Avoid null pointer dereferenceHimangi Saraogi2015-04-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-31
| | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_detelecine: Fix uninitialized array index errorHimangi Saraogi2015-03-31
| | | | | | | | | | | | Fixes the defect CID 1292301 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-30
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_transpose: Change enums to int, which are accessed via AVOption ↵Michael Niedermayer2015-03-30
| | | | | | | | | | | | | | | | as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/tinterlace: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-30
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vfilter/vf_qp: Support evaluating expression per MBMichael Niedermayer2015-03-28
| | | | | | | | | | | | also add support for x/y/w/h parameters Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_qp: split expression parsing out of loopMichael Niedermayer2015-03-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | af_channelmap: fix number of channelsMarton Balint2015-03-28
| | | | | | | | | | | | | | | | | | | | Fixes segfaults with the following command: ffmpeg -f lavfi -i aevalsrc=0:c=stereo:n=1920 -af 'channelmap=0' test.ac3 Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add inverse telecine filterHimangi Saraogi2015-03-27
| | | | | | | | | | Approved-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_telecine: Avoid floating point valuesHimangi Saraogi2015-03-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_telecine: Fix loss of AVFrame properties in outputHimangi Saraogi2015-03-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_telecine: Fix AV desync by using the first input timestampHimangi Saraogi2015-03-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-23
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption ↵Michael Niedermayer2015-03-22
| | | | | | | | | | | | | | | | as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_setfield: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-22
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'Michael Niedermayer2015-03-22
|\| | | | | | | | | | | | | * commit 'cfe64613923a2d47644a87386146ada1f9f6b659': avfilter: Document avfilter_graph_alloc return value Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: Document avfilter_graph_alloc return valueFederico Tomassetti2015-03-21
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-20
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-20
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_phase: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-20
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/eq: rework expression evaluationarwa arif2015-03-20
| | | | | | | | | | | | | | | | | | | | | | In particular, add support for t, pos, n, r parameters, and add an eval mode option. Also, partially reword option documentation. With several major edit by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavfi/eq: factorize code in process_command()Stefano Sabatini2015-03-20
| |
* | avfilter/vf_pp7: remove unused varMartin Vignali2015-03-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_colormatrix: fix yuv420p threading, second tryClément Bœsch2015-03-19
| | | | | | | | | | Now seems to work fine with different combinations of odd/even heights and odd/even number of threads.
* | avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-18
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_il: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-18
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-18
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add showwavespic filterClément Bœsch2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a variant of showwaves. It is implemented as a different filter so that the user is not allowed to use meaningless options which belong to showwaves (such as rate). Major edits done by Stefano Sabatini, from a patch by ubitux. See thread: From: Clément Bœsch <u@pkh.me> To: ffmpeg-devel@ffmpeg.org Date: Wed, 24 Dec 2014 15:03:26 +0100 Subject: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option
* | Replace PixelFormats which sneaked in over time or where forgotten by ↵Michael Niedermayer2015-03-18
| | | | | | | | | | | | AVPixelFormats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_colormatrix: make sure the number of threads is even for yuv420pClément Bœsch2015-03-17
| | | | | | | | | | Fix crash with for example: ffmpeg -f lavfi -i testsrc=568x320 -threads 3 -vf format=yuv420p,colormatrix=bt709:smpte170m -f null -
* | avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-17
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ↵Michael Niedermayer2015-03-17
| | | | | | | | | | | | | | | | as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_field: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-17
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
| |
* | avfilter/formats: proper error handling in ff_set_common_*() functionsClément Bœsch2015-03-16
| |
* | avfilter/formats: proper error handling in ff_channel_layouts_ref() and ↵Clément Bœsch2015-03-16
| | | | | | | | | | | | ff_formats_ref() Also make sure the allocation and its check are properly done.
* | avfilter/formats: use av_realloc_array in ADD_FORMAT()Clément Bœsch2015-03-16
| |
* | avfilter/formats: remove unused COPY_INT_LIST() macroClément Bœsch2015-03-16
| | | | | | | | This macro is unused since 247fa6c27c4589d0f7a427c520d782edbb6de060.
* | lavfi/sendcmd: improve error reporting and robustness in case of missing ↵Stefano Sabatini2015-03-16
| | | | | | | | | | | | commands In particular, fix crash with -vf sendcmd, when no arguments are provided.
* | avfilter/palettegen: make sure at least one frame was sent to the filterClément Bœsch2015-03-15
| | | | | | | | Fix FPE.
* | lavfi/eq: clarify error message in case of expression parsing errorStefano Sabatini2015-03-15
| |
* | Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'Michael Niedermayer2015-03-12
|\| | | | | | | | | | | | | | | | | | | | | * commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8': formats: Check memory allocations Conflicts: libavfilter/formats.c See: 527ca3985c736ffe077a82fdf3616f0fd571b923 Merged-by: Michael Niedermayer <michaelni@gmx.at>