summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
AgeCommit message (Expand)Author
2004-06-13fix ffmpeg warningsMichael Roitzsch
2004-06-13PPC AltiVec fixMike Melanson
2004-06-12not all compilers strip unused static functions from object files.Miguel Freitas
2004-06-11fix init bug that manifests when decoder is not disposed betweenMike Melanson
2004-06-10flac.c is in the SOURCES now, no need to EXTRA_DIST itMichael Roitzsch
2004-06-10hook up ffmpeg's FLAC decoderMike Melanson
2004-06-04shut up GCC.Daniel Caujolle-Bert
2004-06-01renamed symbol appropriately to avoid duplicate symbol references, followingConrad Parker
2004-05-30merge ffmpeg to fix compiler warningsMichael Roitzsch
2004-05-15gcc 3.4.0 doesn't like function prototypes with the inline specifier. ffmpeg ...Robin KAY
2004-05-11preparation for rc4aMiguel Freitas
2004-05-09syncMiguel Freitas
2004-04-26housekeepingMichael Roitzsch
2004-04-26Fix build process when srcdir != builddir.František Dvořák
2004-04-25ffmpeg syncMiguel Freitas
2004-03-17missing headerxine-1-rc3b-release1-rc3bDaniel Caujolle-Bert
2004-03-17fix ffmpeg breakageDaniel Caujolle-Bert
2004-03-15fix idct function prototype and remove extraenous brace (thanks Robin)Mike Melanson
2004-03-14sync to ffmpeg build 4707Mike Melanson
2004-03-14new ffmpeg files for build 4707Mike Melanson
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in dsputil...Robin KAY
2004-02-04missing file!!Miguel Freitas
2004-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
2004-02-01these header files will need to be bundled in the distributionMike Melanson
2004-02-013 files that slipped through: use ffmpeg's own copy of bswap.h to avoidMike Melanson
2004-02-01sync to ffmpeg build 4699Mike Melanson
2004-02-01importing new ffmpeg codecs: 8BPS, FLIC, lossless codecs (MSZH & ZLIB),Mike Melanson
2004-01-02quick fix to play SVQ1 files with embedded stringsMike Melanson
2003-12-10we should not claim copyright on files imported from ffmpeg,Michael Roitzsch
2003-12-10fix warnings about NDEBUG being redefinedMichael Roitzsch
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-02the quest of the missing files continue...Miguel Freitas
2003-11-29grrrrMiguel Freitas
2003-11-27i hate those missing files...Miguel Freitas
2003-11-16fix some more compiler warnings about functions xine does not useMichael Roitzsch
2003-11-16buffer limit fix from ffmpegJames Stembridge
2003-11-01big ffmpeg patchMichael Roitzsch
2003-10-30deploy revised ffmpeg palette APIMike Melanson
2003-10-27super mega ffmpeg tree syncMike Melanson
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
2003-10-16Don't read off the end of the bufferJames Stembridge
2003-10-08Patch as sent to ffmpeg-devel.Robin KAY
2003-10-04Add support for 8x4 blocks. Will send patch to ffmpeg-devel.Robin KAY
2003-08-19GCC 3.3 on SPARC produces illegal code for 32-bit types, shifted by 32 bits.Juergen Keil
2003-07-13another forgoten fileMiguel Freitas
2003-07-13still trying to fix make dist...Miguel Freitas
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-07-11moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure,Michael Roitzsch