aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/flac_encoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fifo_buffer: move to util/Max Kellermann2013-01-151-2/+2
|
* {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-021-26/+5
|
* Merge branch 'v0.16.x'Max Kellermann2012-04-051-0/+1
|\ | | | | | | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c
| * encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-051-0/+1
| | | | | | | | | | Add the encoder_plugin method end(). This is important for the recorder plugin.
* | Merge branch 'v0.16.x'Max Kellermann2011-11-281-16/+20
|\| | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c
| * encoder/flac: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-281-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.
* | fix common misspellingsJonathan Neuschäfer2011-03-311-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 Kellermann2011-03-191-3/+3
|\| | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac
| * general: whitespace cleanupThomas Jansen2011-02-091-3/+3
| | | | | | | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* encoder/flac: fix write callback prototype for libFLAC 1.1.2Max Kellermann2009-12-151-1/+7
|
* encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-031-3/+1
|
* encoders: implement new get_mime_types methodViliam Mateicka2009-12-031-0/+9
|
* flac_encoder: add support for libFLAC < 1.1.3Viliam Mateicka2009-12-031-18/+47
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-12/+32
| | | | | | 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.
* encoder: introducing flac encoder pluginViliam Mateicka2009-11-171-0/+296