12256 Commits (06c93cb705d63709789e9d77de3bd07e7270ecd4)

Author SHA1 Message Date
Jason Garrett-Glaser 4a384de5b8 Split h264dsp and h264pred in configure. 14 years ago
Reinhard Tartler 2901cc9a95 Fix spelling in comment(s) 14 years ago
Jason Garrett-Glaser b70c95e05a H.264: 8% faster CAVLC zero-run decoding 14 years ago
Stefano Sabatini a63dbf3970 Fix the compilation of some libavcodec/lib* files which were not 14 years ago
Alex Converse 18b95d85f2 libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’". 14 years ago
Alex Converse 51aaf51143 vorbis_dec: Change partition_class[] to uint8_t. 14 years ago
Diego Biurrun 3447f12d66 Add a CONFIG_ variable for generic Huffman routines. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini bf176f58b7 Deprecate avcodec_check_dimensions() in favor of the new function 14 years ago
Måns Rullgård 85fbad4555 fft-test: free buffers before exiting 14 years ago
Jason Garrett-Glaser 7e13022a4d VP8: fix bug in prefetch 14 years ago
Måns Rullgård fa2d5d54b9 ARM: NEON H264 8x8 IDCT 14 years ago
Jason Garrett-Glaser 98fe09df7b Add file missing in r24702 14 years ago
Eli Friedman c12d6955e2 H.264: SSE2/SSSE3 weighted prediction asm 14 years ago
Jason Garrett-Glaser 905ef0d064 VP5/6/8: eliminate CABAC dependency 14 years ago
Måns Rullgård a79e921ee6 fft-test: exit with non-zero status if test failed 14 years ago
Martin Storsjö 8d370d88e5 Fix VP8 decoder dependencies 14 years ago
Jason Garrett-Glaser 1e73967950 VP8: partially inline decode_block_coeffs 14 years ago
Jason Garrett-Glaser ffbf0794f9 Fix 100L in r24689 14 years ago
Jason Garrett-Glaser afb54a85c3 VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs 14 years ago
Jason Garrett-Glaser d0c38ea0aa Cosmetics: add missing space to options.c 14 years ago
Jason Garrett-Glaser b0d5879513 VP8: slightly faster DCT coefficient probability update 14 years ago
Måns Rullgård 2eef529195 ARM: update struct offsets 14 years ago
Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 14 years ago
Jason Garrett-Glaser 61ee75bbf8 Silence unused function warnings in vp56.h 14 years ago
Jason Garrett-Glaser 476be414a4 VP8: make another RAC call branchy 14 years ago
Jason Garrett-Glaser 8b9b5e085f VP5/6/8: add one inline missed in r24677 14 years ago
Jason Garrett-Glaser 0908f1b945 VP8: unroll partition type decoding tree 14 years ago
Jason Garrett-Glaser c5dec7f137 VP8: unroll splitmv decoding tree 14 years ago
Jason Garrett-Glaser 23117d69c1 VP8: unroll MB mode decoding tree 14 years ago
Jason Garrett-Glaser cd2769c142 VP5/6/8: tweak some arithcoder inlining 14 years ago
Alex Converse 55aa55f2e1 vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. 14 years ago
Alex Converse 366d919016 vorbisdec: Prevent a potential integer overflow. 14 years ago
Diego Biurrun 83abdf5ff0 The VP8 decoder does not depend on cabac.o. 14 years ago
Diego Biurrun efbc455915 The VP8 decoder does not depend on vp56.o and vp56data.o. 14 years ago
Diego Biurrun 2e2ca50655 Remove redundant h264pred.o from VP8 objects list. 14 years ago
Jason Garrett-Glaser 370b622a45 VP8: eliminate a dereference in coefficient decoding 14 years ago
Jason Garrett-Glaser f311208cf1 VP8: much faster DC transform handling 14 years ago
Måns Rullgård c934562c12 vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build 14 years ago
Jason Garrett-Glaser 827d43bb9d VP8: move zeroing of luma DC block into the WHT 14 years ago
Pascal Massimino d2840fa49c only store intra prediction modes on the boundary for keyframes, not as a plane. 14 years ago
Benoit Fouet 497d7991b5 Change a doxy comment to a normal one. 14 years ago
Benoit Fouet 1aa15491f2 Fix doxygen comments. 14 years ago
Jason Garrett-Glaser 10bf2eebbe VP8: simplify token_prob handling 14 years ago
Pascal Massimino c22b4468a6 prevent access to vp8_coeff_band[16] 14 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