summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2003-04-07enough of this. too much messages confuses users...Miguel Freitas
2003-04-06fix pointers by making them relative to struct addressMiguel Freitas
2003-04-06fix XINE_EVENT_UI_MESSAGE - no pointers in message data please, as this piece...Guenter Bartsch
2003-04-06- freetype2 support for osdStefan Holst
2003-04-06OGM subtitles by andreas heinchen, cosmeticsGuenter Bartsch
2003-04-05"perfect" time display for dvdsMiguel Freitas
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
2003-04-02initialize rle.colorStefan Holst
2003-04-02- remove unneeded use of pthread_exit(NULL). We do not have any cleanupBastien Nocera
2003-04-01Fix race condition, where spudec_reset is called and then a button update arr...James Courtier-Dutton
2003-03-31iconv on FreeBSD fixDaniel Caujolle-Bert
2003-03-31take care of configure checks about nl_langinfoDaniel Caujolle-Bert
2003-03-30New net_buf_ctrl.Thibaut Mattern
2003-03-28audio_out loop can go much ahead of video_out (remember driver delay).Miguel Freitas
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
2003-03-26ops, i forgot that assert.h was removed...Miguel Freitas
2003-03-26revert my assert to the classic macroMiguel Freitas
2003-03-25- allow on-the-fly rewiring of streams outputMichael Roitzsch
2003-03-25do not enter callbacks with config lock held at least for numeric config entriesMichael Roitzsch
2003-03-25only wait for empty audio fifo when really necessaryMichael Roitzsch
2003-03-24slightly better stream position heuristicStefan Holst
2003-03-23png image supportStefan Holst
2003-03-23fix some DVD menus where highlights would not be shownMichael Roitzsch
2003-03-18Support for Windows Media 9 Voice codec via wmspdmod.dllJames Stembridge
2003-03-16add xine_engine_set/get_param() functions. For now, only verbosity is support...Daniel Caujolle-Bert
2003-03-14don't attempt to load xine plugins from vidix driver directoryJames Stembridge
2003-03-14pfff, this time i commit the right version :-\Daniel Caujolle-Bert
2003-03-14avoid crashing when drawing outside area. Same for clipping area.Daniel Caujolle-Bert
2003-03-12small performance patch by Marcelo RobertoMiguel Freitas
2003-03-10- rework audio_out.c so thread is created only onceMiguel Freitas
2003-03-08implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantl...Guenter Bartsch
2003-03-08confusionMichael Roitzsch
2003-03-08Fix (for real) osd_draw_point(). NOTE: osd_render structure changed (point fu...Daniel Caujolle-Bert
2003-03-08Convenience change to MRL parsing as suggested by Michel Hermier:Michael Roitzsch
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
2003-03-08fix xine_osd_draw_point()Daniel Caujolle-Bert
2003-03-07Recognize VCD and CVD subtitle streams.Rocky Bernstein
2003-03-07use return value of MRL-based config changingMichael Roitzsch
2003-03-07workaround buggy pthread implementations with a timedwaitMiguel Freitas
2003-03-07more work on console output cleanupGuenter Bartsch
2003-03-07new params for ignoring video/audio/spuMiguel Freitas
2003-03-06- less verbosity, thanks GuenterBastien Nocera
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-03-03Remove pthread_cancel() support, these threads are never pthread_cancelledEwald Snel
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-23Fixes a deadlock when buffering at the end of the stream.Thibaut Mattern
2003-02-23fix bug when deleting the first plugin from the list because plugin_class fai...Guenter Bartsch
2003-02-23New method to get the number of free elements in the pool.Thibaut Mattern