summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavd/lavfi: add graph_file optionStefano Sabatini2012-10-231-1/+1
* lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini2012-10-231-2/+1
* lavfi/sendcmd: release file in case of failed allocationStefano Sabatini2012-10-231-1/+3
* vf_aspect: unbreak avoption systemMichael Niedermayer2012-10-221-1/+1
* lavfi/aspect: add max optionStefano Sabatini2012-10-222-3/+5
* lavfi/aspect: extend syntax for the setdar and setsar filtersStefano Sabatini2012-10-222-9/+66
* avfilter_graph_parse: add support for parsing sws_flagsMichael Niedermayer2012-10-221-0/+3
* lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini2012-10-211-1/+5
* lavfi/graphparser: fix parsing error in case of NULL sws_opts additionStefano Sabatini2012-10-211-1/+2
* lavfi/silencedetect: export silence info to metadata.Clément Bœsch2012-10-212-6/+20
* lavfi/select: store scene score in buf ref metadata.Clément Bœsch2012-10-212-2/+7
* lavc: add lavfi metadata support.Clément Bœsch2012-10-214-2/+15
* lavfi/silencedetect: increase duration precision.Clément Bœsch2012-10-211-4/+4
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-2012-14/+14
* vf_mp: fix null ptr deref in case of ENOMEMMichael Niedermayer2012-10-191-1/+1
* vf_mp: check list in querry_format()Michael Niedermayer2012-10-191-0/+3
* vf_idet: reorder operations to avoid division by 0Michael Niedermayer2012-10-191-3/+3
* lavfi/avf_concat: fix invalid exclusive test.Nicolas George2012-10-171-1/+1
* libavfilter/lavfutils: remove useless NULL check on format contextMichael Niedermayer2012-10-171-2/+1
* libavfilter/lavfutils: remove useless NULL check on codec contextMichael Niedermayer2012-10-171-2/+1
* lavfi: limit matching w/h/fmt asserts to non scale filtersMichael Niedermayer2012-10-171-3/+5
* libavfilter/buffersrc: Do not fail hard on changes of input parameters.Michael Niedermayer2012-10-171-2/+1
* mandelbrot: fix inner=period coloring routineMichael Niedermayer2012-10-161-1/+1
* lavfi/ass: extend syntax for ass filterStefano Sabatini2012-10-152-8/+9
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-141-1/+1
|\
* | lavfi/select/scene: use pointer increments instead of y*linesize.Clément Bœsch2012-10-141-3/+3
* | lavfi/select/scene: fix potential overread.Clément Bœsch2012-10-141-4/+7
* | lavfi/select/scene: move out convoluted sad variable init from loop.Clément Bœsch2012-10-141-2/+2
* | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer2012-10-133-4/+5
|\ \ | |/
| * avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-123-4/+5
* | af_pan: fix memleak of argMichael Niedermayer2012-10-131-9/+18
* | vf_fade: fix memleaks of argsMichael Niedermayer2012-10-131-2/+2
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-1225-61/+76
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-1229-61/+76
* | lavfi/ebur128: fix typo in condition.Clément Bœsch2012-10-111-1/+1
* | af_aresample: fix leak on alloc failureMichael Niedermayer2012-10-111-2/+4
* | drawtext: fix leak with timecodesMichael Niedermayer2012-10-111-0/+1
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-1148-544/+1115
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-1051-556/+1146
* | af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer2012-10-111-1/+1
* | asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok()Michael Niedermayer2012-10-111-0/+6
* | vf_idet: zero pointers after freeing referencesMichael Niedermayer2012-10-111-3/+3
* | vf_idet: fix free after useMichael Niedermayer2012-10-111-0/+1
* | vf_idet: remove some unnecessary statement and unused variableMatthieu Bouron2012-10-101-4/+3
* | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer2012-10-101-1/+1
|\ \ | |/
| * avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau2012-10-091-1/+1
* | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer2012-10-103-4/+7
|\ \ | |/
| * af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-091-2/+3
| * af_amix: prevent memory leak on error pathJanne Grunau2012-10-091-1/+3
| * af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-091-1/+1
OpenPOWER on IntegriCloud