summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* 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>
| * formats: Check memory allocationsVittorio Giovara2015-03-12
| |
* | avfilter/colormatrix:add slice threadingYayoi2015-03-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/boxblur: Fix colourpsace list.Carl Eugen Hoyos2015-03-10
| | | | | | | | Fixes ticket #4363.
* | avfilter/aeval: Fixed a memory leak in EvalContext::channel_valuesOle Andre Birkedal2015-03-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_fftfilt: increase RDFT length by 10%Michael Niedermayer2015-03-10
| | | | | | | | | | | | This fixes artifacts when the dimensions are exact powers of 2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ↵Michael Niedermayer2015-03-08
| | | | | | | | | | | | | | | | as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_curves: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-08
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption ↵Michael Niedermayer2015-03-08
| | | | | | | | | | | | as int This fixes depending on implementation defined behavior
* | avfilter/af_astats: redo zero channel handlingPaul B Mahol2015-03-08
| | | | | | | | | | Suggested-by: Nicolas George Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_astats: Avoid Zero division in print part.Martin Vignali2015-03-08
| |
* | avfilter: Add FFT domain filter.Arwa Arif2015-03-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_colormatrix: Change enums to int, which are accessed via ↵Michael Niedermayer2015-03-07
| | | | | | | | | | | | | | | | AVOption as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/f_perms: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-07
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ↵Michael Niedermayer2015-03-07
| | | | | | | | | | | | | | | | as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '88b160a457e491cb9e014630ef5387ad3500258e'Michael Niedermayer2015-03-06
|\| | | | | | | | | | | | | | | | | | | * commit '88b160a457e491cb9e014630ef5387ad3500258e': avfilter: Return more meaningful error codes Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: Return more meaningful error codesHimangi Saraogi2015-03-05
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avfilter/vf_paletteuse: indent fix after 7ccc5848Clément Bœsch2015-03-05
| |
* | avfilter/vf_paletteuse: Use int where AVERROR can be returnedMichael Niedermayer2015-03-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_showinfo: minimum widths for some early fieldsPeter Cordes2015-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depending on FPS, the pts_time string often changes length: ... pts_time:36.1 ... ... pts_time:36.1333 ... etc. The length changes make the output bounce around horribly, making it hard to scan down a column farther right than pts_time. The solution is to set minimum widths for n, pts, pts_time, and pos. This patch doesn't touch any of the fields in mean / stddev. The widths aren't intended to be wide enough that they're never exceeded, but you'll see only an occasional ripple to a new alignment, rather than bouncing. (Some fields, like pos, increase monotonically, which is why I left the minimum width for the field be smaller than it often gets to.) Signed-off-by: Peter Cordes <peter@cordes.ca>
* | avfilter/vf_tblend: use av_frame_free for freeing an AVFrameClément Bœsch2015-03-02
| |
* | avfilter/lavfutils: use av_frame_free for freeing an AVFrameClément Bœsch2015-03-02
| |
* | avfilter/af_aphaser: Change type to int as its accessed as int via AVOptionsMichael Niedermayer2015-03-02
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_biquads: Change width_type to int as its accessed as int via ↵Michael Niedermayer2015-03-02
| | | | | | | | | | | | | | | | AVOptions This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_volume: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-02
| | | | | | | | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/avf_avectorscope: Change enums to int, which are accessed via ↵Michael Niedermayer2015-03-02
| | | | | | | | | | | | | | | | AVOption as int This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>