| Commit message (Expand) | Author | Age | Files | Lines |
* | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje | 2011-02-21 | 5 | -40/+170 |
* | dsputil: make {add/put/put_signed}_pixels_clamped() non-static. | Ronald S. Bultje | 2011-02-21 | 2 | -14/+18 |
* | VC1: inline vc1_put_block() in vc1_decode_i_blocks(). | Ronald S. Bultje | 2011-02-21 | 1 | -35/+13 |
* | amrnb: use correct size when copying lsf_r array | Mans Rullgard | 2011-02-20 | 1 | -1/+1 |
* | VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv(). | Ronald S. Bultje | 2011-02-20 | 1 | -3/+11 |
* | dsputil_mmx.c: remove ff_vector128. | Ronald S. Bultje | 2011-02-19 | 1 | -4/+1 |
* | Fix invalid reads in VC1 decoder | Reimar Döffinger | 2011-02-19 | 1 | -1/+1 |
* | Fix VP3 edge emulation | David Conrad | 2011-02-19 | 1 | -2/+1 |
* | aacdec: dsputilize the scalar multiplication in intensity stereo | Young Han Lee | 2011-02-19 | 1 | -5/+7 |
* | VP3: fix decoding of videos with stride > 2048 | Jason Garrett-Glaser | 2011-02-18 | 1 | -14/+6 |
* | targa: fix potential buffer overreads | Jean-Daniel Dupas | 2011-02-18 | 1 | -10/+34 |
* | Fix PPC build. | Ronald S. Bultje | 2011-02-17 | 3 | -6/+27 |
* | VP8: init one less near_mv | Jason Garrett-Glaser | 2011-02-17 | 1 | -1/+0 |
* | VP8: split out declarations to new header | Jason Garrett-Glaser | 2011-02-17 | 3 | -213/+248 |
* | VP8: faster MV clipping | Jason Garrett-Glaser | 2011-02-17 | 1 | -10/+19 |
* | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 13 | -221/+272 |
* | VC1: simplify a calculation in a loop. | Ronald S. Bultje | 2011-02-17 | 1 | -1/+1 |
* | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje | 2011-02-17 | 4 | -58/+63 |
* | mdct: remove unnecessary multiplication | Young Han Lee | 2011-02-17 | 1 | -1/+1 |
* | ac3enc: fix bug in stereo rematrixing decision. | Justin Ruggles | 2011-02-16 | 1 | -2/+1 |
* | vbv_delay AVOption for ABI compatibility | Michael Niedermayer | 2011-02-16 | 1 | -0/+1 |
* | Set maximum lowres value for the MJPEG decoder to 3. | Carl Eugen Hoyos | 2011-02-16 | 1 | -1/+1 |
* | ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). | Justin Ruggles | 2011-02-16 | 1 | -2/+1 |
* | Document audio_resample_close(). | Stefano Sabatini | 2011-02-16 | 1 | -0/+7 |
* | Apply minor cosmetics fixes to the av_audio_resample_init() doxy. | Stefano Sabatini | 2011-02-16 | 1 | -3/+4 |
* | ac3enc: change default floor code to 7. | Justin Ruggles | 2011-02-15 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 68 | -75/+72 |
* | Pass VBV delay to the calling application via ctx | Christophe Massiot | 2011-02-15 | 2 | -1/+10 |
* | binkaudio: remove unused copy of AVCodecContext* | Peter Ross | 2011-02-15 | 1 | -3/+1 |
* | binkaudio: fix channel count check | Peter Ross | 2011-02-15 | 1 | -2/+2 |
* | aacdec: Implement LTP support. | Young Han Lee | 2011-02-14 | 4 | -20/+178 |
* | aac: remove dead SBR input scaling | Alex Converse | 2011-02-14 | 1 | -7/+3 |
* | ac3enc: Add x86-optimized function to speed up log2_tab(). | Justin Ruggles | 2011-02-13 | 5 | -8/+103 |
* | mpeg4video: ignore broken GOP headers | Anatoly Nenashev | 2011-02-13 | 1 | -10/+11 |
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-13 | 6 | -38/+45 |
* | bink: permute Bink version 'b' quant matrices by inverse scan order | Peter Ross | 2011-02-13 | 1 | -4/+9 |
* | bink: simplify how quantization matrices are passed to read_dct_coeffs() | Peter Ross | 2011-02-13 | 1 | -15/+8 |
* | Make tables generation insensitive to floating-point implementation | Vitor Sessak | 2011-02-12 | 1 | -9/+16 |
* | Add missing terminating backslash | Ronald S. Bultje | 2011-02-11 | 1 | -1/+1 |
* | VP8: ARM optimised decode_block_coeffs_internal | Mans Rullgard | 2011-02-11 | 5 | -2/+259 |
* | ARM optimised vp56_rac_get_prob() | Mans Rullgard | 2011-02-11 | 2 | -1/+97 |
* | bink: reindent after last commit | Peter Ross | 2011-02-11 | 1 | -6/+6 |
* | Bink version 'b' video decoder | Peter Ross | 2011-02-11 | 3 | -19/+370 |
* | vorbis dec: Remove obsolete comment | Alexander Strasser | 2011-02-10 | 1 | -1/+0 |
* | vorbis dec: cosmetics: Indent consistently | Alexander Strasser | 2011-02-10 | 1 | -14/+14 |
* | vorbis dec: cosmetics: Indent CPP cond properly | Alexander Strasser | 2011-02-10 | 1 | -2/+2 |
* | vorbis dec: Delete useless scopes, and reindent after scope deletion | Alexander Strasser | 2011-02-10 | 1 | -15/+10 |
* | VP8: optimized mv prediction and decoding | Jason Garrett-Glaser | 2011-02-10 | 1 | -91/+91 |
* | ac3enc: Remove unneeded clipping of shift amount. | Justin Ruggles | 2011-02-10 | 1 | -1/+0 |
* | ac3enc: remove right shifting from lshift_tab() and make lshift unsigned. | Justin Ruggles | 2011-02-10 | 1 | -6/+2 |