summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2004-10-25improve reliability switch_channelsMike Lampard
2004-10-24bugfix from Maik Qualmann for playlist generationMike Lampard
2004-10-23fix byte alignment bug in pat parsing. hide eit if osd channel selector isMike Lampard
2004-10-23revert to old behaviour on pat/pmt timeout + bugfixMike Lampard
2004-10-23rewrite pat table to only contain the current pmt. use nonblock on internalMike Lampard
2004-10-22use poll on internal filterMike Lampard
2004-10-21fix build problemMike Lampard
2004-10-21fix build problem due to misaligned patchMike Lampard
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