- 16 Apr, 2013 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 08 Apr, 2013 26 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the fallback strndup() and strnlen() implementations.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Cast to integer after multiplying with 1000. Allows sub-second seeking.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
No caller needs this. Fixes use-after-free after returning from Client::OnTimeout().
-
Max Kellermann authored
Save the state file 2 minutes after the last change. This reduces the disruptions by an idle MPD, and MPD can be paged out permanently until it is used.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Only relevant for old ffmpeg versions.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes valgrind warning.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminates one IDLE_PLAYER call in playlist_control, and add two new ones to player_thread. Fixes Mantis bug 3636.
-
Max Kellermann authored
Check audio_format_defined().
-
- 05 Apr, 2013 2 commits
-
-
Anton Khirnov authored
AVFrame must be allocated with avcodec_alloc_frame().
-
Anton Khirnov authored
AVFrame must be allocated with avcodec_alloc_frame().
-
- 27 Feb, 2013 3 commits
-
-
Max Kellermann authored
Use the GMainLoop specific function to wake up the main loop. This is simpler and comes with very little overhead.
-
Max Kellermann authored
Don't bother checking for the parameter mask. This doesn't matter. The only thing that matters is if a wake-up is already pending.
-
Max Kellermann authored
Less overhead than fetch_and() for what we do.
-