Age | Commit message (Expand) | Author |
2002-10-15 | added missing stream end handling function | Guenter Bartsch |
2002-10-14 | document changes, looks like automake didn't like my comments in the src/Make... | Guenter Bartsch |
2002-10-14 | dispose function was missing in audio decoder class too, mad plugin compiles now | Guenter Bartsch |
2002-10-14 | forgot to merge init function | 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-14 | Fix memory leak in libspudec. | James Courtier-Dutton |
2002-10-13 | yuv2rgb_mlib needs an even YUV2 width. It was segfaulting on Solaris SPARC with | Juergen Keil |
2002-10-13 | pgx64 video plugin was crashing xine during auto probe of video_out drivers, | Juergen Keil |
2002-10-13 | GSM 6.10 decoder now has a proper dependency on the gsm610 subdirectory | Mike Melanson |
2002-10-13 | Xine decoder plugin was as not rebuilt, when libavcodec has changed. | Juergen Keil |
2002-10-12 | added/removed some ideas | Guenter Bartsch |
2002-10-12 | sched.h include missing for sched_yield() function | Juergen Keil |
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 | added GSM 6.10 audio decoder | Mike Melanson |
2002-10-12 | Use the audio_fifo - whenever it's possible - to send the demuxed audio data. | Juergen Keil |
2002-10-12 | While the demuxer mutex is unlocked, relinquish the processor in the main | Juergen Keil |
2002-10-12 | enable the ASF demuxer to seek immediately | Mike Melanson |
2002-10-12 | Make flush of audio work properly. | James Courtier-Dutton |
2002-10-12 | Fixed macro check to see if ARCH_PPC is defined. (Found by Bill Fink<billfink... | Stephen Torri |
2002-10-12 | Improved support for moving and resizing video window | Robin KAY |
2002-10-11 | because I only use the TV out, I forgot to adapt DXR3 overlay mode to the new | Michael Roitzsch |
2002-10-10 | Various misc changes. Added support for XINE_VISUAL_TYPE_FB (pgx64fb). | Robin KAY |
2002-10-10 | Remove duplicate log messages about the scale_line variant we're using | Juergen Keil |
2002-10-10 | Audio out reorganisation to improve sync. | James Courtier-Dutton |
2002-10-09 | removed some redundant code | Robin KAY |
2002-10-09 | configure.ac: | Stephen Torri |
2002-10-08 | Fix a BUS error on SPARC, for | Juergen Keil |
2002-10-08 | Add mediaLib accelerated 16x16 pixel ops to ffmpeg | Juergen Keil |
2002-10-08 | Fix a segfault when we reach the end of the playlist. | James Courtier-Dutton |
2002-10-08 | decimal, not hex | Mike Melanson |
2002-10-07 | Remove the vsscanf prototype for solaris, it's incompatible with the one | Juergen Keil |
2002-10-07 | - Sun audio output plugin is able to play 8-bit sound. Announce this in | Juergen Keil |
2002-10-07 | - Check for vsscanf (needed inside libw32dll, use the version from libc if | Juergen Keil |
2002-10-06 | The following was crashing on SPARC with a BUS error: | Juergen Keil |
2002-10-06 | minor fix to plugin | Robin KAY |
2002-10-06 | Proper alignment is needed for the array of "xine_mrl_t" structures on SPARC. | Juergen Keil |
2002-10-06 | Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ... | Robin KAY |
2002-10-06 | atone for the sin of calling xine a "unix video player" rather than a | Mike Melanson |
2002-10-06 | added support for VBR audio in QT files and improved handling of | Mike Melanson |
2002-10-06 | backed out earlier changes from endian translation macros | Mike Melanson |
2002-10-06 | preliminary attempt at a RealMedia file demuxer | Mike Melanson |
2002-10-05 | copy block from previous frame instead of just skipping it | Mike Melanson |
2002-10-05 | Backing out changes to endian translation macros | Robin KAY |
2002-10-05 | implemented seeking (including seek on start) and length function | Mike Melanson |
2002-10-05 | experiment to get these endian macros to work on all systems | Mike Melanson |
2002-10-05 | Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2) | Robin KAY |