summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2001-09-02demuxer bugfixesGuenter Bartsch
2001-09-02ac3 output via spdif patch provided by Andy Lo A Foe <andy@orbital.xs4all.nl>Guenter Bartsch
2001-09-01More strlen/sizeof fixes by Hubert Matthews <hubert.matthews@unicornportal.com>Guenter Bartsch
2001-09-01sometimes mpeg audio streams change parameters, other times libmad is simply ...Guenter Bartsch
2001-09-01don't estimate bitrate twice for the same mrlGuenter Bartsch
2001-09-01Don't change ideal_width for videos with "width % 32 == 16", so avoid softwareJuergen Keil
2001-09-01README updates.James Courtier-Dutton
2001-09-01Do not crash, when caller passes bufs with more than INPUT_BUF_SIZE bytesJuergen Keil
2001-09-01Enable MMX accelerated code on x86Juergen Keil
2001-09-01Flush buffered audio samples on audio driver closeJuergen Keil
2001-09-01DEBUG buils, profiler code crashes with NULL pointer accessJuergen Keil
2001-09-01make set_speed more robustGuenter Bartsch
2001-09-01ffmpeg is stable enough so we don't need this option any longerGuenter Bartsch
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
2001-09-01Better rate info passing.James Courtier-Dutton
2001-08-31Fix byte order problems for AVI files with LPCM sound.Juergen Keil
2001-08-31Add mediaLib acceleration for UltarSPARCs to ffmpeg's libavcodecJuergen Keil
2001-08-31Improved rate sensing.James Courtier-Dutton
2001-08-30Added autosensing of rate.James Courtier-Dutton
2001-08-30Enable mediaLib usage in libac52Juergen Keil
2001-08-30cosmetic change (use mmioFOURCC macro instead of hex constant)Juergen Keil
2001-08-30Some users reported problems on Solaris SPARC with an undefined 'get_rl_index'.Juergen Keil
2001-08-30Fix byteorder problems on bigendian cpusJuergen Keil
2001-08-30Fix byteorder problem for bigendian cpusJuergen Keil
2001-08-29re-merged gcc-3.0 "cirp" bug fix from a52dec cvs.Eduard Hasenleithner
2001-08-29sorting out demux close <-> stopGuenter Bartsch