aboutsummaryrefslogtreecommitdiffhomepage
path: root/dec_audio.c
Commit message (Expand)AuthorAge
* 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
* all error/warn/info messages moved to help_mp-en.h for translationGravatar arpi2001-09-26
* FFmpeg audio codecs supportGravatar arpi2001-09-21
* Resetting stream and sync for seek, no correct test files yet for proper test...Gravatar atmos42001-09-02
* ogg/vorbis stuff cleanup, buffering fixes, printf->mp_msgGravatar arpi2001-09-02
* Now oggvorbis decoding properly works, but a/v sync is bad.Gravatar atmos42001-09-02
* Ehh colaCounter++Gravatar atmos42001-09-01
* OOOPS, miaaing ifdef.Gravatar atmos42001-09-01
* OggVorbis support, ALPHA state!Gravatar atmos42001-09-01
* printf->mp_msg/mp_dbgGravatar arpi2001-08-17
* o_bps changes for hwac3 driverGravatar arpi2001-08-15
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>Gravatar arpi2001-08-15
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compileGravatar jkeil2001-08-14
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tGravatar arpi2001-08-11
* printfs cleanup - moved to higher -v level or moved to stderrGravatar arpi2001-08-06
* missing unistd.h (requires for off_t under freebsd)Gravatar arpi2001-08-01
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)Gravatar arpi2001-07-29