Mercurial > libavcodec.hg
log roqaudioenc.c @ 11631:aef934aa4787 libavcodec
age | author | description |
---|---|---|
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 |
Thu, 31 Jul 2008 10:47:31 +0000 | pross | Modify all codecs to report their supported input and output sample format(s). libavcodec |