Thu, 29 Nov 2007 15:09:24 +0000 |
michael |
fix segfault with interlaced h.264
libavcodec
|
Mon, 22 Oct 2007 15:13:10 +0000 |
diego |
Clarify comment block and rewrite in better English.
libavcodec
|
Thu, 18 Oct 2007 11:11:33 +0000 |
michael |
replace (disabled by default) assert(0) by abort() if the picture buffer
libavcodec
|
Mon, 08 Oct 2007 17:44:38 +0000 |
andoma |
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture.
libavcodec
|
Mon, 08 Oct 2007 09:09:19 +0000 |
bcoudurier |
export DCT_common_init and add ff_prefix
libavcodec
|
Wed, 03 Oct 2007 14:01:42 +0000 |
diego |
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is
libavcodec
|
Wed, 03 Oct 2007 13:49:51 +0000 |
diego |
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file
libavcodec
|
Wed, 26 Sep 2007 13:28:13 +0000 |
andoma |
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output
libavcodec
|
Tue, 25 Sep 2007 07:30:22 +0000 |
diego |
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an
libavcodec
|
Wed, 05 Sep 2007 16:18:15 +0000 |
gpoirier |
Add slice-based parallel H.264 decoding
libavcodec
|
Fri, 31 Aug 2007 14:58:44 +0000 |
mhoffman |
renaming ARCH_BFIN to HAVE_BFIN
libavcodec
|
Wed, 01 Aug 2007 00:39:39 +0000 |
michael |
make grayscale only decoding checks in inner loops compiletime killable
libavcodec
|
Tue, 31 Jul 2007 14:51:21 +0000 |
benoit |
fix mem leak
libavcodec
|
Mon, 30 Jul 2007 18:05:46 +0000 |
romansh |
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
libavcodec
|
Wed, 11 Jul 2007 21:04:53 +0000 |
mru |
move ff_h263_round_chroma() to mpegvideo.h as static inline
libavcodec
|
Tue, 10 Jul 2007 17:17:42 +0000 |
aurel |
move init_vlc_rl from h263.c to mpegvideo.c
libavcodec
|
Mon, 09 Jul 2007 21:07:24 +0000 |
aurel |
move ff_set_qscale from h263.c to mpegvideo.c
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Thu, 05 Jul 2007 09:55:48 +0000 |
aurel |
make DCT_common_init() static
libavcodec
|
Thu, 05 Jul 2007 09:48:29 +0000 |
aurel |
move mpeg encoder specific initialization in the encoder specific file
libavcodec
|
Tue, 03 Jul 2007 09:55:56 +0000 |
benoit |
Description: split mpegvideo.c
libavcodec
|
Wed, 20 Jun 2007 11:01:50 +0000 |
benoit |
move dct_quantize and denoise_dct function pointers initialization to C
libavcodec
|
Wed, 20 Jun 2007 07:08:00 +0000 |
benoit |
remove unused constant definition
libavcodec
|
Tue, 19 Jun 2007 21:14:19 +0000 |
benoit |
aanscales is used only with CONFIG_ENCODERS
libavcodec
|
Thu, 14 Jun 2007 08:44:41 +0000 |
diego |
Simplify init preprocessor statements.
libavcodec
|
Tue, 12 Jun 2007 19:34:06 +0000 |
mhoffman |
integrating MPV_common_init_bfin into the build system and mpegvideo.c
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Mon, 28 May 2007 09:30:41 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
Sun, 20 May 2007 01:41:36 +0000 |
michael |
use AV_LOG_ERROR instead of INFO for errors
libavcodec
|