- 14 Dec, 2009 1 commit
-
-
Max Kellermann authored
Conflicts: src/decoder/ffmpeg_plugin.c
-
- 11 Dec, 2009 1 commit
-
-
Max Kellermann authored
Use the signed C99 type int8_t instead.
-
- 08 Dec, 2009 4 commits
-
-
Max Kellermann authored
Mixers with the "global" flag set aren't closed automatically when the output device is closed. Thus, they might still be open when MPD shuts down.
-
Max Kellermann authored
This fixes an inconsistency in the stored playlist subsystem: when obtaining the list of playlists (listplaylist, listplaylistinfo), the file names in the playlist directory are converted to UTF-8 (according to filesystem_charset), but when saving or loading playlists, the filesystem_charset setting was ignored.
-
Max Kellermann authored
Call spl_valid_name() in spl_delete().
-
Max Kellermann authored
Don't allocate the file name before the playlist_dir==NULL check.
-
- 07 Dec, 2009 1 commit
-
-
Thomas Jansen authored
If both tags (stream and decoder) are present, we prefer the stream tag. Fixes #2698, where ICY tag contained useful information, but was overwritten with bogus decoder tag data.
-
- 03 Dec, 2009 9 commits
-
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Jeffrey Middleton authored
This includes some default values of #defined constants used in the code; it won't compile without it.
-
- 02 Dec, 2009 3 commits
-
-
Max Kellermann authored
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
-
Max Kellermann authored
-
J. Shagam authored
Copied sources from http://beesbuzz.biz/code/audiocompress/AudioCompress-2.0.tar.gz [mk: created this patch under fluffy's name and fixed some gcc signed/unsigned comparison warnings]
-
- 30 Nov, 2009 2 commits
-
-
svitoos authored
If we define id3v1_encoding, then the tags are not added to the database.
-
Max Kellermann authored
The plugin code tried to force libavcodec to supply stereo samples. That however has never actually worked. By removing this code, we are able to play surround files for the first time.
-
- 25 Nov, 2009 1 commit
-
-
Max Kellermann authored
This fixes a regression due to a typo caused by "decoder: use audio_format_init_checked()".
-
- 19 Nov, 2009 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Support 32 bit samples with software mixer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Assign default value only if none was given on the command line.
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Max Kellermann authored
Removed the "vtrack" local variable (which triggered a gcc warning because it was after the newly introduced NULL check), and run strtol() on the original parameter.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 18 Nov, 2009 1 commit
-
-
Max Kellermann authored
The function flac_vtrack_tnum() was missing a strrchr()==NULL check.
-
- 17 Nov, 2009 3 commits
-
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
- 15 Nov, 2009 4 commits
-
-
Max Kellermann authored
Allow RIFF/AIFF ID3 tags up to 4 MB (old limit was 256 kB). This might still be too small for some users, and when somebody complains, we might do something more clever (like streaming the data into libid3tag?).
-
Max Kellermann authored
On some platforms, libavcodec wants the output buffer aligned to 16 bytes (because it uses SSE/Altivec internally). It will segfault when you don't obey this rule.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Nov, 2009 1 commit
-
-
Max Kellermann authored
-