aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_realaud.c
Commit message (Expand)AuthorAge
* Fix build due to codecs_path vs. codec_path typo.Gravatar diego2010-03-23
* Get rid of pointless def_path variable; use codec_path directly instead.Gravatar diego2010-03-23
* Real binary loader code should respect the binary codec path.Gravatar diego2010-03-23
* Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* Revert marking seemingly unused RealAudio/RealVideo-related functions as static.Gravatar diego2010-02-17
* libmpcodecs: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Move variable into the block where it actually usedGravatar reimar2007-06-24
* Remove unused variables.Gravatar diego2007-05-28
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* Remove unused function pointers, they probably had incorrect prototypesGravatar reimar2006-12-03
* Quit on eof, was broken by r17150Gravatar rtogni2006-07-19
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Reduce Real DLL/so loading verbosity, OKed by Roberto.Gravatar diego2006-03-03
* Move audio packets reordering from codec interface to demuxers for realGravatar rtognimp2005-12-09
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Check for eof instead of decoding the same data over and over.Gravatar reimar2005-10-01
* Too little memory alloced.Gravatar reimar2005-07-21
* DragonFly BSD supportGravatar diego2005-05-25
* Always select correct descramblig matrix for sipr audioGravatar rtognimp2005-01-25
* remove mac shlb support to use new helix codec for realvideo support on osxGravatar nplourde2004-11-03
* another 10lGravatar alex2004-06-24
* 10lGravatar alex2004-06-24
* support for realvideo codecs under macosx, original patch by Donnie SmithGravatar alex2004-06-24
* minimal fix for alex's 1000000000000l compile errors. imo the fix inGravatar rfelker2004-04-30
* sysm --> syms typo fix by Joey ParrishGravatar diego2003-08-17
* Win32 codec paths in vd_realvid.cGravatar diego2003-07-19
* OpenBSD support by Bjorn Sandell <biorn@dce.chalmers.se>Gravatar alex2003-05-20
* realaudio 28_8 and 14_4 dll supportGravatar faust32003-05-17
* use dynamic path[] allocation and possible better wraSetDLLAccessPath mechani...Gravatar alex2003-05-12
* cygwin/mingw32 support by Sascha SommerGravatar alex2003-05-11
* Support for codec 14_4 and 28_8Gravatar rtognimp2003-04-30
* - removed unused global 'handle'Gravatar arpi2003-03-09
* windows support and eleminating some 10ls. Win32 ATRC has audio artifacts, Wi...Gravatar alex2003-02-11
* - realaudio ATRC (sony atrac3) codec supportGravatar arpi2002-11-04
* tell the codec wrapper the codec path (fixes realaudio Sipr)Gravatar arpi2002-10-16
* warning fixesGravatar arpi2002-09-29
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* sync driver names with codec-cfgGravatar arpi2002-08-30
* renamed to match driver family nameGravatar arpi2002-08-30