| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for the presence of llrint(), lrint(), round() and roundf() | Michael Kostylev | 2007-12-27 | 1 | -0/+28 |
* | Remove outdated comment. | Diego Biurrun | 2007-12-27 | 1 | -3/+0 |
* | djgpp port, first part | Michael Kostylev | 2007-12-24 | 1 | -1/+1 |
* | Generate a linking error if perror() is used in libav* | Luca Abeni | 2007-11-19 | 1 | -0/+2 |
* | Remove perror() usage from libavutil | Luca Abeni | 2007-11-19 | 1 | -1/+1 |
* | Fix typo. | Jeremy Mordkoff | 2007-10-19 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific | Diego Biurrun | 2007-08-27 | 1 | -1/+1 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | Diego Biurrun | 2007-08-24 | 1 | -0/+7 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 1 | -1/+1 |
* | Add attribute that forces alignment of stack to functions that need it. | Ramiro Polla | 2007-08-13 | 1 | -0/+8 |
* | move #include of system headers to top of file | Måns Rullgård | 2007-07-14 | 1 | -6/+6 |
* | 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs | Alex Beregszaszi | 2007-07-14 | 1 | -1/+0 |
* | Remove unnecessary MINGW ifdef. | Ramiro Polla | 2007-07-11 | 1 | -10/+0 |
* | Remove MinGW lrint hack. | Ramiro Polla | 2007-07-11 | 1 | -14/+0 |
* | Remove OS/2 support | Ramiro Polla | 2007-07-10 | 1 | -7/+1 |
* | undef forbidden names before we #define them in case they are macros in libc | Måns Rullgård | 2007-07-08 | 1 | -0/+12 |
* | Make error message more helpful and forbid random() | Vitor Sessak | 2007-07-05 | 1 | -2/+3 |
* | Remove leading underscores from specifiers, they are reserved. | Diego Biurrun | 2007-07-02 | 1 | -1/+1 |
* | more av_strl* adjustments | Reimar Döffinger | 2007-06-24 | 1 | -1/+1 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |
* | Part of MPlayer patch: | Reimar Döffinger | 2007-06-05 | 1 | -0/+1 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -8/+0 |
* | reduce number of shifts | Michael Niedermayer | 2007-05-04 | 1 | -4/+5 |
* | simplify | Michael Niedermayer | 2007-05-04 | 1 | -3/+2 |
* | remove possibly broken wince cruft | Alex Beregszaszi | 2007-04-20 | 1 | -5/+0 |
* | Add first and second output to earlyclobbers in COPY3_IF_LT macro. | Ramiro Polla | 2007-04-03 | 1 | -1/+1 |
* | prevent exit missuse | Michael Niedermayer | 2007-03-27 | 1 | -0/+1 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -2/+2 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -2/+2 |
* | remove fallback definitions of PRIxNN macros, | Ramiro Polla | 2007-02-24 | 1 | -28/+0 |
* | Remove unused ENODATA define | François Revol | 2007-02-11 | 1 | -4/+0 |
* | __attribute__((unused)) works with gcc 2.95 too | Luca Abeni | 2007-01-07 | 1 | -1/+1 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -9/+1 |
* | fix mingw shared build, and get rid of FF_IMPORT_ATTR | Måns Rullgård | 2006-12-07 | 1 | -1/+1 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -2/+2 |
* | move more macros to internal.h | Måns Rullgård | 2006-12-06 | 1 | -0/+72 |
* | move some __attribute__ macros to internal.h | Måns Rullgård | 2006-12-06 | 1 | -0/+24 |
* | Move BE_*/LE_*/ST*/LD* macros to a common place. Some further | Reimar Döffinger | 2006-12-03 | 1 | -0/+1 |
* | move comment | Måns Rullgård | 2006-11-14 | 1 | -1/+2 |
* | merge CONFIG_WINCE sections | Måns Rullgård | 2006-11-14 | 1 | -4/+1 |
* | indentation | Måns Rullgård | 2006-11-14 | 1 | -35/+35 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -2/+2 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -2/+2 |
* | Protect code that uses CMOV instructions with HAVE_CMOV, | Guillaume Poirier | 2006-10-20 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% | Siarhei Siamashka | 2006-09-28 | 1 | -0/+11 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | Remove unused defines, patch by takis P issaris A uhasselt P be | Panagiotis Issaris | 2006-09-07 | 1 | -15/+0 |