1676 Commits (7461e9ae45186d421a8b474d12dad954e8691f60)

Author SHA1 Message Date
Stefano Sabatini 24860a913c tools: add ffeval tool 14 years ago
Stefano Sabatini 999495734b lavu/eval: add if() and ifnot() eval functions 14 years ago
Clément Bœsch 5fc51c3155 lavu: add 2.1 channel layout. 14 years ago
Carl Eugen Hoyos c3ff0713ef Fix step_minus1 pixel descirption for RGB64. 14 years ago
Michael Niedermayer f4a01d7788 x86inc: remove duplicate movlhps 14 years ago
Clément Bœsch 625751c47a log: use a different color for debug (green). 14 years ago
Vitor Sessak 39df0c434c mpegaudiodec: optimized iMDCT transform 14 years ago
Diego Biurrun dff4af448d timer: K&R formatting cosmetics 14 years ago
Janne Grunau c04a954da6 lavu: bump lavu minor for av_popcount64 14 years ago
Daniel Verkamp b73ec05473 Add av_popcount64 14 years ago
Reimar Döffinger 42a1f1d7a8 Avoid uninitialized data in lcldec when ofs is 0 in MSZH. 14 years ago
Reimar Döffinger 874da652b3 Avoid av_memcpy_backptr hang without extra branch. 14 years ago
Michael Niedermayer 5a8e994287 mem: add av_max_alloc() to limit the maximum amount that may be allocated in one piece 14 years ago
Michael Niedermayer 58c41799ab lzo: fix memcpy_backptr() with 0 offset 14 years ago
Carl Eugen Hoyos c25c7ba87c Make systematic palette opaque. 14 years ago
Michael Niedermayer 9eb0d8bab1 fifo: Make writes atomic. 14 years ago
Michael Niedermayer 1674073b4d libavutil: increase LIBAVUTIL_VERSION_MICRO to 100 14 years ago
Diego Biurrun c18365402b Replace Subversion revisions in comments by Git hashes. 14 years ago
Luca Barbato 1ee5b5e823 lavu: add AVERROR_BUG error value 14 years ago
Michael Niedermayer 75f2cc5134 avutil: check sampleformats enum, pict type enum and media type enum against insert/remove mistakes. 14 years ago
Michael Niedermayer 68230eb375 pixfmts: Selfcheck against insertions / deletions in the enum. 14 years ago
Mans Rullgard 878dda5db1 build: move inclusion of subdir.mak to main subdir loop 14 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 14 years ago
Anton Khirnov 1be323054e Add basic libavdevice documentation. 14 years ago
Mans Rullgard 5b0d35eaed x86: bswap: remove test for bswap instruction 14 years ago
Mans Rullgard f64c2e710f bswap: make generic implementation more compiler-friendly 14 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 14 years ago
Hanspeter Niederstrasser bed04e2b03 Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X 14 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 14 years ago
Justin Ruggles b2890f5ed6 audioconvert: add some additional channel and channel layout macros 14 years ago
Justin Ruggles 1d2449a613 audioconvert: change 7.1 "wide" layout to use side surround channels 14 years ago
Nicolas George 26c6fec9d9 lavu: introduce av_log_format_line. 14 years ago
Diego Biurrun 4dccfff9dd tests/examples: Mark some variables only used within their files as static. 14 years ago
Sean McGovern be0675ce67 x86 cpuid: set vendor union members separately 14 years ago
Diego Biurrun ff159e7816 doxygen: Replace '\' by '@' in Doxygen markup tags. 14 years ago
Gavin Kinsey 4547d883d3 Fix compilation for C++ applications 14 years ago
Reimar Döffinger d086c1203c Add coverage exclusions for test code. 14 years ago
Diego Biurrun c68fafe0d2 doxygen: eliminate Qt-style doxygen syntax 14 years ago
Michael Niedermayer dff97be808 av_opt: add av_opt_ptr() to return a pointer to a field of a object based on 14 years ago
Yordan Makariev 425b45d4b0 Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 14 years ago
Tsvetelina Borisova 4a59eca97a Cleaned pixdesc.c file in libavutil 14 years ago
Nicolas George 976b095939 lavu/error: define AVERROR_BUG. 14 years ago
Nicolas George 757cb3b46a avutil: av_x_if_null: remove const for the return value. 14 years ago
Giorgio Vazzana 208bcc6b5b libavutil: increase struct SampleFmtInfo member 'name' length to 8 14 years ago
Michael Niedermayer 313d30c180 avutil: revert project name messing 14 years ago
Mans Rullgard 60084a1723 timer: fix misspelling of "decicycles" 14 years ago
Michael Niedermayer b14a2381f8 pixfmt: Add 32bit rgb without alpha formats 14 years ago
Vitor Sessak ca55606a51 x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 14 years ago
Vitor Sessak 6b6ee58249 x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 14 years ago
Mans Rullgard 019dd23657 Fix av_get_channel_layout_string() for positions >31 14 years ago