summaryrefslogtreecommitdiff
path: root/libs/timecode
AgeCommit message (Expand)Author
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-07-23avoid llabs ambiguityRobin Gareus
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-01-08remove hardcoded major version in build scriptsRobin Gareus
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-11Make our 'libs/timecode' project dependent on libpbdJohn Emmas
2014-07-06fix timecode > 2^31 samples calculation on 32bit systemsRobin Gareus
2014-06-07Fix timecode target so it is just libtimecode.so and not liblibtimecode.soTim Mayberry
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-03-24Modify some initialization slightly to keep MSVC happyJohn Emmas
2014-03-23fix timecode initializationRobin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-01-13'libs/timecode' - Change some instances of 'rint' to be 'lrint' (better compa...John Emmas
2014-01-12add new filePaul Davis
2014-01-12add missing export/visibility macroPaul Davis
2014-01-12add export/visibility macros to libtimecode and build as a shared library againPaul Davis
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-10-18convert libtimecode into a static libPaul Davis
2013-08-04Timecode: fix subframe roundingRobin Gareus
2012-11-18fix drop-frame TC subframe roundingRobin Gareus
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-13add timecode format parserRobin Gareus
2012-11-13overhaul timecode calculationsRobin Gareus
2012-11-09Don't notify user if fps changes only affect speed but not counting.Robin Gareus
2012-11-09use double for timecode fps.Robin Gareus
2012-11-07experimental option to support LTC 29.97000 fps generators.Robin Gareus
2012-10-14formatting timecode: use a semicolon to indicate DFRobin Gareus
2012-10-13timecode: make subframes unsigned intRobin Gareus
2012-10-13move sample/timecode conversion to libtimecode.Robin Gareus
2012-10-12move TC FPS up into status bar, use lower right of timecode audioclock mode f...Paul Davis
2012-10-12move TimecodeFormat to libtimecodeRobin Gareus
2012-01-07add operator!= for BBT_TimePaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-02intermediate commit as all tempo/meter stuff starts to walk the precompute Ba...Paul Davis
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-04-23Add some assertions.Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard