Sun, 06 Sep 2009 16:09:21 +0000 |
reimar |
Mark all pix_fmts and supported_framerates compound literals as const.
libavcodec
|
Sat, 15 Aug 2009 11:42:15 +0000 |
diego |
cosmetics: indentation, prettyprinting, K&R coding style
libavcodec
|
Sat, 15 Aug 2009 11:32:11 +0000 |
diego |
Drop some more useless braces around if/for constructs.
libavcodec
|
Sat, 15 Aug 2009 11:12:47 +0000 |
diego |
Remove useless braces around if/for/while expressions.
libavcodec
|
Sat, 15 Aug 2009 11:02:50 +0000 |
diego |
Simplify 'if' condition statements.
libavcodec
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 12 Oct 2008 20:22:55 +0000 |
cehoyos |
Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
libavcodec
|
Tue, 09 Sep 2008 14:47:47 +0000 |
diego |
Add support for creating Simple Profile (I-frame only, no arithmetic coding)
libavcodec
|
Sat, 12 Jul 2008 20:09:50 +0000 |
diego |
Fix pts handling when encoding with libdirac.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sat, 17 May 2008 10:20:01 +0000 |
diego |
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Sat, 03 May 2008 03:47:26 +0000 |
diego |
Dirac decoding/encoding support via libdirac.
libavcodec
|