aboutsummaryrefslogtreecommitdiffhomepage
path: root/dec_audio.c
Commit message (Collapse)AuthorAge
* 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
* OggVorbis support, ALPHA state!Gravatar atmos42001-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1829 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf->mp_msg/mp_dbgGravatar arpi2001-08-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1568 b3059339-0415-0410-9bf9-f77b7e298cf2
* o_bps changes for hwac3 driverGravatar arpi2001-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1530 b3059339-0415-0410-9bf9-f77b7e298cf2
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>Gravatar arpi2001-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compileGravatar jkeil2001-08-14
| | | | | | | | | | | Win32 DLL code into mplayer. Default for USE_WIN32DLL is enabled on x86 machines, disabled otherwise. Use of Win32 DLLs can be disabled on x86 using the --disable-win32 configure option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1518 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tGravatar arpi2001-08-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1486 b3059339-0415-0410-9bf9-f77b7e298cf2
* printfs cleanup - moved to higher -v level or moved to stderrGravatar arpi2001-08-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1457 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing unistd.h (requires for off_t under freebsd)Gravatar arpi2001-08-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1431 b3059339-0415-0410-9bf9-f77b7e298cf2
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)Gravatar arpi2001-07-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1411 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup, asf/mpg seek precision improvedGravatar arpi2001-07-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1409 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup - fixed warnings, removed old stuff, moved audio resync to ↵Gravatar arpi2001-07-16
| | | | | | dec_audio git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1328 b3059339-0415-0410-9bf9-f77b7e298cf2
* On big-endian architectures, all audio decoders default to big-endian 16-bitGravatar jkeil2001-07-14
| | | | | | | | | | audio sample format. Add support to play both big- and little-endian 16-bit audio format to the sun audio_out driver. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1321 b3059339-0415-0410-9bf9-f77b7e298cf2
* sh_audio->a_buffer is freed twice (here and in mplayer.c), can result toGravatar jkeil2001-07-13
| | | | | | | malloc heap corruption. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some preliminary support for non-x86 architectures to mplayerGravatar jkeil2001-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec stuff moved to dec_video.cGravatar arpi2001-07-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1292 b3059339-0415-0410-9bf9-f77b7e298cf2
* some code clanup (first step to libdemuxer)Gravatar arpi2001-07-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1290 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed AFMT_ stuff (inclue afmt.h)Gravatar arpi_esp2001-06-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1059 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>Gravatar arpi_esp2001-06-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>Gravatar arpi_esp2001-06-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1021 b3059339-0415-0410-9bf9-f77b7e298cf2
* using alaw.h instead of alaw.cGravatar arpi_esp2001-05-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@884 b3059339-0415-0410-9bf9-f77b7e298cf2
* better audio out buffering & sample_format addedGravatar arpi_esp2001-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@759 b3059339-0415-0410-9bf9-f77b7e298cf2
* debug printfs moved to -vGravatar arpi_esp2001-05-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@755 b3059339-0415-0410-9bf9-f77b7e298cf2
* new audio playback and A-V sync codeGravatar arpi_esp2001-05-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@747 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 'fakemono' patch by Bryan Chan scorpio@acm.orgGravatar arpi_esp2001-05-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@733 b3059339-0415-0410-9bf9-f77b7e298cf2
* clicks/noise at start fixedGravatar arpi_esp2001-04-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@641 b3059339-0415-0410-9bf9-f77b7e298cf2
* warnings killedGravatar szabii2001-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@605 b3059339-0415-0410-9bf9-f77b7e298cf2
* stage#1 completed: c files no more included from mplayer.cGravatar arpi_esp2001-04-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@588 b3059339-0415-0410-9bf9-f77b7e298cf2
* sh_audio->wf and sh_video->bih changed to dynamic (thanx to Jens Hoffmann)Gravatar arpi_esp2001-04-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@433 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVD PCM audio supportGravatar arpi_esp2001-04-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@402 b3059339-0415-0410-9bf9-f77b7e298cf2
* less, and more informal printfsGravatar arpi_esp2001-04-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@341 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf supportGravatar arpi_esp2001-04-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@304 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio init moved to dec_audio.cGravatar arpi_esp2001-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@297 b3059339-0415-0410-9bf9-f77b7e298cf2
* sh_audio/sh_video added, general codec cleanupGravatar arpi_esp2001-04-06
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@292 b3059339-0415-0410-9bf9-f77b7e298cf2