index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
libreal
/
real.c
Age
Commit message (
Expand
)
Author
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-23
Remove MIN/MAX macro definitions on unit.
Diego 'Flameeyes' Pettenò
2008-05-09
Use size_t to keep the value returned by 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ò
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-01-19
Fix possible strict aliasing breakage.
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-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-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-01-03
Second attempt at detecting end of non-live rtsp streams
James Stembridge
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-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-03-30
prevent a segfault on unsupported streams
Stefan Holst
2003-03-28
fixes some rtsp streams
Stefan Holst
2002-12-24
a cleaner implementation of sdp/sdpplin added, small fixes
Stefan Holst
2002-12-22
fixes handling of some real streams and adds some log output
Stefan Holst
2002-12-17
fixed cseq calculation
Stefan Holst
2002-12-16
real streaming fixes:
Stefan Holst
2002-12-14
- rtsp audio only streams now work better
Stefan Holst
2002-12-12
The rest of rtsp input plugin; sorry.
Stefan Holst