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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09lavu: add timestamp.h header with convenience timestamp utilitiesStefano Sabatini
2012-02-09build: Add missing directories to DIRS declarations.Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini
2012-02-04adler32: add comment for the SIMD codeMichael Niedermayer
2012-02-04adler32: rewrite using integer SIMD.Michael Niedermayer
2012-02-04adler32: avoid "too big" check in the inner loopMichael Niedermayer
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-03lavu/timecode: use @see for URL in doxygen.Clément Bœsch
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-02-02lavu: add public timecode API.Clément Bœsch
2012-01-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-30avutil: make intfloat api publicPaul B Mahol
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-28sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol
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-23base64: 10l endian fix.Michael Niedermayer
2012-01-22Optimized base64 decode by writing 3 bytes at once.Reimar Döffinger
2012-01-22Cosmetics: add do {} while 0 to macro.Reimar Döffinger
2012-01-22pixdesc: cosmeticsJean First
2012-01-21Unroll base64 decode loop.Reimar Döffinger
2012-01-21Use a full table for base64 decode.Reimar Döffinger
2012-01-21base64: more thorough decode tests.Reimar Döffinger
2012-01-21base64: Only run benchmark when "-t" is specified.Michael Niedermayer
2012-01-21base64: fix little typoMichael Niedermayer
2012-01-21base64: add a benchmark for a pure syntax check.Michael Niedermayer
2012-01-21base64: simplify end handling in av_base64_encode()Michael Niedermayer
2012-01-21base64: optimize av_base64_encode()Michael Niedermayer
2012-01-21base64: add benchmarkMichael Niedermayer
2012-01-21Slightly optimize base64 encode.Reimar Döffinger
2012-01-21Optimize output buffer size check in base64 decode.Reimar Döffinger
2012-01-21Minor optimization of base64 decode.Reimar Döffinger
2012-01-20opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘constâ€...Michael Niedermayer
2012-01-17tools: add ffeval toolStefano Sabatini
2012-01-17lavu/eval: add if() and ifnot() eval functionsStefano Sabatini
2012-01-16lavu: add 2.1 channel layout.Clément Bœsch
2012-01-11Fix step_minus1 pixel descirption for RGB64.Carl Eugen Hoyos
2012-01-11x86inc: remove duplicate movlhpsMichael Niedermayer
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer