aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_realaud.c
Commit message (Expand)AuthorAge
* 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