Patch from colinf to fix crash on stem export of 4-channel tracks (#4750).
[ardour.git] / libs / ardour / export_graph_builder.cc
2012-03-01 Carl HetheringtonPatch from colinf to fix crash on stem export of 4...
2012-01-24 Sakari BergenShow proper progress information for export while norma...
2011-06-11 Sakari BergenTypedef all globally used export smart pointer types...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-02-09 Paul Davisexport graph uses as many threads as there are cores...
2011-02-09 Paul Davismake the export graph use the same number of threads...
2011-01-16 Sakari BergenMake stem export export from right before any processors.
2011-01-10 Sakari BergenMake export channels own their buffers + some other...
2011-01-06 Sakari BergenAdd stem export dialog and make all different export...
2010-12-18 Sakari BergenFinally implement position aware silence adding in...
2010-12-18 Sakari BergenAdd "session rate" as a possible sample rate for export...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-02 Sakari BergenFix invalid assertion from previous commit, and possibl...
2010-11-02 Sakari BergenAdd assertion to export code to make sure the buffer...
2010-11-02 Sakari BergenFix Ogg export (maybe float export also?)
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-19 Carl HetheringtonWrite BWF info on export. Fixes #3398.
2010-04-02 Sakari BergenMake audiographer SndfileWriter use PBD::Signal and...
2010-03-30 Sakari BergenFix split channel export (which was broken during expor...
2010-03-15 Sakari BergenFix export, which has been broken since the boost:...
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2009-12-27 Sakari Bergen- Fix process callbakc handling during export
2009-12-27 Sakari BergenRe-integrate export-optimization branch.