summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-22Add support for Ogg tag 'DISCNUMBER' and ID3 tag 'TPOS'.Darren Salt
2010-03-22Move the logo image into misc/logo; add an SVG containing the text (as a path).Darren Salt
--HG-- rename : misc/xine_logo.png => misc/logo/xine_logo.png
2010-03-22Update the logo image (URL); remove the MPEG version.Darren Salt
2010-03-14Mention pkg-config, not xine-config.Darren Salt
2010-03-14Silence use of xine-config when invoked from AM_PATH_XINE.Darren Salt
2010-03-13Fix V4L2 check.Darren Salt
2010-03-13Correct changelog.Darren Salt
2010-03-10Debian builds now use external libdvdnav & libdvdread.Darren Salt
2010-03-10Make buildable with current (external) libdvdnav & libdvdread.Darren Salt
2010-03-10Handle odd widths properly (for ffmpeg-decoded video).Darren Salt
2010-03-07Update docs wrt lack of CVS; retitle the FAQ list.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-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-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
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
2010-02-04Work around an ffmpeg SVQ3 bug; check for avcodec_thread_init failure.Darren Salt
2010-02-04Fix a ticket-related memory leak.Darren Salt
2010-02-03Remove pointless output from stats logging; make the const variables static.Darren Salt
2010-02-03Kill a "missing return" warning.Darren Salt
2010-01-30Fix dvdnav map file closure.Darren Salt
2010-01-29Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it.Darren Salt
2010-01-26Convert xine_log → xprintf.Darren Salt
2010-01-26Switch off logging, convert some lprintf() to xine_log(), add a startup warning.Darren Salt
2010-01-26Get rid of a few compiler warnings.Darren Salt
2010-01-26More error checking.Darren Salt
2010-01-26Merge v4l2 support.Darren Salt