summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-10-20provide some documentation of input plugin capabilitiesGuenter Bartsch
2002-10-20demux_mpgaudio ported to new api, small fixesGuenter Bartsch
2002-10-20get_optional_data was missingGuenter Bartsch
2002-10-20http input plugin adapted to new apiGuenter Bartsch
2002-10-20plugin interface version number fixGuenter Bartsch
2002-10-20another attempt to make audio and video start at the same ptsGuenter Bartsch
2002-10-20make avi demuxer send preview buffers, libmad uses them to extract stream/met...Guenter Bartsch
2002-10-20bring the linear PCM decoder in line with the latest API revisionMike Melanson
2002-10-20bring the MSVC decoder in line with the latest API revisionMike Melanson
2002-10-20bring the MS RLE decoder in line with the latest API revisionMike Melanson
2002-10-20still trying to get a/v sync working, more lockingGuenter Bartsch
2002-10-20bring the YUV decoder in line with the latest API revisionMike Melanson
2002-10-20bring the raw RGB decoder in line with the latest API revisionMike Melanson
2002-10-20bring the CYUV decoder in line with the latest API revisionMike Melanson
2002-10-20bring the ADPCM decoder in line with the latest API revisionMike Melanson
2002-10-20bring the Cinepak decoder in line with the latest API revisionMike Melanson
2002-10-20bring the FILM demuxer in line with the latest API revisionMike Melanson
2002-10-20stream_info fixesGuenter Bartsch
2002-10-20win32 decoder adapted to new apiGuenter Bartsch
2002-10-20turn healt_check into c-code ;>Guenter Bartsch
2002-10-20fix make debugGuenter Bartsch
2002-10-20whoups. wrong constants used for stream type detection methodGuenter Bartsch
2002-10-20return of the asf demuxerGuenter Bartsch
2002-10-20AUTHORS:Stephen Torri
2002-10-20mms inpit plugin is backGuenter Bartsch
2002-10-20secured another DSP_RESET ioctlGuenter Bartsch
2002-10-19try to make a/v index position after seek more accurate (for streams with lon...Guenter Bartsch
2002-10-19at least my sb live doesn't like it when a write() call is interrupted by a S...Guenter Bartsch
2002-10-19seeking in public api is now millisecond accurate (sorry, forgot that one but...Guenter Bartsch
2002-10-19fast seeking enabledGuenter Bartsch
2002-10-19more loggingGuenter Bartsch
2002-10-19call it LOG for consistencyGuenter Bartsch
2002-10-19send start header firstGuenter Bartsch
2002-10-19set audio_outGuenter Bartsch
2002-10-19really send headers in demux_avi_send_headerGuenter Bartsch
2002-10-19Added AXE_xx macros and assertions for alignmentRobin KAY
2002-10-18added support for little-used RGB palette modeMike Melanson
2002-10-18Add close vo plugin related function.Daniel Caujolle-Bert
2002-10-18Adapt AA vo plugin to new API (fully untested yet).Daniel Caujolle-Bert
2002-10-18Enable libmpeg2 for new api.James Courtier-Dutton
2002-10-18Enable liba52 config values.James Courtier-Dutton
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-18Enable liba52 for new api.James Courtier-Dutton
2002-10-18demux_mpeg_block compiles, but does not output any audio or video yet.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-16another interface version problem solved :)Guenter Bartsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch