Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-25libavfilter: include needed header for AVDictionaryMichael Niedermayer
2012-10-24lavd/lavfi: add graph_file optionStefano Sabatini
2012-10-24lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini
2012-10-24lavfi/sendcmd: release file in case of failed allocationStefano Sabatini
2012-10-22vf_aspect: unbreak avoption systemMichael Niedermayer
2012-10-22lavfi/aspect: add max optionStefano Sabatini
2012-10-22lavfi/aspect: extend syntax for the setdar and setsar filtersStefano Sabatini
2012-10-22avfilter_graph_parse: add support for parsing sws_flagsMichael Niedermayer
2012-10-21lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini
2012-10-21lavfi/graphparser: fix parsing error in case of NULL sws_opts additionStefano Sabatini
2012-10-21lavfi/silencedetect: export silence info to metadata.Clément Bœsch
2012-10-21lavfi/select: store scene score in buf ref metadata.Clément Bœsch
2012-10-21lavc: add lavfi metadata support.Clément Bœsch
2012-10-21lavfi/silencedetect: increase duration precision.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-19vf_mp: fix null ptr deref in case of ENOMEMMichael Niedermayer
2012-10-19vf_mp: check list in querry_format()Michael Niedermayer
2012-10-19vf_idet: reorder operations to avoid division by 0Michael Niedermayer
2012-10-17lavfi/avf_concat: fix invalid exclusive test.Nicolas George
2012-10-17libavfilter/lavfutils: remove useless NULL check on format contextMichael Niedermayer
2012-10-17libavfilter/lavfutils: remove useless NULL check on codec contextMichael Niedermayer
2012-10-17lavfi: limit matching w/h/fmt asserts to non scale filtersMichael Niedermayer
2012-10-17libavfilter/buffersrc: Do not fail hard on changes of input parameters.Michael Niedermayer
2012-10-16mandelbrot: fix inner=period coloring routineMichael Niedermayer
2012-10-16lavfi/ass: extend syntax for ass filterStefano Sabatini
2012-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-14lavfi/select/scene: use pointer increments instead of y*linesize.Clément Bœsch
2012-10-14lavfi/select/scene: fix potential overread.Clément Bœsch
2012-10-14lavfi/select/scene: move out convoluted sad variable init from loop.Clément Bœsch
2012-10-13Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer
2012-10-13af_pan: fix memleak of argMichael Niedermayer
2012-10-13vf_fade: fix memleaks of argsMichael Niedermayer
2012-10-12avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi/ebur128: fix typo in condition.Clément Bœsch
2012-10-11af_aresample: fix leak on alloc failureMichael Niedermayer
2012-10-11drawtext: fix leak with timecodesMichael Niedermayer
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer
2012-10-11asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok()Michael Niedermayer
2012-10-11vf_idet: zero pointers after freeing referencesMichael Niedermayer
2012-10-11vf_idet: fix free after useMichael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-10vf_idet: remove some unnecessary statement and unused variableMatthieu Bouron
2012-10-10Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer
2012-10-10Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer
2012-10-10lavfi/silencedetect: add av_opt_free() call.Clément Bœsch
2012-10-09avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau
2012-10-09af_resample: unref out_buf when avresample_convert returns 0Janne Grunau