Age | Commit message (Expand) | Author |
2001-09-10 | make codecs decompress all frames into the same target buffer, cinepak and in... | Guenter Bartsch |
2001-09-10 | Xv attribute setting bugfix provided by Frederic Devernay <Frederic.Devernay@... | Guenter Bartsch |
2001-09-10 | "l" printf conversion specification not needed for printing doubles | Juergen Keil |
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-10 | Re-wrote re-sync code so that it does not drop any packets. | James Courtier-Dutton |
2001-09-10 | fix for frame buffers that were never ->displayed() | Miguel Freitas |
2001-09-10 | better responsiveness by providing pthread cancellation | Miguel Freitas |
2001-09-09 | Add a hack to "wine" (WINE_TYPEDEFS_ONLY), to allow compiling the avi demuxer | Juergen Keil |
2001-09-09 | Don't use inline assembler version of swap32 using GCC asm extensions | Juergen Keil |
2001-09-09 | - adapt to window size changes in the xshm video_out driver; rescale the | Juergen Keil |
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 | increase gap tolerance for non-realtime drivers | Guenter Bartsch |
2001-09-08 | patch provided by David D. Hagood <wowbagger@sktc.net> | Guenter Bartsch |
2001-09-08 | rich's patches (menu support) | Guenter Bartsch |
2001-09-07 | demux_mpeg_block logged to stderr instead of stdout | Guenter Bartsch |
2001-09-06 | Trying to port the xine-lib sources to a non-gcc compiler | Juergen Keil |
2001-09-06 | IRIX audio port added. | Matthias Hopf |
2001-09-06 | DTS via SPDIF | Joachim Koenig |
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 | Fix error checking for failed ao_instance->open | 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 |
2001-09-06 | ao_instance, wrong comment (video -> audio) | Juergen Keil |
2001-09-06 | Add support for unsigned 8-bit audio format | Juergen Keil |
2001-09-06 | Unscaled YUY2 crashes, because step_dx/step_dy is invalid (both contain 0). | Juergen Keil |
2001-09-05 | generate index only once per mrl | Guenter Bartsch |
2001-09-05 | enable seeking in incomplete avis | Guenter Bartsch |
2001-09-05 | miguel's latest patches | Guenter Bartsch |
2001-09-04 | a little bit more log output from esd output plugin | Guenter Bartsch |
2001-09-04 | race condition / stability fixes provided by Miguel Freitas <miguel@cetuc.puc... | Guenter Bartsch |
2001-09-03 | increasing liba52's priority to make xine prefer it to any old libac3 | Guenter Bartsch |
2001-09-03 | Detect x86 SSE extension (for libavcodec/ffmpeg) | Juergen Keil |
2001-09-03 | small bugfix, printf was missing parameter | Guenter Bartsch |
2001-09-03 | Always add mmx & mlib sources into the dist | Juergen Keil |
2001-09-02 | resample.* is no longer needed in audio_outxine-0_5_2-release0.5.2 | Guenter Bartsch |
2001-09-02 | last bugfixes: make xine engine handle demuxer that may fail to initialize | Guenter Bartsch |
2001-09-02 | demuxer bugfixes | Guenter Bartsch |
2001-09-02 | ac3 output via spdif patch provided by Andy Lo A Foe <andy@orbital.xs4all.nl> | Guenter Bartsch |
2001-09-01 | More strlen/sizeof fixes by Hubert Matthews <hubert.matthews@unicornportal.com> | Guenter Bartsch |
2001-09-01 | sometimes mpeg audio streams change parameters, other times libmad is simply ... | Guenter Bartsch |
2001-09-01 | don't estimate bitrate twice for the same mrl | Guenter Bartsch |
2001-09-01 | Don't change ideal_width for videos with "width % 32 == 16", so avoid software | Juergen Keil |
2001-09-01 | README updates. | James Courtier-Dutton |
2001-09-01 | Do not crash, when caller passes bufs with more than INPUT_BUF_SIZE bytes | Juergen Keil |
2001-09-01 | Enable MMX accelerated code on x86 | Juergen Keil |