summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-08-28Various fixes and improvements of mingw port:František Dvořák
2004-08-28Improve handling of Transport Mpeg streams.James Courtier-Dutton
2004-08-28Improved MRL parsing in the dvd plugin.James Courtier-Dutton
2004-08-27generic mechanism for specifying subtitles encoding at demuxer levelMiguel Freitas
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-08-27another mpeg fourccMiguel Freitas
2004-08-27empty assignment patch by Reimar DoffingerMiguel Freitas
2004-08-27fix deadlock.Miguel Freitas
2004-08-26Using one internal ffmpeg header file from xine's copy with external ffmpeg.František Dvořák
2004-08-26Implement configure option --disable-openglFrantišek Dvořák
2004-08-21little cleanup and improved the playback of broaken iff filesManfred Tremmel
2004-08-19Don't read past end of index when seeking to end of fileJames Stembridge
2004-08-19assembler compilation fix contributes by Andrew ChurchMichael Roitzsch
2004-08-19check for NAV updates earlier and thus more often;Michael Roitzsch
2004-08-19when looking for a PCI that matches the SPUs PTS, do not only check theMichael Roitzsch
2004-08-19* set the instance pointer to NULL before closing the dvdnav handleMichael Roitzsch
2004-08-18allow seaking to end of fileJames Stembridge
2004-08-181) Always store fourcc's in machine endian orderJames Stembridge
2004-08-18Add standard macro for machine-endian fourccJames Stembridge
2004-08-17Stay within array boundsJames Stembridge
2004-08-17Show where error messages are coming fromJames Stembridge
2004-08-16use 64bit arithmetics to prevent overflowMichael Roitzsch
2004-08-16header inclusion has to depend on the configure detection, because whenMichael Roitzsch
2004-08-16change CFLAGS to CPPFLAGSMichael Roitzsch
2004-08-16* remove unused low water markMichael Roitzsch
2004-08-16DXR3 support for more fine grained speedMichael Roitzsch
2004-08-08Support newer DLLsJames Stembridge
2004-08-06Lip sync fixed.James Courtier-Dutton
2004-08-06Improved quality of overlays.James Courtier-Dutton
2004-08-04some compilers do not optimize these unused functions away themselves, soMichael Roitzsch
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-08-02Don't include mmx.h on non-MMX systems: fixes compilation of Goom on Mac OS XAndre Pang
2004-08-02Compile fix when using internal ffmpeg libraryAndre Pang
2004-08-01patch by Robin Kay to dynamically increase the memory stack when it runs fullMichael Roitzsch
2004-07-31New configure option --with-external-ffmpeg[=PREFIX].František Dvořák
2004-07-30possibly fix the sync problem recently reported on xine-develMiguel Freitas
2004-07-29several fixes to implementation of critical sections using pthreadsMiguel Freitas
2004-07-29fix from Casper Boemann to reuse the stubs for unresolved symbolsMiguel Freitas
2004-07-27from the docs of sprintf: "when the strings overlap, the behaviour is undefined"Michael Roitzsch
2004-07-27* use a header for the init functionsMichael Roitzsch
2004-07-26play 20% faster by defaultMiguel Freitas
2004-07-26experimental time stretching pluginMiguel Freitas
2004-07-25protect bufferMichael Roitzsch
2004-07-25strncpy will not necessarily terminate the stringMichael Roitzsch
2004-07-25protect buffer; a long configured codec path could have overflown itMichael 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-25a buffer of size 1024 can only be filled with 1023 charactersMichael Roitzsch