summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
AgeCommit message (Expand)Author
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-04-01Fix MANGLE macro for libpostproc on Darwin (applied on FFmpeg already). Thank...Diego 'Flameeyes' Pettenò
2007-02-17fix ffmpeg includes for sparc, seeReinhard Tartler
2007-01-28another ffmpeg sync to include h264 security fixesMiguel Freitas
2007-01-25Fixed build for srcdir != builddir.František Dvořák
2007-01-14ops, missing fileMiguel Freitas
2007-01-14Add another CONFIG_ENCODERS guard to kill an implicit fn declaration warning.Darren Salt
2007-01-13 * ffmpeg update to 51.28.0Miguel Freitas
2006-12-30When building encoders, mjpeg is needed too.Darren Salt
2006-12-21Improve the compiler optimisation failure workaround.Darren Salt
2006-12-04trying an updated ffmpeg version (51.25.0)Miguel Freitas
2006-11-21Security fix addon to r5369 of mplayer svn.Matthias Hopf
2006-09-27Free memory before return. Import revision 6351 of FFmpeg CVS by Kostya. Foun...Diego 'Flameeyes' Pettenò
2006-09-10Allow xine-lib to compile with gcc 4.1.1.James Courtier-Dutton
2006-08-13patch to fix compilation with gcc 4.0 and -fPICMiguel Freitas
2006-08-02fix for debug builds; this will eventually get upstream into the official FFm...Mike Melanson
2006-08-02disable building of Snow codec for now; it's still experimental and has troub...Mike Melanson
2006-08-02more residual from latest FFmpeg syncMike Melanson
2006-08-02sync to FFmpeg 51.11.0Mike Melanson
2006-08-02new FFmpeg filesMike Melanson
2006-07-12Avoid a debug/no-optimise build failure (seen on amd64).Darren Salt
2006-07-08Build VIS support for ffmpeg only if is enabled. When enabling VIS and user d...Diego 'Flameeyes' Pettenò
2006-07-05Add definition of PIC in presence of __PIC__ or __pic__, to fix building of F...Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-17Fix mpeg2 decoding with ffmpeg, thanks to Christer Palm (palm@nogui.se).Diego 'Flameeyes' Pettenò
2006-06-15Add missing include path to AM_CPPFLAGS. Needed for "common.h" by way of "../...Robin KAY
2006-05-22Fixed gcc warnings (Adrian Schroeter).Matthias Hopf
2006-04-21Add printf format attributes.Darren Salt
2006-04-08Ancient platforms support:František Dvořák
2006-02-14Workaround: force -Os for dsputil_mmx.c to allow compilation to succeed.Darren Salt
2006-02-05ffmpeg syncMiguel Freitas
2006-02-04sparc build fix from DiegoMiguel Freitas
2005-10-31Build for builddir != srcdir.František Dvořák
2005-10-30hopefuly it will fix 'make debug'Miguel Freitas
2005-10-29import the Duck TrueMotion 2 decoder from FFmpegMike Melanson
2005-10-24trying to fix buildMiguel Freitas
2005-10-23big ffmpeg updateMiguel Freitas
2005-09-05*BUGFIX*František Dvořák
2005-07-19here is cvs update people requested - somebody please check for gcc4 compatib...Miguel Freitas
2005-05-29better this wayMiguel Freitas
2005-05-28new H.264-related fileMike Melanson
2005-05-28new Fraps FPS1 decoderMike Melanson
2005-05-28sync to libavcodec build 4755Mike Melanson
2005-05-16Wrap some encoder functions in CONFIG_ENCODERS. Should fix linkage problems.Darren Salt
2005-05-15Sync a couple of inlined function definitions with their declarationsDarren Salt
2005-05-14Compile fixes for gcc >= 3.4.Darren Salt
2005-05-07Correct a type error in a printf format string (debug log).Darren Salt
2005-05-07Fix missing retun in non-void function.Darren Salt
2005-05-06minor H.264 fixMike Melanson