381 Commits (03d3cab876cc0dfc4b9d2352653bb3dca64f30f9)

Author SHA1 Message Date
Aurelien Jacobs b70335a28d add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Stefano Sabatini d3de3ee2bd Document libavutil/mem.h:av_strdup. 17 years ago
Diego Biurrun 1e97ce4a31 cosmetics: Sort some lines, whitespace changes. 17 years ago
Diego Biurrun c97f54020d Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific 17 years ago
Diego Biurrun 8008a04325 Move Apple gcc AltiVec vector declaration syntax to libavutil. 17 years ago
Diego Biurrun 9d16f87ffd Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Reimar Döffinger 45e3c163a9 Additional documentation for CRC functions 17 years ago
Reimar Döffinger 7b07d3e8fe Use defines instead of raw hex numbers to specify CRC polynomials 17 years ago
Ramiro Polla c8f9ef613e CONFIG_7REGS -> HAVE_7REGS 17 years ago
Ramiro Polla 5e4c7ca224 Add attribute that forces alignment of stack to functions that need it. 17 years ago
Aurelien Jacobs ddb8ebe7a1 add a new av_clip_int16() function to libavutil 17 years ago
Aurelien Jacobs b9c684a2b8 ensure av_noinline is always defined 17 years ago
Roman Shaposhnik 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 years ago
Roman Shaposhnik b6c748edba * Making [START|STOP]_TIMER work on architectures that support gethrtime() 17 years ago
Luca Abeni 1e7f363804 Implement av_strlcatf(): a strlcat which adds a printf style formatted string 17 years ago
Reimar Döffinger ef0d7a0d4f Document aes init code writing on purpose beyond round_key array into state array. 17 years ago
Andreas Öman 4196cfb75b add YUV440P and YUVJ440P support 17 years ago
Måns Rullgård 318049b8ed move #include of system headers to top of file 17 years ago
Alex Beregszaszi 7eed4aef83 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs 17 years ago
Alex Beregszaszi 71e4199485 match doxygen comment with other parts of the file 17 years ago
Ramiro Polla 7c9dcd4bba Remove unnecessary MINGW ifdef. 17 years ago
Ramiro Polla 36564c514c Remove MinGW lrint hack. 17 years ago
Ramiro Polla 7c37e504f0 Remove OS/2 support 17 years ago
Måns Rullgård 059eeabf35 10l: fix av_str[i]start() 17 years ago
Måns Rullgård 84662c01c9 undef forbidden names before we #define them in case they are macros in libc 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 17 years ago
Vitor Sessak 3299fb4523 Make error message more helpful and forbid random() 17 years ago
Diego Biurrun 2eb697a455 Move comment to a slightly better place. 17 years ago
Diego Biurrun 224906414b Remove leading underscores from specifiers, they are reserved. 17 years ago
Diego Biurrun 3d44f15cfc Add proper license header. 17 years ago
Reimar Döffinger c08be350da intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it. 18 years ago
Reimar Döffinger 272605c73e more av_strl* adjustments 18 years ago
Luca Barbato 3565e10b44 bump micro version: new string functions 18 years ago
Måns Rullgård fc78ce803b add some string functions 18 years ago
Michel Bardiaux 4fc3d23ffe Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK 18 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Marc Hoffman f70c273902 Blackfin - read_time primitive 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Reimar Döffinger 6f74b71ef0 Part of MPlayer patch: 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Michael Niedermayer 79d4c96a1a correct last element inited check 18 years ago
Jindřich Makovička 803ca89ca1 Proper fix for r8963 18 years ago
Ivo van Poorten 9e010b41e6 add AV_[RW][BL]64 support 18 years ago
Michael Niedermayer 45221f7f61 reduce number of shifts 18 years ago
Michael Niedermayer fd735e4b77 simplify 18 years ago
Attila Kinali 69ae947874 add missing include of bswap.h 18 years ago