1680 Commits (755667eebc0b6303814faadef047870071ccb5c6)

Author SHA1 Message Date
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
Mans Rullgard f64c2e710f bswap: make generic implementation more compiler-friendly 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Hanspeter Niederstrasser bed04e2b03 Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Justin Ruggles b2890f5ed6 audioconvert: add some additional channel and channel layout macros 13 years ago
Justin Ruggles 1d2449a613 audioconvert: change 7.1 "wide" layout to use side surround channels 13 years ago
Nicolas George 26c6fec9d9 lavu: introduce av_log_format_line. 13 years ago
Diego Biurrun 4dccfff9dd tests/examples: Mark some variables only used within their files as static. 13 years ago
Sean McGovern be0675ce67 x86 cpuid: set vendor union members separately 13 years ago
Diego Biurrun ff159e7816 doxygen: Replace '\' by '@' in Doxygen markup tags. 13 years ago
Gavin Kinsey 4547d883d3 Fix compilation for C++ applications 13 years ago
Reimar Döffinger d086c1203c Add coverage exclusions for test code. 13 years ago
Diego Biurrun c68fafe0d2 doxygen: eliminate Qt-style doxygen syntax 13 years ago
Michael Niedermayer dff97be808 av_opt: add av_opt_ptr() to return a pointer to a field of a object based on 13 years ago
Yordan Makariev 425b45d4b0 Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 13 years ago
Tsvetelina Borisova 4a59eca97a Cleaned pixdesc.c file in libavutil 13 years ago
Nicolas George 976b095939 lavu/error: define AVERROR_BUG. 13 years ago
Nicolas George 757cb3b46a avutil: av_x_if_null: remove const for the return value. 13 years ago
Giorgio Vazzana 208bcc6b5b libavutil: increase struct SampleFmtInfo member 'name' length to 8 13 years ago
Michael Niedermayer 313d30c180 avutil: revert project name messing 13 years ago
Mans Rullgard 60084a1723 timer: fix misspelling of "decicycles" 13 years ago
Michael Niedermayer b14a2381f8 pixfmt: Add 32bit rgb without alpha formats 13 years ago