]> git.sesse.net Git - ffmpeg/history - libavcodec/g726.c
Make 8SVX codec names just a single word for consistency with other codec names.
[ffmpeg] / libavcodec / g726.c
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-19 Michael NiedermayerFix ;;
2008-02-01 Michael Niedermayerconst
2008-01-07 Diego PettenòMark the tables in g726.c as constant.
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
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...