summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2010-03-10Make buildable with current (external) libdvdnav & libdvdread.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
2010-02-06libv4l check shouldn't fail & abort unless --enable-libv4l is given.Darren Salt
2010-02-03Remove pointless output from stats logging; make the const variables static.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-22v4l2: set no. of bytes sent, and don't send more than max_size bytes at a time.Darren Salt
2010-01-22v4l2: set stream audio/video flags; check for VIDIOC_S_FMT failure.Darren Salt
2010-01-06Add v4l2 to the makefileTrever Fischer
2010-01-21Require v4l2:/ prefix.Darren Salt
2010-01-21Tidy up the v4l2 plugin.Darren Salt
2010-01-06Use libv4l only if available, add copyright headerTrever Fischer
2010-01-06Preliminary support for v4l2.Trever Fischer
2009-12-01Fork failure messages shouldn't be debug-only.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-08Fix playback of HTTP URLs with escaped characters (terminate the string).Julian Scheel
2009-10-21Fixed a bug which prevented "dvb://" working with the default configuration.Darren Salt
2009-10-13#include guards and __attribute__ fixupsCarlo Bramini
2009-09-28RTSP debug build fixNicos Gollan
2009-08-26Add a user agent & protocol hack to allow viewing of Apple film trailers.Darren Salt
2009-08-05Fix reading of CDDB information (ref. cset a470c338149c)Christopher Martin
2009-08-05Accept CDDB return code 211 ("found inexact matches")Christopher Martin
2009-06-21No DVB support on Hurd.Darren Salt
2009-05-28Fix FTBFS on the Hurd.Marc Dequènes (Duck)
2009-05-10Further improve parsing of CDDB informationChristopher Martin
2009-05-10Provide genre & track no. for CDDB dataMarkus Kaufhold
2009-05-10CDDB parsing code duplication cleanup.Darren Salt
2009-04-26Adjust the CDDA frame cache to a 'snappier' value.Christopher Martin
2009-04-05Fix a resource leak in libdvdnav.Darren Salt
2009-02-17Add OpenBSD support to the CDDA, DVD & VCD input code.Brad Smith
2009-02-17Update documentation etc. to point at the new home page.Darren Salt
2009-02-10Fix broken size checks in various input plugins (ref. CVE-2008-5239).Darren Salt
2009-01-18Add allocation checks to the Real MDPR parsing code (ref. CVE-2008-5240).Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-16Fix a broken size check in the pvr input plugin (ref. CVE-2008-5239).Darren Salt
2009-01-12Fixed lvalue cast error (build with newer mingw compilation tools).František Dvořák
2009-01-05Merge security fixes.Darren Salt
2009-01-04Fix for CVE-2008-5239Matthias Hopf
2009-01-01libmms does not handle percent-encoded uriNiels Vorgaard Christensen
2008-12-20Fix size of mrls array.Diego E. 'Flameeyes' Pettenò
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák