Michael Niedermayer
|
64dd1b0a1d
Merge the single line function decode_cabac_mb_transform_size()
|
15 лет назад |
Michael Niedermayer
|
8b38d10761
indent
|
15 лет назад |
Michael Niedermayer
|
f4b8b82514
Merge decode_cabac_mb_dqp() with surronding code.
|
15 лет назад |
Michael Niedermayer
|
94cb599443
Drop if(0) code.
|
15 лет назад |
Reimar Döffinger
|
4130f7393b
Reindent
|
15 лет назад |
Reimar Döffinger
|
3adcfbbeb5
Optimize h261_probe function, since it is far slower than all others.
|
15 лет назад |
Michael Niedermayer
|
a59b9ee33d
Set sub_mb_type in direct_cache instead of just the direct flag.
|
15 лет назад |
Michael Niedermayer
|
2dc380ca8e
Store sub_mb_type in direct_cache/direct_table.
|
15 лет назад |
Thilo Borgmann
|
d3037bbe6b
Add myself as maintainer of bgmc.[ch].
|
15 лет назад |
Michael Niedermayer
|
3d2c3ef4b4
Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so
|
15 лет назад |
Michael Niedermayer
|
056c502155
Revert r21814
|
15 лет назад |
Michael Niedermayer
|
6e7c397b5c
Cosmetics, vertical align.
|
15 лет назад |
Michael Niedermayer
|
e916764675
Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it
|
15 лет назад |
Alexander Strange
|
78998bf217
h264: Remove unused variables.
|
15 лет назад |
Alexander Strange
|
677dab59cb
h264: Fix pointer warnings by removing redundant [0]
|
15 лет назад |
Alexander Strange
|
cd12c37729
Fix integer overflow warnings in h264.h
|
15 лет назад |
Michael Niedermayer
|
bb770c5b52
Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
|
15 лет назад |
Michael Niedermayer
|
2e4362af14
Skiped MBs dont need the cbp stuff so skip initing that.
|
15 лет назад |
Thilo Borgmann
|
65760304bc
Reindent a line.
|
15 лет назад |
Michael Niedermayer
|
e2b28acf89
Also skip direct/mvd_cache init for skiped blocks.
|
15 лет назад |
Thilo Borgmann
|
09946fb109
Add myself as contributor.
|
15 лет назад |
Thilo Borgmann
|
071cfdce4b
Add myself as ALS maintainer.
|
15 лет назад |
Michael Niedermayer
|
cb9285a246
Move more code under if(!IS_DIRECT(mb_type)).
|
15 лет назад |
David Conrad
|
161e8cf42c
Move CODEC_FLAG_GRAY check to outer loop
|
15 лет назад |
David Conrad
|
7c2e31d1f0
Move branch based on custom mode outside the loop
|
15 лет назад |
David Conrad
|
eb691ef219
Directly check whether a fragment is coded for 4MV mode instead of iterating
|
15 лет назад |
David Conrad
|
15675ce609
Eliminate fragment -> macroblock mapping array
|
15 лет назад |
David Conrad
|
ea67614457
Eliminate macroblock -> fragment mapping array
|
15 лет назад |
David Conrad
|
19cd517dbf
Eliminate superblock <-> macroblock mapping array
|
15 лет назад |
Thilo Borgmann
|
25608328af
Support arithmetic decoding in ALS.
|
15 лет назад |
Michael Niedermayer
|
f2b3763736
Skip some more code that isnt needed for direct MBs.
|
15 лет назад |
Ben Littler
|
4bf2b9e8f3
add netspeak gsm and truespeech wav format tags to riff.c
|
15 лет назад |
Francesco Lavra
|
7df8af6385
Fix reading beyond buffer end on RA144Context.lpc_tables.
|
15 лет назад |
Måns Rullgård
|
f2a4f12cb6
Do not call lseek() with invalid whence value
|
15 лет назад |
Michael Niedermayer
|
5ca43c25f6
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
|
15 лет назад |
Michael Niedermayer
|
da452acac6
Dont calculate any surrounding MVs for temporal MBs
|
15 лет назад |
Stefano Sabatini
|
0d88ff4ce0
Add my name to CREDITS.
|
15 лет назад |
Michael Niedermayer
|
5134ad53ed
Simplify if()
|
15 лет назад |
Michael Niedermayer
|
752cc0dcb2
Init sub_mb_type cleanly.
|
15 лет назад |
Michael Niedermayer
|
923bcb4048
100l Forgoten hunk.unbreak compile before someone notices.
|
15 лет назад |
Michael Niedermayer
|
af0d6581e1
Restructure spatial direct MV generation so that the zero predictior shortcut
|
15 лет назад |
Michael Niedermayer
|
edb4df436f
Split spatial and temporal direct MV generation.
|
15 лет назад |
Ramiro Polla
|
3beb81e744
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
|
15 лет назад |
Michael Niedermayer
|
812bfd7b44
Special case for spatial direct MV predictor being 0.
|
15 лет назад |
Michael Niedermayer
|
828cfff63d
Pack MVs together from the begin for spatial direct, this simplifies the code
|
15 лет назад |
Michael Niedermayer
|
02e8c5f0a5
Dont drop B frames without last_picture.
|
15 лет назад |
David Conrad
|
b7098cc153
Special case VP5/6 chroma alignment on x86 as well
|
15 лет назад |
David Conrad
|
735acf567c
Don't pre-calculate first_pixel
|
15 лет назад |
David Conrad
|
a8de390163
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
|
15 лет назад |
David Conrad
|
621f9a40b1
Cosmetics: reindent
|
15 лет назад |