index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
combined
/
ffmpeg
/
ff_audio_decoder.c
Age
Commit message (
Expand
)
Author
2011-09-27
ff_audio_open_codec(): initialize codec if it hasn't been initialized.
Petri Hintukainen
2011-09-27
Splitted ff_audio_open_codec() from ff_audio_decode_data()
Petri Hintukainen
2011-09-27
Splitted ff_audio_init_codec() from ff_audio_handle_header_buffer()
Petri Hintukainen
2011-09-27
Splitted ff_audio_handle_header_buffer() from ff_audio_decode_data()
Petri Hintukainen
2011-09-27
ffmpeg audio: make sure decode_buffer is allocated only once
Petri Hintukainen
2011-09-15
ffmpeg audio: removed checks that are always true (context is allocated in init)
Petri Hintukainen
2011-09-15
ffmpeg audio: make sure context is allocated only once
Petri Hintukainen
2011-09-16
Fixed "warning: cast from pointer to integer of different size"
Petri Hintukainen
2011-09-16
Simplify: check for BUF_FLAG_SPECIAL only once. Splitted special buffer handl...
Petri Hintukainen
2011-09-10
Not every audio packet can be used to determine the sample rate and number of
Chris Rankin
2011-09-10
Pad end of audio data buffer with zeros, as instructed by the API documentation.
Chris Rankin
2011-09-10
Use xine's fast memcpy function instead of standard library one.
Chris Rankin
2011-09-10
Optimise flags usage.
Chris Rankin
2011-08-13
ffmpeg audio crash fix (sse2 alignment)
Torsten Jager
2011-05-17
Fix build with very recent copies of FFmpeg
Brad Smith
2010-03-23
Fixed using uninitialized decode_buffer_size
Petri Hintukainen
2010-02-21
WMAPro support
Christopher Martin
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-02-09
demux_unstick_ao_loop() reports that xine might be stuck != is stuck
Lorenzo Desole
2009-01-16
Rework ffmpeg codecs lists creation.
Darren Salt
2009-01-05
Merge security fixes.
Darren Salt
2009-01-02
ff_audio_decode_data() doesn't always return if the stream is closed or playb...
Lorenzo Desole
2008-11-20
Memory access fixes:
František Dvořák
2008-09-13
Compilation fixes for ffmpeg API & ABI changes.
Darren Salt
2008-08-20
Integer overflow in ff_audio_decode_data()
Tielei
2008-07-15
Recognise AMR audio (normally found in 3GP files).
Darren Salt
2008-05-09
Remove a new bunch of xine_malloc() calls.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-04-07
Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.
Darren Salt
2008-04-07
Implement support for "MPEG-3 adu".
Jinghua Luo
2008-04-07
Check the Real extradata length.
Darren Salt
2008-04-07
Use ffmpeg's cook decoder and fix Real decoder bugs
Jinghua Luo
2008-04-07
ffmpeg/libreal cleanup
Jinghua Luo
2008-03-18
Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg.
Darren Salt