Mercurial > libavcodec.hg
graph
-
Simplify ipvideo_decode_opcodes by using get_bits, this might be slower libavcodec2009-04-17, by reimar
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavcodec2009-04-17, by jai_menon
-
Change buffer size checks to avoid the very unlikely overflow case. libavcodec2009-04-17, by reimar
-
Remove 2 useless assignments from ff_rate_control_init() found by CSA. libavcodec2009-04-17, by michael
-
Use memcpy instead of the very inefficient bytecopy where both are correct libavcodec2009-04-17, by reimar
-
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variables from slice_buffer_load_line() found by CSA. libavcodec2009-04-17, by michael
-
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variable in init_mv_penalty_and_fcode() found by CSA. libavcodec2009-04-17, by michael
-
Remove useless assignment in generate_codebook(). Found by Clang static analyser. libavcodec2009-04-17, by vitor
-
Remove useless assignment from h263_pred_dc() found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Move declarations in mpeg1_encode_motion() closer to where they are needed. libavcodec2009-04-17, by michael
-
Get rid of an unused variable, found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does libavcodec2009-04-17, by reimar
-
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon libavcodec2009-04-16, by conrad
-
flacenc: write initial blocksize to STREAMINFO header instead of current libavcodec2009-04-16, by jbr
-
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing libavcodec2009-04-15, by conrad