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-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-05-09samplefmt: add a function for filling a buffer with silence.Anton Khirnov
2012-05-09samplefmt: add a function for copying audio samples.Anton Khirnov
2012-05-09mips: intreadwrite: fix inline asm for gcc 4.8Mans Rullgard
2012-05-09mips: intreadwrite: remove unnecessary inline asmMans Rullgard
2012-05-08av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-04arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard
2012-05-02arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard
2012-05-02arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard
2012-04-26cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard
2012-04-26avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-25Add libavresampleJustin Ruggles
2012-04-23avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-04-20avutil: add audio fifo bufferJustin Ruggles
2012-04-19x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt
2012-04-16avutil: add better documentation for AVSampleFormatJustin Ruggles
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-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-06avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
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-19docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö
2012-03-15x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje
2012-03-13remove iwmmxt optimizationsJanne Grunau
2012-03-07cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje
2012-03-06cpu: add av_set_cpu_flags_mask().Anton Khirnov
2012-03-04x86inc: don't "bake" stack_offset in named arguments.Loren Merritt
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles
2012-02-23Remove libpostproc.Diego Biurrun
2012-02-22Add channel names to channel_names[] array for channels added in b2890f5Tim Walker
2012-02-22Add names for more channel layouts to the channel layout map.Tim W
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-21avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2012-02-09build: Add missing directories to DIRS declarations.Diego Biurrun
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata