summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_twin.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29752Uoti Urpala2009-10-061-1/+1
|\
| * 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
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-12/+12
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * Use av_malloc/av_free for audio-related buffers to avoid crashes due toreimar2008-10-181-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-3/+3
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-3/+3
* | Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
|/
* 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