aboutsummaryrefslogtreecommitdiffhomepage
path: root/dec_audio.c
Commit message (Expand)AuthorAge
* 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
* some cleanup, asf/mpg seek precision improvedGravatar arpi2001-07-29
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...Gravatar arpi2001-07-16
* On big-endian architectures, all audio decoders default to big-endian 16-bitGravatar jkeil2001-07-14
* sh_audio->a_buffer is freed twice (here and in mplayer.c), can result toGravatar jkeil2001-07-13
* Add some preliminary support for non-x86 architectures to mplayerGravatar jkeil2001-07-12
* video codec stuff moved to dec_video.cGravatar arpi2001-07-08
* some code clanup (first step to libdemuxer)Gravatar arpi2001-07-07
* fixed AFMT_ stuff (inclue afmt.h)Gravatar arpi_esp2001-06-08
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>Gravatar arpi_esp2001-06-05
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>Gravatar arpi_esp2001-06-05
* using alaw.h instead of alaw.cGravatar arpi_esp2001-05-25
* better audio out buffering & sample_format addedGravatar arpi_esp2001-05-11
* debug printfs moved to -vGravatar arpi_esp2001-05-10
* new audio playback and A-V sync codeGravatar arpi_esp2001-05-10
* applied 'fakemono' patch by Bryan Chan scorpio@acm.orgGravatar arpi_esp2001-05-08
* clicks/noise at start fixedGravatar arpi_esp2001-04-26
* warnings killedGravatar szabii2001-04-23
* stage#1 completed: c files no more included from mplayer.cGravatar arpi_esp2001-04-23
* sh_audio->wf and sh_video->bih changed to dynamic (thanx to Jens Hoffmann)Gravatar arpi_esp2001-04-15
* DVD PCM audio supportGravatar arpi_esp2001-04-14
* less, and more informal printfsGravatar arpi_esp2001-04-11
* codecs.conf supportGravatar arpi_esp2001-04-07
* audio init moved to dec_audio.cGravatar arpi_esp2001-04-06
* sh_audio/sh_video added, general codec cleanupGravatar arpi_esp2001-04-06