summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-09-11linking demux_qt to zlib for compressed headers, make ffmpeg handle JPEG qt s...Guenter Bartsch
2001-09-11Fix some Floating point exceptionsJames Courtier-Dutton
2001-09-11remove obsoleted stuff by the new cache scheme.Miguel Freitas
2001-09-11Fix compile error (does not find xine/buffer.h)Juergen Keil
2001-09-11Re-use the same profiler id (after pthread_exit -> pthread_create)Juergen Keil
2001-09-11read_cache enables xine to read DVD data in larger chunks (here 16*2048 bytes...Guenter Bartsch
2001-09-10fixed unixscr_adjust, using it to fix small audio gapsGuenter Bartsch
2001-09-10Fixes for highly multiplexed transport streams.James Courtier-Dutton
2001-09-10- aspect ratio switching with autorepeat crashes video_out_xshm;Juergen Keil
2001-09-10make codecs decompress all frames into the same target buffer, cinepak and in...Guenter Bartsch
2001-09-10Xv attribute setting bugfix provided by Frederic Devernay <Frederic.Devernay@...Guenter Bartsch
2001-09-10"l" printf conversion specification not needed for printing doublesJuergen Keil
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch
2001-09-10Re-wrote re-sync code so that it does not drop any packets.James Courtier-Dutton
2001-09-10fix for frame buffers that were never ->displayed()Miguel Freitas
2001-09-10better responsiveness by providing pthread cancellationMiguel Freitas
2001-09-09Add a hack to "wine" (WINE_TYPEDEFS_ONLY), to allow compiling the avi demuxerJuergen Keil
2001-09-09Don't use inline assembler version of swap32 using GCC asm extensionsJuergen Keil
2001-09-09- adapt to window size changes in the xshm video_out driver; rescale theJuergen Keil
2001-09-09Enable PTHREAD_SCOPE_SYSTEM, to work around xine hanging on solaris.Juergen Keil
2001-09-08big buf types cleanup, beginning to use libw32codec for indeo (unfinished)Guenter Bartsch
2001-09-08increase gap tolerance for non-realtime driversGuenter Bartsch
2001-09-08patch provided by David D. Hagood <wowbagger@sktc.net>Guenter Bartsch
2001-09-08rich's patches (menu support)Guenter Bartsch
2001-09-07demux_mpeg_block logged to stderr instead of stdoutGuenter Bartsch
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil
2001-09-06IRIX audio port added.Matthias Hopf
2001-09-06DTS via SPDIFJoachim Koenig
2001-09-06DTS via SPDIFJoachim Koenig
2001-09-06SPU profilingJuergen Keil
2001-09-06Profiler updated to use clock cycle based profilingJuergen Keil
2001-09-06Use new xine_usec_sleep function (thread safe usec sleep)Juergen Keil
2001-09-06Fix error checking for failed ao_instance->openJuergen Keil
2001-09-06Use return value "0" as an error indication for ao_instance->open; "1" (orJuergen Keil
2001-09-06Add xine_usec_sleep, a thread safe "sleep" with usec resolutionJuergen Keil
2001-09-06ao_instance, wrong comment (video -> audio)Juergen Keil
2001-09-06Add support for unsigned 8-bit audio formatJuergen Keil
2001-09-06Unscaled YUY2 crashes, because step_dx/step_dy is invalid (both contain 0).Juergen Keil
2001-09-05generate index only once per mrlGuenter Bartsch
2001-09-05enable seeking in incomplete avisGuenter Bartsch
2001-09-05miguel's latest patchesGuenter Bartsch
2001-09-04a little bit more log output from esd output pluginGuenter Bartsch
2001-09-04race condition / stability fixes provided by Miguel Freitas <miguel@cetuc.puc...Guenter Bartsch
2001-09-03increasing liba52's priority to make xine prefer it to any old libac3Guenter Bartsch
2001-09-03Detect x86 SSE extension (for libavcodec/ffmpeg)Juergen Keil
2001-09-03small bugfix, printf was missing parameterGuenter Bartsch
2001-09-03Always add mmx & mlib sources into the distJuergen Keil
2001-09-02resample.* is no longer needed in audio_outxine-0_5_2-release0.5.2Guenter Bartsch
2001-09-02last bugfixes: make xine engine handle demuxer that may fail to initializeGuenter Bartsch