summaryrefslogtreecommitdiff
path: root/src/xine-engine/metronom.c
AgeCommit message (Expand)Author
2013-12-23Add metronom video pts debug string.Torsten Jager
2013-12-23Ignore invalid video frame rate in metronom.Torsten Jager
2013-12-18Fix metronom video drift compensation.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-05-29Do not access master metronom data directly.Petri Hintukainen
2012-05-29Fix race condition in master/slave metronom handling.Petri Hintukainen
2012-02-29Merge from 1.1Petri Hintukainen
2012-02-27Fixed race in metronom_get_option(): reading int64 is not atomic in 32-bit sy...Petri Hintukainen
2010-01-14Merge from 1.1.Darren Salt
2010-01-14Merge.Darren Salt
2010-01-14Backed out changeset fd48f5a5841d (discontinuity handling for short streams +...Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-04-26Merge from 1.1.Darren Salt
2009-04-25Merge -gapless branch.Darren Salt
2009-04-25Revert indentation changes.Darren Salt
2008-05-29Merge from 1.1.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-01-10Fixed buggy discontinuity handling when playing short streams and using the g...Thibaut Mattern
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Remove a memset after xine_xmalloc.Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-06Don't return integer, the function is expected to return a pointer.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-01-27Fix a typo and output the PTS value (as for other, nearby, metronome messages).Darren Salt
2005-06-29- typo in the metronom start, spotted by Mathieu Routhier <mrouthier@encentru...Bastien Nocera
2004-10-29use monotonic clock when availableMiguel Freitas
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-06-19force slave metronoms to reinit when a new master is attached; otherwise aMichael Roitzsch
2004-04-22This patch allows the engine to handle frames with duration=0.Thibaut Mattern
2004-04-09improving precision of audio vpts calculation, the comment in metronom.c expl...Michael Roitzsch
2004-02-19Mandrake patches fromRocky Bernstein
2004-02-16fix freezes with input plugins that play with the speed:uid86226
2004-01-18this header is not neededMichael Roitzsch
2003-12-29better initialization of slave metronom should fix problems with ogg and goomMichael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-16Now isn't that amazing? xine-lib actually compiles with the metronomMichael Roitzsch
2003-11-16introduce the slave metronom concept (Thibaut, Miguel: it's a bit differentMichael Roitzsch
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31metronom patch from Thibaut:Michael Roitzsch
2003-10-15Revert the bad fix.Thibaut Mattern