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-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
2012-01-10log: use a different color for debug (green).Clément Bœsch
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-05timer: K&R formatting cosmeticsDiego Biurrun
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
2012-01-03Add av_popcount64Daniel Verkamp
2011-12-31Avoid uninitialized data in lcldec when ofs is 0 in MSZH.Reimar Döffinger
2011-12-30Avoid av_memcpy_backptr hang without extra branch.Reimar Döffinger
2011-12-25mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer
2011-12-24lzo: fix memcpy_backptr() with 0 offsetMichael Niedermayer
2011-12-23Make systematic palette opaque.Carl Eugen Hoyos
2011-12-23fifo: Make writes atomic.Michael Niedermayer
2011-12-22libavutil: increase LIBAVUTIL_VERSION_MICRO to 100Michael Niedermayer
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-19lavu: add AVERROR_BUG error valueLuca Barbato
2011-12-17avutil: check sampleformats enum, pict type enum and media type enum against ...Michael Niedermayer
2011-12-17pixfmts: Selfcheck against insertions / deletions in the enum.Michael Niedermayer
2011-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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