summaryrefslogtreecommitdiff
path: root/src/xine-engine/metronom.c
AgeCommit message (Expand)Author
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
2003-10-14Fix DISC_ABSOLUTE (and DISC_RELATIVE) for audio only streams.Thibaut Mattern
2003-09-15Improve liba52 PTS processing.James Courtier-Dutton
2003-09-13fix for duplicated pts by Simon Truss <simon@bigblue.demon.co.uk>Miguel Freitas
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-05-15add broadcasterMiguel Freitas
2003-05-06Thibaut asked me to revert his latest patchMiguel Freitas
2003-05-05Do not use pts from bad frames in the metronom and in the video_loop.Thibaut Mattern
2003-04-07enough of this. too much messages confuses users...Miguel Freitas
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-01-28show 'spu_offset' when spu offset is changedDaniel Caujolle-Bert
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
2002-12-23ok, seeking should like to have good vpts too.Miguel Freitas
2002-12-23adjust audio_vpts and video_vpts on start so they don't stay much aheadMiguel Freitas
2002-12-13metronom fix/improvement/simplification:Michael Roitzsch
2002-11-30just now i realized the wrong underlying assumption i did in metronom: fixingMiguel Freitas
2002-11-27prettier logging :o)Heiko Schaefer
2002-11-20I forgot to adapt thisMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
2002-11-08Better handling of the end of the discontinuity.Thibaut Mattern
2002-11-08There was a bug in discontinuity handling.Thibaut Mattern
2002-10-29engine improvementsMichael Roitzsch
2002-10-28New way to handle streams with invalid img_duration (eg some mpeg streams).Thibaut Mattern
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-05Whoops, committed the experimental metronom stuff. Taking it out again.Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch