| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop pointless _s suffix from struct ao_data. | diego | 2010-05-27 | 1 | -2/+1 |
* | Remove unused forward declarations. | diego | 2010-05-25 | 1 | -2/+0 |
* | Change WAV header updating in ao_pcm to allow to up to almost 4GB size. | reimar | 2010-05-21 | 1 | -2/+4 |
* | Include libavutil/avutil.h for FFMIN | komh | 2010-03-10 | 1 | -0/+1 |
* | Drop support for old-style DVB code. | diego | 2010-03-02 | 1 | -15/+2 |
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -5/+5 |
* | Mark theRenderProc() as static, it is only used within the file. | diego | 2010-02-23 | 1 | -1/+5 |
* | Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader | tack | 2010-02-22 | 1 | -44/+68 |
* | Mark data argument of my_ao_write() function as const. | diego | 2010-02-22 | 1 | -1/+1 |
* | Add header for v4l2_write() instead of forward declaring it. | diego | 2010-02-21 | 1 | -2/+1 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 9 | -24/+0 |
* | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 1 | -3/+0 |
* | Mark some more functions that are not used outside of their files as static. | diego | 2010-02-18 | 1 | -1/+2 |
* | Fix exit_player() usage throughout the codebase. | diego | 2010-02-14 | 1 | -2/+2 |
* | Remove unused variables, fixes the warnings: | diego | 2010-02-13 | 1 | -2/+0 |
* | Audio buffer is too large so that it takes too long time to respond to audio | komh | 2010-02-04 | 1 | -1/+1 |
* | Add OS/2 KAI audio driver support | komh | 2010-02-01 | 2 | -0/+335 |
* | Explain why we still disable the ALSA resampler even though it is probably | reimar | 2010-01-28 | 1 | -1/+2 |
* | Declare variable closer to where it is used. | reimar | 2010-01-27 | 1 | -9/+1 |
* | Remove a useless global variable. | reimar | 2010-01-27 | 1 | -5/+2 |
* | Do not needlessly make local variable static. | reimar | 2010-01-27 | 1 | -3/+3 |
* | Remove useless initializers. | reimar | 2010-01-27 | 1 | -2/+2 |
* | Do not needlessly use (file-)global variables. | reimar | 2010-01-27 | 1 | -4/+3 |
* | Support more formats for -ao pcm in raw mode. | reimar | 2010-01-23 | 1 | -24/+19 |
* | MPlayer's format now correctly identifies AC3 as either little- or big-endian, | reimar | 2010-01-11 | 1 | -7/+1 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 7 | -20/+24 |
* | More uses of AF_FORMAT_IS_AC3 | reimar | 2010-01-11 | 2 | -3/+3 |
* | Use AF_FORMAT_IS_AC3 in ao_oss.c | reimar | 2010-01-11 | 1 | -5/+5 |
* | Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys... | reimar | 2010-01-11 | 1 | -1/+1 |
* | Use af_fmt2bits instead of reimplementing it. | reimar | 2010-01-11 | 1 | -17/+1 |
* | Add and use AF_FORMAT_IS_AC3 macro. | reimar | 2010-01-11 | 3 | -7/+8 |
* | Fixup SDL configure check: | reimar | 2010-01-03 | 1 | -0/+4 |
* | Simplify range-checking functions for subopt parsing. | reimar | 2010-01-01 | 1 | -3/+1 |
* | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 | 2 | -3/+4 |
* | Add a missing const, fixes a compiler warning. | reimar | 2009-12-18 | 1 | -1/+1 |
* | Allow pulseaudio to restore the previous volume on init instead of forcing to | reimar | 2009-12-18 | 1 | -4/+1 |
* | Get rid of global volume variable, it is only used for temporary values. | reimar | 2009-12-18 | 1 | -5/+7 |
* | Add support for 8 channel audio. | tack | 2009-11-10 | 3 | -2/+14 |
* | fix calculation of ao_data.bps for sample formats with more than 16 bits | cladisch | 2009-10-05 | 1 | -1/+12 |
* | Make the ao_alsa play function always process a multiple of ao_data.outburst | reimar | 2009-10-02 | 1 | -1/+4 |
* | The suboption parser now takes a const options list, so mark them all const. | reimar | 2009-09-02 | 7 | -7/+7 |
* | Use a buffer of about half a second, instead of sizing it to have | cladisch | 2009-08-24 | 1 | -80/+3 |
* | OpenAL: untested support for 8-channel audio. | reimar | 2009-08-19 | 1 | -2/+3 |
* | Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too. | reimar | 2009-08-19 | 1 | -69/+11 |
* | 100l, av_fifo_generic_read does not return anything useful, so ignore its | reimar | 2009-08-08 | 2 | -3/+5 |
* | Do not leak the mixer handle if setting of a volume fails. | cladisch | 2009-08-06 | 1 | -0/+2 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 6 | -9/+9 |
* | Use the correct OSS format, where possible, for mplayer's packed 24-bit | cladisch | 2009-07-24 | 1 | -22/+4 |
* | Use correct ALSA sample format for 24-bit samples packed in three bytes. | cladisch | 2009-07-21 | 1 | -4/+4 |
* | Handle 24bit audio formats natively by ALSA. | iive | 2009-07-19 | 1 | -0/+12 |
* | Add a hack to detect when we are writing into a Windows pipe since the fseek | reimar | 2009-05-16 | 1 | -1/+11 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 20 | -196/+196 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 1 | -2/+2 |
* | Rename macosx audio output driver to coreaudio. | diego | 2009-05-04 | 2 | -10/+10 |
* | Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation. | reimar | 2009-05-03 | 1 | -77/+21 |
* | Simplify: use av_fifo_space | reimar | 2009-04-10 | 2 | -4/+4 |
* | Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed. | reimar | 2009-04-09 | 1 | -3/+3 |
* | Split oversized of "argument" onto a separate line. | reimar | 2009-04-09 | 1 | -1/+2 |
* | Also lock the mainloop when doing adjusting the volume for PulseAudio. | reimar | 2009-04-09 | 1 | -0/+3 |
* | Make sure waitop always unlocks the mainloop even if the operation could not | reimar | 2009-04-09 | 1 | -1/+4 |
* | Add forgotten "static" to new data_length variable in ao_pcm | reimar | 2009-03-22 | 1 | -1/+1 |
* | Whitespace-only cosmetics: use consistent indentation in ao_pcm.c | reimar | 2009-03-22 | 1 | -137/+137 |
* | Print a warning if ao_pcm wrote more data than what can be specified in the | reimar | 2009-03-22 | 1 | -5/+11 |
* | Do not call waveOutReset in uninit if you should wait till playing finishes, | reimar | 2009-03-09 | 1 | -1/+2 |
* | Reuse libavutil fifo code instead of reimplementing it over and over. | reimar | 2009-03-09 | 2 | -133/+56 |
* | Make audio_out_* structs const so they end up in .rodata | reimar | 2009-03-06 | 2 | -24/+24 |
* | Make ao_info_t structs const. | reimar | 2009-03-06 | 23 | -23/+23 |
* | Use code that is actually thread-safe to calculate delay, free space etc. in ... | reimar | 2009-03-06 | 1 | -10/+13 |
* | Cosmetics: get rid of trailing whitespace. | reimar | 2009-03-06 | 1 | -23/+23 |
* | get rid of full_buffers variable, if the check it is used for is triggered | reimar | 2009-03-06 | 1 | -9/+0 |
* | Remove now unused buf_write_pos variable from ao_win32 | reimar | 2009-03-06 | 1 | -4/+1 |
* | Always write full buffers in ao_win32, except for the last block. | reimar | 2009-03-06 | 1 | -8/+5 |
* | Use calloc instead of malloc+memset | reimar | 2009-03-06 | 1 | -3/+1 |
* | The 8 bit per sample formats are unsigned on Windows, fixes playback with | reimar | 2009-03-06 | 2 | -2/+2 |
* | Sleep based on get_delay in ao_win32 uninit instead of a loop. | reimar | 2009-03-05 | 1 | -1/+2 |
* | full_buffers and buffered_bytes must be volatile because they are used from | reimar | 2009-03-05 | 1 | -2/+2 |
* | DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net | diego | 2009-03-01 | 2 | -0/+338 |
* | Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), av... | reimar | 2009-02-21 | 1 | -8/+9 |
* | Work around a PulseAudio bug that causes MPlayer to hang after unpausing. | reimar | 2009-02-19 | 1 | -0/+18 |
* | Set samplerate in reset also for AC3, and set it before the format in that | reimar | 2009-02-17 | 1 | -0/+2 |
* | 100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when | reimar | 2009-02-16 | 1 | -1/+1 |
* | 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1, | diego | 2009-01-30 | 2 | -3/+4 |
* | Add standard license headers. | diego | 2009-01-26 | 13 | -29/+265 |
* | Replace deprecated jack_client_new with jack_client_open. | reimar | 2009-01-04 | 1 | -2/+10 |
* | Move several of the ao_nas int-to-string maps into .rodata | reimar | 2009-01-01 | 1 | -8/+8 |
* | 100l, reorder check for AC3 format to avoid a possible memleak | reimar | 2008-12-15 | 1 | -3/+3 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 3 | -4/+4 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -1/+1 |
* | Replace numeric constants by their defines. | cehoyos | 2008-10-09 | 1 | -4/+4 |
* | Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning. | ranma | 2008-10-04 | 1 | -1/+1 |
* | Make alsa resume after suspend to disk (would say 'file descriptor is in bad ... | ranma | 2008-10-04 | 1 | -0/+4 |
* | Replace casual GPL notices by proper license headers. | diego | 2008-09-07 | 4 | -18/+69 |
* | Replace casual GPL notice by proper license header. | diego | 2008-09-06 | 1 | -3/+19 |
* | Fix 'cast from pointer to integer of different size' on 64bit architectures. ... | ranma | 2008-08-24 | 1 | -1/+1 |
* | Handle AOPLAY_FINAL_CHUNK | ranma | 2008-08-24 | 1 | -33/+20 |
* | fix compiler warnings | ranma | 2008-08-23 | 1 | -8/+10 |
* | Work correctly with very small files where less than outburst is to be played. | diego | 2008-08-15 | 1 | -0/+23 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 | 1 | -1/+1 |
* | 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_. | diego | 2008-08-14 | 1 | -9/+9 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 1 | -1/+1 |
* | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -1/+1 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 2 | -6/+6 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -4/+4 |
* | Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined | diego | 2008-08-02 | 1 | -4/+0 |
* | cosmetics: typo fixes | diego | 2008-08-02 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -8/+8 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 | 1 | -0/+1 |
* | Add verbose messages about trying and searching for audio output drivers. | corey | 2008-06-22 | 1 | -0/+12 |
* | Use standard license header, merge changelog into license header and TODO. | diego | 2008-06-06 | 1 | -27/+21 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 4 | -37/+37 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 5 | -53/+65 |
* | Avoid dependency on newer pulseaudio version. | reimar | 2008-05-07 | 1 | -0/+4 |
* | Remove a comment that makes no longer sense (since quite some time actually) | reimar | 2008-05-01 | 1 | -4/+0 |
* | Support 32 bit float and integer formats in ao_pcm.c | reimar | 2008-05-01 | 1 | -1/+12 |
* | Add support for 32 bit format to ao_pulse. | reimar | 2008-05-01 | 1 | -0/+2 |
* | Make ao_pulse fall back to s16le format instead of just failing. | reimar | 2008-05-01 | 1 | -4/+5 |
* | Merge libao2/Makefile into top-level Makefile. | diego | 2008-04-23 | 1 | -11/+0 |
* | reset() should not senselessly close and reopen | reimar | 2008-04-07 | 1 | -23/+1 |
* | AUDIO_DRAIN makes no sense directly after opening | reimar | 2008-04-07 | 1 | -2/+2 |
* | Introduce a separate definition for Mac OS X coreaudio support. | diego | 2008-03-15 | 1 | -1/+1 |
* | Merge two #ifdefs. | diego | 2008-03-01 | 1 | -4/+1 |
* | cosmetics: reindent, detabify | diego | 2008-03-01 | 1 | -44/+44 |
* | Remove duplicate extern declaration. | diego | 2008-03-01 | 1 | -1/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 2 | -7/+6 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -38/+0 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | ao_functions_t should be const, part 1 | reimar | 2008-02-01 | 2 | -6/+6 |
* | Remove unused variable. | reimar | 2008-01-30 | 1 | -1/+1 |
* | Fix get_space calculation to always leave some space, esp. for the currently ... | reimar | 2008-01-30 | 1 | -1/+3 |
* | Change code to also work with different outburst sizes | reimar | 2008-01-30 | 1 | -2/+2 |
* | Reduce number of UnqueueBuffer calls | reimar | 2008-01-30 | 1 | -3/+9 |
* | alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme... | reimar | 2008-01-30 | 1 | -1/+1 |
* | Write functions used by send_mpeg_*_packet may _not_ modify data | reimar | 2008-01-12 | 1 | -2/+2 |
* | Make code slightly less confusing to me | reimar | 2008-01-11 | 1 | -3/+3 |
* | Slightly deobfuscate | reimar | 2008-01-11 | 1 | -2/+3 |
* | Another small simplification. Slightly worse performance in the case | reimar | 2008-01-11 | 1 | -3/+3 |
* | Slightly simplify read_buffer code | reimar | 2008-01-11 | 1 | -6/+6 |
* | Simplify: use memset | reimar | 2008-01-11 | 1 | -4/+3 |
* | Fix indentation | reimar | 2008-01-11 | 1 | -2/+2 |
* | Remove useless cast | reimar | 2008-01-11 | 1 | -1/+1 |
* | when :card isn't specified by the user search the first available card | nicodvb | 2008-01-02 | 1 | -1/+16 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 1 | -0/+3 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 1 | -1/+1 |
* | Grammar fix. | ulion | 2007-12-22 | 1 | -1/+1 |
* | Add copyright info for s/pdif code from VideoLAN. | ulion | 2007-12-22 | 1 | -0/+4 |
* | pa_stream_write reportedly needs locking of the main loop | reimar | 2007-12-15 | 1 | -1/+3 |
* | Fix indentation | reimar | 2007-12-15 | 1 | -4/+4 |
* | Remove pointless pa_stream_trigger call | reimar | 2007-12-15 | 1 | -10/+0 |
* | Documentation for waitop function | reimar | 2007-12-15 | 1 | -0/+6 |
* | SYS_AMIGAOS4 --> __AMIGAOS4__ | diego | 2007-12-11 | 1 | -1/+1 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 1 | -0/+10 |
* | Remove useless variable aoIsCreated since we took good care of init failure. | ulion | 2007-12-08 | 1 | -6/+3 |
* | Add cleanup codes for init() failure to prevent leak. | ulion | 2007-12-04 | 1 | -20/+61 |
* | Fix ao_null with float samples | uau | 2007-12-01 | 1 | -1/+1 |
* | ao_null: Make duration of "buffered" audio constant | uau | 2007-12-01 | 1 | -5/+5 |
* | Make outburst and buffersize depend on channel count. | reimar | 2007-11-30 | 1 | -2/+2 |
* | Support dump AF_FORMAT_AC3 format. | ulion | 2007-11-21 | 1 | -0/+3 |
* | Remove an useless conditional suggested by Emanuele Giaquinta. | ulion | 2007-11-13 | 1 | -2/+0 |
* | Remove useless definition. | ulion | 2007-11-11 | 1 | -4/+0 |
* | Indent fix for last change. | ulion | 2007-11-11 | 1 | -5/+5 |
* | Support mute when passthrough to digital output. | ulion | 2007-11-11 | 1 | -3/+16 |
* | Fix dead lock when changing and restoring stream format for digital output, | ulion | 2007-11-10 | 1 | -31/+14 |
* | Add include to fix warning: | ulion | 2007-11-05 | 1 | -0/+1 |
* | Remove idiotic check that would always be false | reimar | 2007-11-03 | 1 | -1/+1 |
* | Change parsing to allow host == NULL and sink != NULL | reimar | 2007-11-03 | 1 | -4/+6 |
* | Simplify argument "parsing" | reimar | 2007-11-03 | 1 | -4/+2 |
* | Make sink variable local, it is only used in one place | reimar | 2007-11-03 | 1 | -3/+1 |
* | |