summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2002-11-01avoid div by zeroGuenter Bartsch
2002-10-31Little optimization.Thibaut Mattern
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-31It is not possible to just drop the unregistered config entries when saving.Michael Roitzsch
2002-10-31Yes, Virginia, there are 2 different versions of Windows Media AudioMike Melanson
2002-10-30Avoid a potential deadlock.Thibaut Mattern
2002-10-30- add mutex on seeking and avoid overuse of sched_yieldMiguel Freitas
2002-10-30Release the processor between the mutex unlock()/lock() sequence, to giveJuergen Keil
2002-10-29i don't think this lock is needed (read-only access)Guenter Bartsch
2002-10-29ngettext macro not needed any more. automagic should build with the includedJuergen Keil
2002-10-29engine improvementsMichael Roitzsch
2002-10-29Fix a tiny (4 bytes) memory leakEwald Snel
2002-10-29reset metainfo on stream closeGuenter Bartsch
2002-10-29map brightness/contrast/... settings to specified rangesGuenter Bartsch
2002-10-29Added EA ADPCM decoderRobin KAY
2002-10-29log outputGuenter Bartsch
2002-10-28fix a deadlockGuenter Bartsch
2002-10-28Solaris' make cannot decide, whether the make variable 'include_HEADERS'Juergen Keil
2002-10-28do not flush on xine_handle_stream_endMiguel Freitas
2002-10-28New way to handle streams with invalid img_duration (eg some mpeg streams).Thibaut Mattern
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27yep, another buffer typeMike Melanson
2002-10-27modified a52 decoder to support RealAudio dnet dataMike Melanson
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-26handle demuxers that fail to startGuenter Bartsch
2002-10-26fix some segfaults when disposing event queuesMichael Roitzsch
2002-10-26remove failing plugins from plugin catalogMichael Roitzsch
2002-10-26modifying the timestamp does not go well with const eventsMichael Roitzsch
2002-10-26remove VO_PROP_VO_TYPE crap only needed for dxr3Michael Roitzsch
2002-10-26Removed trailing white spacesStephen Torri
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-24xine_get_file_extensions and xine_get_mime_types functions addedGuenter Bartsch
2002-10-24audio settings public interfaceGuenter Bartsch
2002-10-24fix identiation, implement an audio compressor filter (yeah, i know a big con...Guenter Bartsch
2002-10-24proper rounding for video scalingMichael Roitzsch
2002-10-24try to handle the __attribute((__packed__)) gnu extension in buffer.h headerJuergen Keil
2002-10-23remove superflous xine_scan_plugins function, load plugins in xine_init after...Guenter Bartsch
2002-10-23looks like codec reporting function was absent from the header files - sorry,...Guenter Bartsch
2002-10-23fix comments, c syntaxGuenter Bartsch
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...Stephen Torri
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
2002-10-22Changed comments to standard /* ... */Stephen Torri
2002-10-21Enable DVD SPU subtitles.James Courtier-Dutton
2002-10-21Fix bug with assert undefined when building in "make debug" mode.James Courtier-Dutton
2002-10-20stop engine when necessary, start metronom only once - but in the right place...Guenter Bartsch
2002-10-20stream_info fixesGuenter Bartsch
2002-10-20win32 decoder adapted to new apiGuenter Bartsch
2002-10-20fix make debugGuenter Bartsch
2002-10-20AUTHORS:Stephen Torri