]> git.sesse.net Git - ffmpeg/history - libavcodec/g726.c
rename always_inline to av_always_inline and move to common.h
[ffmpeg] / libavcodec / g726.c
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-08 Michael Niedermayer#defines for strict_std_compliance and split between...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-07-22 Michael Niedermayermake comments doxygen compatible
2004-02-10 Roman Shaposhnik * gotta setup coded_frame for encoding. avcodec...
2004-02-07 Michael Niedermayeruse clip() from common.h
2004-02-07 Roman Shaposhnik * Initial implementation of the G.726 ADPCM audio...