summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2004-08-30running without video output is allowedDaniel Caujolle-Bert
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-02Do not loop in __wait_first_frame.Thibaut Mattern
2004-05-23Remove 2 added lines from the previous commit.Thibaut Mattern
2004-05-23Move the "wait first frame" stuff to a separate function.Thibaut Mattern
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-16- flush the events queue before returning from an open() so that the front-endsBastien Nocera
2004-04-09move ticket init to xine_init(), clean it up. Move streams mutex init to xine...Daniel Caujolle-Bert
2004-04-08avoid big dirty crash when xine_exit() is called without xine_init() first (u...Daniel Caujolle-Bert
2004-04-05- remove stream from the streams list when it is disposedBastien Nocera
2004-03-23Ignore speed change in nbc during xine_stop() to avid deadlocks.František Dvořák
2004-03-16implicit changes to the configuration are now disabled by default and haveMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-16fix freezes with input plugins that play with the speed:uid86226
2004-02-15thank you, valgrindMichael Roitzsch
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
2004-01-07use frame copying functionsJames Stembridge
2004-01-04James Courtier-Dutton - Fix segfault when mrl is NULLStephen Torri
2003-12-28ready for 1-rc3a. Hopefully...xine_1-rc3a-release1-rc3aSiggi Langauf
2003-12-14fix the fix ;-)Daniel Caujolle-Bert
2003-12-14memleakDaniel Caujolle-Bert
2003-12-12Fix using va_arg without explicit NULL 'terminator'Daniel Caujolle-Bert
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-26public api for unscaled osdMiguel Freitas
2003-11-25fix segfault.Miguel Freitas
2003-11-22add SLAVE_SPEED featureDaniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-15change demux api:Miguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-07should fix the freeze reported by JeroenMiguel Freitas
2003-10-24* notify the user that the save feature is disabled by defaultMichael Roitzsch
2003-10-20Clog the security hole in RIP input plugin. Streams may be saved only into on...František Dvořák
2003-10-13fix heuristics to handle invalid MRLs with '#' insideMichael Roitzsch
2003-10-08encoding of URL with multibyte characters in MMS for using xine in ChinaFrantišek Dvořák
2003-10-04the #save: MRL parameter (formerly named after the RIP Input Plugin...)Siggi Langauf
2003-09-15avoid memory corruption, then segfault when using the '#' mrl parametersDaniel Caujolle-Bert
2003-08-21RIP Input PluginMiguel Freitas
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
2003-07-27- remove unused functions, fixes warnings at compile-timeBastien Nocera
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-06-20the new logging macros, for details see README.loggingMarco Zuehlke
2003-05-20no double inclusionMichael Roitzsch
2003-05-20public header cleanup:Michael Roitzsch