Age | Commit message (Expand) | Author |
2002-10-22 | Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL... | Stephen Torri |
2002-10-22 | Update input_dvd.c to new api. | James Courtier-Dutton |
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri |
2002-10-21 | Enable DVD SPU subtitles. | James Courtier-Dutton |
2002-10-21 | Fix bug with assert undefined when building in "make debug" mode. | James Courtier-Dutton |
2002-10-20 | stop engine when necessary, start metronom only once - but in the right place... | Guenter Bartsch |
2002-10-20 | stream_info fixes | Guenter Bartsch |
2002-10-20 | win32 decoder adapted to new api | Guenter Bartsch |
2002-10-20 | fix make debug | Guenter Bartsch |
2002-10-20 | AUTHORS: | Stephen Torri |
2002-10-19 | seeking in public api is now millisecond accurate (sorry, forgot that one but... | Guenter Bartsch |
2002-10-19 | call it LOG for consistency | Guenter Bartsch |
2002-10-19 | Added AXE_xx macros and assertions for alignment | Robin KAY |
2002-10-18 | Add close vo plugin related function. | Daniel Caujolle-Bert |
2002-10-18 | A52 audio is now output without volume set to 0 or off. :-) | James Courtier-Dutton |
2002-10-18 | Move alsa audio over to new api. | James Courtier-Dutton |
2002-10-18 | my very first try at the new streams api. some fixes to it (uninitialized | Miguel Freitas |
2002-10-17 | events.h is gone, events are in xine.h now | Michael Roitzsch |
2002-10-17 | move open_plugin function (used to create new plugin instances) from the plug... | Michael Roitzsch |
2002-10-16 | introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ... | Guenter Bartsch |
2002-10-16 | forgot to alloc event queue | Guenter Bartsch |
2002-10-16 | copy open pointer after plugin class is loaded | Guenter Bartsch |
2002-10-16 | increase audio/video out plugin interface version numbers to avoid accidents ... | Guenter Bartsch |
2002-10-15 | added missing stream end handling function | Guenter Bartsch |
2002-10-14 | dispose function was missing in audio decoder class too, mad plugin compiles now | Guenter Bartsch |
2002-10-14 | added missing dispose function to video_decoder.h, ffmpeg compiles now | Guenter Bartsch |
2002-10-14 | small bugfix | Guenter Bartsch |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-10-12 | Discard buffered audio driver data after the demuxer is stopped & closed. | Juergen Keil |
2002-10-12 | Bind the audio_out thread to a separate LWP on solaris 8 (like video_out, | Juergen Keil |
2002-10-12 | added GSM 6.10 audio decoder | Mike Melanson |
2002-10-12 | Make flush of audio work properly. | James Courtier-Dutton |
2002-10-10 | Audio out reorganisation to improve sync. | James Courtier-Dutton |
2002-10-09 | configure.ac: | Stephen Torri |
2002-10-06 | Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ... | Robin KAY |
2002-10-04 | added support for raw YV12 data | Mike Melanson |
2002-10-04 | support for more Quicktime audio fourccs | Mike Melanson |
2002-10-03 | Slightly reorganize xine_exit, so that "xine --help" does not segfault any more. | Juergen Keil |
2002-09-30 | Fixes and performance improvements to the alphablend.c code. | James Courtier-Dutton |
2002-09-29 | make xine less hysterical when it encounters this corner case | Mike Melanson |
2002-09-22 | API review part I | Michael Roitzsch |
2002-09-21 | Rename xine_(load/save/reset)_config to xine_config_(load/save/reset). | Daniel Caujolle-Bert |
2002-09-21 | Add forgotten xine_get_string_version() to public header. | Daniel Caujolle-Bert |
2002-09-21 | Avoid segfault if get_first_entry wasn't called first. | Daniel Caujolle-Bert |
2002-09-20 | Fix compilation bug when building external video output plugin. | Daniel Caujolle-Bert |
2002-09-20 | first attempt to solve skin problem | Michael Roitzsch |
2002-09-19 | small fix to link libxineutils statically, not dynamically to libxine | Guenter Bartsch |
2002-09-19 | forgot to reset counter | Michael Roitzsch |
2002-09-19 | Updated cvscompile.sh to look for configure.ac | Stephen Torri |
2002-09-19 | C is fun | Guenter Bartsch |