Fix a tiny memory-leak when calling vfork
[ardour.git] / libs / ardour / disk_reader.cc
2018-11-29 Robin GareusDisk I/O: only allocate midi-buffer if needed
2018-10-04 Paul Davisadd new ::update_interval() method for transport master...
2018-07-31 Robin GareusFix mismatched delete/delete[]
2018-07-09 Robin GareusNO-OP: Rename disk-reader buffer for consistency
2018-07-09 Robin GareusPrepare API for per disk-reader de-click
2018-07-09 Robin GareusSeparate ChannelInfo for disk reader and writer
2018-07-09 Robin GareusRemove unused disk-reader vari-speed
2018-07-09 Robin GareusRemove global declick API
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-26 Paul Davisremove unused variable
2017-10-26 Paul Davisswitch from std::auto_ptr<> (deprecated) to boost:...
2017-10-26 Paul Davisoptimization for track with zero audio channels should...
2017-10-03 Robin GareusClean up State API:
2017-10-02 Paul Davisuse new CubicInterpolation API
2017-10-02 Paul DavisDiskReader should do nothing at all if there are no...
2017-10-02 Paul Davisremove cruft
2017-10-01 Robin GareusFix MIDI rec-region display
2017-09-30 Robin GareusMake MIDI disk-reader a bit less buggy :)
2017-09-30 Robin GareusMIDI debugging.
2017-09-30 Robin GareusDisk-reader don't silence buffers when not rolling
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-21 Robin Gareusfix clang compilation (include header ordering)
2017-09-20 Paul Davisfix boolean logic for roll_delay vs. disk_samples_to_co...
2017-09-20 Paul Davisdo not advance DiskReader's idea of playback_sample...
2017-09-20 Paul Davisclearer catastrophic error message, rather than assert()
2017-09-19 Paul Davisattempt to fix roll delay logic by moving it into DiskR...
2017-09-19 Paul DavisRevert "remove unusued roll_delay member of DiskReader"
2017-09-19 Paul Davisremove unusued roll_delay member of DiskReader
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisfix logic error that prevent input monitoring during...
2017-09-18 Paul Davisdon't attempt MIDI playback if there are no MIDI buffer...
2017-09-18 Paul Davisremove debug output
2017-09-18 Paul Davisremove all code related to "silent roll" concept. some...
2017-09-18 Paul Davismove disk_{writer,reader} into Route to allow for simpl...
2017-09-18 Paul Davisuse const
2017-09-18 Paul Davisremove unused + commented line
2017-09-18 Paul Davissubtle change to _need_butler logic to ensure correct...
2017-09-18 Paul Davisreinstate use of a MidiTrack's MIDI filter when reading...
2017-09-18 Paul Davismove _file_frame from DiskIOProcessor into DiskReader...
2017-09-18 Paul Davistweaks to disk io point mechanisms
2017-09-18 Paul Davisframework for silent-roll-while-slave-syncing
2017-09-18 Paul Davisprobable fix for out-of-sync issue across tracks after...
2017-09-18 Paul Daviswhen DiskReader checks to see if a locate is in progres...
2017-09-18 Paul Davischange visible name of disk i/o processors
2017-09-18 Paul Daviscomment out debug trace output
2017-09-18 Paul Davisdo not advance pointer; avoids illegal over-read during...
2017-09-18 Paul Davislocating no longer interrupts process()
2017-09-18 Paul Davismore DEBUG::Destruction messages
2017-09-18 Paul Davisfix inadvertent run of Interpolation object when transp...
2017-09-18 Paul Davisrename a method to be more clear; remove an unused...
2017-09-18 Paul Daviscue monitoring for MIDI
2017-09-18 Paul Daviscue monitoring for audio (libardour aspects)
2017-09-18 Paul Davismove channel-count setting for DiskReader so that it...
2017-09-18 Paul Davisuncomment existing machinery to deal with playlist...
2017-09-18 Paul Davismanual fixes for various XML API changes in master...
2017-09-18 Paul Davisremove all remaining vestiges of per-track varispeed...
2017-09-18 Paul Davisget diskreader working, and remove per-track varispeed...
2017-09-18 Paul Davissave processor type for Disk{Reader,Writer}
2017-09-18 Paul Davisaddd more DEBUG_TRACE for DiskIO; set DiskIOProcess...
2017-09-18 Paul Davisremove Diskstream from Track and derivatives; get ardou...
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-09-18 Paul Davismerge almost all audio & midi diskstream code, redistri...
2017-09-18 Paul Davisremove duplicated (in heirarchy) loop location from...
2017-09-18 Paul Davismove need-butler from DiskReader to DiskIOProcessor
2017-09-18 Paul Davismove ChannelInfo structure from DiskReader into DiskIOP...
2017-09-18 Paul Davismerge MidiDiskstream into DiskReader (playback parts)
2017-09-18 Paul Davistwo additional AudioDiskstream methods, partially comme...
2017-09-18 Paul Davismerge AudioDiskstream playback code into DiskReader
2017-09-18 Paul Daviscrawling towards the APIs for separate disk i/o