summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2006-12-13Don't leak directory handles when reading DVDs or DVD images.Darren Salt
2006-12-13Close the device after building the MRL list if it wasn't previously open.Darren Salt
2006-12-13Close the device if it was opened but the content isn't that of a VCD.Darren Salt
2006-12-08Prevent segfaults on out-of-range last_channel.Darren Salt
2006-12-08Fix wrong length specification for strncat() calls.Matthias Hopf
2006-11-30Return a different code for every possible output, makes simpler to debug wha...Diego 'Flameeyes' Pettenò
2006-11-29Fix buffer overrun reported by Roland Kay with JW's patch. Close bug #1603458.Diego 'Flameeyes' Pettenò
2006-11-19Don't escape %, hopefully the client sending the data is already escaping som...Diego 'Flameeyes' Pettenò
2006-11-11When reading, read goes to asf_header_buffer, not asf_header (that luckily en...Diego 'Flameeyes' Pettenò
2006-11-10When parsing the URL, escape characters like spaces and similar in the URI st...Diego 'Flameeyes' Pettenò
2006-10-29- if the root menu isn't available, go to the title menu instead. ClosesBastien Nocera
2006-10-23- unregister all the configuration callbacks when disposing of the classBastien Nocera
2006-10-16Compile v4l on FreeBSD with v4l_compat package.František Dvořák
2006-10-02build cdio for builddir != .František Dvořák
2006-10-01When the mmap()ed file grows, disable mmap() support.Diego 'Flameeyes' Pettenò
2006-09-28Don't use the new name for pathname parameter from upstream, fix build.Diego 'Flameeyes' Pettenò
2006-09-27Assert the presence of _last, although it was obvious by the previosu asserts.Diego 'Flameeyes' Pettenò
2006-09-26Avoid an off-by-one found by Coverity Scan CID 133.Diego 'Flameeyes' Pettenò
2006-09-26Check pointers before dereferencing them.Diego 'Flameeyes' Pettenò
2006-09-26Free the _data pointer when returning NULL. Fix backported from upstream.Diego 'Flameeyes' Pettenò
2006-09-26Check for validity of the pointer before using strlen() on it.Diego 'Flameeyes' Pettenò
2006-09-26Fix the strcpy calls, backport from upstream.Diego 'Flameeyes' Pettenò
2006-09-26Fix the size of file_id attributes, backport from current upstream versions.Diego 'Flameeyes' Pettenò
2006-09-26Actually be a bit more smarter, if this can be used, continue with the origin...Diego 'Flameeyes' Pettenò
2006-09-26printerr() macros are often used when the pointer "this" is NULL. In those ca...Diego 'Flameeyes' Pettenò
2006-09-26Free splitpath when returning. Found by Coverity Scan CID 302.Diego 'Flameeyes' Pettenò
2006-09-26Add missign command extending the size of video_types array and fixing the po...Diego 'Flameeyes' Pettenò
2006-09-26Fix off-by-one error identified by Coverit Scan. CID 116.Diego 'Flameeyes' Pettenò
2006-09-17DVDNAV changes:František Dvořák
2006-09-16Fixed comment.Thibaut Mattern
2006-09-16Should fix some random crashes (see testsuite).Thibaut Mattern
2006-09-16Fixed ASF header reading.Thibaut Mattern
2006-09-13Return -1 when a connection error happens, so that other input plugins are no...Diego 'Flameeyes' Pettenò
2006-09-13Return -1 when the file is inaccessible, not found, or empty, so that other i...Diego 'Flameeyes' Pettenò
2006-09-13Use the media.network.timeout setting already defined as timeout for the conn...Diego 'Flameeyes' Pettenò
2006-09-13Don't use the proxy if the host resolves to 127.0.0.1 (localhost).Diego 'Flameeyes' Pettenò
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa...František Dvořák
2006-09-10Fix seeking, remove blocksize support for now, and check if mmap fails.Diego 'Flameeyes' Pettenò
2006-09-10Add missing line.Diego 'Flameeyes' Pettenò
2006-09-09Implement MMAP capable reading for files, reduces memory impact and improve p...Diego 'Flameeyes' Pettenò
2006-09-09Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the stdout/...Diego 'Flameeyes' Pettenò
2006-09-08Try to match input plugin block size.Thibaut Mattern
2006-09-07Added common asf header parser.Thibaut Mattern
2006-08-11Fix up CDDA parsing to cope with an arbitrary number of slashes after the colon.Darren Salt
2006-07-17Allow 0 for title & chapter in DVD MRLs.Darren Salt
2006-07-13Added missing NULL sentinel.Matthias Hopf
2006-07-11Fixing some libmms related overflows.Matthias Hopf
2006-07-11Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to Benjami...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-07-08Set CD audio buffer to 500 frames (patch from Christopher Martin).Darren Salt