Mercurial > libavcodec.hg
graph
-
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