summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-10Handle odd widths properly (for ffmpeg-decoded video).Darren Salt
2010-03-09Fix vcdo enable conditional.Darren Salt
2010-03-09Include accel_vdpau.h in tarballs.Darren Salt
2010-03-07Suppress double ToC.Darren Salt
2010-03-07Merge from 1.1.Darren Salt
2010-03-07Update docs wrt lack of CVS; retitle the FAQ list.Darren Salt
2010-03-07Merge from 1.1.Darren Salt
2010-03-06Missing test of enable_libv4l.Darren Salt
2010-03-06Mention v4l2.Brad Smith
2010-03-06Added tag 1.1.18.1 for changeset 8b7c25bfb056Darren Salt
2010-03-061.1.18.1.1.1.18.1Darren Salt
2010-03-06Add an autoconf flag to allow disabling of the Sun audio sound backend.Brad Smith
2010-03-01Changelog line length & trailing space cleanup.Darren Salt
2010-02-27libxdg-basedir requires $HOME to be set, so make sure that it's set.Darren Salt
2010-02-25Fix build with the old, outdated and deprecated internal ffmpeg.Darren Salt
2010-02-25Compiler warning fixes.Darren Salt
2010-02-25isatty() takes an int, not a FILE *.Darren Salt
2010-02-25Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c.Darren Salt
2010-02-24Fix up V4L/V4L2 for non-Linux.Darren Salt
2010-02-23Merge from 1.1.Darren Salt
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c
2010-02-21Avoid invalid fstat calls when opening empty filesUlrich Eckhardt
When opening empty files with xine, it reports: > This is xine (X11 gui) - a free video player v0.99.6cvs. > (c) 2000-2007 The xine Team. > system call fstat: Bad file descriptor > system call fstat: Bad file descriptor > call failed > object not accessible > object not accessible > call failed The problem was that when detecting an empty file, it is closed, but the file descriptor in struct file_input_plugin_t is still left at the previous value, causing the errors when it is used later.
2010-02-24src/dxr3/compat.h needs to be in the tarball...Darren Salt
2010-02-23Added tag 1.1.18 for changeset 86395fcaded3Darren Salt
2010-02-231.1.18.1.1.18Darren Salt
2010-01-30BluRay subtitles in matroskaPetri Hintukainen
2010-04-20remove the unneeded unistd.h and fix compatibility for msvcShixin Zeng
2010-04-29add /usr/lib64/codecs as real binary codec locationAnssi Hannula
Mplayer now only supports single location for all binary codecs, and therefore on Mandriva packaging /usr/lib(64)/codecs was selected as the directory where mplayer will try to load them from. The 64-bit variant is missing from xine-lib (/usr/lib/codecs is there). Attached patch adds it.
2010-04-29Minor C99ism.Darren Salt
2010-02-21Typo fixUlrich Eckhardt
2010-04-23fix win32 recognition when cross compiling by using $host_os instead of ↵Volker Grabsch
$build_os
2010-04-12C89 fixShixin Zeng
2010-04-11Changelog update.Darren Salt
2010-04-11Report NBC buffer stats to the application using new event XINE_EVENT_NBC_STATSFrank Enderle
This event reports the buffer status for network streams (NBC) back to the application, providing a way to measure if the stream delivers data fast enough. This enables the application to slow down the stream playback to get the buffers filling more quickly. (This is only a sample application of the event.) The event reports all vital data like fill percentage, remaining buffer in seconds and discontinuity, separately for audio and video, whether the nbc layer is actually buffering, the operation type (put or get) and also if the buffering is enabled at all. In essence, it's the output you get from nbc if you run xine-lib in verbose mode on the console, but in raw data.
2009-12-16TTA demux: use _x_demux_send_dataKelvie Wong
To reduce code duplication.
2010-04-11Fix a flaw on recovering from ALSA-reported errors in ao_alsa_delay()Frank Enderle
I noticed some alsa dropouts (losing audio) while hunting a bug which has been related to a broken streaming server. This resulted in buffers running empty and therefore showed some issues in the ALSA driver not correctly applying some recovery procedures provided by ALSA itself (snd_pcm_recover() and friends).
2010-04-09Minor indentation cleanup.Darren Salt
2010-04-09Add eac3 support to demux_tsJose Alberto Reguero
2009-09-15Add locking for when adjusting audio frame discarding.Roger Scott
2010-02-23Prevent discard_{frames,buffers} from going negative.Darren Salt
Based on patches from Roger Scott <ras351@hotmail.com>.
2010-02-22Changelog entry for WMA Pro.Darren Salt
2010-02-21WMAPro supportChristopher Martin
Rename "wmav3" to "wmapro" in xine-lib's internals to line up xine-lib's nomenclature with what everyone else calls it and knows it as. [Tweaked by ds to avoid API change.] Tell xine-lib that when it finds wmapro, look to ffmpeg. ffmpeg's wmapro decoder is unique in that it puts out samples that are floats, not 16-bit ints. These need to be converted. This requires external ffmpeg.
2010-02-22Changelog entry for the LPCM fix.Darren Salt
2010-02-22Swap round if/while in LPCM 24-bit handling.Darren Salt
This will reduce logspam with little-endian streams, which Can't Happen anyway.
2010-01-10Fix LPCM 24bit byte streamAoi Shinkai
I have LCPM 24bit DVD. When I played it on xine, sound was noisy noise. I found that LCPM 24bit byte stream is _not_ the same as WAVE 24bit byte stream.
2010-02-12DXR3 compatibility fix for newer versions of the em8300 driver.Darren Salt
2010-02-07Changelog update (Flash/AAC).Darren Salt
2010-02-07Fix Flash video with aac not playing audio (HTTP etc.)Martin Jacobs
2010-02-06libv4l check shouldn't fail & abort unless --enable-libv4l is given.Darren Salt
2010-02-05Fix testing for DVB support.Darren Salt
2010-02-04Extend Ogg metadata handling.Darren Salt