aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
Commit message (Collapse)AuthorAge
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-08
|
* Merge branch 'master' of git://github.com/mcfiredrill/mpdMax Kellermann2010-04-20
|\
| * Decoder for game music emulation library.Tony Miller2010-04-10
| | | | | | | | | | | | | | | | Supports a number of videogame music formats, more info here: http://www.fly.net/~ant/libs/audio.html I wrote this plugin for the latest svn, get it here: http://code.google.com/p/game-music-emu/source/checkout
* | decoder/ffmpeg: fix crash on startup in mpd_ffmpeg_log_callback()Charles Kerr2010-04-11
|/ | | | | | | | | What's happening is the `ptr' argument to that function is NULL for me every time. `ptr' is unconditionally dereferenced to generate a log message, and this is where mpd crashes. Attached is a simple patch that tests for NULL and omits the log. With this patch the crash disappeared and mpd went back to working well.
* decoder/ffmpeg: print item name in log callbackMax Kellermann2010-03-28
|
* Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann2010-03-28
|\ | | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/cue/cue_tag.c src/decoder/mpcdec_decoder_plugin.c src/player_thread.c
| * decoder/mpcdec: fix replay gain formula with v8Aleksei Kaveshnikov2010-03-19
| | | | | | | | | | | | | | | | | | | | "When playing musepack files with mpd v0.15.8, rg seems to have no effect. Using sample file below, mpd says 'computing ReplayGain album scale with gain 122.879997, peak 0.549150'. One thing though, if I build mpd against old libmpcdec-1.2.6, rg works as expected: 'computing ReplayGain album scale with gain 16.820000, peak 0.099765'"
| * decoder/mpcdec: fix negative shift on fixed-point samplesPiotr Gozdur2010-03-17
| | | | | | | | | | | | "There is a bug in fixed-point musepack (musepack_src_r435) playback. In floating-point audio is OK but in fixed audio is distorted. I have made a patch for this"
| * decoder/mad: fix crash when seeking at end of songMax Kellermann2010-02-27
| | | | | | | | | | | | Removed the decoder_command_finished() call at the end of mp3_decode(). This is invalid, because decoder_command_finished() has already been called in mp3_read().
* | Add support for MixRamp tagsTim Phipps2010-03-21
| | | | | | | | | | Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
* | decoder/ffmpeg: fix indentationMax Kellermann2010-03-07
| |
* | decoder/ffmpeg: implement the libavutil log callbackMax Kellermann2010-02-27
| | | | | | | | Pass everything to the GLib logging library. No direct stderr access.
* | decoder/ffmpeg: don't close the AVFormatContext after open failureMax Kellermann2010-02-27
| | | | | | | | The pointer is invalid if av_open_input_file() fails.
* | replay_gain_info: allocate the struct staticallyMax Kellermann2010-02-17
| | | | | | | | | | | | Don't allocate each replay_gain_info object on the heap. Those objects who held a pointer now store a full replay_gain_info object. This reduces the number of allocations and heap fragmentation.
* | ffmpeg: read more metadata.Anton Khirnov2010-02-02
| |
* | decoder/flac: fix replay gain (short-circuiting "or")Tim Phipps2010-01-28
| |
* | decoder/wavpack: fixed WVC URIMax Kellermann2010-01-20
| | | | | | | | Pass the current URI to wavpack_open_wvc().
* | decoder/ffmpeg: call decoder_timestamp() once per packetMax Kellermann2010-01-18
| |
* | decoder/ffmpeg: merged ffmpeg_helper() into ffmpeg_decode()Max Kellermann2010-01-18
| |
* | decoder/ffmpeg: optimized the stream_tag() methodMax Kellermann2010-01-18
| | | | | | | | Don't use the function ffmpeg_helper(), don't initialize the codec.
* | decoder/ffmpeg: free AVFormatContext on errorMax Kellermann2010-01-18
| | | | | | | | Fix a memory leak in some code paths.
* | decoder_api: removed function decoder_get_uri()Max Kellermann2010-01-18
| | | | | | | | Use input_stream.uri.
* | Merge release 0.15.8 from branch 'v0.15.xMax Kellermann2010-01-18
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c src/decoder_thread.c
| * decoder/ffmpeg: added more MIME typesMax Kellermann2010-01-17
| | | | | | | | Taken from the ffmpeg sources.
| * decoder/ffmpeg: append file name suffix to virtual stream URLMax Kellermann2010-01-17
| | | | | | | | | | | | | | To allow libavformat to detect the format of the input file, append the suffix of the input file to the URL of the virtual stream. This specifically enables the "shorten" codec, which is supported by libavformat/raw.c, detected only by the suffix.
* | audio_format: support packed 24 bit samplesMax Kellermann2010-01-16
| |
* | decoder/flac: support streams without STREAMINFO blockMax Kellermann2010-01-06
| |
* | decoder/flac: pass bits_per_sample to flac_sample_format()Max Kellermann2010-01-06
| | | | | | | | Easier to reuse the function.
* | decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann2010-01-06
| | | | | | | | | | | | Invoke decoder_initialized() in the libFLAC metadata callback. This merges code from the FLAC and the OggFLAC decoder plugin into the common library.
* | decoder/flac: remember audio_format, not stream_infoMax Kellermann2010-01-06
| |
* | decoder/flac: removed CUE sheet supportMax Kellermann2010-01-06
| | | | | | | | This feature has been moved to the "flac" playlist plugin.
* | decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann2010-01-06
| | | | | | | | Make this code is reusable.
* | renamed decoder plugin sourcesMax Kellermann2010-01-04
| | | | | | | | Make it X_decoder_plugin.c.
* | decoder/mad: fix build error without libid3tagMax Kellermann2010-01-04
| |
* | replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-04
| |
* | decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-04
| | | | | | | | | | | | This function replaces the replay_gain_info parameter for decoder_data(). This allows the decoder to announce replay gain changes, instead of having to pass the same object over and over.
* | input_stream: return allocated input_stream objectsMax Kellermann2010-01-01
| | | | | | | | | | | | | | | | Major API redesign: don't let the caller allocate the input_stream object. Let each input plugin allocate its own (derived/extended) input_stream pointer. The "data" attribute can now be removed, and all input plugins simply cast the input_stream pointer to their own structure (with an "struct input_stream base" as the first attribute).
* | Update copyright notices.Avuton Olrich2009-12-31
| |
* | decoder: switch a bunch of plugins to stream_tag()Max Kellermann2009-12-31
| | | | | | | | | | | | | | | | | | | | This patch changes the following decoder plugins to implement stream_tag() instead of tag_dup(): faad, ffmpeg, mad, modplug, mp4ff, mpcdec, oggflac This simplifies their code, because they do not need to take care of opening/closing the stream.
* | decoder_plugin: added method stream_tag()Max Kellermann2009-12-31
| | | | | | | | | | This is like tag_dup(), but works with an input_stream object instead of a file path.
* | Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann2009-12-30
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/input/curl_input_plugin.c src/input_stream.c
| * decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann2009-12-29
| | | | | | | | | | Support deprecated MIME types such as "audio/x-ogg". Support new types such as "audio/flac".
* | Merged release 0.15.7 from branch 'v0.15.x'Max Kellermann2009-12-27
|\| | | | | | | | | | | | | Conflicts: NEWS configure.ac src/decoder_api.c
| * decoder/wavpack: allow fine-grained seekingMax Kellermann2009-12-26
| | | | | | | | | | First multiply the floating point return value of decoder_seek_where(), then cast to integer.
* | decoder_api: added function decoder_timestamp()Max Kellermann2009-12-26
| | | | | | | | | | | | Remove the data_time parameter from decoder_data(). This patch eliminates the timestamp counting in most decoder plugins, because the MPD core will do it automatically by default.
* | updated mp4ff decoder about input_stream_seekAlam Arias2009-12-16
| |
* | input_stream: return errors with GErrorMax Kellermann2009-12-15
| |
* | decoder/mikmod: fixed gcc uninitialized warningMax Kellermann2009-12-14
| | | | | | | | Removed local variable "sample_rate".
* | Merge branch 'v0.15.x'Max Kellermann2009-12-14
|\| | | | | | | | | Conflicts: src/decoder/ffmpeg_plugin.c
| * decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann2009-12-11
| | | | | | | | Use the signed C99 type int8_t instead.