Mercurial > libavcodec.hg
graph
-
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodecSun, 24 Jan 2010 19:19:09 +0000, by michael
-
Optimize suffix_length computation, 1 cpu cycle speedup. libavcodecSun, 24 Jan 2010 18:23:46 +0000, by michael
-
Simplify suffix_length computation, same speed. libavcodecSun, 24 Jan 2010 18:18:08 +0000, by michael
-
Optimize level_code computation, 6cpu cycles speedup. libavcodecSun, 24 Jan 2010 18:17:01 +0000, by michael
-
Fix crash in MLP decoder due to integer overflow. libavcodecSun, 24 Jan 2010 18:07:29 +0000, by reimar
-
1 cpu cycle faster suffix_length calculation. libavcodecSun, 24 Jan 2010 18:05:02 +0000, by michael
-
Remove is_complex from loop_filter() its useless there in its current form. libavcodecSun, 24 Jan 2010 17:02:44 +0000, by michael
-
Added a missing const to ff_h264_get_slice_type(). libavcodecSun, 24 Jan 2010 16:37:12 +0000, by fenrir
-
Remove all uses of slice_type* from the loop filter, also remove its libavcodecSun, 24 Jan 2010 13:20:17 +0000, by michael
-
Remove unneeded reset of non_zero_count_cache for deblock. libavcodecSat, 23 Jan 2010 22:11:46 +0000, by michael
-
Remove useless things from the deblock side of fill_caches(). libavcodecSat, 23 Jan 2010 21:57:36 +0000, by michael
-
Moved reusable functions from dxva2_h264.c to dxva2.c libavcodecSat, 23 Jan 2010 18:17:57 +0000, by fenrir
-
Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodecSat, 23 Jan 2010 18:05:30 +0000, by michael
-
Use qstride = 0 and allocate only a single line for qscale_table since libavcodecSat, 23 Jan 2010 18:01:38 +0000, by reimar
-
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions. libavcodecSat, 23 Jan 2010 18:01:28 +0000, by fenrir
-
Reindent the content of one if(){} in ff_dxva2_common_end_frame. libavcodecSat, 23 Jan 2010 18:00:51 +0000, by fenrir
-
Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame. libavcodecSat, 23 Jan 2010 17:59:08 +0000, by fenrir
-
Set edges based on cbp and mv partitioning, not just skiped MBs. libavcodecSat, 23 Jan 2010 15:28:34 +0000, by michael
-
Use AVPALETTE_COUNT instead of hard-coding 256. libavcodecSat, 23 Jan 2010 15:22:48 +0000, by reimar
-
Remove redundant initialization of the palette, it is part of the context libavcodecSat, 23 Jan 2010 15:19:34 +0000, by reimar
-
Optmize 8x8dct check used to skip some borders in the loop filter. libavcodecSat, 23 Jan 2010 13:54:02 +0000, by michael
-
Use av_freep intead of av_free to free pointers in vp56 context. libavcodecSat, 23 Jan 2010 13:49:09 +0000, by reimar
-
Zero the frame data on allocation for VB codec, e.g. the FATE sample seems to libavcodecSat, 23 Jan 2010 10:25:22 +0000, by reimar
-
Export wma_critical_freqs as ff_wma_critical_freqs libavcodecSat, 23 Jan 2010 08:39:50 +0000, by daniel
-
The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodecFri, 22 Jan 2010 23:40:18 +0000, by reimar
-
Implement an sse version of scalarproduct_float(). libavcodecFri, 22 Jan 2010 23:07:58 +0000, by alexc
-
Check for chunk boundaries when decoding VB codec data libavcodecFri, 22 Jan 2010 19:07:44 +0000, by kostya
-
Zero palette in case not all entries are initialized later libavcodecFri, 22 Jan 2010 18:28:41 +0000, by kostya
-
Move array specifiers outside DECLARE_ALIGNED() invocations libavcodecFri, 22 Jan 2010 03:25:11 +0000, by mru
-
Move dquant check into qscale overflow check. libavcodecThu, 21 Jan 2010 21:01:26 +0000, by michael
-
Make calculation of mask_edge free of branches, faster of course but probably libavcodecThu, 21 Jan 2010 16:50:31 +0000, by michael
-
Use two separate memory arguments since 8+() is invalid gas syntax libavcodecThu, 21 Jan 2010 09:46:57 +0000, by conrad
-
H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts. libavcodecWed, 20 Jan 2010 03:28:57 +0000, by astrange
-
Simplify/Optimize another of the mbaff loop filter cases. libavcodecWed, 20 Jan 2010 03:00:08 +0000, by michael
-
Only calculate the second chroma qp if it differs from the firstin the main libavcodecWed, 20 Jan 2010 01:49:24 +0000, by michael
-
Merge multiple IS_* macro uses where possible. libavcodecWed, 20 Jan 2010 01:15:30 +0000, by michael
-
Simplify and optimize intra code in h264_loopfilter.c libavcodecWed, 20 Jan 2010 00:44:03 +0000, by michael
-
Use constant offsets for memory operands since gcc is unable to libavcodecWed, 20 Jan 2010 00:34:10 +0000, by conrad
-
Sightly simplify initialization of int start. libavcodecWed, 20 Jan 2010 00:17:16 +0000, by michael
-
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its libavcodecTue, 19 Jan 2010 22:54:13 +0000, by michael
-
skip outer pixels if possible in h264_loop_filter_luma_c(). libavcodecTue, 19 Jan 2010 22:46:58 +0000, by michael
-
Reenable ff_h264_filter_mb_fast() for all slices it supported before. libavcodecTue, 19 Jan 2010 16:43:57 +0000, by michael
-
Fix h264_loop_filter_strength_mmx2() so it works with b frames. libavcodecTue, 19 Jan 2010 16:40:36 +0000, by michael
-
Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodecTue, 19 Jan 2010 14:28:19 +0000, by michael
-
Update libx264.c to use new libx264 features libavcodecTue, 19 Jan 2010 04:00:08 +0000, by darkshikari
-
Dont waste time initializing stuff for deblocking intra mbs, none of libavcodecTue, 19 Jan 2010 03:14:45 +0000, by michael
-
Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodecTue, 19 Jan 2010 02:28:26 +0000, by michael
-
Move a few things into a deeper if() in fetch_diagonal_mv(). libavcodecTue, 19 Jan 2010 02:07:12 +0000, by michael
-
Remove code that handles the case of a MB pair to our right being available. libavcodecTue, 19 Jan 2010 01:23:19 +0000, by michael
-
Dont init chroma elements of non_zero_count_cache for deblock. libavcodecMon, 18 Jan 2010 23:30:21 +0000, by michael
-
Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodecMon, 18 Jan 2010 23:27:53 +0000, by michael
-
Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodecMon, 18 Jan 2010 21:22:09 +0000, by michael
-
PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodecMon, 18 Jan 2010 16:29:16 +0000, by michael
-
Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodecMon, 18 Jan 2010 16:16:22 +0000, by michael
-
10l for someone, Store chroma_qp_diff in the correct struct. libavcodecMon, 18 Jan 2010 14:05:30 +0000, by michael
-
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodecMon, 18 Jan 2010 13:09:53 +0000, by michael
-
Perform reference remapping at fill_cache() time instead of in the libavcodecMon, 18 Jan 2010 05:15:31 +0000, by michael
-
Make qp check for loop filter skiping also work with MBAFF. libavcodecMon, 18 Jan 2010 00:34:28 +0000, by michael
-
Comment about a cornercase we ignore currently libavcodecMon, 18 Jan 2010 00:21:58 +0000, by michael
-
Move the qp check to skip the loop filter up. libavcodecMon, 18 Jan 2010 00:20:44 +0000, by michael
-
Reorganize how values are stored in h->non_zero_count. libavcodecSun, 17 Jan 2010 23:44:23 +0000, by michael
-
Disable a few things in fill_filter_caches() that arent needed. libavcodecSun, 17 Jan 2010 22:05:36 +0000, by michael
-
Split fill_caches() between filter and decoder. libavcodecSun, 17 Jan 2010 21:43:08 +0000, by michael
-
Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. libavcodecSun, 17 Jan 2010 08:24:45 +0000, by astrange
-
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodecSat, 16 Jan 2010 17:27:17 +0000, by michael
-
Apply last 2 optimizations to similar code i forgot. libavcodecSat, 16 Jan 2010 16:21:12 +0000, by michael
-
Another microopt, 4 cpu cycles for avoidance of FFABS(). libavcodecSat, 16 Jan 2010 16:14:32 +0000, by michael
-
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodecSat, 16 Jan 2010 11:55:35 +0000, by michael
-
Correctly decode some Avid AV1x samples, fixes issue 1684. libavcodecSat, 16 Jan 2010 10:46:45 +0000, by cehoyos
-
Replace cabac checks in inline functions from h264.h with constants. libavcodecSat, 16 Jan 2010 05:41:33 +0000, by michael
-
Allow a SIPR table to be used by the upcoming SIPR16k decoder libavcodecSat, 16 Jan 2010 03:44:17 +0000, by vitor
-
Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodecSat, 16 Jan 2010 03:40:25 +0000, by vitor
-
AAC: optimise bitstream reading in decode_spectrum_and_dequant() libavcodecFri, 15 Jan 2010 14:02:52 +0000, by mru
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodecFri, 15 Jan 2010 11:03:40 +0000, by cehoyos
-
Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavcodecFri, 15 Jan 2010 10:55:31 +0000, by cehoyos
-
Add forgotten include of h264_mvpred.h to h264.h. libavcodecFri, 15 Jan 2010 03:42:56 +0000, by michael
-
Add forgotton multiple inclusion guards to h264_mvpred.h. libavcodecFri, 15 Jan 2010 03:41:28 +0000, by michael