summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
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
2003-05-15add broadcasterMiguel Freitas
2003-04-25avoid segfault with subtitle WITHOUT path.Daniel Caujolle-Bert
2003-04-23faster seeking (heavily based on Thibaut's patch)Miguel Freitas
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-04-16discard buffers before trying to get demux_lockMiguel Freitas
2003-04-13Input plugin api change (second part):Thibaut Mattern
2003-03-30New net_buf_ctrl.Thibaut Mattern
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-16add xine_engine_set/get_param() functions. For now, only verbosity is support...Daniel Caujolle-Bert
2003-03-08Convenience change to MRL parsing as suggested by Michel Hermier:Michael Roitzsch
2003-03-07use return value of MRL-based config changingMichael Roitzsch
2003-03-07more work on console output cleanupGuenter Bartsch
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-03-05allow a little bit safer mode for snapshot allocation:Siggi Langauf
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-02-13use the requested channel number when querying for the languageMichael Roitzsch
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
2003-02-04Well, noone seemed to be interrested to fix it....Daniel Caujolle-Bert
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
2003-01-27ejecting is granted when a different input than the one to eject is currentlyMichael Roitzsch