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-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
2012-10-09af_amix: prevent memory leak on error pathJanne Grunau
2012-10-09af_channelmap: free old extended_data on reallocationJanne Grunau
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles
2012-10-06vf_tile: fix typos/grammar in commentsBobby Bingham
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06vf_pad/scale: use double precision for aspect ratios.Anton Khirnov
2012-10-05Do not print debug output for the (MPlayer) pullup filter.Carl Eugen Hoyos
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-10-04Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer
2012-10-04vf_overlay: properly sync inputs.Anton Khirnov
2012-10-04vf_overlay: get rid of pointless messing with timebase.Anton Khirnov
2012-10-02lavfi/transpose: add passthrough optionStefano Sabatini
2012-10-02lavfi/transpose: add support to named options and shortandsStefano Sabatini
2012-10-02lavfi/edgedetect: add missing minus in a comment.Clément Bœsch
2012-10-02lavfi: EBU R.128 scanner.Clément Bœsch
2012-09-30lavfi/ashowinfo: check plane value before deferencing.Clément Bœsch
2012-09-28Add missing version macros to librariesjamal
2012-09-27lavfi/sink_buffer: implement libav compatibility API.Nicolas George
2012-09-27lavfi: enable buffersinks unconditionally.Nicolas George
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov