summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_xanim.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* vd_xanim.c: Give functions proper prototypesreimar2010-11-021-24/+45
* Merge svn changes up to r30967Uoti Urpala2010-04-261-6/+2
|\
| * Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-231-1/+1
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
| * Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-201-2/+1
| * Drop support for XANIM_MOD_DIR environment variable.diego2010-03-181-3/+0
| * Reuse codec path variable used in the binary loader in the XAnim loader.diego2010-03-181-1/+1
* | Merge svn changes up to r30907Uoti Urpala2010-04-261-1/+1
|\|
| * Replace separate Win32, XAnim and Real codec directories by one global dir.diego2010-03-141-1/+1
| * Revert marking seemingly unused XAnim-binary-related functions as static.diego2010-02-171-12/+28
| * libmpcodecs: Mark functions not used outside of their files as static.diego2010-02-161-18/+17
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-8/+24
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-8/+24
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-8/+8
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-8/+8
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-18/+18
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-18/+18
* | Merge svn changes up to r26587Uoti Urpala2008-04-291-1/+1
|\|
| * Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-281-1/+1
* | Make video decoder description structs constUoti Urpala2008-04-251-1/+1
|/
* Removed useless fastmemcpy.h includes in video decodersreimar2007-05-271-1/+0
* "()" to "(void)" function param list fixesuau2007-04-011-2/+2
* Move #ifdefs around complete files into the build system.diego2006-06-211-2/+0
* massive attack: mp_msg printf format fixesrathann2006-01-121-8/+8
* removing my (nonworking) email addressalex2003-07-031-1/+1
* linux->osdeparpi2003-02-091-1/+1
* removed unused code. fixed yv12+debug-mode sig11alex2002-09-131-27/+3
* - some cleanup, unused code removedarpi2002-09-101-103/+81
* removed xacodec_driver, using sh->context instead, removed xacodec_image, usi...alex2002-09-061-400/+327
* merged xacodec.c and vd_xanim.calex2002-09-051-2/+881
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* yvu9 and if09 supportalex2002-06-231-1/+1
* added xanim urlalex2002-03-231-1/+1
* handle error from mpcodecs_config_vo()arpi2002-03-161-1/+1
* common includes moved to private vd_internal.harpi2002-03-071-8/+0
* xanim, raw, rle addedarpi2002-03-071-0/+74