summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
AgeCommit message (Expand)Author
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
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
2003-02-22provide a way of invalidating extra infoMichael Roitzsch
2003-02-14introduce a new mrl key, example "stream.ext#lastdemuxprobe:demux_id"Miguel Freitas
2003-01-13match implemented behaviour better to the one documented in the public headerMichael Roitzsch
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
2003-01-10protect update of current_extra_infoMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2002-12-27Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' propertyEwald Snel
2002-12-27fix dvb eventsGuenter Bartsch
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-27small cleanup for extra_info_tMiguel Freitas
2002-12-21xine_get_pos_length should return zero if current position is unknown. thisMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-06- add still frame hintMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-17bring eject back: always keep the last input plugin class that supports ejectingMichael Roitzsch
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-30- add mutex on seeking and avoid overuse of sched_yieldMiguel Freitas
2002-10-29engine improvementsMichael Roitzsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-23looks like codec reporting function was absent from the header files - sorry,...Guenter Bartsch
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-20Fix compilation bug when building external video output plugin.Daniel Caujolle-Bert
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
2002-09-18Try to get xine-lib to compile.James Courtier-Dutton
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-13introducing meta information and some audio controls - but nothing is really ...Guenter Bartsch
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert