summaryrefslogtreecommitdiff
path: root/src/libffmpeg/video_decoder.c
AgeCommit message (Collapse)Author
2004-03-16changing decoder priorities:Michael Roitzsch
* increase ffmpeg from 5 to 6 * increase some others from 6 to 7 (they should still override ffmpeg) * increase liba52 from 2 to 5 (since 5 is somewhat default) * decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder to handle these types, so this is not really a change; it's just that all the other win32 decoders use prio 1) CVS patchset: 6272 CVS date: 2004/03/16 14:12:03
2004-03-14hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGBMike Melanson
CVS patchset: 6255 CVS date: 2004/03/14 21:24:21
2004-03-09hook up ffmpeg's Flash Video supportMike Melanson
CVS patchset: 6237 CVS date: 2004/03/09 04:09:41
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11
2004-02-14Read aspect when BUF_FLAG_ASPECT is setJames Stembridge
CVS patchset: 6156 CVS date: 2004/02/14 20:29:53
2004-02-14Only use aspect ratio given by ffmpeg if it isn't equal to 0.0James Stembridge
CVS patchset: 6154 CVS date: 2004/02/14 19:52:41
2004-02-09*) Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
*) Dynamic sizing for real video slice offset buffer CVS patchset: 6126 CVS date: 2004/02/09 22:11:30
2004-02-03Don't read special buffers as headers (again)James Stembridge
CVS patchset: 6112 CVS date: 2004/02/03 19:42:02
2004-02-01Slight rethink of header handlingJames Stembridge
Support for RV20 decoder CVS patchset: 6101 CVS date: 2004/02/01 22:45:17
2004-02-01add support for BGR24 and RGB24 video coming from ffmpeg; activate theMike Melanson
following ffmpeg video decoders: Duck TM1, FLIC, SMC, 8BPS, VMD Video, ZLIB, MSZH, ASV1, ASV2, VCR1; activate the following ffmpeg audio decoders: Xan DPCM, VMD audio, MACE 3:1, MACE 6:1 CVS patchset: 6092 CVS date: 2004/02/01 06:00:56
2004-01-31don't try to read special buffers as if they are headersJames Stembridge
CVS patchset: 6088 CVS date: 2004/01/31 17:10:08
2004-01-31Split ffmpeg interface into audio and video specific filesJames Stembridge
CVS patchset: 6087 CVS date: 2004/01/31 01:19:17