summaryrefslogtreecommitdiff
path: root/src/combined/ffmpeg/ff_audio_decoder.c
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-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-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-05-17Fix build with very recent copies of FFmpegBrad Smith
2011-05-16Fix up "pp" post-proc plugin and A/V decoding for ffmpeg 0.7.Darren Salt
2010-03-24Merge from 1.1.Darren Salt
2010-03-23Fixed using uninitialized decode_buffer_sizePetri Hintukainen
2010-02-23Merge from 1.1.Darren Salt
2010-02-21WMAPro supportChristopher Martin
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-02-10Merge from 1.1.Darren Salt
2009-02-09demux_unstick_ao_loop() reports that xine might be stuck != is stuckLorenzo Desole
2009-01-16Merge ffmeg codecs list creation rework from 1.1 with adaptations.Darren Salt
2009-01-16Rework ffmpeg codecs lists creation.Darren Salt
2009-01-05Merge security fixes from 1.1.Darren Salt
2009-01-05Merge security fixes.Darren Salt
2009-01-02Merge from 1.1.Darren Salt
2009-01-02ff_audio_decode_data() doesn't always return if the stream is closed or playb...Lorenzo Desole
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-11-20Memory access fixes:František Dvořák
2008-10-13Merge from 1.1.Darren Salt
2008-09-13Compilation fixes for ffmpeg API & ABI changes.Darren Salt
2008-08-20Integer overflow in ff_audio_decode_data()Tielei
2008-07-17Merge from 1.1.Darren Salt
2008-07-15Recognise AMR audio (normally found in 3GP files).Darren Salt
2008-06-20Merge the avutil branch; port the "raw" video output plugin.Darren Salt
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-09Merge from 1.2 main.Darren Salt
2008-04-08Merge from 1.1.Darren Salt
2008-04-07Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.Darren Salt
2008-04-07Implement support for "MPEG-3 adu".Jinghua Luo
2008-04-07Check the Real extradata length.Darren Salt
2008-04-07Use ffmpeg's cook decoder and fix Real decoder bugsJinghua Luo