12337 Commits (0eb1a3569e17b4afb1328df12f1b72b21025ef5e)

Author SHA1 Message Date
Jason Garrett-Glaser afb54a85c3 VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs 15 years ago
Jason Garrett-Glaser d0c38ea0aa Cosmetics: add missing space to options.c 15 years ago
Jason Garrett-Glaser b0d5879513 VP8: slightly faster DCT coefficient probability update 15 years ago
Måns Rullgård 2eef529195 ARM: update struct offsets 15 years ago
Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 15 years ago
Jason Garrett-Glaser 61ee75bbf8 Silence unused function warnings in vp56.h 15 years ago
Jason Garrett-Glaser 476be414a4 VP8: make another RAC call branchy 15 years ago
Jason Garrett-Glaser 8b9b5e085f VP5/6/8: add one inline missed in r24677 15 years ago
Jason Garrett-Glaser 0908f1b945 VP8: unroll partition type decoding tree 15 years ago
Jason Garrett-Glaser c5dec7f137 VP8: unroll splitmv decoding tree 15 years ago
Jason Garrett-Glaser 23117d69c1 VP8: unroll MB mode decoding tree 15 years ago
Jason Garrett-Glaser cd2769c142 VP5/6/8: tweak some arithcoder inlining 15 years ago
Alex Converse 55aa55f2e1 vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. 15 years ago
Alex Converse 366d919016 vorbisdec: Prevent a potential integer overflow. 15 years ago
Diego Biurrun 83abdf5ff0 The VP8 decoder does not depend on cabac.o. 15 years ago
Diego Biurrun efbc455915 The VP8 decoder does not depend on vp56.o and vp56data.o. 15 years ago
Diego Biurrun 2e2ca50655 Remove redundant h264pred.o from VP8 objects list. 15 years ago
Jason Garrett-Glaser 370b622a45 VP8: eliminate a dereference in coefficient decoding 15 years ago
Jason Garrett-Glaser f311208cf1 VP8: much faster DC transform handling 15 years ago
Måns Rullgård c934562c12 vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build 15 years ago
Jason Garrett-Glaser 827d43bb9d VP8: move zeroing of luma DC block into the WHT 15 years ago
Pascal Massimino d2840fa49c only store intra prediction modes on the boundary for keyframes, not as a plane. 15 years ago
Benoit Fouet 497d7991b5 Change a doxy comment to a normal one. 15 years ago
Benoit Fouet 1aa15491f2 Fix doxygen comments. 15 years ago
Jason Garrett-Glaser 10bf2eebbe VP8: simplify token_prob handling 15 years ago
Pascal Massimino c22b4468a6 prevent access to vp8_coeff_band[16] 15 years ago
Ronald S. Bultje 6341838f3c Use word-writing instead of dword-writing (with two cached but otherwise 15 years ago
Nick Brereton ace7f813cd dca: fix dynrange coefficient in xch 15 years ago
Justin Ruggles 6768beb4a8 cosmetics: rename output_* to write_* 15 years ago
Justin Ruggles 3d2cd42f8a Simplify verbatim mode fallback by checking the frame size before writing. 15 years ago
Justin Ruggles 2249a7f312 Change max_framesize for small final frame. 15 years ago
Justin Ruggles 7c29a5de25 Calculate an exact frame size before writing. Now the buffer size requirements 15 years ago
Justin Ruggles 675eb677c5 cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() 15 years ago
Justin Ruggles 089c18f315 Reduce number of input parameters to find_subblock_rice_params(). 15 years ago
Justin Ruggles d309f01950 10l: fix bit count for frame header 15 years ago
Justin Ruggles b22f9d6535 Simplify fallback to verbatim mode encoding. 15 years ago
Justin Ruggles 45e2908757 cosmetics: line wrap and vertical alignment 15 years ago
Justin Ruggles 8fbb8d31d8 Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single 15 years ago
Justin Ruggles 43b3273e5b Remove unneeded wrapper function. 15 years ago
Justin Ruggles 0f5cc12c4f Remove duplicate code by adding a flag for encoding in verbatim mode. 15 years ago
Stefano Sabatini 05236ed735 Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, 15 years ago
Justin Ruggles 93d65e3d92 Estimate frame size during encoding. 15 years ago
Vitor Sessak fa738b3ad1 Remove x86/mmx.h. It is not used anymore and has been deprecated for years. 15 years ago
Vitor Sessak 0913a92a59 Fix compilation with --disable-yasm. 10l to me. 15 years ago
Vitor Sessak de4bc44abb Convert deinterlacing MMX code to YASM 15 years ago
Justin Ruggles eb96f1698a cosmetics: indentation 15 years ago
Justin Ruggles 520effb9b5 Combine output_subframe() and output_subframes(). 15 years ago
Justin Ruggles fb443a6f3b Remove unneeded variable. 15 years ago
Justin Ruggles 724f34716b cosmetics: indentation 15 years ago
Justin Ruggles 6d263f41ae Combine output_subframe_verbatim() and output_subframe_lpc(). 15 years ago