aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_realvid.c
Commit message (Expand)AuthorAge
* Remove win32/qt/xanim/real binary codecs loadingGravatar wm42012-08-16
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* 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
* Use AV_RL* macros instead of typecasts where appropriateGravatar reimar2010-11-02
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \
| | * 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
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * 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
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
|/
* Set dll_type and rv_handle for drvc.dllGravatar zuxy2008-04-13
* Oops...should be "drv43260.dll" instead of "drv34260.dll"Gravatar zuxy2008-04-12
* Cosmetic fix for r26419Gravatar zuxy2008-04-12
* Dlls can be relocated when loading so rely on filename instead of absoluteGravatar zuxy2008-04-12
* Indentation fix for r26417Gravatar zuxy2008-04-12
* Don't print "Could not patch" messages when we haven't actually tried to patch.Gravatar zuxy2008-04-12
* Check for drvc.dll entries for mingw32Gravatar zuxy2008-04-12
* typo fix: inited --> initializedGravatar diego2008-02-14
* Do not pass timestamp to realvideo binary decoderGravatar rtogni2008-01-06
* Runtime-patching for windows to fix crash with drv43260.dll Gravatar reimar2007-08-20
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* Only increase buffer size to avoid crashes when seeking inGravatar reimar2006-12-10
* Fix realvideo size changes by using our own malloced buffer and export type mpi.Gravatar reimar2006-12-10
* Remove unused function pointers, they probably had incorrect prototypesGravatar reimar2006-12-03
* Fix extradata passing to lavc RV20 decoderGravatar rtogni2006-11-14
* Allows up to 8 bytes of extradata for cmsg24Gravatar rtogni2006-10-10
* 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
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* DragonFly BSD supportGravatar diego2005-05-25
* Play RV30 with 8-elements cmsg24Gravatar rtognimp2005-01-22