Mercurial > libavcodec.hg
graph
-
only store intra prediction modes on the boundary for keyframes, not as a plane. libavcodec2010-08-02, by skal
-
Use word-writing instead of dword-writing (with two cached but otherwise libavcodec2010-07-31, by rbultje
-
Simplify verbatim mode fallback by checking the frame size before writing. libavcodec2010-07-31, by jbr
-
Calculate an exact frame size before writing. Now the buffer size requirements libavcodec2010-07-31, by jbr
-
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() libavcodec2010-07-31, by jbr
-
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single libavcodec2010-07-31, by jbr
-
Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, libavcodec2010-07-31, by stefano
-
Remove x86/mmx.h. It is not used anymore and has been deprecated for years. libavcodec2010-07-31, by vitor
-
Combine and simplify output_subframe_fixed() and output_subframe_lpc(). libavcodec2010-07-30, by jbr
-
Combine and simplify output_subframe_constant() and output_subframe_verbatim(). libavcodec2010-07-30, by jbr
-
cosmetics: change FlacEncodeContext variable name from ctx to s in several libavcodec2010-07-30, by jbr
-
Do not need to set coded_frame->key_frame = 1 because it is already set in libavcodec2010-07-30, by jbr
-
Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx libavcodec2010-07-28, by cehoyos
-
b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping libavcodec2010-07-27, by skal
-
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavcodec2010-07-26, by stefano
-
Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster. libavcodec2010-07-26, by rbultje
-
Save a register (or regsize of stackspace for x86-32) for the no-loop libavcodec2010-07-26, by rbultje
-
Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. this libavcodec2010-07-26, by rbultje
-
Split pextrw macro-spaghetti into several opt-specific macros, this will make libavcodec2010-07-26, by rbultje
-
Fix r24445: Instead of needlessly initialising a variable, silence the warning. libavcodec2010-07-25, by cehoyos
-
Fix obvious bug in assignment. Somehow, the test vectors don't test this... libavcodec2010-07-25, by rbultje
-
Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this libavcodec2010-07-24, by rbultje
-
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if() libavcodec2010-07-23, by conrad
-
Decode DCT tokens by branching to a different code path for each branch libavcodec2010-07-23, by conrad
-
Move renormalization of the VP56 arith decoder to before decoding a bit libavcodec2010-07-23, by conrad
-
vp56's arith decoder's code_word is only 16 bits, no need for unsigned long libavcodec2010-07-23, by conrad
-
VP8: always_inline some things to force gcc to do the right thing libavcodec2010-07-23, by darkshikari
-
In h264 parser, return immediately if buf_size is 0, avoid printing libavcodec2010-07-23, by bcoudurier