summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-02configure needs to be run so that the Makefile actually existsMichael Roitzsch
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-29Better fix for 'make dist' with srcdir != builddir.František Dvořák
2004-07-29several fixes to implementation of critical sections using pthreadsMiguel Freitas
2004-07-29mention the win32 dll fixMiguel 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-26we have time stretching nowMiguel Freitas
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
2004-07-25protect buffersMichael Roitzsch
2004-07-25do not fill up to the max when you intend to strcat() another character laterMichael Roitzsch
2004-07-25remove some finished tasks and add some new ones for post 1.0Michael Roitzsch
2004-07-24Don't use MAP_FIXED to place registers after video RAM.Robin KAY
2004-07-24When including AC_TRY_COMPILE in the ACTION-IF-NOT-FOUND section of another A...Stephen Torri
2004-07-23fix configfile def_value assertion.Daniel Caujolle-Bert
2004-07-23made io_helper.c compile under Solaris 2.6 (socklen_t undefine type) (close #...Daniel Caujolle-Bert
2004-07-22protect from overly long filenamesMichael Roitzsch
2004-07-222 extra bytes is enough, one for the '/' and one for '\0'Michael Roitzsch
2004-07-22frontends could have crashed xine-lib by passing a too long filenameMichael Roitzsch
2004-07-22since we potentially add a '\n', we cannot fill the string to the limit earlierMichael Roitzsch
2004-07-22long paths to the vidix drivers would have overrun the path bufferMichael Roitzsch
2004-07-22* font name stored in an unprotected buffer, configuring a long font nameMichael Roitzsch
2004-07-22* do not use strcpy with overlapping strings, the behaviour is undefinedMichael Roitzsch
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-22embarassing overflow in the hacker's guide example appMichael Roitzsch
2004-07-22remove some things which are doneMichael Roitzsch
2004-07-21new goom2k4-dev18 includes almost all of my warning fixesMichael Roitzsch
2004-07-212 bugs fixed actuallyMiguel Freitas
2004-07-20Use lavc version of the mpeg rff flag.Thibaut Mattern
2004-07-20fix compiler warningsMichael Roitzsch
2004-07-20small DXR3 code cleanup:Michael Roitzsch
2004-07-20removing unused structure memberMichael Roitzsch
2004-07-20some updatingMichael 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