Commit Graph

277 Commits

Author SHA1 Message Date
alex 9333749418 fix for qnx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3849 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-28 20:21:32 +00:00
pl c45d0b11c1 warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3840 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-28 18:15:50 +00:00
mswitch 74fc43e91a Lots of fixes for digital audio output submitted by Steven Brookes <stevenjb@mda.co.uk>
Hardware sync-code activated


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3828 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-28 10:20:16 +00:00
steve 664039bd2f error for non-stereo surrounds
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3719 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 18:54:58 +00:00
pl 8ee5b68534 memset is more portable than bzero ("BSD"ism)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3701 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 10:35:43 +00:00
steve 2d7b76c960 surround channels can now be decoded in stereoish
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3682 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-23 19:10:00 +00:00
steve d2b1cc3fed fix comment typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3681 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-23 19:09:24 +00:00
mswitch 838f822d6d Argh, forgot to make variable static...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3663 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-22 16:22:32 +00:00
mswitch a6d1e0ce2f Added format conversion and resampling through pl_format and pl_resample. Someone please check my implementation for bugs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3661 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-22 16:19:00 +00:00
anders 30c2c12d50 Added plugin for fractional resampling (alpha code)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-20 15:30:22 +00:00
mswitch 7a6d1acd7c Remove lame upsampler, cleaned out stuff relating to setting channels.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3616 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 14:31:31 +00:00
steve d6d9a909f0 tweaked surround lowpass filter, included some new test code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3496 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-14 21:25:49 +00:00
jkeil ed615f4d81 Use $AUDIODEV environment variable as the default audio device on solaris, if
available.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3493 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-14 20:13:17 +00:00
steve 7d84310406 add missing newline in warning message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3487 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-13 23:37:57 +00:00
steve 36686d35d9 include 7kHz lowpass filter for surround channels, as per Dolby recommendation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3486 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-13 23:37:27 +00:00
steve ff58a1305d compile remez.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3485 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-13 23:36:36 +00:00
steve d2e3d5afdb FIR filter implementation for surround sound lowpass
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3484 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-13 23:36:04 +00:00
steve 0cdf4524e7 code by Jake Janovetz to find FIR filter coefficients using the Parks-McClellan algorithm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3483 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-13 23:33:50 +00:00
steve f7527242b1 limit get_space return <= MAX_OUTBURST, whilst always an exact number of fragments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3456 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 09:23:57 +00:00
steve 507a79aa45 split surround delay buf into Ls and Rs in prep for active decoding stuff, and fiddled a bit more with surround level
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3421 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 00:10:47 +00:00
steve 80a081bc44 still fiddling with surround levels
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3411 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-09 18:54:54 +00:00
mswitch ba73fc159f Removed hardware syncing support. Actually movies seem to run much smoother without it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3388 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 14:40:45 +00:00
steve e237409b46 Corrected front:surround levels
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3374 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-07 22:36:33 +00:00
pl 41f9bd6c90 patch by Tobias Diedrich <td@informatik.uni-hannover.de>
add credits & fix a typo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3337 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-05 12:12:00 +00:00
pl d5462be87b CVS is still broken with gcc3. This fixes it.
But please explain _why_ the 'volatile' attribute is needed with these
variables and why is it supposed to protect them ?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3336 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-05 10:31:10 +00:00
mswitch 6409ef3cc8 Tried fixing a bug relating to users with digital audio output (I'm unable to test if this works myself since I don't have a decoder)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3329 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 23:13:15 +00:00
steve d18cf2ade3 fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number of channels
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3320 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 17:54:08 +00:00
nexus c42243ea48 unistd.h required at least by FreeBSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3318 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 15:49:26 +00:00
steve 3493023bce LIBAO_PLUGIN_EXTERN expansion uses wrong type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3317 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 15:45:21 +00:00
steve bc14bb79f1 include pl_surround in available plugins
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3316 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 15:44:04 +00:00
steve 15c31b2055 compile pl_surround.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3315 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 15:43:08 +00:00
steve 067b8b5805 Dolby Surround decoding audio plugin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3314 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 15:42:44 +00:00
anders 6ab94ae409 Format plugin now with working switch statements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3310 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 12:28:26 +00:00
anders 6942b2ba9b Global variables protected using volatile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3309 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 12:23:27 +00:00
anders 68ac817cb7 correced memory deallocation bug and erors in comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3308 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 12:20:17 +00:00
nexus bdde3d5657 FreeBSD install nas* to /usr/X11 by default (and require -lm)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3284 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-03 15:57:10 +00:00
anders f8aa180191 Commandline interface to ao_plugin updated according to mplayers complex parameter format and plugin pl_format finished (alpha code needs testing)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3280 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-03 14:05:02 +00:00
arpi 0a2d56ae1b -ao NAS support by Tobias Diedrich <ranma@gmx.at>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3277 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-03 01:13:48 +00:00
mswitch 545d66af0b Added support for upsampling since dxr3/h+ only supports 44100Hz and 48000Hz, currently it only works on 44100/(2*ratio)
Reverted get_delay to return a properly calculated value instead of 0.0


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3232 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-30 22:18:51 +00:00
atmos4 f7ae53c46a Fix green borders -> black borders, patch from D. Holm, also small fix to dxr3 ao.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3219 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-30 16:11:43 +00:00
atmos4 98feb0179d Newest DXR3 patch (improved 1.0rc2) by David Holm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 17:31:58 +00:00
nexus 156cbec75f unistd.h required at least by FreeBSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3196 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 13:43:52 +00:00
anders 41881ebf85 commandline configuration of audio plugins now through struct, format conversion plugin added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3195 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 12:44:06 +00:00
atmos4 d9dca0c290 Patch by D. Holm to make audio with dxr3 working.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3187 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 15:33:38 +00:00
steve f6ee7f826c Extended oss output driver and libac3 to support 4 and 6 channel output mixes. added -channels command line option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3182 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 12:46:23 +00:00
anders abf8696e5e Audio delay bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3138 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 11:30:35 +00:00
anders bd1cda3d8c Parse bug fixed (I hope)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3136 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 02:16:01 +00:00
arpi 82adc24b1f ao_subdevice fixed. 10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3130 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 00:49:39 +00:00
jaf b645ff90ff usefull file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3122 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 17:55:26 +00:00
jaf 7cbe086173 usefull file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3120 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 17:44:40 +00:00
anders 703be6f885 Changes to audio out Makefile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3109 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 14:31:11 +00:00
anders 0470bface7 Changes to audio out plugin, first plugin added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3108 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 14:29:54 +00:00
anders 44399cfe59 ao_plugin.c and plugin headers added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3097 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-24 05:24:06 +00:00
anders 242aa6ebd4 interface to libao2 changed ao_plugin added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3096 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-24 05:21:22 +00:00
alex db51f47ae6 compiling under qnx, hope it works on all qnx release :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3088 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 16:35:51 +00:00
pl 927210800c ao_mpegpes isn't really optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2978 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-18 18:58:03 +00:00
atmos4 2a3e9d86da Minor fixes by David.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2969 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-18 13:10:22 +00:00
atmos4 d2d9565a1a Move ignores in subdirs to their respective .cvsignore files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2964 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-17 23:55:40 +00:00
arpi 533abb0093 dxr3-patch4 by David Holm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2922 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 08:31:18 +00:00
mswitch 4eac027933 Disable ao_mpegpes if compiled with libvo2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2901 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-14 13:07:08 +00:00
mswitch b7f83d94c2 Had to remove ao_mpegpes.c from the Makefile since it depends on libvo/vo_mpegpes and doesn't like libvo2 =).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2899 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-14 11:35:25 +00:00
alex 17f7dae687 audio_out_format_name moved from audio_out.c to afmt.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2813 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 01:49:26 +00:00
atmos4 2f2350320a DXR3 beta2 patch by David Holm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2771 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-08 21:51:28 +00:00
arpi 38128eab95 ao_mpegpes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2709 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 03:01:11 +00:00
arpi bd74597c36 ao_dxr3 by David Holm <dholm@telia.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2646 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 02:38:10 +00:00
arpi c51f7cb391 SGI audio driver by oliver.schoenbrunner@jku.at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2452 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 14:06:36 +00:00
arpi b842217f07 MIPS support by oliver.schoenbrunner@jku.at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2451 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 14:02:19 +00:00
arpi 7b08e653c6 applied patch by Joy Winter <joy@pingfm.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2210 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-15 11:17:19 +00:00
arpi 59295d1b3d gcc3 warning fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2081 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 18:30:30 +00:00
pontscho ead17b2339 alsa9 pecs by joy_ping <joy@pingfm.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2060 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-03 18:09:51 +00:00
jkeil ac2fbcbf25 Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8
is available, convert to AFMT_S8 in software.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1808 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-31 20:34:17 +00:00
arpi b4146a2462 fixed ehh.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1764 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-29 21:08:12 +00:00
jkeil 92828938a3 Move the sun audio driver near the start of the list of audio drivers, so
that it has priority over the 'null' driver.  On solaris (without OSS
drivers), the sun audio driver is now the default audio driver.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1726 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 10:54:31 +00:00
arpi 2b53b19b8c AFMT_AC3 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1533 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-15 17:32:47 +00:00
arpi 7c9c86fb97 ac3/spdif patch by German Gomez Garcia <german@piraos.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1529 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-15 11:50:55 +00:00
arpi 2e5a0ca6fe printfs cleanup - moved to higher -v level or moved to stderr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1457 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 23:59:50 +00:00
jkeil 42805cb451 AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format is
unsupported in mplayer for now, to get the code compiled on that old version
of the OS.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1347 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-19 20:04:54 +00:00
jkeil 61bce79d66 On big-endian architectures, all audio decoders default to big-endian 16-bit
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
2001-07-14 16:58:55 +00:00
jkeil 82eac1391a Support playback of AFMT_S16_LE audio data on a big endian machine
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1309 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:30:15 +00:00
jkeil 8ef288232c Ignore generated config.mak files in CVS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1282 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 10:36:35 +00:00
atmos4 df920217c0 Corrected SDL include path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-27 11:40:15 +00:00
arpi 69cfcfe301 OPTFLAGS vs. INCLUDES cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-26 23:15:58 +00:00
arpi_esp e7a1ac130a ao_subdevice support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1210 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-23 19:40:04 +00:00
al3x d39f5c5962 ao_subdevice support added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1208 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-23 18:59:54 +00:00
atmosfear 600ae0bdde Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video playback.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1197 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-22 21:37:13 +00:00
al3x a1c76a747b ao_subdevice support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1192 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 23:07:15 +00:00
al3x 3831c67f00 sdl_adriver liquidated, ao_subdevice used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1190 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 22:48:34 +00:00
al3x d18ea939ef ao_subdevice implemented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1186 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 22:34:58 +00:00
al3x 355ed5453c added warning message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1181 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 21:27:56 +00:00
al3x a71f146139 hacked aocontrol_set_device working, and cleaned up a bit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1147 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 17:44:56 +00:00
al3x 2d2e0932a0 hacked to work seek/pause/resume/uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1130 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-14 18:29:05 +00:00
atmosfear 0674db5afc Hacked it working, still needs fixings!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1129 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-14 18:00:13 +00:00
al3x fa1d83cbb5 audio_out_format_name prototype added, ao_control_vol_t for aocontrol_get/set_volume added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1128 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-14 15:25:00 +00:00
al3x 9334252452 audio_format_out_name update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1122 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-13 11:18:20 +00:00
al3x 178105b657 -Wall style cleanups, TEST IT, it can be working by others
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1116 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 15:42:21 +00:00
atmosfear 0f886c7aff Ooops
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1114 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 14:37:32 +00:00
atmosfear b9e199808d Added support for writing wave files and specifying filename to write to.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1113 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 14:24:26 +00:00
al3x 2fe79a9b75 little -Wall fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1112 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 14:13:26 +00:00
atmosfear de46867f2d Added raw PCM writer ao driver.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1108 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 11:00:15 +00:00
atmosfear 41448662be Lock callback on pause, unlock on resume.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1092 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-10 23:43:37 +00:00
al3x ad56707158 using audio_out_format_name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1080 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 18:02:06 +00:00
atmosfear 3d3803b4fe Better format info.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1071 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 08:56:15 +00:00
atmosfear 7a5aba6dfe Better audio format handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1067 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 07:36:32 +00:00
arpi_esp 0b3d0c82a7 fixed AFMT_ stuff (inclue afmt.h)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1059 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-08 23:31:06 +00:00
bertrand 9c393155c7 Added missing declaration of variables 'err'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1056 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-08 13:35:24 +00:00
al3x b5795a70fe first release, meg nem akar menni :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1051 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-07 15:43:47 +00:00
al3x ce96e9bd56 uj aocontrol valtozok
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1049 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-07 13:06:30 +00:00
al3x a579f59963 par kozmetikai valtoztatas, meg van ami nem :) cvs diff..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1048 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-07 13:06:03 +00:00
al3x f5f7b69b3a audio_pause/resume implementacio es kozmetikai valtoztatasok
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1047 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-07 13:03:17 +00:00
arpi_esp 96d03d719d SUN-Solaris audio out
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1042 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-06 19:10:47 +00:00
arpi_esp 5c50d3e7dd applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 18:40:44 +00:00
pontscho 9bfe5d6141 add esd support and disabled default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1033 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 10:37:50 +00:00
arpi_esp 460fac7462 Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1021 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 02:26:56 +00:00
arpi_esp 72dc776c7e libao->libao2 because of conflict with OMS's libao
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1014 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 21:00:47 +00:00
arpi_esp c2b7070033 dependency stuff fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 19:33:28 +00:00
pontscho 9e143e2a39 fixed HAVE_ALSA5 var. bug. sorry :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1008 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 18:42:31 +00:00
pontscho 70faf50935 initial alsa support by al3x
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@997 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 17:42:09 +00:00
pontscho 43243ae9e3 add alsa support by al3x
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@996 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 17:40:56 +00:00
atmosfear bc46b1d4aa Increased sample size to solve sound problems one some systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@994 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 14:56:32 +00:00
atmosfear 7c9714156a Microchange =)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@986 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 01:18:52 +00:00
atmosfear 5bc44560d0 Several small changes (like driver selection).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@984 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 00:27:55 +00:00
arpi_esp d6c2f7df7d -abs support - fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@976 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 21:33:03 +00:00
arpi_esp d50dcca06e -abs support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@975 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 21:26:23 +00:00
atmosfear 65d4a56dca Yea, it worksss!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@973 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 20:54:46 +00:00
atmosfear 6464ede773 Added support for sdl audio out (buggy pre-alpha).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@967 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 10:48:36 +00:00
lgb 7ebd301178 '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for both of oss and null driver ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@957 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 00:24:49 +00:00
arpi_esp 7a2eec4b59 audio out drivers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@955 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-02 23:25:43 +00:00