| Commit message (Expand) | Author | Files | Lines |
2013-10-19 | encoder/wave: include cleanup | Max Kellermann | 1 | -2/+0 |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -47/+47 |
2013-10-16 | encoder/wave: use delete to dispose the WaveEncoder object | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -3/+3 |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -11/+11 |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 1 | -16/+11 |
2013-07-30 | encoder/wave: convert to C++ | Max Kellermann | 1 | -26/+33 |
2013-01-30 | filter/chain, encoder: GLib include cleanup | Max Kellermann | 1 | -12/+8 |
2013-01-15 | fifo_buffer: move to util/ | Max Kellermann | 1 | -2/+2 |
2012-03-22 | audio_format: remove the packed S24 format | Max Kellermann | 1 | -5/+0 |
2011-11-28 | encoder/wave: support packed 24 bit samples | Max Kellermann | 1 | -0/+5 |
2011-11-28 | encoder/wave: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -19/+27 |
2011-02-09 | general: whitespace cleanup | Thomas Jansen | 1 | -2/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-03 | encoders: remove unnessesary pointers to const strings | Viliam Mateicka | 1 | -3/+1 |
2009-12-03 | encoders: implement new get_mime_types method | Viliam Mateicka | 1 | -0/+9 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -3/+26 |
2009-11-17 | encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanup | Viliam Mateicka | 1 | -29/+27 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-10 | wave_encoder: new encoder for streaming PCM wave files. | Viliam Mateicka | 1 | -0/+241 |