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-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Add libavresampleJustin Ruggles
2012-04-24parseutils: reliably detect out-of-range alpha.Reimar Döffinger
2012-04-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-23avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles
2012-04-23parseutils: add av_parse_time() test.Nicolas George
2012-04-23parseutils: make av_parse_time() check for failure.Nicolas George
2012-04-23parseutils: add FATE test.Nicolas George
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-04-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-20Fix compilation with NASM.Reimar Döffinger
2012-04-20avutil: add audio fifo bufferJustin Ruggles
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-19Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used.Nico Weber
2012-04-19x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt
2012-04-18AVoption doxy: clarify a few needs in relation to AVClass less structs.Michael Niedermayer
2012-04-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-17parseutils: include errors in test output.Nicolas George
2012-04-17mem.c: fix wrong comment.Reimar Döffinger
2012-04-16avutil: add better documentation for AVSampleFormatJustin Ruggles
2012-04-15error: ensure error codes are signed negative ints.Nicolas George
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13av_image_alloc: Align the width to 8 when align >= 8.Michael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-04-10mem: Consistently return NULL for av_malloc(0)Martin Storsjö
2012-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-09Mark GRAY8 format as pseudo-paletted.Reimar Döffinger
2012-04-09avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles
2012-04-09avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles
2012-04-09audioconvert: make av_get_channel_layout accept composite names.Nicolas George
2012-04-08avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-04-02des: Fix half a dozen warningsMichael Niedermayer
2012-04-01The lt and lte functions were swapped.maxlazarov
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26libavutil: Remove pointless rational test program.Diego Biurrun
2012-03-26libavutil: Remove broken and pointless lzo test program.Diego Biurrun
2012-03-21pixdesc: put components always in the same order.Nicolas George
2012-03-21lavu: add av_bprintf and related.Nicolas George
2012-03-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-19docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö