aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/null_encoder.c
Commit message (Collapse)AuthorAge
* Merge branch 'v0.16.x'Max Kellermann2011-11-28
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c
| * encoder/null: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-28
| | | | | | | | | | | | This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls.
* | copyright year 2011Max Kellermann2011-01-29
|/
* Update copyright notices.Avuton Olrich2009-12-31
|
* null_encoder: use pcm_bufferViliam Mateicka2009-12-03
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* encoder/null: removed empty close() methodMax Kellermann2009-11-08
| | | | That's an optional method.
* encoder/null: removed unused audio_format attributeMax Kellermann2009-11-08
|
* encoder: renaming none_encoder to null_encoderViliam Mateicka2009-10-26