Age | Commit message (Expand) | Author |
2008-07-08 | Avoid using strlen() in loops, calculate it beforehand. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Remove MIN/MAX macro definitions on unit. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-30 | Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2008-03-11 | Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). | Diego 'Flameeyes' Pettenò |
2008-03-11 | Use calloc() to avoid possible integer overflow if stream_count is big enough. | Diego 'Flameeyes' Pettenò |
2008-01-11 | Correct the prototype of rmff_dump_header. (Build fix.) | Darren Salt |
2008-01-11 | Fix a buffer overflow in the RTSP header-handling code. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-14 | Include bswap.h too. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Don't redefine the BE_16/32 macros. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Fix possible strict aliasing breakage. | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix invalid memory access in Real Media SDP with tailored stream; reported | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix program termination due to invalid Real Media SDP; reported by Roland | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix invalid memory access in Real Media ASM parser; reported by Roland | Diego 'Flameeyes' Pettenò |
2006-12-18 | Partially implemented RTSP seekability: | Claudio Ciccani |
2006-11-29 | Fix buffer overrun reported by Roland Kay with JW's patch. Close bug #1603458. | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-03-18 | [coverity] | Thibaut Mattern |
2005-06-25 | *BUGFIX* | Siggi Langauf |
2004-12-15 | Multiple security vulnerabilities fixed on PNM and Real RTSP clients | Miguel Freitas |
2004-09-08 | chunk size fix from Ross Finlayson | Miguel Freitas |
2004-08-27 | MINGW32 port. Engine library and most of plugins compiles now. | František Dvořák |
2004-08-27 | empty assignment patch by Reimar Doffinger | Miguel Freitas |
2004-04-24 | sanity cecking, safer buffer allocation | Miguel Freitas |
2004-04-24 | more bounds checking fixes (thanks Roberto Togni) | Miguel Freitas |
2004-04-23 | some sanity and bounds checking (my own audit) | Miguel Freitas |
2004-04-22 | - remove some forgotten debug | Bastien Nocera |
2004-04-22 | - fix Real pnm/rtsp streaming on big endian platforms | Bastien Nocera |
2004-04-06 | Prepare for MinGW port: | František Dvořák |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-01-03 | Second attempt at detecting end of non-live rtsp streams | James Stembridge |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-12-04 | quiet | James Stembridge |
2003-12-04 | Attempt to detect end of real rtsp streams | James Stembridge |
2003-11-27 | fix compiler warning about LOG_MODULE being redefined | Michael Roitzsch |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-10-12 | fix compiler warning | Michael Roitzsch |