summaryrefslogtreecommitdiff
path: root/src/libffmpeg/xine_decoder.c
AgeCommit message (Expand)Author
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-23some fixes - qdm2 not yet working...Miguel Freitas
2005-05-29Hook up the ffmpeg shorten decoderJames Stembridge
2005-05-28new Fraps FPS1 decoderMike Melanson
2005-05-06syncing to FFmpeg libavcodec build 4754; hook up the Indeo 2 decoder,Mike Melanson
2005-04-19add support for a bunch of new FFmpeg codecs, corresponding to FFmpegMike Melanson
2004-06-10hook up ffmpeg's FLAC decoderMike Melanson
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-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
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-31Split ffmpeg interface into audio and video specific filesJames Stembridge
2004-01-30enable RV10 playback, including:James Stembridge
2004-01-29Replace huge switch statements with lookup tablesJames Stembridge
2004-01-16ffmpeg: repair BUF_FLAG_FRAME_START\ndemux_ogg: don't send too many preview b...Marco Zuehlke
2004-01-12it 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-03stream_codec_tag needs to be set as wellMike Melanson
2003-12-26Win32 mega update:František Dvořák
2003-12-16it is perfectly valid for the ffmpeg audio decoder API function toMike Melanson
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-29fix segfaults with unitialized contextsMiguel Freitas
2003-11-27- disable the Audio DV codec in the ffmpeg decoder as it seems to have disapp...Bastien Nocera
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-23Fix failed assert with playback of non-direct rendered mpeg4James Stembridge
2003-11-22Account for changes in libavcodec buffer allocation logic - stops deadlocks w...James Stembridge
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16hook up the 4X ADPCM decoderMike Melanson
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-10-30deploy revised ffmpeg palette APIMike Melanson
2003-10-27Fix aspect ratio problemJames Stembridge
2003-10-27super mega ffmpeg tree syncMike Melanson
2003-10-23I should have seen this coming...Michael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-06-21added RGB565 support (used for 4xm video) and RGB555 support (not usedMike Melanson
2003-06-19maintenance ffmpeg sync: import and activate decoders for 4X andMike Melanson
2003-06-12Rework postprocessing quality setting so that it no longer uses a mutex. Fixe...James Stembridge
2003-06-12Disable direct rendering when height or width isn't a multiple of 16. Prevent...James Stembridge
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
2003-05-29Revert last change as it caused problems with some streams. Second and much s...James Stembridge
2003-05-28make sure the frame that we postprocess into has the same dimensions as the f...James Stembridge
2003-05-26fix rv10 playbackJames Stembridge
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some tim...Michael Roitzsch
2003-05-09enable ffmpeg's open source SVQ3 decoderMike Melanson