Age | Commit message (Expand) | Author |
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 |
2001-09-12 | further tweaks and patches for menu support: new buftypes (BUF_CONTROL_DISCON... | Guenter Bartsch |
2001-09-12 | DTS patches from Michiel Toneman | Joachim Koenig |
2001-09-12 | adding still picture support (needed to implement menus) based on Rich's work | Guenter Bartsch |
2001-09-12 | small libmad debug output cleanup | Guenter Bartsch |
2001-09-11 | fixed no-resample audio output, fixed qt stream end detection | Guenter Bartsch |
2001-09-11 | Fix typo | James Courtier-Dutton |
2001-09-11 | Fix some Floating point exceptions | James Courtier-Dutton |
2001-09-11 | Re-use the same profiler id (after pthread_exit -> pthread_create) | Juergen Keil |
2001-09-10 | fixed unixscr_adjust, using it to fix small audio gaps | Guenter Bartsch |
2001-09-10 | Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm's | Juergen Keil |
2001-09-10 | a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug... | Guenter Bartsch |
2001-09-09 | Enable PTHREAD_SCOPE_SYSTEM, to work around xine hanging on solaris. | Juergen Keil |
2001-09-08 | big buf types cleanup, beginning to use libw32codec for indeo (unfinished) | Guenter Bartsch |
2001-09-08 | rich's patches (menu support) | Guenter Bartsch |
2001-09-06 | Trying to port the xine-lib sources to a non-gcc compiler | Juergen Keil |
2001-09-06 | DTS via SPDIF | Joachim Koenig |
2001-09-06 | SPU profiling | Juergen Keil |
2001-09-06 | Profiler updated to use clock cycle based profiling | Juergen Keil |
2001-09-06 | Use new xine_usec_sleep function (thread safe usec sleep) | Juergen Keil |
2001-09-06 | Use return value "0" as an error indication for ao_instance->open; "1" (or | Juergen Keil |
2001-09-06 | Add xine_usec_sleep, a thread safe "sleep" with usec resolution | Juergen Keil |