aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_xanim.c
Commit message (Expand)AuthorAge
* cleanup: fix mp_dbg() format string warningsGravatar Clément Bœsch2011-07-01
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vd_xanim.c: Give functions proper prototypesGravatar reimar2010-11-02
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \
| | * Get rid of pointless def_path variable; use codec_path directly instead.Gravatar diego2010-03-23
| | * Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
| | * Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
| | * Drop support for XANIM_MOD_DIR environment variable.Gravatar diego2010-03-18
| | * Reuse codec path variable used in the binary loader in the XAnim loader.Gravatar diego2010-03-18
| |/
| * Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* | Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Revert marking seemingly unused XAnim-binary-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
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Consistently #include mpbswap.h instead of bswap.h everywhere.Gravatar diego2008-04-28
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
|/
* Removed useless fastmemcpy.h includes in video decodersGravatar reimar2007-05-27
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* removing my (nonworking) email addressGravatar alex2003-07-03
* linux->osdepGravatar arpi2003-02-09
* removed unused code. fixed yv12+debug-mode sig11Gravatar alex2002-09-13
* - some cleanup, unused code removedGravatar arpi2002-09-10
* removed xacodec_driver, using sh->context instead, removed xacodec_image, usi...Gravatar alex2002-09-06
* merged xacodec.c and vd_xanim.cGravatar alex2002-09-05
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* yvu9 and if09 supportGravatar alex2002-06-23
* added xanim urlGravatar alex2002-03-23
* handle error from mpcodecs_config_vo()Gravatar arpi2002-03-16
* common includes moved to private vd_internal.hGravatar arpi2002-03-07
* xanim, raw, rle addedGravatar arpi2002-03-07