summaryrefslogtreecommitdiff
path: root/src/libffmpeg/xine_decoder.c
AgeCommit message (Expand)Author
2003-05-09enable ffmpeg's open source SVQ3 decoderMike Melanson
2003-05-01pass the QT stsd atoms through to the ffmpeg decoders...who knows? couldMike Melanson
2003-04-28Enable Indeo3 decoderEwald Snel
2003-04-27fixed green flashing bug for divx & postprocessingAndreas Heinchen
2003-04-23ffmpeg buffer management is quite odd.Miguel Freitas
2003-04-18Minister of English CompositionMike Melanson
2003-04-16cleanups, verbosityMiguel Freitas
2003-04-16direct rendering here we go...Miguel Freitas
2003-04-16disable direct rendering when the frame size output by ffmpeg is different fr...James Stembridge
2003-04-16clean up some code, add direct rendering 1 support (disabled by default)Miguel Freitas
2003-04-16ffmpeg update, add new files/decoders, use our fastmemcpyMiguel Freitas
2003-04-03buffer for decoded audio needs to be bigger for some wma streamsJames Stembridge
2003-03-27Michael Niedermayer reported that wmv8 implementation isn't complete, so i'mMiguel Freitas
2003-03-26update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let meMiguel Freitas
2003-03-19fix segfault when ffmpeg returns a frame containing no data, as happens with ...James Stembridge
2003-03-16make changing quality thread safeJames Stembridge
2003-03-15Second (and far less braindead) go at mpeg-4 postprocessingJames Stembridge
2003-03-14don't bother reconfiguring postprocessing mode if new setting is 0 (ie off)James Stembridge
2003-03-14mpeg-4 post processing :)James Stembridge
2003-03-07sanity checkMiguel Freitas
2003-02-23handle aspect ratio == 0Guenter Bartsch
2003-02-23Fix crash when opening ffmpeg decoder failsJames Stembridge
2003-02-22fix aspect ratio detection codeGuenter Bartsch
2003-02-20Support RGBA32 format ffmpeg frames. Allows playback of RGB HuffYUV filesJames Stembridge
2003-02-19Small omission from HuffYUV supportJames Stembridge
2003-02-19Support for YUY2 HuffYUV videoJames Stembridge
2003-02-04- remove possible name collision between the abs() define and the abs functio...Bastien Nocera
2003-02-04blind fix: DV jerky playback. thanks Bill Fink for investigating it.Miguel Freitas
2003-02-02use aspect ratio from ffmpegMiguel Freitas
2003-02-02hook up YUV411P -> YV12 converterMike Melanson
2003-01-31update ffmpegMiguel Freitas
2003-01-10support for BUF_FLAG_FRAME_STARTStefan Holst
2003-01-08ffmpeg syncMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07- implement XINE_STREAM_INFO_*_HANDLED for the ffmpeg decoderBastien Nocera
2002-12-23skip DV frames if needed (DV decoding is VERY cpu intensive)Miguel Freitas
2002-12-21Fix padding (ugly red bar in 'fra-sen-1.avi', right of image)Ewald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-18Don't append 'BUF_FLAG_SPECIAL' packets to frame dataEwald Snel
2002-12-17from utils.c: this should be called after seeking and before trying to decode...Miguel Freitas
2002-12-16that should fix wma decoding problems after seekingMiguel Freitas
2002-12-16Reenables width hack.Thibaut Mattern
2002-12-08discard previewMiguel Freitas
2002-12-06- sync with ffmpeg (that must fix heiko stream, thanks Michael Niedermayer)Miguel Freitas
2002-12-04pass the great responsibility of decoding SVQ1 data over to ffmpegMike Melanson
2002-12-02update ffmpeg, pass fourcc and other stuff that might be usefulMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-18forget about last data on reset()Miguel Freitas
2002-11-15Fix memory leak (1192KB/stream)Ewald Snel
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas