| Commit message (Expand) | Author | Age | Files | Lines |
* | Added/reordered #includes to silence warnings about "implicit declaration". | rathann | 2002-12-28 | 1 | -0/+1 |
* | ao_oss was not using the channel & format returned by the soundcard | arpi | 2002-12-28 | 1 | -5/+5 |
* | DVB-HEAD (aka. NEWSTRUCT) detection & support | arpi | 2002-12-28 | 1 | -0/+9 |
* | - Fix 8-bit sound in arts audio driver (logic in OBTAIN_BITRATE macro was | jkeil | 2002-12-27 | 1 | -1/+19 |
* | Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs | jkeil | 2002-12-27 | 1 | -1/+1 |
* | new EsounD audio driver (-ao esd) | jkeil | 2002-12-27 | 2 | -0/+474 |
* | compiler warning fixes | arpi | 2002-12-14 | 1 | -1/+1 |
* | OK, I think I found why the alsa9 driver was breaking surround sound. | arpi | 2002-12-04 | 2 | -2/+2 |
* | The enclosed patch should fix problems associated with playing 8-bit wide | arpi | 2002-12-04 | 2 | -6/+12 |
* | 1l, opposite meaning of what's intended! | rfelker | 2002-11-28 | 1 | -1/+1 |
* | avoid giving a /dev/dsp fd to child processes!! | rfelker | 2002-11-28 | 1 | -0/+4 |
* | Implement volume setting functionality, | ranma | 2002-11-24 | 1 | -2/+47 |
* | added float | alex | 2002-11-17 | 2 | -6/+14 |
* | volnorm for bigendian | colin | 2002-11-17 | 1 | -1/+13 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 4 | -3/+7 |
* | fix endianness issue on bigendian (let libaf do the conversion ;)) | colin | 2002-11-02 | 1 | -4/+0 |
* | warning fixes | henry | 2002-11-02 | 2 | -2/+8 |
* | verbose can be negative | arpi | 2002-11-01 | 6 | -56/+52 |
* | add ao_win32 | faust3 | 2002-10-25 | 1 | -0/+6 |
* | new windows waveout audio driver | faust3 | 2002-10-25 | 1 | -0/+249 |
* | Check what we obtain in SDL_OpenAudio() - allows to build the | colin | 2002-10-25 | 1 | -5/+33 |
* | Change SDL_(Un)lockAudio to PauseAudio() (works better) | colin | 2002-10-24 | 1 | -2/+2 |
* | compiler warning fixes by Dominik | arpi | 2002-10-22 | 1 | -0/+1 |
* | Fixes: | arpi | 2002-10-13 | 1 | -112/+111 |
* | Fix for audio filters on big endian cpus. It's working now on Solaris SPARC & | jkeil | 2002-10-12 | 1 | -0/+11 |
* | - ao_data.bps not set, confuses the A-V sync computation when the audio filters | jkeil | 2002-10-11 | 1 | -2/+16 |
* | remove nonsense warnings now that libaf is used | rfelker | 2002-10-08 | 1 | -0/+4 |
* | fill ao_data correctly | arpi | 2002-10-07 | 1 | -0/+4 |
* | updated for libaf... | arpi | 2002-10-07 | 1 | -3/+3 |
* | updated for libaf rules | arpi | 2002-10-07 | 1 | -18/+34 |
* | fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de> | arpi | 2002-10-07 | 2 | -32/+34 |
* | Handle playback of sample rates not supported by the sun audio hardware. | jkeil | 2002-10-07 | 1 | -18/+215 |
* | libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de> | arpi | 2002-10-07 | 1 | -26/+36 |
* | DPRINTF -> mp_msg() | arpi | 2002-10-06 | 1 | -37/+27 |
* | Small error, the buffer size got set incorrectly. | arpi | 2002-10-06 | 1 | -22/+47 |
* | 10l | arpi | 2002-10-06 | 2 | -21/+18 |
* | - init fails if no -vo mpegpes | arpi | 2002-10-06 | 1 | -5/+34 |
* | audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,) | arpi | 2002-09-29 | 2 | -1/+55 |
* | Correction of spelling errors and removal of old code | anders | 2002-09-26 | 2 | -11/+3 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 6 | -7/+7 |
* | "One can cause a permanent hang on a seek, and the other just causes | arpi | 2002-09-20 | 1 | -8/+30 |
* | *bsd doesn't have info.output_muted - patch by Björn Sandell <biorn@dce.chal... | arpi | 2002-09-16 | 1 | -2/+4 |
* | Reconstruct the muting state for the playback from a l/r volume of 0.0. | jkeil | 2002-09-12 | 1 | -5/+8 |
* | - gui version of mplayer is using the audio 'control' function before(!) the | jkeil | 2002-09-12 | 1 | -17/+44 |
* | added needed errno.h | alex | 2002-08-30 | 1 | -0/+2 |
* | mp_msg'ized | alex | 2002-08-30 | 1 | -3/+5 |
* | release /dev/dsp on pause patch by Eric Lammerts <eric@lammerts.org> (and D R... | alex | 2002-08-28 | 1 | -2/+4 |
* | iec958-init completly rewritten | joyping | 2002-08-23 | 2 | -278/+98 |
* | Fixed *= bug in length calculation | anders | 2002-08-23 | 1 | -1/+1 |
* | changed spdif default from "hw:0,2" to general alias "iec958" | joyping | 2002-08-20 | 2 | -96/+126 |
* | HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de> | arpi | 2002-08-09 | 1 | -2/+2 |
* | -vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk> | arpi | 2002-08-06 | 1 | -2/+1 |
* | format incompatibility warning | arpi | 2002-08-04 | 1 | -0/+3 |
* | no need for ioctl.h if not using dvb | rfelker | 2002-07-31 | 1 | -0/+2 |
* | fix (?) equalizer distortion problem | pontscho | 2002-07-30 | 1 | -0/+16 |
* | Improved ao_arts delay and buff er handling, patch by Szombathelyi Gy|rgy <gy... | atmos4 | 2002-07-26 | 1 | -19/+20 |
* | - add some control (ao_oss, pl_extrastereo) | pontscho | 2002-07-25 | 4 | -3/+18 |
* | endianess fix by Colin Leroy <colin@colino.net> | arpi | 2002-07-21 | 1 | -0/+1 |
* | added real mmap support | joyping | 2002-07-18 | 2 | -52/+468 |
* | fixed spdif | joyping | 2002-07-11 | 2 | -306/+346 |
* | cVS: --------------------------------------------------------------------- | joyping | 2002-07-03 | 2 | -390/+806 |
* | Patch to improve bufferhandling on OpenBSD and NetBSD, by Björn Sandell and ... | atmos4 | 2002-07-03 | 1 | -2/+8 |
* | cleanup and bufferhandling fix by Joy Ping <joy at pingfm.org>. Bufferhandlin... | alex | 2002-06-28 | 2 | -346/+480 |
* | more informal warning and also fixed a 10l bug. Patch by tibcu | alex | 2002-06-28 | 1 | -1/+1 |
* | Allow writing to pipe. | albeu | 2002-06-22 | 1 | -3/+2 |
* | Fixed lround replacement, hopefully fast enough. | atmos4 | 2002-06-16 | 1 | -4/+9 |
* | Remove unportable lround and maybe speed up rounding a bit. | atmos4 | 2002-06-15 | 1 | -4/+4 |
* | Adding equalizer plugin | anders | 2002-06-15 | 4 | -3/+245 |
* | Applying patch from Eric that fixes 6ch resampling | anders | 2002-06-10 | 1 | -4/+2 |
* | warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2002-06-07 | 1 | -1/+1 |
* | disables those plugins that can't handle the audio format. | arpi | 2002-06-07 | 1 | -6/+24 |
* | msg/i18n fixes and some printf->mp_msg | arpi | 2002-06-03 | 1 | -24/+20 |
* | warning fixes (string.h is required for memset) | pl | 2002-05-30 | 5 | -3/+9 |
* | aRts audio out support by Michele Balistreri <brain at email.it> | atmos4 | 2002-05-28 | 3 | -1/+124 |
* | removed unused controls | alex | 2002-05-26 | 2 | -34/+0 |
* | AC3 passthrough support by Andy Lo A Foe <andy at alsaplayer dot org> | alex | 2002-05-26 | 2 | -22/+272 |
* | Add volume control, patch by | atmos4 | 2002-05-25 | 1 | -4/+20 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -2/+3 |
* | Patch by Tobias Diedrich <td@informatik.uni-hannover.de>: | pl | 2002-05-18 | 1 | -0/+1 |
* | Workaround the bug in x11 vo's (if it's one) wich let a window in the way | albeu | 2002-05-17 | 1 | -1/+3 |
* | fix for L<->R swap with 6ch playback - based on patch by Eric Lammerts <eric@... | arpi | 2002-05-13 | 1 | -1/+4 |
* | Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume setting | albeu | 2002-05-13 | 2 | -12/+48 |
* | Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>. | albeu | 2002-05-13 | 2 | -0/+149 |
* | fixed sdl+resample bug coused by float point to int rounding error | iive | 2002-05-09 | 1 | -13/+21 |
* | added audio_out_format_bits to calc len alignment | iive | 2002-05-09 | 2 | -0/+38 |
* | timer didn't update if mplayer is too fast (no video) | iive | 2002-05-03 | 1 | -1/+1 |
* | nonblock open is not legal for OSS (see OSS api docs), and causes problems on... | arpi | 2002-04-29 | 1 | -0/+11 |
* | play() fix by Jimen Ching <jching@flex.com>, additional printf->mp_msg conver... | alex | 2002-04-29 | 1 | -38/+44 |
* | Default to the mixer device matching the audio device used for audio output. | jkeil | 2002-04-29 | 1 | -4/+9 |
* | OpenBSD, NetBSD portability patches by | arpi | 2002-04-27 | 3 | -0/+12 |
* | 10l pl =) | atmos4 | 2002-04-27 | 2 | -4/+4 |
* | fix for latest alsa (sys/asoundlib.h has been moved to alsa/asoundlib.h) | pl | 2002-04-27 | 2 | -0/+14 |
* | - Fix for big apple architectures by Rogerio Brito, reworked by me to use bsw... | atmos4 | 2002-04-26 | 1 | -25/+58 |
* | AFMT_AC3 autodetect/fallback to S16 | arpi | 2002-04-22 | 5 | -5/+35 |
* | memory leak(off by 1 bug) | iive | 2002-04-21 | 1 | -1/+1 |
* | Free fix by kisg@lme.linux.hu | atmos4 | 2002-04-06 | 1 | -1/+3 |
* | improved DVB detection | jaf | 2002-04-04 | 1 | -1/+1 |
* | non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se> | arpi | 2002-03-19 | 1 | -5/+13 |
* | 10l. -ao mpegpes shouldn't be disabled if no DVB | arpi | 2002-03-19 | 1 | -4/+0 |
* | Added soft clipping for software volume control | anders | 2002-03-13 | 2 | -14/+49 |
* | 10l - config.h should be included... | arpi | 2002-03-13 | 1 | -2/+4 |
* | Bugfix for sig11 when playing multiple files | anders | 2002-03-12 | 1 | -0/+2 |
* | new smoothing method ('#define AVG 2' to enable'n'test it) | pl | 2002-03-10 | 1 | -20/+96 |
* | proper bsd fix & preventive fix for other archs w/o INT_MAX | pl | 2002-03-05 | 1 | -9/+7 |
* | FreeBSD fix | nexus | 2002-03-05 | 1 | -0/+6 |
* | volume normalizer plugin support | pl | 2002-03-05 | 3 | -2/+175 |
* | Extrastereo plugin: increases linearly the difference between left and right | pl | 2002-03-03 | 3 | -3/+128 |
* | Buggfix for buffer overflow calculation in plugins | anders | 2002-03-03 | 1 | -1/+1 |
* | good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de> | arpi | 2002-03-02 | 1 | -3/+5 |
* | Fix a few syntax errors compiling ao_sun.c | jkeil | 2002-03-01 | 1 | -3/+6 |
* | 10l... gcc 3.x fix | arpi | 2002-02-28 | 1 | -1/+1 |
* | Adding SW volume control | anders | 2002-02-25 | 4 | -6/+152 |
* | using PATH_DEV_* | alex | 2002-02-22 | 1 | -2/+2 |
* | compilation fixed | arpi | 2002-02-21 | 1 | -5/+10 |
* | Cleanup and comment | anders | 2002-02-21 | 2 | -34/+33 |
* | Moved HW dependent mixer stuff to libao and removed master switch | anders | 2002-02-21 | 4 | -25/+92 |
* | improved event handling, implemented working pause that does not flush all b... | atmos4 | 2002-02-20 | 1 | -144/+300 |
* | MMX part rewritten and 16 tap filter added for better sound qualty | anders | 2002-02-16 | 3 | -122/+200 |
* | Enable SSH optimizations for FIR filter | anders | 2002-02-05 | 2 | -1/+3 |
* | Compilation fixing | nick | 2002-01-31 | 1 | -0/+1 |
* | working dummy audio driver, patch by Tobias Diedrich <td@informatik.uni-hanno... | arpi | 2002-01-31 | 1 | -8/+47 |
* | Oops forgot to remove debug message :) | anders | 2002-01-27 | 1 | -4/+1 |
* | Fixed sig 11 caused by buffer full in ao driver | anders | 2002-01-27 | 1 | -16/+20 |
* | Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed imp... | anders | 2002-01-27 | 3 | -12/+10 |
* | freq fix, removed muxer delay | arpi | 2002-01-24 | 1 | -4/+5 |
* | Added buffering of output data | anders | 2002-01-23 | 1 | -18/+51 |
* | 10l, debug printf removed | arpi | 2002-01-22 | 1 | -1/+1 |
* | passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from now | arpi | 2002-01-22 | 1 | -2/+18 |
* | hwac3 fix for cmedia 8738 by Hans-Peter Raschke <Hans-Peter.Raschke@winterman... | arpi | 2002-01-15 | 1 | -0/+5 |
* | Sync problem when using fractional resampling fixed + speed increased. | anders | 2002-01-15 | 2 | -46/+95 |
* | ao_dxr3 removed | arpi | 2002-01-11 | 2 | -107/+0 |
* | ao_dxr3.c deprecated, give users a grace period to accomodate to -ao oss:/dev... | mswitch | 2002-01-09 | 1 | -174/+5 |
* | Correction of lisensing comment | anders | 2002-01-08 | 3 | -45/+6 |
* | Removed deprecated EM8300_IOCTL_AUDIO_SETPTS | mswitch | 2002-01-06 | 1 | -6/+2 |
* | fix for qnx | alex | 2001-12-28 | 1 | -1/+1 |
* | warning fixes | pl | 2001-12-28 | 1 | -0/+7 |
* | Lots of fixes for digital audio output submitted by Steven Brookes <stevenjb@... | mswitch | 2001-12-28 | 1 | -18/+26 |
* | error for non-stereo surrounds | steve | 2001-12-24 | 1 | -1/+1 |
* | memset is more portable than bzero ("BSD"ism) | pl | 2001-12-24 | 1 | -1/+1 |
* | surround channels can now be decoded in stereoish | steve | 2001-12-23 | 1 | -16/+54 |
* | fix comment typo | steve | 2001-12-23 | 1 | -1/+1 |
* | Argh, forgot to make variable static... | mswitch | 2001-12-22 | 1 | -1/+1 |
* | Added format conversion and resampling through pl_format and pl_resample. Som... | mswitch | 2001-12-22 | 1 | -20/+52 |
* | Added plugin for fractional resampling (alpha code) | anders | 2001-12-20 | 5 | -3/+614 |
* | Remove lame upsampler, cleaned out stuff relating to setting channels. | mswitch | 2001-12-19 | 1 | -49/+16 |
* | tweaked surround lowpass filter, included some new test code | steve | 2001-12-14 | 2 | -12/+80 |
* | Use $AUDIODEV environment variable as the default audio device on solaris, if | jkeil | 2001-12-14 | 1 | -1/+6 |
* | add missing newline in warning message | steve | 2001-12-13 | 1 | -1/+3 |
* | include 7kHz lowpass filter for surround channels, as per Dolby recommendation | steve | 2001-12-13 | 1 | -22/+37 |
* | compile remez.c | steve | 2001-12-13 | 1 | -1/+1 |
* | FIR filter implementation for surround sound lowpass | steve | 2001-12-13 | 1 | -0/+59 |
* | code by Jake Janovetz to find FIR filter coefficients using the Parks-McClell... | steve | 2001-12-13 | 2 | -0/+749 |
* | limit get_space return <= MAX_OUTBURST, whilst always an exact number of frag... | steve | 2001-12-11 | 1 | -1/+4 |
* | split surround delay buf into Ls and Rs in prep for active decoding stuff, an... | steve | 2001-12-10 | 1 | -19/+20 |
* | still fiddling with surround levels | steve | 2001-12-09 | 1 | -12/+11 |
* | Removed hardware syncing support. Actually movies seem to run much smoother w... | mswitch | 2001-12-08 | 1 | -2/+0 |
* | Corrected front:surround levels | steve | 2001-12-07 | 1 | -2/+13 |
* | patch by Tobias Diedrich <td@informatik.uni-hannover.de> | pl | 2001-12-05 | 1 | -1/+15 |
* | CVS is still broken with gcc3. This fixes it. | pl | 2001-12-05 | 1 | -2/+2 |
* | Tried fixing a bug relating to users with digital audio output (I'm unable to... | mswitch | 2001-12-04 | 1 | -50/+48 |
* | fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number ... | steve | 2001-12-04 | 1 | -3/+4 |
* | unistd.h required at least by FreeBSD | nexus | 2001-12-04 | 1 | -0/+1 |
* | LIBAO_PLUGIN_EXTERN expansion uses wrong type | steve | 2001-12-04 | 1 | -1/+1 |
* | include pl_surround in available plugins | steve | 2001-12-04 | 1 | -1/+4 |
* | compile pl_surround.c | steve | 2001-12-04 | 1 | -1/+1 |
* | Dolby Surround decoding audio plugin | steve | 2001-12-04 | 1 | -0/+177 |
* | Format plugin now with working switch statements | anders | 2001-12-04 | 1 | -62/+41 |
* | Global variables protected using volatile | anders | 2001-12-04 | 1 | -3/+3 |
* | correced memory deallocation bug and erors in comments | anders | 2001-12-04 | 1 | -12/+25 |