summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_realaud.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-2/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Add header for AVI print functions; avoids many forward declarations.diego2010-02-181-4/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* Add standard license header to all files in libmpdemux.diego2009-05-081-3/+19
* Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-8/+7
* Remove superfluous bswap.h include.diego2006-12-021-1/+0
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-1/+1
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-2/+0
* Remove unused prototypertogni2006-07-081-2/+0
* Fix some potential integer overflow in memory allocation (mot of thesertognimp2006-05-141-2/+2
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-2/+2
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* Support sipr codec in old RealAudio files.rtognimp2006-01-151-2/+49
* Move audio packets reordering from codec interface to demuxers for realrtognimp2005-12-091-16/+25
* Sparcs do not like wild pointer typecasting (unaligned access).reimar2005-08-301-1/+4
* Demuxer modularizationrtognimp2005-08-051-6/+23
* Fix very old ra files with no fourccrtognimp2005-03-031-1/+4
* Fix some 28.8 ra files with four text stringsrtognimp2005-03-031-3/+8
* 10lrtognimp2003-11-301-1/+1
* Warning fixes, patch by Dominik Mierzejewskirtognimp2003-06-011-3/+5
* Remove byteswap hack with dnet audiortognimp2003-05-171-12/+0
* Remove broker reset/seek and fix ;;rtognimp2003-04-301-4/+1
* Realaudio supportrtognimp2003-04-301-0/+302