Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-24remove fallback definitions of PRIxNN macros,Ramiro Polla
2007-02-12Remove unused ENODATA defineFrançois Revol
2007-01-07__attribute__((unused)) works with gcc 2.95 tooLuca Abeni
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-07fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-12-07move more macros to internal.hMåns Rullgård
2006-12-07move some __attribute__ macros to internal.hMåns Rullgård
2006-12-03Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger
2006-11-15move commentMåns Rullgård
2006-11-14merge CONFIG_WINCE sectionsMåns Rullgård
2006-11-14indentationMåns Rullgård
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-10-20Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-28add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-07Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-07-21do not include bswap.h in common.h for external programs, since the formerReimar Döffinger
2006-07-16Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger