2010-02-25 |
michael |
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to
libavcodec
|
2010-02-25 |
michael |
svq3 now in working condition, at least vissually, ill let fate tell us
libavcodec
|
2010-02-25 |
michael |
fix compilation, sorry ive not checked cvslog for a while :(((
libavcodec
|
2010-02-25 |
michael |
Dont allocate direct_table 8 times too large.
libavcodec
|
2010-02-25 |
michael |
Store data in direct_table interleaved.
libavcodec
|
2010-02-25 |
michael |
Simplify intra4x4_pred_mode_cache init.
libavcodec
|
2010-02-25 |
michael |
Reorder intra4x4_pred_mode so that we can read/write 4 values at once.
libavcodec
|
2010-02-25 |
michael |
Store intra4x4_pred_mode per row only.
libavcodec
|
2010-02-25 |
michael |
unroll tiny and trivial loop. Same speed but clearer.
libavcodec
|
2010-02-25 |
michael |
Cut the size of mvd_table by yet another factor of 2.
libavcodec
|
2010-02-25 |
michael |
Keep mvd_table values of only 2 mb rows.
libavcodec
|
2010-02-24 |
alexc |
aac: Keep decode_band_types() from eating all padding at the end of a buffer.
libavcodec
|
2010-02-24 |
michael |
3rd and hopefully last 100l fix.
libavcodec
|
2010-02-24 |
michael |
Fix doxy and assert().
libavcodec
|
2010-02-24 |
michael |
Try to fix 100l compilation failure on some systems.
libavcodec
|
2010-02-24 |
michael |
Change mvd_cache & mvd_table to 8bit, this is overall a bit faster
libavcodec
|
2010-02-24 |
michael |
Extend fill_rectangle() support for 16bit
libavcodec
|
2010-02-24 |
michael |
Calculate mvd without abs()
libavcodec
|
2010-02-24 |
michael |
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.
libavcodec
|
2010-02-24 |
michael |
Factorize common code from the top of decode_cabac_mb_mvd()
libavcodec
|
2010-02-24 |
michael |
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
libavcodec
|
2010-02-24 |
michael |
Replace ad-hoc fill rectangle by fill_rectangle().
libavcodec
|
2010-02-24 |
kostya |
ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls
libavcodec
|
2010-02-24 |
pross |
it is not necessary to display the decoder name, as av_log() automatically prints the context
libavcodec
|
2010-02-24 |
michael |
Replace /2 by faster >>1 as the mvd values are now all positive.
libavcodec
|
2010-02-24 |
michael |
Remove unused variable. Seems i forgot to commit this.
libavcodec
|
2010-02-23 |
ramiro |
mlp_parser: Fix memleak.
libavcodec
|
2010-02-23 |
daniel |
Cosmetics: break all Makefile lines at 80 columns or less
libavcodec
|
2010-02-23 |
pross |
Use reported_size to truncate final Bink Audio frame
libavcodec
|
2010-02-23 |
daniel |
Fix iff demuxer dependencies
libavcodec
|