summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_twin.c
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Add header for AVI print functions; avoids many forward declarations.diego2010-02-181-1/+1
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* Mark some functions that do not need external visibility as static.diego2009-09-301-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-13/+13
* Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* Use av_malloc/av_free for audio-related buffers to avoid crashes due toreimar2008-10-181-1/+1
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-3/+3
* Include loader/ prefix in #include path everywhere.diego2007-03-151-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-4/+0
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-3/+3
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-3/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* TwinVQ decoder and demuxerrtognimp2004-12-291-0/+510