summaryrefslogtreecommitdiff
path: root/src/input/libreal/real.c
AgeCommit message (Expand)Author
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-30Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed.Darren Salt
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2006-12-18Partially implemented RTSP seekability:Claudio Ciccani
2006-11-29Fix buffer overrun reported by Roland Kay with JW's patch. Close bug #1603458.Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-03-18[coverity]Thibaut Mattern
2005-06-25*BUGFIX*Siggi Langauf
2004-12-15Multiple security vulnerabilities fixed on PNM and Real RTSP clientsMiguel Freitas
2004-09-08chunk size fix from Ross FinlaysonMiguel Freitas
2004-04-24sanity cecking, safer buffer allocationMiguel Freitas
2004-04-24more bounds checking fixes (thanks Roberto Togni)Miguel Freitas
2004-04-23some sanity and bounds checking (my own audit)Miguel Freitas
2004-04-22- remove some forgotten debugBastien Nocera
2004-04-22- fix Real pnm/rtsp streaming on big endian platformsBastien Nocera
2004-01-03Second attempt at detecting end of non-live rtsp streamsJames Stembridge
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-04quietJames Stembridge
2003-12-04Attempt to detect end of real rtsp streamsJames Stembridge
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-03-30prevent a segfault on unsupported streamsStefan Holst
2003-03-28fixes some rtsp streamsStefan Holst
2002-12-24a cleaner implementation of sdp/sdpplin added, small fixesStefan Holst
2002-12-22fixes handling of some real streams and adds some log outputStefan Holst
2002-12-17fixed cseq calculationStefan Holst
2002-12-16real streaming fixes:Stefan Holst
2002-12-14- rtsp audio only streams now work betterStefan Holst
2002-12-12The rest of rtsp input plugin; sorry.Stefan Holst