• Max Kellermann's avatar
    input_stream: return allocated input_stream objects · d3b763a4
    Max Kellermann authored
    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).
    d3b763a4
Name
Last commit
Last update
..
dump_playlist.c Loading commit data...
read_conf.c Loading commit data...
read_mixer.c Loading commit data...
read_tags.c Loading commit data...
run_convert.c Loading commit data...
run_decoder.c Loading commit data...
run_encoder.c Loading commit data...
run_filter.c Loading commit data...
run_input.c Loading commit data...
run_normalize.c Loading commit data...
run_output.c Loading commit data...
software_volume.c Loading commit data...
test_archive_bzip2.sh Loading commit data...
test_archive_iso9660.sh Loading commit data...
test_archive_zzip.sh Loading commit data...