log

age author description
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
Tue, 19 Jan 2010 03:14:45 +0000 michael Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec
Tue, 19 Jan 2010 02:28:26 +0000 michael Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodec
Tue, 19 Jan 2010 02:07:12 +0000 michael Move a few things into a deeper if() in fetch_diagonal_mv(). libavcodec
Tue, 19 Jan 2010 01:23:19 +0000 michael Remove code that handles the case of a MB pair to our right being available. libavcodec
Mon, 18 Jan 2010 23:55:19 +0000 michael Cosmetic, get rid of &x[0] libavcodec
Mon, 18 Jan 2010 23:41:12 +0000 michael Fix compilation with -O0. libavcodec
Mon, 18 Jan 2010 23:34:37 +0000 michael Fix accumulated indention errors. libavcodec
Mon, 18 Jan 2010 23:31:14 +0000 michael Optimize top non_zero_count_cache init. libavcodec
Mon, 18 Jan 2010 23:30:21 +0000 michael Dont init chroma elements of non_zero_count_cache for deblock. libavcodec
Mon, 18 Jan 2010 23:27:53 +0000 michael Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodec
Mon, 18 Jan 2010 21:22:09 +0000 michael Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodec
Mon, 18 Jan 2010 20:19:19 +0000 michael Fix 10l segfault with threads. libavcodec
Mon, 18 Jan 2010 20:13:53 +0000 michael Use h->slice_num where possible. libavcodec
Mon, 18 Jan 2010 19:45:56 +0000 michael Enable filter_mb_fast for CAVLC P slices. libavcodec
Mon, 18 Jan 2010 19:45:02 +0000 michael filter_mb_fast needs cbp_table to be set. libavcodec
Mon, 18 Jan 2010 16:29:16 +0000 michael PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodec
Mon, 18 Jan 2010 16:16:22 +0000 michael Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodec
Mon, 18 Jan 2010 16:11:13 +0000 michael Set h->cbp for ff_h264_filter_mb_fast(). libavcodec
Mon, 18 Jan 2010 14:05:30 +0000 michael 10l for someone, Store chroma_qp_diff in the correct struct. libavcodec
Mon, 18 Jan 2010 13:52:20 +0000 gb Install <libavcodec/vaapi.h> header. libavcodec
Mon, 18 Jan 2010 13:09:53 +0000 michael Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec
Mon, 18 Jan 2010 05:15:31 +0000 michael Perform reference remapping at fill_cache() time instead of in the libavcodec
Mon, 18 Jan 2010 00:34:28 +0000 michael Make qp check for loop filter skiping also work with MBAFF. libavcodec
Mon, 18 Jan 2010 00:21:58 +0000 michael Comment about a cornercase we ignore currently libavcodec
Mon, 18 Jan 2010 00:20:44 +0000 michael Move the qp check to skip the loop filter up. libavcodec
Sun, 17 Jan 2010 23:44:23 +0000 michael Reorganize how values are stored in h->non_zero_count. libavcodec
Sun, 17 Jan 2010 22:05:36 +0000 michael Disable a few things in fill_filter_caches() that arent needed. libavcodec
Sun, 17 Jan 2010 21:43:08 +0000 michael Split fill_caches() between filter and decoder. libavcodec
Sun, 17 Jan 2010 20:35:55 +0000 michael Rearchitecturing the stiched up goose part 1 libavcodec
Sun, 17 Jan 2010 08:24:45 +0000 astrange Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. libavcodec
Sat, 16 Jan 2010 17:41:40 +0000 michael Comment for() ; out libavcodec
Sat, 16 Jan 2010 17:27:17 +0000 michael Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodec
Sat, 16 Jan 2010 16:21:12 +0000 michael Apply last 2 optimizations to similar code i forgot. libavcodec
Sat, 16 Jan 2010 16:14:32 +0000 michael Another microopt, 4 cpu cycles for avoidance of FFABS(). libavcodec
Sat, 16 Jan 2010 15:54:01 +0000 mru Add missing guards and includes to arm/aac.h libavcodec
Sat, 16 Jan 2010 15:19:05 +0000 michael Minor (2 cpu cycles) optimization ||->|. libavcodec
Sat, 16 Jan 2010 13:13:49 +0000 cehoyos Support decoding of SoftLab-NSK VideoTizer. libavcodec
Sat, 16 Jan 2010 13:12:11 +0000 michael Consider slice_beta_offet in qp_thresh. libavcodec
Sat, 16 Jan 2010 11:55:35 +0000 michael Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodec
Sat, 16 Jan 2010 10:46:45 +0000 cehoyos Correctly decode some Avid AV1x samples, fixes issue 1684. libavcodec
Sat, 16 Jan 2010 10:41:52 +0000 cehoyos Support lowres 3 when decoding MPEG video. libavcodec
Sat, 16 Jan 2010 05:41:33 +0000 michael Replace cabac checks in inline functions from h264.h with constants. libavcodec
Sat, 16 Jan 2010 04:49:02 +0000 mru Add symbol versioning for shared libraries libavcodec
Sat, 16 Jan 2010 03:54:55 +0000 vitor SIPR16k decoder libavcodec
Sat, 16 Jan 2010 03:44:17 +0000 vitor Allow a SIPR table to be used by the upcoming SIPR16k decoder libavcodec
Sat, 16 Jan 2010 03:40:25 +0000 vitor Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodec
Sat, 16 Jan 2010 00:32:09 +0000 cehoyos Support 2Vuy in mov, fixes issue 1690. libavcodec
Fri, 15 Jan 2010 20:48:34 +0000 mru Fix out of tree build with hardcoded tables libavcodec
Fri, 15 Jan 2010 14:02:52 +0000 mru AAC: optimise bitstream reading in decode_spectrum_and_dequant() libavcodec
Fri, 15 Jan 2010 11:03:40 +0000 cehoyos Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodec
Fri, 15 Jan 2010 10:55:31 +0000 cehoyos Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavcodec