mpd/test
Max Kellermann d3b763a48c input_stream: return allocated input_stream objects
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).
2010-01-01 17:25:07 +01:00
..
dump_playlist.c input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
read_conf.c Update copyright notices. 2009-12-31 20:58:43 -08:00
read_mixer.c Update copyright notices. 2009-12-31 20:58:43 -08:00
read_tags.c input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
run_convert.c Update copyright notices. 2009-12-31 20:58:43 -08:00
run_decoder.c input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
run_encoder.c Update copyright notices. 2009-12-31 20:58:43 -08:00
run_filter.c Update copyright notices. 2009-12-31 20:58:43 -08:00
run_input.c input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
run_normalize.c Update copyright notices. 2009-12-31 20:58:43 -08:00
run_output.c Update copyright notices. 2009-12-31 20:58:43 -08:00
software_volume.c Update copyright notices. 2009-12-31 20:58:43 -08:00
test_archive_bzip2.sh Makefile.am: added unit tests for the archive plugins 2009-12-31 15:50:59 +01:00
test_archive_iso9660.sh Makefile.am: added unit tests for the archive plugins 2009-12-31 15:50:59 +01:00
test_archive_zzip.sh Makefile.am: added unit tests for the archive plugins 2009-12-31 15:50:59 +01:00