1680 Commits (755667eebc0b6303814faadef047870071ccb5c6)

Author SHA1 Message Date
Michael Niedermayer 923092697a eval: Allow specifying the variable id. 13 years ago
Justin Ruggles c9bca80132 avutil: add AVERROR_UNKNOWN 13 years ago
Michael Niedermayer 946de27d25 random_seed: add selftest 13 years ago
Diego Biurrun b315042c8c Remove libpostproc. 13 years ago
Michael Niedermayer 094673ff1b eval: support 3 parameter functions. 13 years ago
Michael Niedermayer 43b1943a55 eval: Add taylor series evaluation support. 13 years ago
Tim Walker 147715ca10 Add channel names to channel_names[] array for channels added in b2890f5 13 years ago
Nicolas George f16c950f32 lavu: document av_reverse. 13 years ago
Michael Niedermayer 68fac5c2b8 doxy: Disable the main index page. 13 years ago
Tim W b38b6d56ca Add names for more channel layouts to the channel layout map. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Justin Ruggles 0b42a9388c avutil: add av_rescale_q_rnd() to allow different rounding 13 years ago
Clément Bœsch 95317821ea audioconvert: consistent use of FF_ARRAY_ELEMS for channel_layout_map. 13 years ago
Diego Biurrun 6df5c528ca Move some conditionally used variables into the block where they are used. 13 years ago
Reimar Döffinger b223035511 Detect and check for CMOV. 13 years ago
Stefano Sabatini c28e7af70d lavu: add timestamp.h header with convenience timestamp utilities 13 years ago
Diego Biurrun f769cfedd8 build: Add missing directories to DIRS declarations. 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Haruhiko Yamagata 166f399377 x86inc: support yasm -f win64 flag also. 13 years ago
Henrik Gramner 9cf7385309 x86inc: allow manual use of WIN64_SPILL_XMM. 13 years ago
Alex Converse 314af0ff94 aacdec: Use correct speaker order for 7.1. 13 years ago
Stefano Sabatini 70ffda3217 lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect 13 years ago
Michael Niedermayer d3f912c1f0 adler32: add comment for the SIMD code 13 years ago
Michael Niedermayer 26585d2a7f adler32: rewrite using integer SIMD. 13 years ago
Michael Niedermayer 7f8027b76f adler32: avoid "too big" check in the inner loop 13 years ago
Clément Bœsch 9477fa094b lavu/timecode: use @see for URL in doxygen. 13 years ago
Ronald S. Bultje 7e4d9d5d45 win64: add a XMM clobber test configure option. 13 years ago
Clément Bœsch 0eaa123b34 lavu: add public timecode API. 13 years ago
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