Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing includes | Max Kellermann | 2013-08-07 | 1 | -0/+2 |
| | |||||
* | encoder/lame: dynamic output buffer | Max Kellermann | 2013-08-06 | 1 | -4/+18 |
| | |||||
* | encoder/lame: use delete instead of g_free() | Max Kellermann | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | encoder/lame: use lame_encode_buffer_interleaved() | Max Kellermann | 2013-08-06 | 1 | -14/+5 |
| | | | | Don't deinterleave manually, don't allocate memory. | ||||
* | encoder/lame: use offset variable instead of memmove() | Max Kellermann | 2013-08-06 | 2 | -17/+36 |
| | |||||
* | encoder/lame: rename "buffer" to "output_buffer" | Max Kellermann | 2013-08-06 | 2 | -31/+33 |
| | |||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 3 | -14/+14 |
| | |||||
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 7 | -42/+40 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 7 | -65/+67 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -6/+6 |
| | |||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 14 | -119/+94 |
| | |||||
* | encoder/lame,twolame: convert to C++ | Max Kellermann | 2013-07-30 | 4 | -104/+154 |
| | |||||
* | encoder/wave: convert to C++ | Max Kellermann | 2013-07-30 | 2 | -26/+58 |
| | |||||
* | encoder/null: convert to C++ | Max Kellermann | 2013-07-30 | 2 | -24/+54 |
| | |||||
* | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -7/+5 |
| | |||||
* | encoder/flac: convert to C++ | Max Kellermann | 2013-07-29 | 2 | -22/+56 |
| | |||||
* | fix overwriting bitrate with signal type | Matthias Larisch | 2013-06-24 | 1 | -3/+3 |
| | | | | | | | I recently opened a bug: http://bugs.musicpd.org/view.php?id=3787 The main problem is that opus encoder config for signal overwrote bitrate setting. | ||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | filter/chain, encoder: GLib include cleanup | Max Kellermann | 2013-01-30 | 4 | -28/+27 |
| | |||||
* | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 2013-01-30 | 2 | -8/+0 |
| | |||||
* | encoder/{Vorbis,Opus}: use new/delete | Max Kellermann | 2013-01-15 | 2 | -10/+14 |
| | |||||
* | fifo_buffer: move to util/ | Max Kellermann | 2013-01-15 | 3 | -6/+6 |
| | |||||
* | {decoder,encoder}/flac: drop support for libFLAC 1.1 | Max Kellermann | 2012-10-02 | 1 | -26/+5 |
| | |||||
* | encoder/opus: implement lookahead | Max Kellermann | 2012-10-02 | 1 | -2/+43 |
| | | | | | | The "opusinfo" program complained about preskip value that was too small. This commit uses OPUS_GET_LOOKAHEAD to obtain the number of frames that shall be silence at the beginning. | ||||
* | encoder/opus: initialize the "granulepos" packet attribute | Max Kellermann | 2012-10-02 | 1 | -1/+5 |
| | |||||
* | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann | 2012-10-02 | 3 | -89/+154 |
| | |||||
* | encoder/vorbis: accept floating point input samples | Max Kellermann | 2012-10-02 | 1 | -8/+9 |
| | | | | | | Improves quality by not squeezing 32 bit samples down to 16 bit, and then back to 32 bit floating point. Reduces CPU usage by skipping a conversion step. | ||||
* | encoder/opus: call ogg_stream_flush() only in the last iteration | Max Kellermann | 2012-10-02 | 1 | -4/+4 |
| | | | | If there are multiple pages, the last partial page must be flushed. | ||||
* | encoder/opus: new encoder plugin for the Opus codec | Max Kellermann | 2012-10-02 | 2 | -0/+442 |
| | |||||
* | encoder/vorbis: use C++ compiler | Max Kellermann | 2012-10-02 | 2 | -23/+51 |
| | |||||
* | encoder/vorbis: make variables more local | Max Kellermann | 2012-10-02 | 1 | -20/+12 |
| | |||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2012-04-05 | 3 | -2/+3 |
|\ | | | | | | | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c | ||||
| * | encoder/vorbis: generate end-of-stream packet when playback ends | Max Kellermann | 2012-04-05 | 3 | -0/+3 |
| | | | | | | | | | | Add the encoder_plugin method end(). This is important for the recorder plugin. | ||||
| * | encoder/vorbis: generate end-of-stream packet before tag | Max Kellermann | 2012-04-04 | 1 | -2/+0 |
| | | | | | | | | | | Don't reset the ogg_stream_state object, because this discards the end-of-stream packet that was just added. | ||||
* | | audio_format: remove the packed S24 format | Max Kellermann | 2012-03-22 | 1 | -5/+0 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-11-28 | 3 | -54/+67 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c | ||||
| * | encoder/wave: support packed 24 bit samples | Max Kellermann | 2011-11-28 | 1 | -0/+5 |
| | | | | | | | | Convert to padded 24 bit samples, instead of falling back to 16 bit. | ||||
| * | encoder/null: use fifo_buffer instead of pcm_buffer | Max Kellermann | 2011-11-28 | 1 | -19/+15 |
| | | | | | | | | | | | | This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls. | ||||
| * | encoder/wave: use fifo_buffer instead of pcm_buffer | Max Kellermann | 2011-11-28 | 1 | -19/+27 |
| | | | | | | | | | | | | This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls. | ||||
| * | encoder/flac: use fifo_buffer instead of pcm_buffer | Max Kellermann | 2011-11-28 | 1 | -16/+20 |
| | | | | | | | | | | | | This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls. | ||||
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-20 | 1 | -0/+11 |
|\| | | | | | | | | | | | Conflicts: src/player_thread.c src/playlist_control.c | ||||
| * | encoder_plugin: add method pre_tag() | Max Kellermann | 2011-07-20 | 1 | -0/+11 |
| | | | | | | | | | | | | | | In the "vorbis" plugin, this is a copy of the old flush() method, while flush() gets a lot of code remove, it just sets the "flush" flag and nothing else. It doesn't start a new stream now, which should fix a few problems in some players. | ||||
* | | fix common misspellings | Jonathan Neuschäfer | 2011-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | ||||
* | | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 3 | -5/+7 |
|\| | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac | ||||
| * | encoder/vorbis: reset the Ogg stream after flush | Max Kellermann | 2011-03-16 | 1 | -0/+2 |
| | | | | | | | | | | Without the ogg_stream_reset() call, the "e_o_s" flag never gets reset, and libogg writes EOS packets over and over. | ||||
| * | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 2 | -5/+5 |
| | | | | | | | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$" | ||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 6 | -6/+6 |
|/ | |||||
* | Merge branch 'v0.15.x' into v0.16.x | Max Kellermann | 2011-01-07 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/directory.h | ||||
| * | encoder/lame: explicitly configure the output sample rate | Max Kellermann | 2011-01-07 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | When you don't explicitly set an output sample rate, liblame tries to guess an output sample rate from the input sample rate. You would think that this "guessing" consists of just setting both equal, but that is not the case. For 44.1kHz at 96kbit/s, liblame chooses 32kHz. This patch explicitly configures the output sample rate, to stop the bad guessing. | ||||
* | | Merge release 0.15.13 from branch 'v0.15.x' | Max Kellermann | 2010-10-11 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/input/rewind_input_plugin.c src/output/httpd_output_plugin.c |