- 18 May, 2010 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This function is empty on WIN32, but we need to return a value.
-
Max Kellermann authored
-
Max Kellermann authored
input_stream_buffer() has a check for "buffer==NULL", so we don't need an explicit empty implementation.
-
Daniel Seuthe authored
Pay attention to the ReplayGain mode "auto" and the replay_gain_missing_preamp parameter inside of decoder_replay_gain().
-
Daniel Seuthe authored
-
- 14 May, 2010 1 commit
-
-
Max Kellermann authored
Added #ifdefs on the macros AFMT_S24_NE and other OSS4 extensions.
-
- 13 May, 2010 2 commits
-
-
Max Kellermann authored
Removed the "supported" / "unsupported" arrays, and auto-detect on every open() call, just like the ALSA output plugin.
-
Max Kellermann authored
Removed the macro AFMT_S16_MPD.
-
- 12 May, 2010 1 commit
-
-
Avuton Olrich authored
In mingw32, int16_t is not defined by sys/types.h, but it is by stdint.h, and it is in the int16_t man page as being defined in stdint.h. Thanks to mithi for help debugging.
-
- 08 May, 2010 4 commits
-
-
Avuton Olrich authored
This is portable for win32 and fixes client logins there.
-
Tim Phipps authored
-
Tim Phipps authored
-
Avuton Olrich authored
-
- 02 May, 2010 6 commits
-
-
Max Kellermann authored
Don't add it to the filter chain, because we need to apply replay gain before cross-fading with the next song. Add a second replay_gain filter which is used for the song being faded in (chunk->other).
-
Max Kellermann authored
Remove cross_fade_apply(), and call pcm_mix() in the output thread, mixing the chunk and chunk->other together.
-
Max Kellermann authored
Preparation for cross-fading support in the output thread.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Apr, 2010 1 commit
-
-
Avuton Olrich authored
Move encoder before audio outputs. Makes sense to keep them after decoders and some audio outputs need to know wheather encoders are present.
-
- 25 Apr, 2010 2 commits
-
-
Daniel Seuthe authored
-
Max Kellermann authored
-
- 23 Apr, 2010 4 commits
-
-
Avuton Olrich authored
Add libogg section rather than checking for it every time it's necessary.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 21 Apr, 2010 13 commits
-
-
Avuton Olrich authored
Add optional third value to results() to allow for non "yes" answers which are considered positive.
-
Avuton Olrich authored
-
Avuton Olrich authored
Rewrite the liboggflac tests, the m4 macro is way too complicated for no reason and it's buggy.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
This commit adds a new pretty print menu, we've (far) outgrown the old menu which because hard to traverse.
-
Avuton Olrich authored
-
Avuton Olrich authored
Ogg Tremor doesn't have the ability to be disabled under the first if conditional, might as well AC_DEFINE there.
-