summaryrefslogtreecommitdiff
path: root/src/libffmpeg/video_decoder.c
AgeCommit message (Expand)Author
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2005-11-04Added lock/unlock around find/open/close ffmpeg calls.Thibaut Mattern
2005-10-29import the Duck TrueMotion 2 decoder from FFmpegMike Melanson
2005-10-05Fixed sync problems with mjpg.Thibaut Mattern
2005-07-25*BUGFIX*Thibaut Mattern
2005-06-10Try to fix aspect ratio, one more time...Thibaut Mattern
2005-06-09Fixed aspect ratio handling.Thibaut Mattern
2005-06-06Fixed frame duration.Thibaut Mattern
2005-06-04Fix handling of BUF_FLAG_FRAMERATE and BUF_FLAG_ASPECTJames Stembridge
2005-05-30**BUGFIX**James Stembridge
2005-05-28new Fraps FPS1 decoderMike Melanson
2005-05-16**BUGFIX**James Stembridge
2005-05-06syncing to FFmpeg libavcodec build 4754; hook up the Indeo 2 decoder,Mike Melanson
2005-04-26Fixed problem with RV10 and RV20.Thibaut Mattern
2005-04-26Delay the avcodec_open call to the first buffer without the HEADER flag.Thibaut Mattern
2005-04-24Fixed deadlock when ffmpeg returned 0 consumed byte:Thibaut Mattern
2005-04-22- Fixed BUF_FLAG_SPECIAL handling.Thibaut Mattern
2005-04-21Readded new buffer types.Thibaut Mattern
2005-04-21- big cleanupThibaut Mattern
2005-04-19add support for a bunch of new FFmpeg codecs, corresponding to FFmpegMike Melanson
2005-04-16- Add support for the MJPEG-B format fixes playback of aqt_480p_mjpb.movBastien Nocera
2004-12-16Do not trust ffmpeg and check length validity.Thibaut Mattern
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-08workaround weird 120fps streams by forcing VIDEO_PTS_MODE. code to obtainMiguel Freitas
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-09-20Do never memcpy the buffer if the stream is mpeg1/2.Thibaut Mattern
2004-09-14Fix palette based codecsJames Stembridge
2004-09-14- Add support for 3ivx video (doesn't work in QT streams yet)Bastien Nocera
2004-09-12add missing bracket (only in the text, no compilation problem)Michael Roitzsch
2004-09-12Unbreak ffmpeg mpeg-1/2 decodingJames Stembridge
2004-09-11Properly pad buffersJames Stembridge
2004-09-11Support for H.264/AVC videoJames Stembridge
2004-08-16header inclusion has to depend on the configure detection, because whenMichael Roitzsch
2004-07-31New configure option --with-external-ffmpeg[=PREFIX].František Dvořák
2004-07-30possibly fix the sync problem recently reported on xine-develMiguel Freitas
2004-07-20Use lavc version of the mpeg rff flag.Thibaut Mattern
2004-07-18better mpeg-es parser.Thibaut Mattern
2004-07-01Use avcodec_align_dimensions for querying required frame dimension alignmentsJames Stembridge
2004-07-01Fix av sync for RV10 and RV20 streamsJames Stembridge
2004-06-28Fix a stupid bug causing a segfault with huffyuv_sample.avi test stream.Thibaut Mattern
2004-05-23NULL isn't a good default for a pointer ;) Fixes RV10 and RV20 decodingJames Stembridge
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