summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
2004-02-07better error handling if codec can't be foundJames Stembridge
2004-02-04missing file!!Miguel Freitas
2004-02-03Don't read special buffers as headers (again)James Stembridge
2004-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
2004-02-01Slight rethink of header handlingJames Stembridge
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-01update the current diff list between ffmpeg and xineMike Melanson
2004-02-01add support for BGR24 and RGB24 video coming from ffmpeg; activate theMike 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-31don't try to read special buffers as if they are headersJames Stembridge
2004-01-31Split ffmpeg interface into audio and video specific filesJames Stembridge
2004-01-30enable RV10 playback, including:James Stembridge
2004-01-29Replace huge switch statements with lookup tablesJames Stembridge
2004-01-16ffmpeg: repair BUF_FLAG_FRAME_START\ndemux_ogg: don't send too many preview b...Marco Zuehlke
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2004-01-04The most important change is the smallest:Michael Roitzsch
2004-01-03stream_codec_tag needs to be set as wellMike Melanson
2004-01-02quick fix to play SVQ1 files with embedded stringsMike Melanson
2003-12-26Win32 mega update:František Dvořák
2003-12-16it is perfectly valid for the ffmpeg audio decoder API function toMike Melanson
2003-12-14API version bounceSiggi Langauf
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-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
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-29fix segfaults with unitialized contextsMiguel Freitas
2003-11-27i hate those missing files...Miguel Freitas
2003-11-27- disable the Audio DV codec in the ffmpeg decoder as it seems to have disapp...Bastien Nocera
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-23Fix failed assert with playback of non-direct rendered mpeg4James Stembridge
2003-11-22Account for changes in libavcodec buffer allocation logic - stops deadlocks w...James Stembridge
2003-11-19explicitly link math lib.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16fix some more compiler warnings about functions xine does not useMichael Roitzsch
2003-11-16hook up the 4X ADPCM decoderMike Melanson
2003-11-16buffer limit fix from ffmpegJames Stembridge
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-04ffmpeg already selects the best matching MPEG framerate code, no need toMichael Roitzsch
2003-11-01big ffmpeg patchMichael Roitzsch
2003-11-01Not link ffmpeg plugin with XvMC.František Dvořák
2003-10-31And now really the fix. :-)František Dvořák
2003-10-31Fix the unresolved symbol in ffmpeg configured on systems with XVMC.František Dvořák