index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libffmpeg
/
audio_decoder.c
Age
Commit message (
Expand
)
Author
2007-04-04
Rename FFmpeg plugins' sources so that there are no conflicts with other sour...
Diego 'Flameeyes' Pettenò
2007-01-28
another ffmpeg sync to include h264 security fixes
Miguel Freitas
2007-01-13
* ffmpeg update to 51.28.0
Miguel Freitas
2006-12-26
Add WavPack to the list of supported audio streams FFmpeg can decode.
Diego 'Flameeyes' Pettenò
2006-12-15
Added BUF_AUDIO_FLVADPCM (Flash ADPCM).
Claudio Ciccani
2006-10-13
Revert my latest change, broke more than it fixed... now this means that the ...
Diego 'Flameeyes' Pettenò
2006-10-11
Use av_parser to decode audio, should make MP3 playback saner. Don't override...
Diego 'Flameeyes' Pettenò
2006-08-04
re-enable the QDesign audio decoder that was accidently disabled during
Mike Melanson
2006-08-02
hook up new FFmpeg decoders, including VC-1/WMV9
Mike Melanson
2006-06-18
Misc warnings fixes.
Diego 'Flameeyes' Pettenò
2006-04-21
Fix MP3 playing when mad is disabled (patch from Diego Pettenò)
Darren Salt
2006-03-07
Fixed channels to mode translation in audio decoders.
Thibaut Mattern
2005-11-04
Added lock/unlock around find/open/close ffmpeg calls.
Thibaut Mattern
2005-10-30
QDM2 fix
Miguel Freitas
2005-10-23
small fixes
Miguel Freitas
2005-10-23
some fixes - qdm2 not yet working...
Miguel Freitas
2005-10-23
big ffmpeg update
Miguel Freitas
2005-09-12
new Flameeyes's configure patches
Miguel Freitas
2005-05-29
**BUGFIX**
James Stembridge
2005-05-29
Hook up the ffmpeg shorten decoder
James Stembridge
2005-04-19
add support for a bunch of new FFmpeg codecs, corresponding to FFmpeg
Mike Melanson
2005-03-06
minor changes to the FFmpeg audio codec interface; these changes will be
Mike Melanson
2004-07-03
Fix accumulation buffer management.
Thibaut Mattern
2004-06-10
hook up ffmpeg's FLAC decoder
Mike Melanson
2004-06-06
Don't assume buffer contains waveformatex header when BUF_FLAG_STDHEADER is s...
James Stembridge
2004-06-05
Support for deocoder init data split.
Thibaut Mattern
2004-03-16
By popular request, dv audio decoding
James Stembridge
2004-03-16
changing decoder priorities:
Michael Roitzsch
2004-03-14
Move real 14.4 and 28.8 header parsing to ffmpeg decoder
James Stembridge
2004-03-13
Fix MS ADPCM decoding
James Stembridge
2004-02-07
better error handling if codec can't be found
James Stembridge
2004-02-03
ported SMJPEG IMA and EA ADPCM decoders to ffmpeg
Mike Melanson
2004-02-01
add support for BGR24 and RGB24 video coming from ffmpeg; activate the
Mike Melanson
2004-01-31
Split ffmpeg interface into audio and video specific files
James Stembridge