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
/
sdpplin.c
Age
Commit message (
Expand
)
Author
2008-06-23
Allow for <libavutil/base64.h> etc.
Darren Salt
2008-06-20
Merge the avutil branch; port the "raw" video output plugin.
Darren Salt
2008-05-29
Merge from 1.1.
Darren Salt
2008-05-23
Mark initialisation functions with malloc attribute.
Diego 'Flameeyes' Pettenò
2008-05-23
Merge from 1.1. VDR needs to be updated.
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-09
Compilation fixes, mostly ffmpeg-related, and linkage fixes.
Darren Salt
2008-04-09
Merge from 1.2 main.
Darren Salt
2008-03-19
Merge from 1.1.
Darren Salt
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-03-01
Update to the new FFmpeg's include directory.
Diego 'Flameeyes' Pettenò
2007-12-23
Merge from 1.2 main branch.
Diego 'Flameeyes' Pettenò
2007-12-19
Merge from 1.2 branch.
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-19
Add and use new functions for malloc+memcpy(+NUL-term) fragments.
Darren Salt
2007-12-19
Merge from 1.2 branch.
Diego 'Flameeyes' Pettenò
2007-12-18
Use calloc() when allocating an array of elements.
Diego 'Flameeyes' Pettenò
2007-12-11
Remove a base64 decoding function, and use libavutil decoding function instead.
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ò
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-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2004-04-23
some sanity and bounds checking (my own audit)
Miguel Freitas
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-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2002-12-24
a cleaner implementation of sdp/sdpplin added, small fixes
Stefan Holst