summaryrefslogtreecommitdiffstats
path: root/dec_audio.c
Commit message (Expand)AuthorAgeFilesLines
* moved num_audio_channels out of LIBMAD ifdef, where it didn't belong!steve2001-11-281-4/+3
* Extended oss output driver and libac3 to support 4 and 6 channel output mixes...steve2001-11-281-3/+7
* runtime cpu detectionmichael2001-11-261-5/+7
* more cleanup, warnings fixedarpi2001-10-301-6/+10
* support for twosarpi2001-10-291-0/+1
* libffmpeg.so supportnick2001-10-271-0/+4
* audio channels nr is identified from libmad's channel modealex2001-10-231-1/+15
* libmad fix (see comment)alex2001-10-231-0/+5
* ima4 type warning fixedarpi2001-10-231-1/+1
* ima4 mov audio supportarpi2001-10-231-3/+25
* did not compile (bad place for } )pl2001-10-231-1/+1
* libmad (ARM) patch by jeroen.dobbelaere@acunia.comarpi2001-10-231-1/+148
* oggvorbis stuff moved out from stheader.harpi2001-10-211-4/+14
* VfW stuff moved to dll_init, warnings fixed, using dll_init.harpi2001-10-021-3/+3
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-14/+15
* FFmpeg audio codecs supportarpi2001-09-211-0/+76
* Resetting stream and sync for seek, no correct test files yet for proper test...atmos42001-09-021-1/+7
* ogg/vorbis stuff cleanup, buffering fixes, printf->mp_msgarpi2001-09-021-29/+39
* Now oggvorbis decoding properly works, but a/v sync is bad.atmos42001-09-021-30/+36
* Ehh colaCounter++atmos42001-09-011-1/+1
* OOOPS, miaaing ifdef.atmos42001-09-011-0/+2
* OggVorbis support, ALPHA state!atmos42001-09-011-1/+231
* printf->mp_msg/mp_dbgarpi2001-08-171-13/+14
* o_bps changes for hwac3 driverarpi2001-08-151-3/+6
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>arpi2001-08-151-0/+36
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compilejkeil2001-08-141-4/+4
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tarpi2001-08-111-0/+1
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-2/+2
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-0/+1
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)arpi2001-07-291-34/+34
* some cleanup, asf/mpg seek precision improvedarpi2001-07-291-4/+23
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...arpi2001-07-161-8/+31
* On big-endian architectures, all audio decoders default to big-endian 16-bitjkeil2001-07-141-0/+4
* sh_audio->a_buffer is freed twice (here and in mplayer.c), can result tojkeil2001-07-131-0/+1
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-0/+9
* video codec stuff moved to dec_video.carpi2001-07-081-1/+2
* some code clanup (first step to libdemuxer)arpi2001-07-071-3/+11
* fixed AFMT_ stuff (inclue afmt.h)arpi_esp2001-06-081-20/+2
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-6/+11
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>arpi_esp2001-06-051-0/+11
* using alaw.h instead of alaw.carpi_esp2001-05-251-7/+4
* better audio out buffering & sample_format addedarpi_esp2001-05-111-16/+70
* debug printfs moved to -varpi_esp2001-05-101-2/+2
* new audio playback and A-V sync codearpi_esp2001-05-101-19/+38
* applied 'fakemono' patch by Bryan Chan scorpio@acm.orgarpi_esp2001-05-081-0/+8
* clicks/noise at start fixedarpi_esp2001-04-261-0/+1
* warnings killedszabii2001-04-231-0/+5
* stage#1 completed: c files no more included from mplayer.carpi_esp2001-04-231-3/+40
* sh_audio->wf and sh_video->bih changed to dynamic (thanx to Jens Hoffmann)arpi_esp2001-04-151-9/+9
* DVD PCM audio supportarpi_esp2001-04-141-11/+13
* less, and more informal printfsarpi_esp2001-04-111-1/+1
* codecs.conf supportarpi_esp2001-04-071-91/+49
* audio init moved to dec_audio.carpi_esp2001-04-061-3/+186
* sh_audio/sh_video added, general codec cleanuparpi_esp2001-04-061-0/+91