summaryrefslogtreecommitdiff
path: root/src/combined
AgeCommit message (Expand)Author
2011-10-01Merge from 1.1.Darren Salt
2011-09-26Merge from 1.1. (Needs some testing.)Darren Salt
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-27Fixed mpeg2 decoding with ffmpeg.Petri Hintukainen
2011-09-27ff_audio_open_codec(): initialize codec if it hasn't been initialized.Petri Hintukainen
2011-09-27Splitted ff_audio_open_codec() from ff_audio_decode_data()Petri Hintukainen
2011-09-27Splitted ff_audio_init_codec() from ff_audio_handle_header_buffer()Petri Hintukainen
2011-09-27Splitted ff_audio_handle_header_buffer() from ff_audio_decode_data()Petri Hintukainen
2011-09-27ffmpeg audio: make sure decode_buffer is allocated only oncePetri Hintukainen
2011-09-15ffmpeg audio: removed checks that are always true (context is allocated in init)Petri Hintukainen
2011-09-15ffmpeg audio: make sure context is allocated only oncePetri Hintukainen
2011-09-16Fixed "warning: cast from pointer to integer of different size"Petri Hintukainen
2011-09-16Simplify: check for BUF_FLAG_SPECIAL only once. Splitted special buffer handl...Petri Hintukainen
2011-08-23Merge from 1.1.Darren Salt
2011-08-13rv30 & rv40 supportTorsten Jager
2011-08-13VP8 supportTorsten Jager
2011-08-13ffmpeg audio crash fix (sse2 alignment)Torsten Jager
2011-09-10Not every audio packet can be used to determine the sample rate and number ofChris Rankin
2011-09-10Pad end of audio data buffer with zeros, as instructed by the API documentation.Chris Rankin
2011-09-10Use xine's fast memcpy function instead of standard library one.Chris Rankin
2011-09-10Optimise flags usage.Chris Rankin
2011-09-10Tidy up flags usage.Chris Rankin
2011-08-29Add AAC LATM support from FFmpeg 0.7+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-05-17Fix build with very recent copies of FFmpegBrad Smith
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2011-05-16Complete the adaptation to libavcodec 0.7. (Hopefully.)Darren Salt
2011-05-16Fix up "pp" post-proc plugin and A/V decoding for ffmpeg 0.7.Darren Salt
2011-02-16Make ff_video_decoder work together with input_vdr.c for MPEG2.Reinhard Nißl
2010-03-24Merge from 1.1.Darren Salt
2010-03-23Added new audio buffer type (EAC3)Petri Hintukainen
2010-03-23Fixed using uninitialized decode_buffer_sizePetri Hintukainen
2010-03-14Merge from 1.1.Darren Salt
2010-03-10Handle odd widths properly (for ffmpeg-decoded video).Darren Salt
2010-02-25Fix build with the old, outdated and deprecated internal ffmpeg.Darren Salt
2010-02-23Merge from 1.1.Darren Salt
2010-02-21WMAPro supportChristopher Martin
2010-02-04Work around an ffmpeg SVQ3 bug; check for avcodec_thread_init failure.Darren Salt
2010-02-03Kill a "missing return" warning.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
2010-01-17"Fix" playback of 24-bit FLAC.Darren Salt
2009-12-05Build fix (undefined symbol) for when using older ffmpeg.Darren Salt
2009-12-04Bump the FLAC decoder's priority above ffmpegaudio, and build it by default.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