1574 Commits (de05e41bfc0ae32b93e45d2b4c215d89f06f3d8f)

Author SHA1 Message Date
Paul B Mahol 8b933129b9 avutil: make intfloat api public 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Paul B Mahol f9ca1ac796 sws/pixfmt/pixdesc: add support for yuva444p 13 years ago
Ronald S. Bultje 412b248edb x86inc.asm: fix typo. 13 years ago
Ronald S. Bultje 3b15a6d742 config.asm: change %ifdef directives to %if directives. 13 years ago
Alex Converse 08628b6afb Revert "sws/pixfmt/pixdesc: add support for yuva444p" 13 years ago
Paul B Mahol fc115c80b7 sws/pixfmt/pixdesc: add support for yuva444p 13 years ago
Diego Biurrun 299ab0fd17 libavutil: Remove pointless file test program. 13 years ago
Michael Niedermayer 2bb7396bfd base64: 10l endian fix. 13 years ago
Reimar Döffinger daa47fdd2c Optimized base64 decode by writing 3 bytes at once. 13 years ago
Reimar Döffinger 420719e141 Cosmetics: add do {} while 0 to macro. 13 years ago
Jean First 39bf7ffeb5 pixdesc: cosmetics 13 years ago
Reimar Döffinger def19c9036 Unroll base64 decode loop. 13 years ago
Reimar Döffinger 523f676b51 Use a full table for base64 decode. 13 years ago
Reimar Döffinger 8650d5faf9 base64: more thorough decode tests. 13 years ago
Michael Niedermayer bdd739e91c base64: Only run benchmark when "-t" is specified. 13 years ago
Michael Niedermayer 57822f0660 base64: fix little typo 13 years ago
Michael Niedermayer 01084336b7 base64: add a benchmark for a pure syntax check. 13 years ago
Michael Niedermayer ea4da94895 base64: simplify end handling in av_base64_encode() 13 years ago
Michael Niedermayer 112bca91b0 base64: optimize av_base64_encode() 13 years ago
Michael Niedermayer a41687c2d6 base64: add benchmark 13 years ago
Reimar Döffinger d60d718c49 Slightly optimize base64 encode. 13 years ago
Reimar Döffinger 6af4c9814a Optimize output buffer size check in base64 decode. 13 years ago
Reimar Döffinger 686ba5f4ea Minor optimization of base64 decode. 13 years ago
Michael Niedermayer 2d9e2c6464 opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]" 13 years ago
Stefano Sabatini 24860a913c tools: add ffeval tool 13 years ago
Stefano Sabatini 999495734b lavu/eval: add if() and ifnot() eval functions 13 years ago
Clément Bœsch 5fc51c3155 lavu: add 2.1 channel layout. 13 years ago
Carl Eugen Hoyos c3ff0713ef Fix step_minus1 pixel descirption for RGB64. 13 years ago
Michael Niedermayer f4a01d7788 x86inc: remove duplicate movlhps 13 years ago
Clément Bœsch 625751c47a log: use a different color for debug (green). 13 years ago
Vitor Sessak 39df0c434c mpegaudiodec: optimized iMDCT transform 13 years ago
Diego Biurrun dff4af448d timer: K&R formatting cosmetics 13 years ago
Janne Grunau c04a954da6 lavu: bump lavu minor for av_popcount64 13 years ago
Daniel Verkamp b73ec05473 Add av_popcount64 13 years ago
Reimar Döffinger 42a1f1d7a8 Avoid uninitialized data in lcldec when ofs is 0 in MSZH. 13 years ago
Reimar Döffinger 874da652b3 Avoid av_memcpy_backptr hang without extra branch. 13 years ago
Michael Niedermayer 5a8e994287 mem: add av_max_alloc() to limit the maximum amount that may be allocated in one piece 13 years ago
Michael Niedermayer 58c41799ab lzo: fix memcpy_backptr() with 0 offset 13 years ago
Carl Eugen Hoyos c25c7ba87c Make systematic palette opaque. 13 years ago
Michael Niedermayer 9eb0d8bab1 fifo: Make writes atomic. 13 years ago
Michael Niedermayer 1674073b4d libavutil: increase LIBAVUTIL_VERSION_MICRO to 100 13 years ago
Diego Biurrun c18365402b Replace Subversion revisions in comments by Git hashes. 13 years ago
Luca Barbato 1ee5b5e823 lavu: add AVERROR_BUG error value 13 years ago
Michael Niedermayer 75f2cc5134 avutil: check sampleformats enum, pict type enum and media type enum against insert/remove mistakes. 13 years ago
Michael Niedermayer 68230eb375 pixfmts: Selfcheck against insertions / deletions in the enum. 13 years ago
Mans Rullgard 878dda5db1 build: move inclusion of subdir.mak to main subdir loop 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov 1be323054e Add basic libavdevice documentation. 13 years ago
Mans Rullgard 5b0d35eaed x86: bswap: remove test for bswap instruction 13 years ago