Mercurial > libavcodec.hg
graph
-
Remove is_complex from loop_filter() its useless there in its current form. libavcodec2010-01-24, by michael
-
Remove all uses of slice_type* from the loop filter, also remove its libavcodec2010-01-24, by michael
-
Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodec2010-01-23, by michael
-
Use qstride = 0 and allocate only a single line for qscale_table since libavcodec2010-01-23, by reimar
-
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions. libavcodec2010-01-23, by fenrir
-
Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame. libavcodec2010-01-23, by fenrir
-
Remove redundant initialization of the palette, it is part of the context libavcodec2010-01-23, by reimar
-
Optmize 8x8dct check used to skip some borders in the loop filter. libavcodec2010-01-23, by michael
-
Zero the frame data on allocation for VB codec, e.g. the FATE sample seems to libavcodec2010-01-23, by reimar
-
The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodec2010-01-22, by reimar
-
Make calculation of mask_edge free of branches, faster of course but probably libavcodec2010-01-21, by michael
-
Only calculate the second chroma qp if it differs from the firstin the main libavcodec2010-01-20, by michael
-
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its libavcodec2010-01-19, by michael
-
Reenable ff_h264_filter_mb_fast() for all slices it supported before. libavcodec2010-01-19, by michael
-
Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodec2010-01-19, by michael
-
Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec2010-01-19, by michael
-
Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodec2010-01-19, by michael
-
Remove code that handles the case of a MB pair to our right being available. libavcodec2010-01-19, by michael