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-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
2012-02-08x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner
2012-02-08aacdec: Use correct speaker order for 7.1.Alex Converse
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-01-30avutil: make intfloat api publicPaul B Mahol
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27x86inc.asm: fix typo.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-27Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse
2012-01-27sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol
2012-01-27libavutil: Remove pointless file test program.Diego Biurrun
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-05timer: K&R formatting cosmeticsDiego Biurrun
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
2012-01-03Add av_popcount64Daniel Verkamp
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-12-19lavu: add AVERROR_BUG error valueLuca Barbato
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12Add basic libavdevice documentation.Anton Khirnov
2011-12-12x86: bswap: remove test for bswap instructionMans Rullgard
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-10audioconvert: add some additional channel and channel layout macrosJustin Ruggles
2011-12-10audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-12-08x86 cpuid: set vendor union members separatelySean McGovern
2011-12-07doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-12-04Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev