| Commit message (Expand) | Author | Age | Files | Lines |
* | fft-test: format error output more readably | Måns Rullgård | 2010-08-16 | 1 | -1/+1 |
* | Remove some stray +s in VP8 | Jason Garrett-Glaser | 2010-08-13 | 1 | -2/+2 |
* | Deprecate ff_get_plane_bytewidth() in favor of | Stefano Sabatini | 2010-08-12 | 2 | -2/+5 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 2 | -48/+2 |
* | VP5/6/8: ~7% faster arithmetic decoding | Jason Garrett-Glaser | 2010-08-12 | 3 | -8/+8 |
* | Add av_picture_data_copy() and reimplement av_picture_copy() as a | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 2 | -12/+30 |
* | remove b4_stride/mb_stride. | Pascal Massimino | 2010-08-11 | 1 | -19/+10 |
* | fix over-allocation. confused b4_stride with mb_width. | Pascal Massimino | 2010-08-11 | 1 | -2/+2 |
* | Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending | Ronald S. Bultje | 2010-08-09 | 1 | -1/+3 |
* | Fix handling of truncated files. Should fix random FATE breakages. | Vitor Sessak | 2010-08-09 | 1 | -1/+5 |
* | Split h264dsp and h264pred in configure. | Jason Garrett-Glaser | 2010-08-07 | 4 | -6/+9 |
* | Fix spelling in comment(s) | Reinhard Tartler | 2010-08-07 | 1 | -1/+1 |
* | H.264: 8% faster CAVLC zero-run decoding | Jason Garrett-Glaser | 2010-08-07 | 1 | -25/+22 |
* | Fix the compilation of some libavcodec/lib* files which were not | Stefano Sabatini | 2010-08-07 | 3 | -0/+3 |
* | libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_siz... | Alex Converse | 2010-08-06 | 1 | -0/+1 |
* | vorbis_dec: Change partition_class[] to uint8_t. | Alex Converse | 2010-08-06 | 1 | -1/+1 |
* | Add a CONFIG_ variable for generic Huffman routines. | Diego Biurrun | 2010-08-06 | 1 | -2/+3 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 40 | -48/+83 |
* | Deprecate avcodec_check_dimensions() in favor of the new function | Stefano Sabatini | 2010-08-06 | 2 | -12/+9 |
* | fft-test: free buffers before exiting | Måns Rullgård | 2010-08-06 | 1 | -0/+7 |
* | VP8: fix bug in prefetch | Jason Garrett-Glaser | 2010-08-05 | 1 | -2/+2 |
* | ARM: NEON H264 8x8 IDCT | Måns Rullgård | 2010-08-05 | 2 | -0/+213 |
* | Add file missing in r24702 | Jason Garrett-Glaser | 2010-08-05 | 1 | -0/+170 |
* | H.264: SSE2/SSSE3 weighted prediction asm | Eli Friedman | 2010-08-05 | 3 | -0/+23 |
* | VP5/6/8: eliminate CABAC dependency | Jason Garrett-Glaser | 2010-08-04 | 6 | -20/+60 |
* | fft-test: exit with non-zero status if test failed | Måns Rullgård | 2010-08-04 | 1 | -8/+12 |
* | Fix VP8 decoder dependencies | Martin Storsjö | 2010-08-04 | 1 | -1/+1 |
* | VP8: partially inline decode_block_coeffs | Jason Garrett-Glaser | 2010-08-04 | 1 | -9/+15 |
* | Fix 100L in r24689 | Jason Garrett-Glaser | 2010-08-04 | 1 | -2/+2 |
* | VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs | Jason Garrett-Glaser | 2010-08-04 | 1 | -10/+10 |
* | Cosmetics: add missing space to options.c | Jason Garrett-Glaser | 2010-08-04 | 1 | -1/+1 |
* | VP8: slightly faster DCT coefficient probability update | Jason Garrett-Glaser | 2010-08-03 | 2 | -3/+16 |
* | ARM: update struct offsets | Måns Rullgård | 2010-08-03 | 1 | -6/+6 |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 10 | -44/+78 |
* | Silence unused function warnings in vp56.h | Jason Garrett-Glaser | 2010-08-03 | 1 | -5/+5 |
* | VP8: make another RAC call branchy | Jason Garrett-Glaser | 2010-08-03 | 1 | -1/+1 |
* | VP5/6/8: add one inline missed in r24677 | Jason Garrett-Glaser | 2010-08-03 | 1 | -1/+1 |
* | VP8: unroll partition type decoding tree | Jason Garrett-Glaser | 2010-08-03 | 2 | -11/+18 |
* | VP8: unroll splitmv decoding tree | Jason Garrett-Glaser | 2010-08-03 | 2 | -26/+12 |
* | VP8: unroll MB mode decoding tree | Jason Garrett-Glaser | 2010-08-03 | 2 | -31/+23 |
* | VP5/6/8: tweak some arithcoder inlining | Jason Garrett-Glaser | 2010-08-03 | 1 | -16/+19 |
* | vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. | Alex Converse | 2010-08-03 | 1 | -0/+2 |
* | vorbisdec: Prevent a potential integer overflow. | Alex Converse | 2010-08-03 | 1 | -2/+2 |
* | The VP8 decoder does not depend on cabac.o. | Diego Biurrun | 2010-08-02 | 1 | -1/+1 |
* | The VP8 decoder does not depend on vp56.o and vp56data.o. | Diego Biurrun | 2010-08-02 | 1 | -2/+1 |
* | Remove redundant h264pred.o from VP8 objects list. | Diego Biurrun | 2010-08-02 | 1 | -1/+1 |
* | VP8: eliminate a dereference in coefficient decoding | Jason Garrett-Glaser | 2010-08-02 | 2 | -12/+19 |
* | VP8: much faster DC transform handling | Jason Garrett-Glaser | 2010-08-02 | 3 | -8/+29 |
* | vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build | Måns Rullgård | 2010-08-02 | 1 | -2/+2 |
* | VP8: move zeroing of luma DC block into the WHT | Jason Garrett-Glaser | 2010-08-02 | 4 | -7/+27 |