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