summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
AgeCommit message (Expand)Author
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-19Write BWF info on export. Fixes #3398.Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-27- Fix process callbakc handling during exportSakari Bergen
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-11cd marker export patch from Andreas Ruge modified for 3.0Sakari Bergen
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-11-06* Fix problem with JACK being left in freewheeling after exportSakari Bergen
2008-09-28* Improved export error handling, streamlined ExportFailedSakari Bergen
2008-09-20* Added filename extension definitions for export presets and format profilesSakari Bergen
2008-09-19* Added PBD::UUIDSakari Bergen
2008-09-17new files from sakari, missed last timePaul Davis