2010-07-26 |
stefano |
Define static functions fill_image_linesize() and
libavcodec
|
2010-07-26 |
rbultje |
Enable no-loop memory/register saving for ssse3/sse4 also.
libavcodec
|
2010-07-26 |
rbultje |
Save a register (or regsize of stackspace for x86-32) for the no-loop
libavcodec
|
2010-07-26 |
rbultje |
Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. this
libavcodec
|
2010-07-26 |
rbultje |
Rename pow variable to pwr.
libavcodec
|
2010-07-26 |
rbultje |
Split pextrw macro-spaghetti into several opt-specific macros, this will make
libavcodec
|
2010-07-26 |
darkshikari |
VP8: add missing free
libavcodec
|
2010-07-25 |
cehoyos |
Fix r24445: Instead of needlessly initialising a variable, silence the warning.
libavcodec
|
2010-07-25 |
cehoyos |
Only 4-bit ADPCM IMA WAV files are supported.
libavcodec
|
2010-07-25 |
rbultje |
Fix obvious bug in assignment. Somehow, the test vectors don't test this...
libavcodec
|
2010-07-24 |
aurel |
add SubRip muxer and demuxer
libavcodec
|
2010-07-24 |
rbultje |
Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this
libavcodec
|
2010-07-24 |
alexc |
aacenc: TLS: Save maximum values for each swb in a table.
libavcodec
|
2010-07-24 |
alexc |
10l: Remove some commented out code that slipped in.
libavcodec
|
2010-07-24 |
alexc |
aacenc: TLS: Try to preserve some energy in each non-zero band.
libavcodec
|
2010-07-24 |
reimar |
Use "const" qualifier for pointers that point to input data of
libavcodec
|
2010-07-24 |
alexc |
aacenc: Prevent premature termination of the two loop search.
libavcodec
|
2010-07-24 |
alexc |
aacdec: Only load and write each predictor variable one.
libavcodec
|
2010-07-24 |
alexc |
aacdec: 4% faster main profile decoding.
libavcodec
|
2010-07-24 |
alexc |
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
libavcodec
|
2010-07-23 |
alexc |
aacenc: Factorize some scalefactor utilities.
libavcodec
|
2010-07-23 |
conrad |
Inline asm for VP56 arith coder
libavcodec
|
2010-07-23 |
conrad |
VP8: Inline traversing vp8_small_mvtree
libavcodec
|
2010-07-23 |
conrad |
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if()
libavcodec
|
2010-07-23 |
conrad |
Decode DCT tokens by branching to a different code path for each branch
libavcodec
|
2010-07-23 |
conrad |
Move renormalization of the VP56 arith decoder to before decoding a bit
libavcodec
|
2010-07-23 |
conrad |
Split renorm of vp56 arith decoder to its own function
libavcodec
|
2010-07-23 |
conrad |
vp56's arith decoder's code_word is only 16 bits, no need for unsigned long
libavcodec
|
2010-07-23 |
darkshikari |
Add myself to VP8 copyright and maintainers.
libavcodec
|
2010-07-23 |
darkshikari |
VP8: always_inline some things to force gcc to do the right thing
libavcodec
|
2010-07-23 |
darkshikari |
VP8: use AV_RL24 instead of defining a new RL24.
libavcodec
|
2010-07-23 |
darkshikari |
VP8: Slightly faster MV selection
libavcodec
|
2010-07-23 |
darkshikari |
VP8: use AV_ZERO32 instead of AV_WN32A where relevant
libavcodec
|
2010-07-23 |
darkshikari |
VP8: eliminate redundant code in r24458
libavcodec
|
2010-07-23 |
darkshikari |
VP8: shave a few clocks off check_intra_pred_mode
libavcodec
|
2010-07-23 |
darkshikari |
VP8: fix broken sign bias code in MV pred
libavcodec
|
2010-07-23 |
darkshikari |
VP8: optimize DC-only chroma case in the same way as luma.
libavcodec
|
2010-07-23 |
darkshikari |
VP8: Clean up some variable shadowing.
libavcodec
|
2010-07-23 |
darkshikari |
VP8 asm: cosmetics (spacing)
libavcodec
|
2010-07-23 |
darkshikari |
VP8: 30% faster idct_mb
libavcodec
|
2010-07-23 |
darkshikari |
VP8: smarter prefetching
libavcodec
|
2010-07-23 |
bcoudurier |
In h264 parser, return immediately if buf_size is 0, avoid printing
libavcodec
|
2010-07-23 |
darkshikari |
VP8: clear DCT blocks in iDCT instead of using clear_blocks.
libavcodec
|
2010-07-23 |
darkshikari |
VP8: avoid a memset for non-i4x4 blocks with no coefficients
libavcodec
|
2010-07-22 |
darkshikari |
Get rid of more unnecessary dereferences in VP8 deblocking
libavcodec
|
2010-07-22 |
darkshikari |
Shut up a GCC warning in VP8
libavcodec
|
2010-07-22 |
darkshikari |
Smarter VP8 prefetching
libavcodec
|
2010-07-22 |
darkshikari |
Fix stupid bug in VP8 prefetching code
libavcodec
|
2010-07-22 |
darkshikari |
Eliminate a LUT in escape decoding in VP8 decode_block_coeffs
libavcodec
|
2010-07-22 |
darkshikari |
Eliminate some repeated dereferences in VP8 inter_predict
libavcodec
|
2010-07-22 |
rbultje |
Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on
libavcodec
|
2010-07-22 |
cehoyos |
Map settings for 2-pass libvpx encoding.
libavcodec
|
2010-07-22 |
darkshikari |
Eliminate a pointless memset for intra blocks in P-frames in VP8
libavcodec
|
2010-07-22 |
darkshikari |
VP8: Don't store segment in macroblock struct anymore.
libavcodec
|
2010-07-22 |
darkshikari |
Convert VP8 macroblock structures to a ring buffer.
libavcodec
|
2010-07-22 |
darkshikari |
Calculate deblock strength per-MB instead of per-row
libavcodec
|
2010-07-22 |
darkshikari |
Avoid tracking i4x4 modes in P-frames in VP8
libavcodec
|
2010-07-22 |
darkshikari |
Avoid useless fill_rectangle in P-frames in VP8
libavcodec
|
2010-07-22 |
darkshikari |
Optimize partition mv decoding in VP8
libavcodec
|
2010-07-22 |
darkshikari |
Take shortcuts for mv0 case in VP8 MC
libavcodec
|