Age | Commit message (Expand) | Author |
2004-02-07 | better error handling if codec can't be found | James Stembridge |
2004-02-04 | missing file!! | Miguel Freitas |
2004-02-03 | Don't read special buffers as headers (again) | James Stembridge |
2004-02-03 | ported SMJPEG IMA and EA ADPCM decoders to ffmpeg | Mike Melanson |
2004-02-01 | Slight rethink of header handling | James Stembridge |
2004-02-01 | these header files will need to be bundled in the distribution | Mike Melanson |
2004-02-01 | 3 files that slipped through: use ffmpeg's own copy of bswap.h to avoid | Mike Melanson |
2004-02-01 | update the current diff list between ffmpeg and xine | Mike Melanson |
2004-02-01 | add support for BGR24 and RGB24 video coming from ffmpeg; activate the | Mike Melanson |
2004-02-01 | sync to ffmpeg build 4699 | Mike Melanson |
2004-02-01 | importing new ffmpeg codecs: 8BPS, FLIC, lossless codecs (MSZH & ZLIB), | Mike Melanson |
2004-01-31 | don't try to read special buffers as if they are headers | James Stembridge |
2004-01-31 | Split ffmpeg interface into audio and video specific files | James Stembridge |
2004-01-30 | enable RV10 playback, including: | James Stembridge |
2004-01-29 | Replace huge switch statements with lookup tables | James Stembridge |
2004-01-16 | ffmpeg: repair BUF_FLAG_FRAME_START\ndemux_ogg: don't send too many preview b... | Marco Zuehlke |
2004-01-12 | it 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-04 | The most important change is the smallest: | Michael Roitzsch |
2004-01-03 | stream_codec_tag needs to be set as well | Mike Melanson |
2004-01-02 | quick fix to play SVQ1 files with embedded strings | Mike Melanson |
2003-12-26 | Win32 mega update: | František Dvořák |
2003-12-16 | it is perfectly valid for the ffmpeg audio decoder API function to | Mike Melanson |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-10 | we should not claim copyright on files imported from ffmpeg, | Michael Roitzsch |
2003-12-10 | fix warnings about NDEBUG being redefined | Michael Roitzsch |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-06 | reading through Daniel's huge patch was quite tiresome, but it was not worthl... | Michael Roitzsch |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-12-02 | the quest of the missing files continue... | Miguel Freitas |
2003-11-29 | grrrr | Miguel Freitas |
2003-11-29 | fix segfaults with unitialized contexts | Miguel Freitas |
2003-11-27 | i 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-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-23 | Fix failed assert with playback of non-direct rendered mpeg4 | James Stembridge |
2003-11-22 | Account for changes in libavcodec buffer allocation logic - stops deadlocks w... | James Stembridge |
2003-11-19 | explicitly link math lib. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | fix some more compiler warnings about functions xine does not use | Michael Roitzsch |
2003-11-16 | hook up the 4X ADPCM decoder | Mike Melanson |
2003-11-16 | buffer limit fix from ffmpeg | James Stembridge |
2003-11-15 | start xine_stream_t separation (public/private). | Miguel Freitas |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-11-04 | ffmpeg already selects the best matching MPEG framerate code, no need to | Michael Roitzsch |
2003-11-01 | big ffmpeg patch | Michael Roitzsch |
2003-11-01 | Not link ffmpeg plugin with XvMC. | František Dvořák |
2003-10-31 | And now really the fix. :-) | František Dvořák |
2003-10-31 | Fix the unresolved symbol in ffmpeg configured on systems with XVMC. | František Dvořák |