summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
AgeCommit message (Expand)Author
2006-10-02build cdio for builddir != .František Dvořák
2006-09-26Fix the missing protected symbols, and enable hidden visibility for libxine.so.Diego 'Flameeyes' Pettenò
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2006-09-08handle thread creation and memory allocation failures more gratefullyMiguel Freitas
2006-08-13move image presentation support to xine-libMiguel Freitas
2006-08-12don't report extensions/mimetypes if required decoder is missingMiguel Freitas
2006-08-08new mutex to synchronize order of pairwise A/V buffer operationsMiguel Freitas
2006-04-21Sentinel attributes for certain variadic functions.Darren Salt
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-25move alphablend to coreMiguel Freitas
2005-08-25*BUGFIX*František Dvořák
2005-07-17Improve ASX parsing.Darren Salt
2005-06-13**BUGFIX**Miguel Freitas
2005-02-09Finally commit the plugin loader improvements.Thibaut Mattern
2004-12-19stop stream if audio device failed to open. user receives a notificationMiguel Freitas
2004-10-29hmm did i miss this one?Miguel Freitas
2004-10-14Implemented stream_t reference counter idea.Thibaut Mattern
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
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-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-04-16- flush the events queue before returning from an open() so that the front-endsBastien Nocera
2004-03-23Ignore speed change in nbc during xine_stop() to avid deadlocks.František Dvořák
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
2004-01-11add _x_demux_read_send_dataJames Stembridge
2003-12-23- some more endianness fixes to ogg demuxerMiguel Freitas
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-15demux_action_pending privateMiguel Freitas
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-21adding members in the middle of an engine structure breaks plugin APIMichael Roitzsch
2003-10-20Clog the security hole in RIP input plugin. Streams may be saved only into on...František Dvořák
2003-10-19Rename meta_helper info_helper.Thibaut Mattern
2003-10-18Add io_helper and meta_helper.Thibaut Mattern
2003-09-25Correct/add comment about xine_demux_flush_engine.Rocky Bernstein
2003-08-21RIP Input PluginMiguel Freitas
2003-05-20public header cleanup:Michael Roitzsch
2003-05-15add broadcasterMiguel Freitas
2003-04-21avoid implicit declarations. Less warnings.Daniel Caujolle-Bert
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-04-13add a small read() function that can be aborted by demux_action_pendingMiguel Freitas
2003-04-05"perfect" time display for dvdsMiguel Freitas
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-25- allow on-the-fly rewiring of streams outputMichael Roitzsch