Age | Commit message (Expand) | Author |
2006-09-17 | DVDNAV changes: | František Dvořák |
2006-09-16 | Fixed comment. | Thibaut Mattern |
2006-09-16 | Should fix some random crashes (see testsuite). | Thibaut Mattern |
2006-09-16 | Fixed ASF header reading. | Thibaut Mattern |
2006-09-13 | Return -1 when a connection error happens, so that other input plugins are no... | Diego 'Flameeyes' Pettenò |
2006-09-13 | Return -1 when the file is inaccessible, not found, or empty, so that other i... | Diego 'Flameeyes' Pettenò |
2006-09-13 | Use the media.network.timeout setting already defined as timeout for the conn... | Diego 'Flameeyes' Pettenò |
2006-09-13 | Don't use the proxy if the host resolves to 127.0.0.1 (localhost). | Diego 'Flameeyes' Pettenò |
2006-09-12 | Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa... | František Dvořák |
2006-09-10 | Fix seeking, remove blocksize support for now, and check if mmap fails. | Diego 'Flameeyes' Pettenò |
2006-09-10 | Add missing line. | Diego 'Flameeyes' Pettenò |
2006-09-09 | Implement MMAP capable reading for files, reduces memory impact and improve p... | Diego 'Flameeyes' Pettenò |
2006-09-09 | Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the stdout/... | Diego 'Flameeyes' Pettenò |
2006-09-08 | Try to match input plugin block size. | Thibaut Mattern |
2006-09-07 | Added common asf header parser. | Thibaut Mattern |
2006-08-11 | Fix up CDDA parsing to cope with an arbitrary number of slashes after the colon. | Darren Salt |
2006-07-17 | Allow 0 for title & chapter in DVD MRLs. | Darren Salt |
2006-07-13 | Added missing NULL sentinel. | Matthias Hopf |
2006-07-11 | Fixing some libmms related overflows. | Matthias Hopf |
2006-07-11 | Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to Benjami... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-07-08 | Set CD audio buffer to 500 frames (patch from Christopher Martin). | Darren Salt |
2006-07-07 | Fix CD track info retrieval, avoid long pauses. | Darren Salt |
2006-06-29 | Typo fix. | Diego 'Flameeyes' Pettenò |
2006-06-29 | Fix GCC crazyness, add the missing parenthesis. | Diego 'Flameeyes' Pettenò |
2006-06-29 | Add missing format attributes for in-xine code. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-06-17 | Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi... | Diego 'Flameeyes' Pettenò |
2006-06-15 | Don't try to access auth_drive if it's not present at all, avoid crashes. Tha... | Diego 'Flameeyes' Pettenò |
2006-06-10 | Revert to use libxine1 as domain name, but ensure that newer gettext versions... | Diego 'Flameeyes' Pettenò |
2006-06-10 | Use xine-lib as domain, not libxine1. | Diego 'Flameeyes' Pettenò |
2006-06-10 | Don't trust internal gettext macros, they are unreliable and change between v... | Diego 'Flameeyes' Pettenò |
2006-06-06 | Fixed input buffer size check (using correct size). (CVE-2006-2802) | Matthias Hopf |
2006-06-02 | Improve quotation mark handling for StreamTitle in Shoutcast streams. | Darren Salt |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-06-02 | Allow building of xine-lib with -Werror-implicit-function-declaration by | Darren Salt |
2006-05-31 | Fix the spelling of the new buffer-full error message. | Darren Salt |
2006-05-31 | HTTP input: buffer overflow fix. (Diego Pettenò) (CVE-2006-2802) | Darren Salt |
2006-05-27 | - Use file access instead of drive access when the volume is already | Bastien Nocera |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-05-01 | checked distcheck: install inttypes, | František Dvořák |
2006-04-21 | HTTP authentication fix: remove proxy requirement (patch from Diego Pettenò) | Darren Salt |
2006-04-21 | Add printf format attributes. | Darren Salt |
2006-04-21 | Wrong struct member (printf fixup). | Darren Salt |
2006-04-19 | Relocate static specifiers to quieten compiler. | Darren Salt |
2006-04-18 | - unregister the vcd config entry when disposing the plugin class. Fixes: | Bastien Nocera |
2006-04-12 | Added support for the peercast:// uri used by Peercast (htpp://peercast.org). | Claudio Ciccani |
2006-04-06 | remove some c++ comments missed in the last commit | Mike Lampard |