summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Synchronize libmpcodecs: Support 16bit yuv in telecine filter.Carl Eugen Hoyos2012-10-281-12/+14
* Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer2012-10-281-1/+0
|\
| * af_channelmap: remove stray enum declarationMans Rullgard2012-10-271-1/+0
| * buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-271-1/+1
* | lavfi/concat: implement unsafe mode.Nicolas George2012-10-281-1/+6
* | vf_showinfo: check return code of av_image_get_linesize()Michael Niedermayer2012-10-281-1/+4
* | lavf/showspectrum: fix unaligned rdft data.Clément Bœsch2012-10-271-4/+8
* | Port MPlayer fixes for coverity issues in libmpcodecs.Reimar Döffinger2012-10-277-7/+10
* | Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer2012-10-261-9/+15
|\ \ | |/
| * avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-251-9/+15
* | lavfi/showspectrum: add sliding mode.Clément Bœsch2012-10-252-5/+14
* | lavfi/af_volumedetect: print stats in uninit().Nicolas George2012-10-251-8/+4
* | lavfi/vf_fps: allow to set the rounding method.Nicolas George2012-10-251-2/+9
* | libavfilter: include needed header for AVDictionaryMichael Niedermayer2012-10-241-0/+1
* | 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
OpenPOWER on IntegriCloud