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
/
rmff.c
Age
Commit message (
Expand
)
Author
2009-01-18
Add allocation checks to the Real MDPR parsing code (ref. CVE-2008-5240).
Darren Salt
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-04-30
Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed.
Darren Salt
2007-12-18
Use calloc() when allocating an array of elements.
Diego 'Flameeyes' Pettenò
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ò
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
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
2002-12-24
a cleaner implementation of sdp/sdpplin added, small fixes
Stefan Holst
2002-12-15
A part of real media file handling now uses xine_buffer_*.
Stefan Holst
2002-12-12
The rest of rtsp input plugin; sorry.
Stefan Holst