summaryrefslogtreecommitdiffstats
path: root/libavcodec/g726.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-5/+5
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-011-74/+73
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-64/+64
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-49/+49
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-1/+1
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* make comments doxygen compatibleMichael Niedermayer2004-07-221-31/+32
* * gotta setup coded_frame for encoding. avcodec.h says that for decodingRoman Shaposhnik2004-02-101-2/+13
* use clip() from common.hMichael Niedermayer2004-02-071-16/+10
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-071-0/+417
OpenPOWER on IntegriCloud