| Commit message (Expand) | Author | Age |
* | Mark theRenderProc() as static, it is only used within the file. | diego | 2010-02-23 |
* | Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader | tack | 2010-02-22 |
* | Mark data argument of my_ao_write() function as const. | diego | 2010-02-22 |
* | Add header for v4l2_write() instead of forward declaring it. | diego | 2010-02-21 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 |
* | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 |
* | Mark some more functions that are not used outside of their files as static. | diego | 2010-02-18 |
* | Fix exit_player() usage throughout the codebase. | diego | 2010-02-14 |
* | Remove unused variables, fixes the warnings: | diego | 2010-02-13 |
* | Audio buffer is too large so that it takes too long time to respond to audio | komh | 2010-02-04 |
* | Add OS/2 KAI audio driver support | komh | 2010-02-01 |
* | Explain why we still disable the ALSA resampler even though it is probably | reimar | 2010-01-28 |
* | Declare variable closer to where it is used. | reimar | 2010-01-27 |
* | Remove a useless global variable. | reimar | 2010-01-27 |
* | Do not needlessly make local variable static. | reimar | 2010-01-27 |
* | Remove useless initializers. | reimar | 2010-01-27 |
* | Do not needlessly use (file-)global variables. | reimar | 2010-01-27 |
* | Support more formats for -ao pcm in raw mode. | reimar | 2010-01-23 |
* | MPlayer's format now correctly identifies AC3 as either little- or big-endian, | reimar | 2010-01-11 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 |
* | More uses of AF_FORMAT_IS_AC3 | reimar | 2010-01-11 |
* | Use AF_FORMAT_IS_AC3 in ao_oss.c | reimar | 2010-01-11 |
* | Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys... | reimar | 2010-01-11 |
* | Use af_fmt2bits instead of reimplementing it. | reimar | 2010-01-11 |
* | Add and use AF_FORMAT_IS_AC3 macro. | reimar | 2010-01-11 |
* | Fixup SDL configure check: | reimar | 2010-01-03 |
* | Simplify range-checking functions for subopt parsing. | reimar | 2010-01-01 |
* | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 |
* | Add a missing const, fixes a compiler warning. | reimar | 2009-12-18 |
* | Allow pulseaudio to restore the previous volume on init instead of forcing to | reimar | 2009-12-18 |
* | Get rid of global volume variable, it is only used for temporary values. | reimar | 2009-12-18 |
* | Add support for 8 channel audio. | tack | 2009-11-10 |
* | fix calculation of ao_data.bps for sample formats with more than 16 bits | cladisch | 2009-10-05 |
* | Make the ao_alsa play function always process a multiple of ao_data.outburst | reimar | 2009-10-02 |
* | The suboption parser now takes a const options list, so mark them all const. | reimar | 2009-09-02 |
* | Use a buffer of about half a second, instead of sizing it to have | cladisch | 2009-08-24 |
* | OpenAL: untested support for 8-channel audio. | reimar | 2009-08-19 |
* | Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too. | reimar | 2009-08-19 |
* | 100l, av_fifo_generic_read does not return anything useful, so ignore its | reimar | 2009-08-08 |
* | Do not leak the mixer handle if setting of a volume fails. | cladisch | 2009-08-06 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Use the correct OSS format, where possible, for mplayer's packed 24-bit | cladisch | 2009-07-24 |
* | Use correct ALSA sample format for 24-bit samples packed in three bytes. | cladisch | 2009-07-21 |
* | Handle 24bit audio formats natively by ALSA. | iive | 2009-07-19 |
* | Add a hack to detect when we are writing into a Windows pipe since the fseek | reimar | 2009-05-16 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 |
* | Rename macosx audio output driver to coreaudio. | diego | 2009-05-04 |
* | Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation. | reimar | 2009-05-03 |
* | Simplify: use av_fifo_space | reimar | 2009-04-10 |