log roqaudioenc.c @ 12494:94eaea836bf4 libavcodec

age author description
Sat, 24 Jul 2010 13:59:49 +0000 reimar Use "const" qualifier for pointers that point to input data of libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Mon, 08 Mar 2010 21:19:56 +0000 mru Move ff_sqrt() to libavutil/intmath.h libavcodec
Sun, 18 Oct 2009 16:29:10 +0000 vitor Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Thu, 11 Dec 2008 19:27:53 +0000 vitor Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. libavcodec