summaryrefslogtreecommitdiff
path: root/src/combined/ffmpeg/ff_video_decoder.c
AgeCommit message (Expand)Author
2012-06-05Added missing ifdef AVCODEC_HAS_REORDERED_OPAQUECarlo Bramini
2012-06-05Added check for AVCodecContext.color_range and AVCodecContext.colorspacePetri Hintukainen
2012-05-28Fixed U-plane conversion (YUVJ444P -> YUV420)Petri Hintukainen
2012-05-28ff_video_decoder: fixed DR1 frame garbage collector when using multithreaded ...Petri Hintukainen
2012-05-10ff_video_decoder: fixed croppingTorsten Jager
2012-05-10ff_video_decoder: convert full range YUV to mpeg rangeTorsten Jager
2012-04-19Fixed decoding of full range YUV420 H.264 videos (segfault). Might still need...Petri Hintukainen
2011-12-21Fix multithreaded initialization with API changeRoland Scheidegger
2012-01-29fix compile against recent ffmpegEdgar Hucek
2012-01-31frame garbage collector in ff_resetEdgar Hucek
2012-01-18Moved ffmpeg API version checks to single headerPetri Hintukainen
2011-12-27Fixes nasty mpeg2 on ts A/V lag when using ff."Torsten Jager"
2011-09-27Fixed mpeg2 decoding with ffmpeg.Petri Hintukainen
2011-09-16ffmpeg video: do not require preview buffers for mpeg1/2Petri Hintukainen
2011-09-16Splitted ff_init_mpeg12_mode() from ff_handle_preview_buffer()Petri Hintukainen
2011-09-10Tidy up flags usage.Chris Rankin
2011-08-09Cosmetics: reordered functionsPetri Hintukainen
2011-08-09ffmpeg VC-1: scan for extradata (sequence header) from preview buffersPetri Hintukainen
2011-08-14Fixed multithreaded decoding with lavc >= 52.112.0.Petri Hintukainen
2011-08-13rv30 & rv40 supportTorsten Jager
2011-05-17Fix build with very recent copies of FFmpegBrad Smith
2010-03-10Handle odd widths properly (for ffmpeg-decoded video).Darren Salt
2010-02-04Work around an ffmpeg SVQ3 bug; check for avcodec_thread_init failure.Darren Salt
2010-01-21Undo libavutil workaround (fixed upstream).Darren Salt
2010-01-17Cope with libavutil no longer defining some endian-specific macros.Darren Salt
2009-12-05Build fix (undefined symbol) for when using older ffmpeg.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-17VC1 support fixesPetri Hintukainen
2009-10-15Quick hack to prevent segfaulting at end-of-stream when this->context == NULL.Darren Salt
2009-04-02Merge.Darren Salt
2009-04-02Fix up building with libavcodec.so.52 < 52.20.0.Darren Salt
2009-04-02FFmpeg: add support for reordered_opaque to custom get_buffer() implementation.Reinhard Nißl
2009-03-28Fix calculation of frame duration for ffmpeg-decoded formats.Reinhard Nißl
2009-03-28Report frame duration changes.Reinhard Nißl
2009-03-08Fix build with libavutil >= 50.0.0Alexis Ballier
2009-01-16Rework ffmpeg codecs lists creation.Darren Salt
2009-01-11Merge.Darren Salt
2009-01-11Reapply cset ffb2e82d7bb7 (accidental removal by this cset's parent).Darren Salt
2009-01-11Merge.Darren Salt
2009-01-11Fix PTS tagging: large (negative) PTS values are a result of turning it off t...Reinhard Nißl
2009-01-08Fix build with libavcodec < 51.68.0.Darren Salt
2009-01-05Merge security fixes.Darren Salt
2009-01-04At discontinuity all stored PTS values need to be reset to 0, as they are now...Reinhard Nißl
2009-01-04Feed buffer PTS through FFmpeg's decoder to have them reordered to display or...Reinhard Nißl
2008-11-20Memory access fixes:František Dvořák
2008-08-25Fix a possible heap buffer overflow in the ffmpeg video decoder.Darren Salt
2008-07-16Add support for the Snow video codec.Darren Salt
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-30Fix green smearing in h264 decodingJason Tackaberry
2008-04-21Fix display of some MJPEG streams (YUVJ420P).Darren Salt