Thu, 05 Feb 2009 07:57:11 +0000 |
pross |
convert mpeg1_decode_block_intra() to inline global
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
Fri, 16 Jan 2009 16:50:32 +0000 |
cehoyos |
Add mpeg1_vdpau decoder.
libavcodec
|
Fri, 16 Jan 2009 02:50:20 +0000 |
cehoyos |
12l: Fix compilation with --disable-vdpau.
libavcodec
|
Fri, 16 Jan 2009 02:14:07 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Tue, 13 Jan 2009 21:13:45 +0000 |
michael |
Avoid using sub_id in mpeg1/2video.
libavcodec
|
Tue, 06 Jan 2009 18:58:18 +0000 |
cehoyos |
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
libavcodec
|
Tue, 06 Jan 2009 15:16:33 +0000 |
cehoyos |
Factorise setting of avctx->pix_fmt.
libavcodec
|
Mon, 15 Dec 2008 22:22:51 +0000 |
diego |
Switch xvmc over to a CONFIG_ option.
libavcodec
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavcodec
|
Wed, 12 Nov 2008 17:47:23 +0000 |
romansh |
Making it easier to send arbitrary structures as work orders to MT workers
libavcodec
|
Sun, 28 Sep 2008 23:19:12 +0000 |
michael |
Guess picture type from picture coding extension when the main header is damaged.
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Wed, 03 Sep 2008 19:04:46 +0000 |
michael |
Ignore the spec, and calculate aspect ratio on width/height.
libavcodec
|
Tue, 26 Aug 2008 23:25:29 +0000 |
bcoudurier |
simplify mpeg12 avctx->pix_fmt set
libavcodec
|
Wed, 20 Aug 2008 17:05:14 +0000 |
diego |
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
libavcodec
|
Wed, 20 Aug 2008 16:59:26 +0000 |
diego |
cosmetics: comment spelling/grammar fixes
libavcodec
|
Tue, 19 Aug 2008 20:52:26 +0000 |
diego |
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
libavcodec
|
Tue, 19 Aug 2008 08:55:40 +0000 |
diego |
Mark init_vlcs function as av_cold.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Mon, 02 Jun 2008 19:04:14 +0000 |
bcoudurier |
print correct mpeg-2 broken_link value, and print closed_gop
libavcodec
|
Fri, 30 May 2008 21:06:40 +0000 |
michael |
Change init_2d_vlc_rl() to not use *alloc_static().
libavcodec
|
Fri, 30 May 2008 20:06:08 +0000 |
michael |
Remove constant argument.
libavcodec
|
Fri, 30 May 2008 20:02:59 +0000 |
michael |
Switch to INIT_VLC_USE_NEW_STATIC.
libavcodec
|
Sun, 25 May 2008 13:31:07 +0000 |
michael |
Do not reject odd width/height.
libavcodec
|