summaryrefslogtreecommitdiff
path: root/src/libffmpeg/video_decoder.c
AgeCommit message (Expand)Author
2004-05-12Mpeg 1/2 decoding.Thibaut Mattern
2004-05-09Little optimization.Thibaut Mattern
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-19Store postprocessing in class so we don't have to use internal pointer hackJames Stembridge
2004-04-19Output frames according to the width and height given by the demuxer - fixes ...James Stembridge
2004-03-16changing decoder priorities:Michael Roitzsch
2004-03-14hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGBMike Melanson
2004-03-09hook up ffmpeg's Flash Video supportMike Melanson
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-14Read aspect when BUF_FLAG_ASPECT is setJames Stembridge
2004-02-14Only use aspect ratio given by ffmpeg if it isn't equal to 0.0James Stembridge
2004-02-09*) Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
2004-02-03Don't read special buffers as headers (again)James Stembridge
2004-02-01Slight rethink of header handlingJames Stembridge
2004-02-01add support for BGR24 and RGB24 video coming from ffmpeg; activate theMike 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