- 05 Apr, 2013 1 commit
-
-
Anton Khirnov authored
AVFrame must be allocated with avcodec_alloc_frame().
-
- 16 Jan, 2013 1 commit
-
-
Brice Jaglin authored
-
- 05 Oct, 2012 7 commits
-
-
Max Kellermann authored
Implements Mantis feature request 3582.
-
Max Kellermann authored
Interleaving was completely wrong. This code was never used, so it didn't have an effect.
-
Max Kellermann authored
-
Max Kellermann authored
Works around assertion failure in decoder_timestamp().
-
Max Kellermann authored
Use av_get_sample_fmt_string() to obtain a human-readable string.
-
Max Kellermann authored
API simplification.
-
Max Kellermann authored
-
- 25 Sep, 2012 2 commits
-
-
Max Kellermann authored
These are confusing, and since MixRamp development has ceased, not useful to anybody.
-
Max Kellermann authored
WavPack tags are always APEv2, by definition. Reuse the tag_table from tag_ape.c, instead of rolling our own.
-
- 04 Sep, 2012 2 commits
-
-
Max Kellermann authored
Fixes potential access to uninitialised memory.
-
Max Kellermann authored
-
- 14 Aug, 2012 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the old global "soundfont" which never worked.
-
Max Kellermann authored
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
-
Max Kellermann authored
Use libfluidsynth's new function fluid_player_get_status().
-
Max Kellermann authored
The libfluidsynth now accepts const strings.
-
Max Kellermann authored
Use fluid_is_midifile() to verify the file format.
-
Max Kellermann authored
The libfluidsynth API is now sane, and does not require real-time decoding.
-
- 13 Jul, 2012 1 commit
-
-
Jurgen Kramer authored
-
- 27 Jun, 2012 1 commit
-
-
Jurgen Kramer authored
functions to new dsdlib. Update user doc.
-
- 12 Jun, 2012 1 commit
-
-
Denis Krjuchkov authored
g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well.
-
- 29 May, 2012 2 commits
-
-
Jonathan Neuschäfer authored
"Frame skipped" might cause the impression that the decoding of a whole song failed.
-
Jonathan Neuschäfer authored
-
- 02 May, 2012 1 commit
-
-
Jurgen Kramer authored
Version 4 of my patch to add DSF support to the DSDIFF decoder plugin. This time I have taken a different approach and created a new read_metadata function specific for reading DSF files. This saves an indent (and for me a lot of indent nightmares) and also useful for splitting the DSF and DFF decoders later on. There are still a few lines which exceed the 80 character width limit by a few chars. I was not able to stay within the limit and create (for me) readable code. Jurgen
-
- 26 Mar, 2012 1 commit
-
-
Max Kellermann authored
DSD-over-USB should not be a MPD core format, because it is not a "natural" format; it is just a temnporary over-the-wire format. This format has been implemented in pcm_export, and does not need to be supported by pcm_convert.
-
- 21 Mar, 2012 4 commits
-
-
Max Kellermann authored
For simplicity, the MPD core should not have to deal with packing. It is rarely used, and those plugins that need it should use the pcm_export library instead.
-
Max Kellermann authored
Don't use audio_format.reverse_endian.
-
Max Kellermann authored
This format is unused since the DSDIFF decoder plugin now reverses the bit order.
-
Max Kellermann authored
Allow to remove this complexity from the MPD core.
-
- 19 Mar, 2012 2 commits
-
-
Max Kellermann authored
-
Jonathan Neuschäfer authored
This might break older versions, I didn't test.
-
- 01 Mar, 2012 2 commits
-
-
Max Kellermann authored
Move the responsibility for the conversion to the PCM library. This will allow passing the verbatim DSD samples to an output plugin.
-
Max Kellermann authored
Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
-
- 15 Feb, 2012 3 commits
-
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
This might break older versions, I didn't test.
-
Jonathan Neuschäfer authored
-
- 13 Feb, 2012 1 commit
-
-
Max Kellermann authored
This was disabled when compiled with a new ffmpeg version. Older ffmpeg versions used it explicitly, while newer ones may pass it through from the codec.
-
- 12 Feb, 2012 1 commit
-
-
Max Kellermann authored
Prepare for big CUESHEET tags.
-