summaryrefslogtreecommitdiffstats
path: root/dec_audio.c
Commit message (Expand)AuthorAgeFilesLines
* unused filesarpi2002-04-131-1444/+0
* Fix aac decoded size.atmos42002-03-261-4/+8
* Support for decoder specific config from mp4 header for AAC decoder.atmos42002-03-241-33/+45
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h...atmos42002-03-191-12/+17
* Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 vid...atmos42002-03-181-0/+135
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-227/+100
* printf to mp_msg by Anders Rune Jensenalex2002-03-151-9/+9
* fixed long-standing issue with stereo IMA4 decodermelanson2002-03-121-1/+1
* fixed, strengthened, rewrote, and renamed a variety of the ADPCM decodersmelanson2002-02-251-26/+29
* Restore K7 supportnick2002-02-031-0/+1
* further work on the RoQ audio decodermelanson2002-02-021-0/+35
* possible AC3 fix, by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>arpi2002-01-301-5/+6
* libmad memcpy optimization by Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>arpi2002-01-171-4/+14
* added mp3_printheader for mp3lib init\nalex2002-01-141-2/+1
* fixed format 0x62 ADPCM audiomelanson2002-01-061-1/+1
* iterated a52 channel setuparpi2002-01-031-4/+9
* using dshow headers from dshow/ instead of c++ versionarpi2002-01-021-2/+2
* added initial support for format 0x61 ADPCM (sounds good, but still pops)melanson2002-01-011-1/+21
* a52 resampler init moved to initarpi2001-12-301-16/+30
* pass accel flags to a52_resample_initarpi2001-12-301-9/+9
* proper a52_init accel flagsarpi2001-12-301-0/+4
* a52: CRC check for AC3 framesarpi2001-12-301-0/+4
* print AC3 info + hotfix for channels upmixarpi2001-12-301-1/+31
* libac3 disabledarpi2001-12-301-0/+17
* fixed stereo MS ADPCM decoder and reinstated opensource decoder as themelanson2001-12-291-8/+13
* more mad fixalex2001-12-291-10/+55
* mad sync fixalex2001-12-291-4/+52
* g72x is optional (caused problems wiht opendivx)arpi2001-12-281-0/+10
* a52 sync fixedarpi2001-12-281-11/+9
* hwac3 fixes by Steven Brookes <stevenjb@mda.co.uk>arpi2001-12-281-22/+30
* added initial, not-yet-functional, support for fox62 audiomelanson2001-12-281-1/+21
* implemented open source MS ADPCM decodermelanson2001-12-271-10/+24
* Initial support for unified ADPCM decodermelanson2001-12-261-8/+15
* changed for updated DShow wrapper apiarpi2001-12-101-3/+4
* g72x supportarpi2001-12-101-0/+23
* Remove annoying debug printf.atmos42001-12-091-1/+1
* -ac a52 implementedarpi2001-12-091-2/+92
* 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