| Commit message (Expand) | Author | Age | Files | Lines |
* | added audio output for ivtv cards | ben | 2006-07-28 | 2 | -1/+169 |
* | if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,... | nicodvb | 2006-07-28 | 1 | -9/+1 |
* | include sys/poll.h only when HAVE_DVB[_HEAD] is set | nicodvb | 2006-07-28 | 1 | -1/+1 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -10/+1 |
* | split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de... | nicodvb | 2006-07-26 | 1 | -8/+138 |
* | use mpeg packetizer helpers for sending lpcm packets | ben | 2006-07-23 | 1 | -1/+20 |
* | use new mpeg_packetizer helpers | ben | 2006-07-22 | 1 | -4/+6 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+0 |
* | Use only one global config.mak file. | diego | 2006-07-12 | 1 | -2/+2 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 1 | -2/+1 |
* | two variables are made static, one of them additionaly modified to const char... | reynaldo | 2006-07-09 | 1 | -2/+2 |
* | make prefix const. Patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-09 | 1 | -1/+1 |
* | modifies function declarations without parameters from () | reynaldo | 2006-07-06 | 9 | -50/+50 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 3 | -5/+5 |
* | Respect AOPLAY_FINAL_CHUNK | pacman | 2006-06-28 | 1 | -2/+7 |
* | respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer | reimar | 2006-06-25 | 1 | -3/+10 |
* | remove unused variable | reimar | 2006-06-25 | 1 | -1/+0 |
* | Rewrite audio EOF handling logic fixing some problems that could cause | uau | 2006-06-16 | 1 | -0/+2 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -3/+0 |
* | Only set the default output filename when it was not passed on the command | diego | 2006-05-14 | 1 | -3/+4 |
* | Fix: | rathann | 2006-05-13 | 1 | -0/+1 |
* | Move setting the output filename after the suboption parsing, otherwise it | diego | 2006-05-13 | 1 | -2/+4 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+1 |
* | -ao pcm:fast suboption for faster-than-realtime dumping | reimar | 2006-04-14 | 1 | -1/+3 |
* | Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did | cladisch | 2006-03-31 | 1 | -0/+6 |
* | Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-30 | 2 | -3/+3 |
* | printf --> mp_msg | diego | 2006-03-24 | 1 | -4/+4 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -8/+7 |
* | To avoid a bug in ALSA's rate plugin that causes spurious overruns, try | cladisch | 2006-03-13 | 1 | -0/+12 |
* | Do not try to count hardware sound cards because there might be none | cladisch | 2006-03-13 | 1 | -8/+1 |
* | Output error messages from the ALSA library through mp_msg() instead of | cladisch | 2006-02-27 | 1 | -0/+22 |
* | Show the actual ALSA version instead of the version mplayer was compiled | cladisch | 2006-02-27 | 1 | -0/+4 |
* | include stdlib.h and stdio.h, they tend to be useful :-) | reimar | 2006-02-18 | 1 | -0/+2 |
* | fix compilation without openal | aurel | 2006-02-16 | 1 | -0/+4 |
* | OpenAL audio support, actual output is mono-only (no positioning yet). | reimar | 2006-02-16 | 3 | -0/+199 |
* | Fix the error handling in the play() function: add a handler for EINTR, | cladisch | 2006-02-13 | 1 | -24/+15 |
* | This changes the software parameters to be more compatible with the | cladisch | 2006-02-13 | 1 | -51/+45 |
* | Using non-blocking writes makes sense when the program wants to do other | cladisch | 2006-02-13 | 1 | -49/+5 |
* | Remove the now superfluous mmap suboption. | cladisch | 2006-02-13 | 1 | -5/+0 |
* | After removing play_mmap(), the play() function just unconditionally | cladisch | 2006-02-13 | 1 | -11/+1 |
* | This patch removes mmap support because it doesn't have any benefit. | cladisch | 2006-02-13 | 1 | -151/+8 |
* | Small fixes: make all global variables static, remove some unused | cladisch | 2006-02-10 | 1 | -15/+9 |
* | Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it | cladisch | 2006-02-10 | 1 | -13/+0 |
* | Simplify get_delay(): we don't need to get the complete PCM status but | cladisch | 2006-02-10 | 1 | -25/+10 |
* | Fix get_space(): we don't need to differentiate between the various PCM | cladisch | 2006-02-10 | 1 | -55/+3 |
* | This adds support for more sample formats (U32, float BE, mu/A-law). | cladisch | 2006-02-10 | 1 | -0/+15 |
* | This replaces the hardcoded numbers for the sample format widths with a | cladisch | 2006-02-10 | 1 | -31/+3 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 12 | -62/+62 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -2/+2 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 | 1 | -16/+0 |
* | use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L... | wanderer | 2005-12-15 | 1 | -0/+11 |
* | fix | rathann | 2005-12-05 | 1 | -1/+1 |
* | Link was a bit dated (but still working :-)) | ranma | 2005-11-29 | 1 | -1/+1 |
* | -aop is long obsolete. | diego | 2005-11-28 | 1 | -1/+1 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-19 | 1 | -1/+1 |
* | DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -... | joey | 2005-11-11 | 1 | -2/+3 |
* | Allow setting the mixer per instance so one can fallback between | albeu | 2005-11-10 | 1 | -11/+25 |
* | ao_macosx is a native audio output driver and should thus have priority | diego | 2005-10-11 | 1 | -3/+3 |
* | General bug fixes, like missing includes, formats that were incorrectly | reimar | 2005-10-04 | 1 | -29/+133 |
* | reordered bps calculation | henry | 2005-08-25 | 1 | -34/+33 |
* | set the nearest number of channels, return(0) upon errors | henry | 2005-08-25 | 1 | -2/+4 |
* | name suboption for jack to set client name | reimar | 2005-08-18 | 1 | -1/+9 |
* | Set block_align in header, seems MatLab can not handle files without. | reimar | 2005-08-17 | 1 | -0/+1 |
* | reset estimation also on too negative diff | reimar | 2005-07-28 | 1 | -1/+1 |
* | improved audio delay estimation, supposed to help make the video smoother | reimar | 2005-07-26 | 1 | -16/+23 |
* | remove delay when setting audio volume | nplourde | 2005-07-19 | 1 | -11/+9 |
* | QUERY_FORMAT support | alex | 2005-07-03 | 1 | -1/+9 |
* | avoid hang when playing more than one file | reimar | 2005-06-30 | 1 | -1/+2 |
* | more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw... | nplourde | 2005-06-29 | 1 | -17/+18 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+2 |
* | Be more patch-friendly | ranma | 2005-06-19 | 1 | -2/+15 |
* | Fix email address | ranma | 2005-06-19 | 2 | -2/+2 |
* | Add missing range checks so we won't overflow the buffers, thanks to Erik Aue... | ranma | 2005-06-17 | 1 | -11/+24 |
* | removes the use of AudioConverters. patch by Alexander Strange <alexander.str... | nplourde | 2005-06-14 | 1 | -40/+5 |
* | Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by C... | nplourde | 2005-06-05 | 1 | -177/+171 |
* | Create a unique client name so that multiple instances work. | reimar | 2005-06-05 | 1 | -1/+4 |
* | Fix latency calculation and buffersize setting. | reimar | 2005-06-03 | 1 | -3/+7 |
* | New ao_jack without bio2jack dependency. | reimar | 2005-06-01 | 1 | -215/+302 |
* | simplifies the format matching logic. Chris Roccati <roccati@pobox.com> | nplourde | 2005-05-16 | 1 | -47/+3 |
* | indicate the number of channels required, patch by Chris Roccati <roccati@pob... | nplourde | 2005-05-14 | 1 | -0/+1 |
* | - fix gcc warnings, strlcat/strlcpy prototypes | rathann | 2005-04-06 | 1 | -0/+1 |
* | endianness fix by Chris White <chriswhite at gentoo dot org> | diego | 2005-03-25 | 1 | -1/+1 |
* | get_space fix by Florian Dietrich <flodt8 at yahoo.de> | faust3 | 2005-03-15 | 1 | -1/+5 |
* | do not always request little-endian despite the actual sound format. by Alexa... | nplourde | 2005-03-03 | 1 | -1/+2 |
* | aos should respect the immed uninit flag (quit immediatly vs waiting till file | reimar | 2005-02-27 | 4 | -2/+6 |
* | Have OSS audio out fall back to s16ne instead of u8 if it can't open the | ivo | 2005-02-26 | 1 | -2/+3 |
* | rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s... | nplourde | 2005-02-22 | 1 | -98/+76 |
* | bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-04 | 1 | -1/+1 |
* | unused definitions removed | alex | 2005-01-31 | 1 | -4/+0 |
* | Typo in hwac3 string | reimar | 2005-01-30 | 1 | -1/+1 |
* | print "Unknown/not supported internal format" message only with -v as it | reimar | 2005-01-29 | 1 | -1/+1 |
* | Fixed the syntax of the spdif device string. | reimar | 2005-01-28 | 1 | -1/+1 |
* | support immed flag, always initialize write_offset, min_free_space doesn't se... | faust3 | 2005-01-21 | 1 | -3/+10 |
* | use MSTRZ suboption type | reimar | 2005-01-19 | 1 | -12/+3 |
* | WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination... | faust3 | 2005-01-17 | 1 | -1/+1 |
* | print why waveOutOpen failed | faust3 | 2005-01-15 | 1 | -1/+1 |
* | actually mp_msg.h includes config.h, but for consistency better include it | reimar | 2005-01-12 | 1 | -1/+1 |
* | af_format.h needs config.h to be included first. | reimar | 2005-01-12 | 9 | -4/+9 |
* | Cleanup, removing internal conversions. Testing welcome. | reimar | 2005-01-06 | 1 | -35/+15 |
* | Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ... | reimar | 2005-01-06 | 1 | -7/+2 |
* | device selection support | faust3 | 2005-01-06 | 1 | -2/+56 |
* | Check for every 24 and 32 bit AFMT_ separately if it is defined. | reimar | 2005-01-06 | 1 | -4/+28 |
* | unused parts removed | alex | 2005-01-06 | 17 | -3463/+0 |
* | Use the subopt-helper for parsing suboptions. | reimar | 2005-01-03 | 1 | -109/+57 |
* | Default to audiodump.pcm with nowaveheader again, but document it in the manp... | reimar | 2005-01-03 | 1 | -2/+7 |
* | many 10ls fixed... also better debugging | arpi | 2005-01-03 | 1 | -27/+45 |
* | Do not use strndup, it is missing on MinGW. | reimar | 2005-01-02 | 1 | -1/+3 |
* | missing ; | faust3 | 2005-01-02 | 1 | -1/+1 |
* | Add -ao pcm suboptions and remove -aofile and -waveheader options. | reimar | 2005-01-02 | 1 | -4/+19 |
* | rate/format matching and volume get/set support | arpi | 2005-01-01 | 1 | -28/+151 |
* | more verbose messages | alex | 2004-12-29 | 1 | -2/+2 |
* | af_fmt2str_short | alex | 2004-12-28 | 10 | -27/+24 |
* | 100l set default format for AF_FORMATs not supported by sound card | rtognimp | 2004-12-28 | 1 | -3/+9 |
* | 100l, buf etc. in af_fmt2str call are already pointers... | reimar | 2004-12-27 | 5 | -7/+7 |
* | Do not use audio plugins anymore | reimar | 2004-12-27 | 2 | -11/+1 |
* | 10l, nasty ao drivers | alex | 2004-12-27 | 1 | -1/+2 |
* | maybe now.. | alex | 2004-12-27 | 1 | -1/+1 |
* | hopefully final fix | alex | 2004-12-27 | 6 | -20/+21 |
* | 10l | alex | 2004-12-27 | 1 | -30/+16 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 30 | -360/+283 |
* | disable all unknown formats in the windows aos | faust3 | 2004-12-08 | 2 | -0/+21 |
* | Remove duplicate includes. | diego | 2004-12-07 | 2 | -4/+0 |
* | Make include paths consistent. | diego | 2004-12-07 | 21 | -52/+52 |
* | Compile fix | ranma | 2004-11-28 | 1 | -1/+2 |
* | Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com]. | reimar | 2004-11-07 | 1 | -7/+68 |
* | respect immed uninit flag, initialize ao_data.outburst. | reimar | 2004-11-06 | 1 | -0/+2 |
* | polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de> | faust3 | 2004-11-05 | 3 | -1/+332 |
* | Different buffering scheme, avoiding possible races (SDL is using threads!). | reimar | 2004-10-31 | 1 | -61/+68 |
* | FreeBSD compilation fix | reimar | 2004-10-23 | 1 | -0/+14 |
* | ringbuffer variable intialization fix for multifile playback patch by Rune Pe... | faust3 | 2004-10-22 | 1 | -1/+5 |
* | channel reorder patch by Florian Dietrich <flodt8 at yahoo.de> | faust3 | 2004-10-18 | 1 | -10/+40 |
* | Only use S/PDIF output when no other alsa device is set, allows to use | reimar | 2004-10-17 | 1 | -4/+3 |
* | Fix incompatibility with audio devices with more then 2 channels | nplourde | 2004-10-16 | 1 | -1/+1 |
* | ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de> | faust3 | 2004-10-14 | 1 | -20/+47 |
* | fixed small memleaks | reimar | 2004-10-13 | 1 | -7/+15 |
* | unsinged 32 and 24bit types | alex | 2004-10-05 | 1 | -0/+12 |
* | fixing authors | alex | 2004-10-04 | 2 | -2/+2 |
* | introducing 24bit formats and make the values compliant to OSS | alex | 2004-10-04 | 2 | -6/+24 |
* | removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c | reimar | 2004-10-04 | 3 | -2373/+5 |
* | fixed small memleak | reimar | 2004-10-01 | 1 | -0/+1 |
* | printf --> mp_msg conversion in ao_plugin | diego | 2004-09-25 | 1 | -2/+4 |
* | directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some... | faust3 | 2004-09-25 | 2 | -0/+495 |
* | allow to select an alsa mixer channel index. | reimar | 2004-09-22 | 1 | -2/+23 |
* | mp_msg transition of unmaintained audio output drivers. | ivo | 2004-09-18 | 11 | -94/+92 |
* | untested multichannel support | faust3 | 2004-08-14 | 1 | -24/+74 |
* | Update ao_jack for new bio2jack API, improve check in configure. | diego | 2004-08-13 | 1 | -8/+14 |
* | embarassing typo | diego | 2004-08-09 | 1 | -1/+1 |
* | Use = instead if # in ALSA device name, as # irritates our config-parser. | reimar | 2004-07-30 | 1 | -3/+3 |
* | automatic loading of af_volume, original patch by Dan Christiansen (danchr (a... | reimar | 2004-07-28 | 1 | -1/+1 |
* | removed status in debug_msg as it is nonsens anyway. | joyping | 2004-07-14 | 1 | -1/+1 |
* | volume calc fixes for mixer, by reimar döffinger, 10l reverse by me | joyping | 2004-07-14 | 1 | -6/+6 |
* | fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help, | joyping | 2004-07-13 | 1 | -78/+74 |
* | 10l | faust3 | 2004-07-11 | 1 | -1/+0 |
* | ao_macosx is fixed, moving it back to top | nplourde | 2004-07-10 | 1 | -3/+3 |
* | enables resampling of audio in ao_macosx by Dan Christiansen | nplourde | 2004-07-10 | 1 | -14/+2 |
* | string, alloca etc. fixes | joyping | 2004-07-02 | 1 | -66/+34 |
* | Let's keep the full functionality for the release, we can switch this off | diego | 2004-06-28 | 1 | -1/+1 |
* | 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm. | reimar | 2004-06-27 | 1 | -4/+4 |
* | 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi... | faust3 | 2004-06-27 | 1 | -0/+2 |
* | ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it> | faust3 | 2004-06-26 | 1 | -3/+12 |
* | make the internal sdl mixer optional, idea by Reimar Doffinger | alex | 2004-06-26 | 1 | -1/+12 |
* | JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl> | alex | 2004-06-25 | 3 | -1/+198 |
* | move macosx in the priority list after sdl, patch by Dan Christiansen | alex | 2004-06-25 | 1 | -3/+3 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | additional formats - 8bit & float | henry | 2004-06-11 | 1 | -2/+17 |
* | support for 24 bit pcm/wav files | reimar | 2004-05-16 | 1 | -0/+5 |
* | |