summaryrefslogtreecommitdiff
path: root/libavcodec/g726.c
Commit message (Expand)AuthorAge
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* make comments doxygen compatibleMichael Niedermayer2004-07-22
* * gotta setup coded_frame for encoding. avcodec.h says that for decodingRoman Shaposhnik2004-02-10
* use clip() from common.hMichael Niedermayer2004-02-07
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07