summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_real.c
AgeCommit message (Expand)Author
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-04-30Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed.Darren Salt
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
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-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-01-06Tell the Real demuxer about lists of http references.Darren Salt
2007-12-26Fix pls parsing (broken in cset e0819c1c624a).Darren Salt
2007-12-16Tell the Real demuxer about http references.Darren Salt
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-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-12-22Check whether or not we are playing before calling input_plugin->seek_time().Claudio Ciccani
2006-12-18Partially implemented RTSP seekability:Claudio Ciccani
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-07-17Improve ASX parsing.Darren Salt
2005-06-04"rmvb" is a valid real file extension tooJames Stembridge
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2004-08-19Don't read past end of index when seeking to end of fileJames Stembridge
2004-08-17Show where error messages are coming fromJames Stembridge
2004-07-30possibly fix the sync problem recently reported on xine-develMiguel Freitas
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-27- fix avi->compressor not being set correctly (lack of parenthesis)Miguel Freitas
2004-05-231) Simpler fragment skipping for RV30 and RV40James Stembridge
2004-05-16Priority support.Thibaut Mattern
2004-05-13set the pts on all buffers so the binary codec can be fed with the correct ti...James Stembridge
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
2004-03-01Support for 14.4 codec in RealMedia filesJames Stembridge
2004-02-08Fix breakage from last commitJames Stembridge
2004-02-05buf->size should be 0 when BUF_FLAG_SPECIAL is setJames Stembridge
2004-02-03Send all of audio type specific data to decoder instead of skipping first 4 b...James Stembridge
2004-01-30signal frame endJames Stembridge
2004-01-29Move ffmpeg specific RV10 code to ffmpeg decoderJames Stembridge
2004-01-29Support for data packet header with version 1James Stembridge
2004-01-26On second thoughts AAC in version 4 is very unlikely, so remove possibly inco...James Stembridge
2004-01-25Send AAC codec data and split AAC packets into individual framesJames Stembridge
2004-01-25Simplify reading of AAC packetJames Stembridge
2004-01-15better to set buf->type before trying to read itJames Stembridge
2004-01-15add fragment skipping formerly found in libreal/xine_decoder.cJames Stembridge
2004-01-13correct skipping of aac frame size listJames Stembridge
2004-01-13File header doesn't seem to have a fixed sized after allJames Stembridge