Age | Commit message (Expand) | Author |
2002-11-12 | use xmalloc instead of malloc so memory footprint can be easily traced and me... | Guenter Bartsch |
2002-11-12 | fix buffer leakage in ao_loop, re-introduce lock around all driver functions,... | Guenter Bartsch |
2002-11-12 | (very) small memleak | Guenter Bartsch |
2002-11-11 | A try to fix ao_flush() loop | Thibaut Mattern |
2002-11-11 | added some missing stream attributes | Mike Melanson |
2002-11-11 | fix snapshot colors | Miguel Freitas |
2002-11-10 | src/video_out/video_out_xv.c: | Stephen Torri |
2002-11-10 | fix wrong abs macro; many thanks to James Slorach for finding this nasty, | Michael Roitzsch |
2002-11-10 | proper locking of display_img_buf_queue to avoid races with vo_flush | Michael Roitzsch |
2002-11-09 | beginnings of the get_video/audio_frame api | Guenter Bartsch |
2002-11-08 | Better handling of the end of the discontinuity. | Thibaut Mattern |
2002-11-08 | There was a bug in discontinuity handling. | Thibaut Mattern |
2002-11-07 | this fixes a52 passthrough on my system (sblive 5.1 oss driver) | Heiko Schaefer |
2002-11-06 | fix stream ending deadlock without audio driver | Daniel Caujolle-Bert |
2002-11-05 | Resets stream_length when opening a new stream. | Thibaut Mattern |
2002-11-03 | log output | Guenter Bartsch |
2002-11-03 | vo_flush is back | Thibaut Mattern |
2002-11-02 | Disables vo_flush. | Thibaut Mattern |
2002-11-02 | these should better be broadcast signals | Michael Roitzsch |
2002-11-02 | add volume and compression settings to MRLs stream_setup part | Michael Roitzsch |
2002-11-02 | since the order is new----->open-->play--\ | Michael Roitzsch |
2002-11-02 | initialization for listener_thread missing | Michael Roitzsch |
2002-11-02 | Fix xine_get_file_extensions() multi segfaults. | Daniel Caujolle-Bert |
2002-11-01 | use freshly introduced content detection method | Michael Roitzsch |
2002-11-01 | Fix seeking at the end of the stream. | Thibaut Mattern |
2002-11-01 | avoid div by zero | Guenter Bartsch |
2002-10-31 | Little optimization. | Thibaut Mattern |
2002-10-31 | new syntax for MRLs | Michael Roitzsch |
2002-10-31 | It is not possible to just drop the unregistered config entries when saving. | Michael Roitzsch |
2002-10-31 | Yes, Virginia, there are 2 different versions of Windows Media Audio | Mike Melanson |
2002-10-30 | Avoid a potential deadlock. | Thibaut Mattern |
2002-10-30 | - add mutex on seeking and avoid overuse of sched_yield | Miguel Freitas |
2002-10-30 | Release the processor between the mutex unlock()/lock() sequence, to give | Juergen Keil |
2002-10-29 | i don't think this lock is needed (read-only access) | Guenter Bartsch |
2002-10-29 | ngettext macro not needed any more. automagic should build with the included | Juergen Keil |
2002-10-29 | engine improvements | Michael Roitzsch |
2002-10-29 | Fix a tiny (4 bytes) memory leak | Ewald Snel |
2002-10-29 | reset metainfo on stream close | Guenter Bartsch |
2002-10-29 | map brightness/contrast/... settings to specified ranges | Guenter Bartsch |
2002-10-29 | Added EA ADPCM decoder | Robin KAY |
2002-10-29 | log output | Guenter Bartsch |
2002-10-28 | fix a deadlock | Guenter Bartsch |
2002-10-28 | Solaris' make cannot decide, whether the make variable 'include_HEADERS' | Juergen Keil |
2002-10-28 | do not flush on xine_handle_stream_end | Miguel Freitas |
2002-10-28 | New way to handle streams with invalid img_duration (eg some mpeg streams). | Thibaut Mattern |
2002-10-28 | hey, i want to join xine breakage party! (what do you wanna break today? tm) | Miguel Freitas |
2002-10-27 | yep, another buffer type | Mike Melanson |
2002-10-27 | modified a52 decoder to support RealAudio dnet data | Mike Melanson |
2002-10-27 | return of ogg and vorbis, began implementing verbosity parameter | Guenter Bartsch |
2002-10-26 | handle demuxers that fail to start | Guenter Bartsch |