Thu, 21 Jan 2010 16:50:31 +0000 |
michael |
Make calculation of mask_edge free of branches, faster of course but probably
libavcodec
|
Thu, 21 Jan 2010 13:49:47 +0000 |
michael |
Clarify CODEC_CAP_SUBFRAMES.
libavcodec
|
Thu, 21 Jan 2010 12:57:24 +0000 |
mru |
Set CODEC_CAP_SUBFRAMES for adpcm decoders
libavcodec
|
Thu, 21 Jan 2010 09:46:57 +0000 |
conrad |
Use two separate memory arguments since 8+() is invalid gas syntax
libavcodec
|
Wed, 20 Jan 2010 22:55:50 +0000 |
mru |
Always call avcodec_thread_init()
libavcodec
|
Wed, 20 Jan 2010 19:23:19 +0000 |
michael |
Attempt to fix asm compilation failure.
libavcodec
|
Wed, 20 Jan 2010 18:54:51 +0000 |
fenrir |
H264 DXVA2 implementation
libavcodec
|
Wed, 20 Jan 2010 06:01:54 +0000 |
mru |
Move COPY3_IF_LT to lavc/mathops.h
libavcodec
|
Wed, 20 Jan 2010 03:28:57 +0000 |
astrange |
H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts.
libavcodec
|
Wed, 20 Jan 2010 03:00:08 +0000 |
michael |
Simplify/Optimize another of the mbaff loop filter cases.
libavcodec
|
Wed, 20 Jan 2010 01:49:24 +0000 |
michael |
Only calculate the second chroma qp if it differs from the firstin the main
libavcodec
|
Wed, 20 Jan 2010 01:38:32 +0000 |
michael |
Set bS with 64bits at a time.
libavcodec
|
Wed, 20 Jan 2010 01:15:30 +0000 |
michael |
Merge multiple IS_* macro uses where possible.
libavcodec
|
Wed, 20 Jan 2010 00:44:03 +0000 |
michael |
Simplify and optimize intra code in h264_loopfilter.c
libavcodec
|
Wed, 20 Jan 2010 00:39:47 +0000 |
vitor |
Floating point discrete cosine transform
libavcodec
|
Wed, 20 Jan 2010 00:34:10 +0000 |
conrad |
Use constant offsets for memory operands since gcc is unable to
libavcodec
|
Wed, 20 Jan 2010 00:17:16 +0000 |
michael |
Sightly simplify initialization of int start.
libavcodec
|
Tue, 19 Jan 2010 22:54:13 +0000 |
michael |
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its
libavcodec
|
Tue, 19 Jan 2010 22:46:58 +0000 |
michael |
skip outer pixels if possible in h264_loop_filter_luma_c().
libavcodec
|
Tue, 19 Jan 2010 16:43:57 +0000 |
michael |
Reenable ff_h264_filter_mb_fast() for all slices it supported before.
libavcodec
|
Tue, 19 Jan 2010 16:40:36 +0000 |
michael |
Fix h264_loop_filter_strength_mmx2() so it works with b frames.
libavcodec
|
Tue, 19 Jan 2010 14:28:19 +0000 |
michael |
Remove -2 -> -1 remapping, its not needed anymore as we must remap all
libavcodec
|
Tue, 19 Jan 2010 04:00:08 +0000 |
darkshikari |
Update libx264.c to use new libx264 features
libavcodec
|
Tue, 19 Jan 2010 03:16:48 +0000 |
jai_menon |
Apply changes made in r21308 to svq3.c.
libavcodec
|