index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libao2
Commit message (
Expand
)
Author
Age
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
Replace numeric constants by their defines.
cehoyos
2008-10-09
*
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
ranma
2008-10-04
*
Make alsa resume after suspend to disk (would say 'file descriptor is in bad ...
ranma
2008-10-04
*
Replace casual GPL notices by proper license headers.
diego
2008-09-07
*
Replace casual GPL notice by proper license header.
diego
2008-09-06
*
Fix 'cast from pointer to integer of different size' on 64bit architectures. ...
ranma
2008-08-24
*
Handle AOPLAY_FINAL_CHUNK
ranma
2008-08-24
*
fix compiler warnings
ranma
2008-08-23
*
Work correctly with very small files where less than outburst is to be played.
diego
2008-08-15
*
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
diego
2008-08-14
*
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
diego
2008-08-14
*
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
diego
2008-08-06
*
Rename all preprocessor directives related to Apple / Mac OS X.
diego
2008-08-06
*
Rename some audio-output-related preprocessor directives.
diego
2008-08-05
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
diego
2008-08-02
*
cosmetics: typo fixes
diego
2008-08-02
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Our ALSA code needs alloca, so check for it in configure and include alloca.h
reimar
2008-07-17
*
Add verbose messages about trying and searching for audio output drivers.
corey
2008-06-22
*
Use standard license header, merge changelog into license header and TODO.
diego
2008-06-06
*
cosmetics: Remove pointless parentheses from return statements.
diego
2008-05-16
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Avoid dependency on newer pulseaudio version.
reimar
2008-05-07
*
Remove a comment that makes no longer sense (since quite some time actually)
reimar
2008-05-01
*
Support 32 bit float and integer formats in ao_pcm.c
reimar
2008-05-01
*
Add support for 32 bit format to ao_pulse.
reimar
2008-05-01
*
Make ao_pulse fall back to s16le format instead of just failing.
reimar
2008-05-01
*
Merge libao2/Makefile into top-level Makefile.
diego
2008-04-23
*
reset() should not senselessly close and reopen
reimar
2008-04-07
*
AUDIO_DRAIN makes no sense directly after opening
reimar
2008-04-07
*
Introduce a separate definition for Mac OS X coreaudio support.
diego
2008-03-15
*
Merge two #ifdefs.
diego
2008-03-01
*
cosmetics: reindent, detabify
diego
2008-03-01
*
Remove duplicate extern declaration.
diego
2008-03-01
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Remove pointless #ifdefs around extern declarations.
diego
2008-02-20
*
typo fix: inited --> initialized
diego
2008-02-14
*
ao_functions_t should be const, part 1
reimar
2008-02-01
*
Remove unused variable.
reimar
2008-01-30
*
Fix get_space calculation to always leave some space, esp. for the currently ...
reimar
2008-01-30
*
Change code to also work with different outburst sizes
reimar
2008-01-30
*
Reduce number of UnqueueBuffer calls
reimar
2008-01-30
*
alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...
reimar
2008-01-30
*
Write functions used by send_mpeg_*_packet may _not_ modify data
reimar
2008-01-12
*
Make code slightly less confusing to me
reimar
2008-01-11
*
Slightly deobfuscate
reimar
2008-01-11
*
Another small simplification. Slightly worse performance in the case
reimar
2008-01-11
*
Slightly simplify read_buffer code
reimar
2008-01-11
[next]