summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_twin.c
Commit message (Expand)AuthorAgeFilesLines
* 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