summaryrefslogtreecommitdiff
path: root/src/input/net_buf_ctrl.c
AgeCommit message (Expand)Author
2014-11-06Copyright year update by hg log.Torsten Jager
2014-09-05dvbspeed: auto recover from temporary signal loss.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-12-23Fixed debug stringTorsten Jager
2011-12-10Merge from 1.1.Darren Salt
2011-12-09demux_ts: Fill buffers up to buf->max_size.Torsten Jager
2011-10-26Merge from 1.1.Darren Salt
2011-10-18net_buf_ctrl: dvb sync: dont rely on demuxer sending BUF_FLAG_FRAME_STARTTorsten Jager
2011-10-18net_buf_ctrl: dvb sync: observe a/v buffers only.Torsten Jager
2011-09-26Merge from 1.1. (Needs some testing.)Darren Salt
2011-08-26DVB syncTorsten Jager
2010-06-14Merge from 1.1.Darren Salt
2010-03-07Merge from 1.1.Darren Salt
2010-02-25isatty() takes an int, not a FILE *.Darren Salt
2010-04-11Report NBC buffer stats to the application using new event XINE_EVENT_NBC_STATSFrank Enderle
2010-02-06libv4l check shouldn't fail & abort unless --enable-libv4l is given.Darren Salt
2010-02-03Remove pointless output from stats logging; make the const variables static.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2010-02-06Merge from 1.1.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
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-05-03Make two arrays of string become arrays of arrays of characters.Diego 'Flameeyes' Pettenò
2008-05-03Remove deprecated functions from net_buf_ctrl.c.Diego 'Flameeyes' Pettenò
2008-01-16Remove deprecated unused functions.Diego 'Flameeyes' Pettenò
2008-06-15Merge.Darren Salt
2008-06-15Backed out changeset a1dad259c8f8. In 1.1.x, deprecated functions must remain.Darren Salt
2007-12-19Make buffering and enabled static, also use them as array of char array rathe...Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-03-17Avoid a possible floating-point exception when starting stream playback.Darren Salt
2005-11-28*BUGFIX*František Dvořák
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-09-23- Factor is 1.0, num_buffers is 230...Bastien Nocera
2004-09-23- Fix crashes with some input plugins when no audio output was availableBastien Nocera
2004-08-16* remove unused low water markMichael Roitzsch
2004-03-29remove unused variableMichael Roitzsch
2004-03-28the anti-yoyo hack is still needed.Thibaut Mattern
2004-03-28- new logic evaluate engine latency.Thibaut Mattern
2004-03-26Fix mutex "leak".František Dvořák
2004-03-13Better control buffer handling.Thibaut Mattern
2004-02-16fix freezes with input plugins that play with the speed:uid86226
2004-02-12getting rid of AO_PROP_PAUSED, because it can be derived by asking the clockMichael 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-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-10-17Allways initialize fifo size.Thibaut Mattern
2003-10-16Avoid yoyo effect with poorly interleaved streams.Thibaut Mattern
2003-10-15printf -> lprintfThibaut Mattern