summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
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
2003-02-22this hack can go nowMichael Roitzsch
2003-02-22provide a way of invalidating extra infoMichael Roitzsch
2003-02-22update extra info (for slider movement) in stills with audioMichael Roitzsch
2003-02-22fix another situation of not showing still frames: when the video fifo is full,Michael Roitzsch
2003-02-21disable debug outputGuenter Bartsch
2003-02-21make number of video buffers user-configurableGuenter Bartsch
2003-02-20Same fix for yv12James Stembridge
2003-02-20Fix copy of yuy2 frame by slices when frame height is not a multiple of 16James Stembridge
2003-02-19Support for YUY2 HuffYUV videoJames Stembridge
2003-02-18sorry, private modifications...Michael Roitzsch
2003-02-18this might help prevent problems in the future:Michael Roitzsch
2003-02-18fix problem with not appearing still frames on DVDsMichael Roitzsch