summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2004-10-20improved dvb plugin by Mike LampardMiguel Freitas
2004-10-20Start of VCD support on Mac OS X (still not finished, but doesn't breakAndre Pang
2004-10-20Enable dvdnav support even if CDROM ioctls are not found. This makes xine wo...Andre Pang
2004-10-18somebody did copy-paste here...Miguel Freitas
2004-10-18disable libsmbclient debugingMiguel Freitas
2004-10-18Simple libsmbclient (samba) input pluginMiguel Freitas
2004-10-08sync to current CVS of libdvdnavMichael Roitzsch
2004-10-05- Some fixes for crashes when trying to play encrypted DVDs without libdvdcssBastien Nocera
2004-09-28Get SCNx64 and SCNxMAX format macros working properly on Mac OS XAndre Pang
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-23- Factor is 1.0, num_buffers is 230...Bastien Nocera
2004-09-23- Fix crashes with some input plugins when no audio output was availableBastien Nocera
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