summaryrefslogtreecommitdiff
path: root/src/input/libreal/rmff.c
AgeCommit message (Expand)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
2010-03-07Merge from 1.1.Darren Salt
2010-02-25Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Add allocation checks to the Real MDPR parsing code (ref. CVE-2008-5240).Darren Salt
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2008-01-16Put under #if 0 a few functions that never gets used in xine at all.Diego 'Flameeyes' Pettenò
2008-04-30Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed.Darren Salt
2008-01-11Merge from 1.1.Darren Salt
2008-01-11Fix a buffer overflow in the RTSP header-handling code.Darren Salt
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Add and use new functions for malloc+memcpy(+NUL-term) fragments.Darren Salt
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-13Make rmff_dump_pheader accept a bytes buffer.Diego 'Flameeyes' Pettenò
2007-12-13Make rmff_dump_header accept a void * parameter for buffer.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-06-14Include bswap.h too.Diego 'Flameeyes' Pettenò
2007-06-13Don't redefine the BE_16/32 macros.Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-04Attempt to detect end of real rtsp streamsJames Stembridge
2003-11-27fix compiler warning about LOG_MODULE being redefinedMichael Roitzsch
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2002-12-24a cleaner implementation of sdp/sdpplin added, small fixesStefan Holst
2002-12-15A part of real media file handling now uses xine_buffer_*.Stefan Holst
2002-12-12The rest of rtsp input plugin; sorry.Stefan Holst