aboutsummaryrefslogtreecommitdiffhomepage
path: root/dec_audio.c
Commit message (Collapse)AuthorAge
* fixed, strengthened, rewrote, and renamed a variety of the ADPCM decodersGravatar melanson2002-02-25
| | | | | | | (including MS, DK4 and DK3 ADPCM) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore K7 supportGravatar nick2002-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4498 b3059339-0415-0410-9bf9-f77b7e298cf2
* further work on the RoQ audio decoderGravatar melanson2002-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4487 b3059339-0415-0410-9bf9-f77b7e298cf2
* possible AC3 fix, by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>Gravatar arpi2002-01-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4424 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad memcpy optimization by Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>Gravatar arpi2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4209 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mp3_printheader for mp3lib init\nGravatar alex2002-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4152 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed format 0x62 ADPCM audioGravatar melanson2002-01-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4002 b3059339-0415-0410-9bf9-f77b7e298cf2
* iterated a52 channel setupGravatar arpi2002-01-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3969 b3059339-0415-0410-9bf9-f77b7e298cf2
* using dshow headers from dshow/ instead of c++ versionGravatar arpi2002-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3948 b3059339-0415-0410-9bf9-f77b7e298cf2
* added initial support for format 0x61 ADPCM (sounds good, but still pops)Gravatar melanson2002-01-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3934 b3059339-0415-0410-9bf9-f77b7e298cf2
* a52 resampler init moved to initGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3912 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass accel flags to a52_resample_initGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3908 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper a52_init accel flagsGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3907 b3059339-0415-0410-9bf9-f77b7e298cf2
* a52: CRC check for AC3 framesGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3892 b3059339-0415-0410-9bf9-f77b7e298cf2
* print AC3 info + hotfix for channels upmixGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3888 b3059339-0415-0410-9bf9-f77b7e298cf2
* libac3 disabledGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3887 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed stereo MS ADPCM decoder and reinstated opensource decoder as theGravatar melanson2001-12-29
| | | | | | | default handler for MS ADPCM data git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3876 b3059339-0415-0410-9bf9-f77b7e298cf2
* more mad fixGravatar alex2001-12-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3875 b3059339-0415-0410-9bf9-f77b7e298cf2
* mad sync fixGravatar alex2001-12-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3872 b3059339-0415-0410-9bf9-f77b7e298cf2
* g72x is optional (caused problems wiht opendivx)Gravatar arpi2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3867 b3059339-0415-0410-9bf9-f77b7e298cf2
* a52 sync fixedGravatar arpi2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3835 b3059339-0415-0410-9bf9-f77b7e298cf2
* hwac3 fixes by Steven Brookes <stevenjb@mda.co.uk>Gravatar arpi2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3830 b3059339-0415-0410-9bf9-f77b7e298cf2
* added initial, not-yet-functional, support for fox62 audioGravatar melanson2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3827 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented open source MS ADPCM decoderGravatar melanson2001-12-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial support for unified ADPCM decoderGravatar melanson2001-12-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3757 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed for updated DShow wrapper apiGravatar arpi2001-12-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3443 b3059339-0415-0410-9bf9-f77b7e298cf2
* g72x supportGravatar arpi2001-12-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3427 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove annoying debug printf.Gravatar atmos42001-12-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3418 b3059339-0415-0410-9bf9-f77b7e298cf2
* -ac a52 implementedGravatar arpi2001-12-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3414 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved num_audio_channels out of LIBMAD ifdef, where it didn't belong!Gravatar steve2001-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended oss output driver and libac3 to support 4 and 6 channel output ↵Gravatar steve2001-11-28
| | | | | | mixes. added -channels command line option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3182 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpu detectionGravatar michael2001-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3146 b3059339-0415-0410-9bf9-f77b7e298cf2
* more cleanup, warnings fixedGravatar arpi2001-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2564 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for twosGravatar arpi2001-10-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2548 b3059339-0415-0410-9bf9-f77b7e298cf2
* libffmpeg.so supportGravatar nick2001-10-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2497 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio channels nr is identified from libmad's channel modeGravatar alex2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2435 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad fix (see comment)Gravatar alex2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2433 b3059339-0415-0410-9bf9-f77b7e298cf2
* ima4 type warning fixedGravatar arpi2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2425 b3059339-0415-0410-9bf9-f77b7e298cf2
* ima4 mov audio supportGravatar arpi2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2421 b3059339-0415-0410-9bf9-f77b7e298cf2
* did not compile (bad place for } )Gravatar pl2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2419 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad (ARM) patch by jeroen.dobbelaere@acunia.comGravatar arpi2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2416 b3059339-0415-0410-9bf9-f77b7e298cf2
* oggvorbis stuff moved out from stheader.hGravatar arpi2001-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2342 b3059339-0415-0410-9bf9-f77b7e298cf2
* VfW stuff moved to dll_init, warnings fixed, using dll_init.hGravatar arpi2001-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2050 b3059339-0415-0410-9bf9-f77b7e298cf2
* all error/warn/info messages moved to help_mp-en.h for translationGravatar arpi2001-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1974 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg audio codecs supportGravatar arpi2001-09-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Resetting stream and sync for seek, no correct test files yet for proper ↵Gravatar atmos42001-09-02
| | | | | | testing but should be ok. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1850 b3059339-0415-0410-9bf9-f77b7e298cf2
* ogg/vorbis stuff cleanup, buffering fixes, printf->mp_msgGravatar arpi2001-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1838 b3059339-0415-0410-9bf9-f77b7e298cf2
* Now oggvorbis decoding properly works, but a/v sync is bad.Gravatar atmos42001-09-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ehh colaCounter++Gravatar atmos42001-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1832 b3059339-0415-0410-9bf9-f77b7e298cf2
* OOOPS, miaaing ifdef.Gravatar atmos42001-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1831 b3059339-0415-0410-9bf9-f77b7e298cf2