summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2001-10-20fix prototypeMiguel Freitas
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
2001-10-20Decide which stream to use in libspudec instead of video_decoder.cJames Courtier-Dutton
2001-10-20remove soft deinterlace property (not used anymore)Miguel Freitas
2001-10-20physical audio channel wasn't returned by get_audio_channelGuenter Bartsch
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-18defining menu eventsGuenter Bartsch
2001-10-18audio decoder cleanup, tell the audio part of metronom that there are still i...Guenter Bartsch
2001-10-18Slight re-ordering to make sure that input plugins can register event listenersRich J Wareham
2001-10-18Let plugins chane MRL (for displaying info)Rich J Wareham
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-16SPDIF sync improvedJoachim Koenig
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
2001-10-14Don't waste memory, when buffer_size is alignedJuergen Keil
2001-10-14buffer alloc alignment patch by Kyle Centers <kcent@programmer.net>Guenter Bartsch
2001-10-14system clock based softsync, based on work by Bill Fink <billfink@mindspring....Guenter Bartsch
2001-10-10Add a fifo_buffer function to query the number of the elements stored in aJuergen Keil
2001-10-09overlay clut colorspace conversionMiguel Freitas
2001-10-09finished with that old deadlockMiguel Freitas
2001-10-07oss softsync patche provided by bill finkGuenter Bartsch
2001-10-07error detection for screenshot functionGuenter Bartsch
2001-10-07added a snapshot functionGuenter Bartsch
2001-10-07if a pes header indicates that the stream is encrypted that doesn't necessari...Guenter Bartsch
2001-10-07initial ogg/vorbis support addedHeiko Schaefer
2001-10-06do not die on loading bad demuxer plugin(s)Heiko Schaefer
2001-10-06warn the user about missing plugins (and their expected location)Miguel Freitas
2001-10-06Fix Audio selection when playing DVDs.James Courtier-Dutton
2001-10-05fix a long standing deadlock conditionMiguel Freitas
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
2001-10-03A test "pointer < 0" does not make sense; removed.Juergen Keil
2001-10-03Eliminate void* pointer arithmeticJuergen Keil
2001-10-03Remove use of gcc extension (initializing non-static/automatic array).Juergen Keil
2001-10-03oops, removing debug stuff i introduced by mistake.Miguel Freitas
2001-10-03- fix for duplicated framesMiguel Freitas
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
2001-09-27Fixed aalib checks. xine-config will contain thread cflags. Update installDaniel Caujolle-Bert
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR...Guenter Bartsch
2001-09-25don't expect discontinuities foreverGuenter Bartsch
2001-09-25implemented BUF_CONTROL_AUDIO_CHANNEL - this should enable input plugins to s...Guenter Bartsch
2001-09-22Bug fix: video_wrap_offset calculation on first pts.Matthias Hopf
2001-09-19deinterlace update, not finished yet (weave looks broken).Miguel Freitas
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
2001-09-17_xine_get_featured_input_plugin_ids: wrong parentheses - overwrites two bytesJuergen Keil
2001-09-16deinterlace stuffMiguel Freitas
2001-09-16Fixed libtool versionning.Daniel Caujolle-Bert
2001-09-16un-faked so version number.Siggi Langauf
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ...Rich J Wareham
2001-09-14Fix xine --help audio plugin sensing.James Courtier-Dutton