summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2004-09-20Build system improvements:František Dvořák
2004-09-18Fixed compilation on MacOSX/Darwin.Daniel Mack
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-09-16new DVD MRL parser (refactored into two new functions to be more readable andMichael Roitzsch
2004-09-08chunk size fix from Ross FinlaysonMiguel Freitas
2004-09-07Commit to xine the MinGW patch already used in external VCD.František Dvořák
2004-09-07Remove Win32 headers required for removed alarm from cdda input plugin.František Dvořák
2004-09-02Warnings on WIN32.František Dvořák
2004-09-01Fixes to DVD MRL parsing.James Courtier-Dutton
2004-08-28Fix a crash when dispose it called before the DVD starts playing.James Courtier-Dutton
2004-08-28Improved MRL parsing in the dvd plugin.James Courtier-Dutton
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-08-27empty assignment patch by Reimar DoffingerMiguel Freitas
2004-08-27fix deadlock.Miguel Freitas
2004-08-19* set the instance pointer to NULL before closing the dvdnav handleMichael Roitzsch
2004-08-16* remove unused low water markMichael Roitzsch
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-08-01patch by Robin Kay to dynamically increase the memory stack when it runs fullMichael Roitzsch
2004-07-27from the docs of sprintf: "when the strings overlap, the behaviour is undefined"Michael Roitzsch
2004-07-25the worst case we will write to this buffer is largerMichael Roitzsch
2004-07-25protect some buffers that could overflowMichael Roitzsch
2004-07-25* increase buffer size, "Cseq: %u" has a worst case of 17Michael Roitzsch
2004-07-25protect some buffers to be on the safe side (some of them might be hardMichael Roitzsch
2004-07-23fix configfile def_value assertion.Daniel Caujolle-Bert
2004-07-22a broken CD might contain an unterminated label, which would have overrun theMichael Roitzsch
2004-07-22do not use functions in array initialization, this is actually not allowed in CMichael Roitzsch
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-07-20More bounds-overflow precautions. Bound max length of a MRL and addRocky Bernstein
2004-07-18Pedantic change: that should be DEVICE_MAX_LEN, not MRL_MAX_LEN.Rocky Bernstein
2004-07-18Should have Initialized all bytes.Rocky Bernstein
2004-07-18Buffer overflow fix reported by C0ntex via Drew 'dantealiegri' Ogle.Rocky Bernstein
2004-07-05fix proxy envvar handlingDaniel Caujolle-Bert
2004-06-22File input module now groks file://localhost/... and file://127.0.0.1/... MRLsAndre Pang
2004-06-21remember the last opened device for ejecting so when using more than oneMichael Roitzsch
2004-06-20* merge latest CVS of libdvdnav fixes dvd:/<title>.<part> MRLsMichael Roitzsch
2004-06-19new, straightforward method to honour the http_proxy envvar: evaluate itMichael Roitzsch
2004-06-14since we do not store that in extra_info any more, this call is obsoleteMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-13sync to latest 0.1.10 release of libdvdnavMichael Roitzsch
2004-05-27fix receiving the last bytes of a http connectionMiguel Freitas
2004-05-27accept server responses with different cases (Cseq and CSeq)Miguel Freitas
2004-05-26memory leak fix by Barry Scott <barry.scott@onelan.co.uk>Michael Roitzsch
2004-05-26slow down CD drive during CD audio playback to reduce noiseMichael Roitzsch
2004-05-20this is not available hereMichael Roitzsch
2004-05-16fix [ 855802 ] xine-lib -- input_pvr.c -- unpause seeks to beginningMiguel Freitas
2004-05-16Fix EOS handling (http).Thibaut Mattern
2004-05-14fix compiler warning and make new config entry's strings translateableMichael Roitzsch
2004-05-12Add support for ejecting removable media on Solaris.Robin KAY
2004-05-12Wrong bitwise operator.Robin KAY
2004-05-12- open the CD device for Linux systems where /proc/sys/dev/cdrom/check_mediaxine-1-rc4a-release1-rc4aBastien Nocera