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
|
Fri, 20 Nov 2009 07:26:17 +0000 |
kostya |
cosmetics: break some long lines and insert few spaces
libavcodec
|
Fri, 20 Nov 2009 07:22:41 +0000 |
kostya |
10l trocadero: ZMBV encoder used zero score to detect whether block should be
libavcodec
|
Tue, 13 Oct 2009 20:13:28 +0000 |
reimar |
Remove unnecessary calls to avcodec_check_dimensions, the check is already
libavcodec
|
Sun, 06 Sep 2009 16:09:21 +0000 |
reimar |
Mark all pix_fmts and supported_framerates compound literals as const.
libavcodec
|
Fri, 22 May 2009 21:32:13 +0000 |
conrad |
Move ALIGN macro to libavutil/common.h and use it in various places
libavcodec
|
Sun, 10 May 2009 14:44:09 +0000 |
banan |
Remove dead nested assignment found by CSA
libavcodec
|
Fri, 24 Apr 2009 14:09:24 +0000 |
kostya |
Remove useless assignment during initialization for some decoders
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
Thu, 18 Sep 2008 13:17:44 +0000 |
kostya |
ZMBV encoder forgot to fill coded frame pointer
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 21:28:55 +0000 |
michael |
Avoid using log2() freebsd does not support it.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Fri, 09 May 2008 10:44:12 +0000 |
michael |
Little fix for block sizes <16
libavcodec
|
Fri, 09 May 2008 09:02:41 +0000 |
kostya |
Improve motion estimation metric.
libavcodec
|
Mon, 28 Apr 2008 10:21:58 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
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
|
Sun, 11 Mar 2007 09:51:01 +0000 |
kostya |
Correctly ME border blocks
libavcodec
|
Sun, 21 Jan 2007 21:58:32 +0000 |
mru |
remove useless #ifdef CONFIG_ZLIB
libavcodec
|
Sun, 21 Jan 2007 12:27:53 +0000 |
banan |
Fixed a typo, cosmetics.
libavcodec
|
Fri, 08 Dec 2006 05:28:00 +0000 |
kostya |
Deobfuscate expression
libavcodec
|
Fri, 08 Dec 2006 04:37:00 +0000 |
kostya |
1e6l forgot to add zmbvenc.c
libavcodec
|