aboutsummaryrefslogtreecommitdiffhomepage
path: root/dec_audio.c
Commit message (Expand)AuthorAge
* Fix aac decoded size.Gravatar atmos42002-03-26
* Support for decoder specific config from mp4 header for AAC decoder.Gravatar atmos42002-03-24
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h...Gravatar atmos42002-03-19
* Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 vid...Gravatar atmos42002-03-18
* Initial ogg demuxer. No seeking, a/v sync is broken. Support aviGravatar albeu2002-03-16
* printf to mp_msg by Anders Rune JensenGravatar alex2002-03-15
* fixed long-standing issue with stereo IMA4 decoderGravatar melanson2002-03-12
* fixed, strengthened, rewrote, and renamed a variety of the ADPCM decodersGravatar melanson2002-02-25
* Restore K7 supportGravatar nick2002-02-03
* further work on the RoQ audio decoderGravatar melanson2002-02-02
* possible AC3 fix, by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>Gravatar arpi2002-01-30
* libmad memcpy optimization by Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>Gravatar arpi2002-01-17
* added mp3_printheader for mp3lib init\nGravatar alex2002-01-14
* fixed format 0x62 ADPCM audioGravatar melanson2002-01-06
* iterated a52 channel setupGravatar arpi2002-01-03
* using dshow headers from dshow/ instead of c++ versionGravatar arpi2002-01-02
* added initial support for format 0x61 ADPCM (sounds good, but still pops)Gravatar melanson2002-01-01
* a52 resampler init moved to initGravatar arpi2001-12-30
* pass accel flags to a52_resample_initGravatar arpi2001-12-30
* proper a52_init accel flagsGravatar arpi2001-12-30
* a52: CRC check for AC3 framesGravatar arpi2001-12-30
* print AC3 info + hotfix for channels upmixGravatar arpi2001-12-30
* libac3 disabledGravatar arpi2001-12-30
* fixed stereo MS ADPCM decoder and reinstated opensource decoder as theGravatar melanson2001-12-29
* more mad fixGravatar alex2001-12-29
* mad sync fixGravatar alex2001-12-29
* g72x is optional (caused problems wiht opendivx)Gravatar arpi2001-12-28
* a52 sync fixedGravatar arpi2001-12-28
* hwac3 fixes by Steven Brookes <stevenjb@mda.co.uk>Gravatar arpi2001-12-28
* added initial, not-yet-functional, support for fox62 audioGravatar melanson2001-12-28
* implemented open source MS ADPCM decoderGravatar melanson2001-12-27
* Initial support for unified ADPCM decoderGravatar melanson2001-12-26
* changed for updated DShow wrapper apiGravatar arpi2001-12-10
* g72x supportGravatar arpi2001-12-10
* Remove annoying debug printf.Gravatar atmos42001-12-09
* -ac a52 implementedGravatar arpi2001-12-09
* moved num_audio_channels out of LIBMAD ifdef, where it didn't belong!Gravatar steve2001-11-28
* Extended oss output driver and libac3 to support 4 and 6 channel output mixes...Gravatar steve2001-11-28
* runtime cpu detectionGravatar michael2001-11-26
* more cleanup, warnings fixedGravatar arpi2001-10-30
* support for twosGravatar arpi2001-10-29
* libffmpeg.so supportGravatar nick2001-10-27
* audio channels nr is identified from libmad's channel modeGravatar alex2001-10-23
* libmad fix (see comment)Gravatar alex2001-10-23
* ima4 type warning fixedGravatar arpi2001-10-23
* ima4 mov audio supportGravatar arpi2001-10-23
* did not compile (bad place for } )Gravatar pl2001-10-23
* libmad (ARM) patch by jeroen.dobbelaere@acunia.comGravatar arpi2001-10-23
* oggvorbis stuff moved out from stheader.hGravatar arpi2001-10-21
* VfW stuff moved to dll_init, warnings fixed, using dll_init.hGravatar arpi2001-10-02