summaryrefslogtreecommitdiff
path: root/libavcodec/g726.c
Commit message (Collapse)AuthorAge
...
* * gotta setup coded_frame for encoding. avcodec.h says that for decodingRoman Shaposhnik2004-02-10
| | | | | | | lavc is supposed to set it up as well and I don't think I see any reason not to. Originally committed as revision 2769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use clip() from common.hMichael Niedermayer2004-02-07
| | | | | | ignore sample_rate==8000 limit if strict_std_compliance < 0 Originally committed as revision 2762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07
Originally committed as revision 2759 to svn://svn.ffmpeg.org/ffmpeg/trunk