summaryrefslogtreecommitdiff
path: root/src/libffmpeg/xine_decoder.c
AgeCommit message (Expand)Author
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
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