Sat, 10 Jul 2010 22:12:30 +0000 |
mru |
Add av_ prefix to bswap macros
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Sun, 01 Nov 2009 15:08:49 +0000 |
jbr |
Set the sample format for Smacker audio in the decoder rather than in the
libavcodec
|
Tue, 13 Oct 2009 20:13:28 +0000 |
reimar |
Remove unnecessary calls to avcodec_check_dimensions, the check is already
libavcodec
|
Fri, 05 Jun 2009 08:37:55 +0000 |
bcoudurier |
smacker video decoder uses reget_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 24 Apr 2009 14:09:24 +0000 |
kostya |
Remove useless assignment during initialization for some decoders
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sat, 21 Mar 2009 15:52:14 +0000 |
kostya |
Make Smacker audio decoder output audio in original bit depth
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 15 Dec 2008 17:51:10 +0000 |
kostya |
Fix one peculiar case in Smacker decoding.
libavcodec
|
Wed, 19 Nov 2008 14:57:48 +0000 |
kostya |
Add channel layout to several audio decoders I maintain
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
|
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
|
Sat, 02 Feb 2008 22:34:44 +0000 |
reimar |
100l, since we already check for buf_size == 769 we should also
libavcodec
|
Sat, 02 Feb 2008 22:31:11 +0000 |
reimar |
Use bytestream_get_be24 to simplify palette parsing.
libavcodec
|
Fri, 01 Feb 2008 14:09:52 +0000 |
michael |
some const
libavcodec
|
Fri, 14 Sep 2007 06:01:29 +0000 |
kostya |
Check unp_size for possible overflows too
libavcodec
|
Thu, 13 Sep 2007 05:59:58 +0000 |
kostya |
Add checks on input/output buffers size for some audio decoders
libavcodec
|
Thu, 09 Aug 2007 00:57:36 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sat, 02 Jun 2007 01:41:07 +0000 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavcodec
|
Sat, 07 Apr 2007 17:37:30 +0000 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
Wed, 21 Mar 2007 05:56:29 +0000 |
kostya |
Smacker Audio stereo fix
libavcodec
|