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