aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_realaud.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Use interleaver id to select the correct interleaver instead of guessing Gravatar rtogni2007-01-24
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Remove unused prototypeGravatar rtogni2006-07-08
* Fix some potential integer overflow in memory allocation (mot of theseGravatar rtognimp2006-05-14
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Support sipr codec in old RealAudio files.Gravatar rtognimp2006-01-15
* Move audio packets reordering from codec interface to demuxers for realGravatar rtognimp2005-12-09
* Sparcs do not like wild pointer typecasting (unaligned access).Gravatar reimar2005-08-30
* Demuxer modularizationGravatar rtognimp2005-08-05
* Fix very old ra files with no fourccGravatar rtognimp2005-03-03
* Fix some 28.8 ra files with four text stringsGravatar rtognimp2005-03-03
* 10lGravatar rtognimp2003-11-30
* Warning fixes, patch by Dominik MierzejewskiGravatar rtognimp2003-06-01
* Remove byteswap hack with dnet audioGravatar rtognimp2003-05-17
* Remove broker reset/seek and fix ;;Gravatar rtognimp2003-04-30
* Realaudio supportGravatar rtognimp2003-04-30