log

age author description
Sun, 24 Jan 2010 22:47:50 +0000 cehoyos Fix decoding ATI VCR2 codec, sample in libavcodec
Sun, 24 Jan 2010 20:54:09 +0000 michael Branchless setting of MB_TYPE_8x8DCT. libavcodec
Sun, 24 Jan 2010 20:52:49 +0000 michael Remove cruft. libavcodec
Sun, 24 Jan 2010 19:19:09 +0000 michael Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodec
Sun, 24 Jan 2010 18:42:22 +0000 michael a[b-1] -> (a-1)[b]. libavcodec
Sun, 24 Jan 2010 18:23:46 +0000 michael Optimize suffix_length computation, 1 cpu cycle speedup. libavcodec
Sun, 24 Jan 2010 18:18:08 +0000 michael Simplify suffix_length computation, same speed. libavcodec
Sun, 24 Jan 2010 18:17:01 +0000 michael Optimize level_code computation, 6cpu cycles speedup. libavcodec
Sun, 24 Jan 2010 18:07:29 +0000 reimar Fix crash in MLP decoder due to integer overflow. libavcodec
Sun, 24 Jan 2010 18:05:02 +0000 michael 1 cpu cycle faster suffix_length calculation. libavcodec
Sun, 24 Jan 2010 17:27:00 +0000 fenrir VC-1/WMV3 DXVA2 implementation libavcodec
Sun, 24 Jan 2010 17:02:44 +0000 michael Remove is_complex from loop_filter() its useless there in its current form. libavcodec
Sun, 24 Jan 2010 16:40:58 +0000 fenrir Added a few missing consts in dxva_h264. libavcodec
Sun, 24 Jan 2010 16:37:12 +0000 fenrir Added a missing const to ff_h264_get_slice_type(). libavcodec
Sun, 24 Jan 2010 16:22:09 +0000 fenrir Added missing const to get_bits_count(). libavcodec
Sun, 24 Jan 2010 13:43:26 +0000 michael Prefer cbp over cbp_table. libavcodec
Sun, 24 Jan 2010 13:20:17 +0000 michael Remove all uses of slice_type* from the loop filter, also remove its libavcodec
Sat, 23 Jan 2010 22:11:46 +0000 michael Remove unneeded reset of non_zero_count_cache for deblock. libavcodec
Sat, 23 Jan 2010 21:57:36 +0000 michael Remove useless things from the deblock side of fill_caches(). libavcodec
Sat, 23 Jan 2010 21:45:12 +0000 michael make mv_cache init 64bit where possible. libavcodec
Sat, 23 Jan 2010 18:17:57 +0000 fenrir Moved reusable functions from dxva2_h264.c to dxva2.c libavcodec
Sat, 23 Jan 2010 18:05:30 +0000 michael Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodec
Sat, 23 Jan 2010 18:04:09 +0000 reimar Release buffer when the codec is closed. libavcodec
Sat, 23 Jan 2010 18:01:38 +0000 reimar Use qstride = 0 and allocate only a single line for qscale_table since libavcodec
Sat, 23 Jan 2010 18:01:28 +0000 fenrir Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions. libavcodec
Sat, 23 Jan 2010 18:00:51 +0000 fenrir Reindent the content of one if(){} in ff_dxva2_common_end_frame. libavcodec
Sat, 23 Jan 2010 17:59:08 +0000 fenrir Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame. libavcodec
Sat, 23 Jan 2010 15:28:34 +0000 michael Set edges based on cbp and mv partitioning, not just skiped MBs. libavcodec
Sat, 23 Jan 2010 15:22:48 +0000 reimar Use AVPALETTE_COUNT instead of hard-coding 256. libavcodec
Sat, 23 Jan 2010 15:19:34 +0000 reimar Remove redundant initialization of the palette, it is part of the context libavcodec
Sat, 23 Jan 2010 14:50:56 +0000 michael Optimize filter_mb_mbaff_edge*() libavcodec
Sat, 23 Jan 2010 13:54:02 +0000 michael Optmize 8x8dct check used to skip some borders in the loop filter. libavcodec
Sat, 23 Jan 2010 13:49:09 +0000 reimar Use av_freep intead of av_free to free pointers in vp56 context. libavcodec
Sat, 23 Jan 2010 10:25:22 +0000 reimar Zero the frame data on allocation for VB codec, e.g. the FATE sample seems to libavcodec
Sat, 23 Jan 2010 08:39:50 +0000 daniel Export wma_critical_freqs as ff_wma_critical_freqs libavcodec
Fri, 22 Jan 2010 23:40:18 +0000 reimar The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodec
Fri, 22 Jan 2010 23:07:58 +0000 alexc Implement an sse version of scalarproduct_float(). libavcodec
Fri, 22 Jan 2010 19:07:44 +0000 kostya Check for chunk boundaries when decoding VB codec data libavcodec
Fri, 22 Jan 2010 18:28:41 +0000 kostya Zero palette in case not all entries are initialized later libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Fri, 22 Jan 2010 01:59:17 +0000 michael Gcc idiocy fixes related to filter_mb_edge*. libavcodec
Thu, 21 Jan 2010 21:01:26 +0000 michael Move dquant check into qscale overflow check. libavcodec
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