summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_real.c
AgeCommit message (Expand)Author
2013-10-14Limit pts messages to verbosity level 3.Torsten Jager
2013-10-14demux_real.c: better a/v sync part 2.Torsten Jager
2013-10-14demux_real.c: better a/v sync.Torsten Jager
2013-10-14Copyright year update by hg log info #2.Torsten Jager
2013-10-04Fix realvideo reordered pts.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-01-18Merge from 1.1Petri Hintukainen
2012-01-16Copy to buf->contentPetri Hintukainen
2012-01-12Merge from 1.1Petri Hintukainen
2012-01-12Added constPetri Hintukainen
2011-10-05Merge from 1.1.Darren Salt
2011-10-04demux_real: fixed buffer size checkPetri Hintukainen
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-13#include guards and __attribute__ fixupsCarlo Bramini
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-05Merge from 1.1 (with adaptations).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-05Merge security fixes from 1.1.Darren Salt
2009-01-05Merge security fixes.Darren Salt
2009-01-01check for buffers smaller than headers in real demuxerThomas Viehmann
2009-01-04Fix for CVE-2008-5243.Matthias Hopf
2009-01-04Fix for CVE-2008-5240Matthias Hopf
2009-01-04Fix for CVE-2008-5236.Matthias Hopf
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-08-14Merge from 1.1.Darren Salt
2008-07-17Merge from 1.1.Darren Salt
2008-07-04Use the new _x_is_fourcc() funtion to check for FOURCC tags in files.Diego 'Flameeyes' Pettenò
2008-07-03Rewrite demux_real and demux_realaudio for style.Diego 'Flameeyes' Pettenò
2008-08-13Check for possible buffer overflow attempts in the Real demuxer.Darren Salt
2008-08-13Check for allocation failures.Darren Salt
2008-08-13Use size_t for data length variables.Darren Salt
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-06Merge from 1.1.Darren Salt
2008-04-30Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed.Darren Salt
2008-04-21Merge from 1.1.Darren Salt
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2008-04-08Merge from 1.1.Darren Salt
2008-04-07Implement support for "MPEG-3 adu".Jinghua Luo
2008-04-07Move the sipro codec swap data & code into a common header.Darren Salt
2008-04-07Use ffmpeg's cook decoder and fix Real decoder bugsJinghua Luo
2008-03-26Merge from 1.1.Darren Salt
2008-03-23Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).Darren Salt
2008-03-23Check for failure of various memory allocations. (SA29484)Darren Salt
2008-02-04Report the identifiers of unrecognised video & audio codecs.Darren Salt
2008-01-06Merge from 1.1.Darren Salt
2008-01-06Tell the Real demuxer about lists of http references.Darren Salt