]> git.sesse.net Git - ffmpeg/history - libavutil/internal.h
Corrections so that builds with DEBUG work
[ffmpeg] / libavutil / internal.h
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-02-24 Ramiro Pollaremove fallback definitions of PRIxNN macros,
2007-02-11 François RevolRemove unused ENODATA define
2007-01-07 Luca Abeni__attribute__((unused)) works with gcc 2.95 too
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Måns Rullgårdfix mingw shared build, and get rid of FF_IMPORT_ATTR
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Måns Rullgårdmove more macros to internal.h
2006-12-06 Måns Rullgårdmove some __attribute__ macros to internal.h
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-11-14 Måns Rullgårdmove comment
2006-11-14 Måns Rullgårdmerge CONFIG_WINCE sections
2006-11-14 Måns Rullgårdindentation
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-20 Guillaume PoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-28 Siarhei Siamashkaadd FASTDIV macro for ARM. Reported speed-up on MPEG...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-07 Panagiotis IssarisRemove unused defines, patch by takis P issaris A uhass...
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-07-21 Reimar Döffingerdo not include bswap.h in common.h for external program...
2006-07-16 Reimar DöffingerSplit common.h in two parts, purely internal stuff...