summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2006-07-03Add a media.network.timeout configuration for a timeout while running select(...Diego 'Flameeyes' Pettenò
2006-04-08Ancient platforms support:František Dvořák
2006-03-17- Only fail to open the stream if we can't parse the possible option, notBastien Nocera
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2006-01-26commit Barry Scott's patch for speed changing raceMiguel Freitas
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-09-19*BUGFIX*František Dvořák
2005-09-11make Alien happier ;-)Miguel Freitas
2005-08-29*BUGFIX*František Dvořák
2005-08-25*BUGFIX*František Dvořák
2005-07-21- change frontend_lock and config_lock to recursive mutexes to fixMiguel Freitas
2005-06-13**BUGFIX**Miguel Freitas
2005-03-06Fixed pthread leak, the demuxer thread was not joined in all cases.Thibaut Mattern
2005-02-19**BUGFIX**František Dvořák
2005-02-13nitpick: reset MAX_AUDIO_CHANNEL and MAX_SPU_CHANNEL together with other stre...Stefan Holst
2005-02-09Finally commit the plugin loader improvements.Thibaut Mattern
2005-01-21Don't wait for events to be flush to the events thread if we don't haveBastien Nocera
2005-01-18fix the status, xine-streams report. XINE_STATUS_IDLE is reported for a strea...Stefan Holst
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-24the ratio_code in xine_get_current_frame() is wrong, since we changed theMichael Roitzsch
2004-11-17fix #1067672Miguel Freitas
2004-10-30fixed seeking unresponsiveness when using external subtitlesMiguel Freitas
2004-10-27Thibaut's request optimizer input layerMiguel Freitas
2004-10-14sorry about that.Thibaut Mattern
2004-10-14Implemented stream_t reference counter idea.Thibaut Mattern
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