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
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Fri, 16 May 2008 00:28:22 +0000 |
diego |
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 22:51:38 +0000 |
diego |
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Mon, 07 May 2007 08:55:27 +0000 |
benoit |
RoQ audio encoder
libavcodec
|