summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
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
2002-10-19seeking in public api is now millisecond accurate (sorry, forgot that one but...Guenter Bartsch
2002-10-19call it LOG for consistencyGuenter Bartsch
2002-10-19Added AXE_xx macros and assertions for alignmentRobin KAY
2002-10-18Add close vo plugin related function.Daniel Caujolle-Bert
2002-10-18A52 audio is now output without volume set to 0 or off. :-)James Courtier-Dutton
2002-10-18Move alsa audio over to new api.James Courtier-Dutton
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-17events.h is gone, events are in xine.h nowMichael Roitzsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-16forgot to alloc event queueGuenter Bartsch
2002-10-16copy open pointer after plugin class is loadedGuenter Bartsch
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ...Guenter Bartsch
2002-10-15added missing stream end handling functionGuenter Bartsch
2002-10-14dispose function was missing in audio decoder class too, mad plugin compiles nowGuenter Bartsch
2002-10-14added missing dispose function to video_decoder.h, ffmpeg compiles nowGuenter Bartsch
2002-10-14small bugfixGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-10-12Discard buffered audio driver data after the demuxer is stopped & closed.Juergen Keil
2002-10-12Bind the audio_out thread to a separate LWP on solaris 8 (like video_out,Juergen Keil