| Commit message (Expand) | Author | Age | Files | Lines |
* | add Altivec implementation of clear_block | Guillaume Poirier | 2008-12-12 | 1 | -0/+16 |
* | Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility | Oded Shimon | 2008-12-12 | 4 | -60/+60 |
* | fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch b... | Jay Freeman | 2008-12-12 | 1 | -5/+7 |
* | rename Vp56Model to VP56Model for consistency | Aurelien Jacobs | 2008-12-12 | 4 | -15/+15 |
* | dnxhd get_pixels_8x4_sym sse2 | Baptiste Coudurier | 2008-12-12 | 4 | -4/+70 |
* | Move get_pixels_8x4 before init func to avoid useless forward declaration. | Baptiste Coudurier | 2008-12-12 | 1 | -17/+17 |
* | rename 4x8 to 8x4 to match widthxheight consistently | Baptiste Coudurier | 2008-12-12 | 1 | -5/+5 |
* | cosmetics: vertical alignment | Aurelien Jacobs | 2008-12-11 | 2 | -7/+7 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 9 | -139/+139 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -7/+7 |
* | s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved | Michael Niedermayer | 2008-12-11 | 1 | -8/+8 |
* | Avoid POSIX reserved _t suffix. | Vitor Sessak | 2008-12-11 | 1 | -21/+21 |
* | Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. | Vitor Sessak | 2008-12-11 | 1 | -4/+4 |
* | move structure definitions in their own header | Baptiste Coudurier | 2008-12-11 | 2 | -56/+89 |
* | cosmetics | Baptiste Coudurier | 2008-12-11 | 1 | -8/+4 |
* | use dsp clear_block | Baptiste Coudurier | 2008-12-11 | 1 | -2/+4 |
* | use dsp clear_block | Baptiste Coudurier | 2008-12-11 | 1 | -3/+1 |
* | Fix compilation with only Theora decoder enabled | David Conrad | 2008-12-11 | 1 | -0/+1 |
* | Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. | Kenan Gillet | 2008-12-11 | 1 | -0/+6 |
* | clear_block mmx | Loren Merritt | 2008-12-10 | 10 | -25/+56 |
* | fix progressive jpeg: | Loren Merritt | 2008-12-10 | 2 | -45/+202 |
* | AAC: move scratch array to context to ensure 16-byte alignment | Måns Rullgård | 2008-12-10 | 2 | -1/+2 |
* | Remove useless inline qualifier, fixes linking with gcc 4.3. | Alexis Ballier | 2008-12-09 | 1 | -1/+1 |
* | AAC: Use a sign LUT rather than 1-2*get_bits1() | Alex Converse | 2008-12-09 | 1 | -4/+5 |
* | AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. | Alex Converse | 2008-12-09 | 1 | -9/+26 |
* | AAC: Remove unnecessary fabsf() | Alex Converse | 2008-12-09 | 1 | -1/+1 |
* | Make av_log_missing_feature an internal function, and change its name | Stefano Sabatini | 2008-12-08 | 7 | -27/+58 |
* | cosmetics: alignment after last commit | Justin Ruggles | 2008-12-08 | 3 | -13/+13 |
* | ac3: detect dba errors and prevent writing past end of array | Justin Ruggles | 2008-12-08 | 3 | -6/+15 |
* | Do not attempt to decode RV30/40 B-frames without anchors. | Kostya Shishkov | 2008-12-07 | 1 | -0/+2 |
* | mlp: cosmetics: remove {}s over one-lined if. | Ramiro Polla | 2008-12-07 | 1 | -2/+1 |
* | mlp: support bit-depths greater than 16 by default. | Ramiro Polla | 2008-12-07 | 2 | -5/+5 |
* | ac3dec: simplify exponent bounds checking | Justin Ruggles | 2008-12-06 | 1 | -1/+1 |
* | mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. | Mathieu Velten | 2008-12-06 | 2 | -3/+3 |
* | ac3dec: add missing feature log message for block start info | Justin Ruggles | 2008-12-06 | 1 | -0/+1 |
* | ac3dec: use skip_bits_long() for block start bits | Justin Ruggles | 2008-12-06 | 1 | -1/+1 |
* | ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). | Justin Ruggles | 2008-12-06 | 1 | -3/+6 |
* | cosmetics: vertical alignment | Justin Ruggles | 2008-12-06 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Justin Ruggles | 2008-12-06 | 1 | -2/+2 |
* | ac3dec: detect out-of-range exponents | Justin Ruggles | 2008-12-06 | 1 | -4/+10 |
* | ARM: remove some useless comments | Måns Rullgård | 2008-12-06 | 1 | -10/+10 |
* | Make decoding run of pixels in MS RLE saner. | Kostya Shishkov | 2008-12-06 | 1 | -3/+1 |
* | Print out some errors found during MS RLE decoding | Kostya Shishkov | 2008-12-06 | 1 | -2/+6 |
* | AASC can contain raw data in addition to MS-RLE | Kostya Shishkov | 2008-12-06 | 1 | -1/+19 |
* | Check that cpb_count is within the allowed range. | Michael Niedermayer | 2008-12-05 | 1 | -3/+12 |
* | Fix FF_OPT_TYPE_INT64 support of defaults. | Michael Niedermayer | 2008-12-05 | 1 | -0/+5 |
* | Fix an overflow in the predictor. | Jai Menon | 2008-12-05 | 1 | -1/+2 |
* | Silence some ICC warnings. Patch by Vitor Sessak. | Vitor Sessak | 2008-12-04 | 1 | -2/+2 |
* | Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. | Reynaldo H. Verdejo Pinochet | 2008-12-04 | 1 | -2/+2 |
* | COSMETICS, add missing remarks crediting Ben and Kenan | Reynaldo H. Verdejo Pinochet | 2008-12-04 | 3 | -0/+4 |