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