git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Off-by-one error fix
[ffmpeg.git]
/
libavcodec
/
vc1.c
2007-01-24
Kostya Shishkov
Off-by-one error fix
blob
|
commitdiff
2007-01-24
Kostya Shishkov
Fail on VC-1 interlaced streams
blob
|
commitdiff
|
diff to current
2007-01-19
Alex Beregszaszi
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
blob
|
commitdiff
|
diff to current
2006-12-17
Reimar Döffinger
Check mb_pos is big enough before trying to access...
blob
|
commitdiff
|
diff to current
2006-12-08
Måns Rullgård
rename always_inline to av_always_inline and move to...
blob
|
commitdiff
|
diff to current
2006-12-02
Kostya Shishkov
10e6l FastUVMC was done right but in the wrong place
blob
|
commitdiff
|
diff to current
2006-12-01
Kostya Shishkov
100l FastUVMC rounding was incorrect.
blob
|
commitdiff
|
diff to current
2006-11-26
Kostya Shishkov
Correct rounding values in overlap filtering
blob
|
commitdiff
|
diff to current
2006-11-26
Kostya Shishkov
B-frames support for adv. profile
blob
|
commitdiff
|
diff to current
2006-11-26
Kostya Shishkov
100l: Initialize dc_scale with current quantizer for...
blob
|
commitdiff
|
diff to current
2006-11-26
Kostya Shishkov
Use halfpq in coefficient scaling
blob
|
commitdiff
|
diff to current
2006-11-17
Kostya Shishkov
Overlap filtering was done in reverse order
blob
|
commitdiff
|
diff to current
2006-10-11
Diego Biurrun
Rename ABS macro to FFABS.
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-10-03
Diego Biurrun
Remove unused variables and the corresponding warnings...
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
dc_val should be signed
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
fix some signedness warnings
blob
|
commitdiff
|
diff to current
2006-09-21
Kostya Shishkov
Finally enable B-frame decoding as all known samples...
blob
|
commitdiff
|
diff to current
2006-09-21
Kostya Shishkov
For B-frames if the second reference frame signals...
blob
|
commitdiff
|
diff to current
2006-09-21
Kostya Shishkov
Reorder MV order in B-frames so no swapping in vc1_b_mc...
blob
|
commitdiff
|
diff to current
2006-09-12
Kostya Shishkov
Swap back and forward motion vectors to achieve correct...
blob
|
commitdiff
|
diff to current
2006-09-12
Kostya Shishkov
Set motion vectors used in B-frames to zero by default
blob
|
commitdiff
|
diff to current
2006-09-12
Kostya Shishkov
Use h264_chroma funcs in B-frames MC too
blob
|
commitdiff
|
diff to current
2006-09-12
Kostya Shishkov
Fix edge emulation for bicubic MC in B frames
blob
|
commitdiff
|
diff to current
2006-09-12
Kostya Shishkov
2989l: Set avctx->has_b_frames value in header and...
blob
|
commitdiff
|
diff to current
2006-09-10
Kostya Shishkov
Disable B-frames decoding until they produce correct...
blob
|
commitdiff
|
diff to current
2006-09-09
Kostya Shishkov
Drop unneeded checks before av_free() and change to...
blob
|
commitdiff
|
diff to current
2006-09-09
Kostya Shishkov
Support for BI-frames in Advanced Profile
blob
|
commitdiff
|
diff to current
2006-09-09
Kostya Shishkov
Don't print header bits by default
blob
|
commitdiff
|
diff to current
2006-09-09
Kostya Shishkov
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from...
blob
|
commitdiff
|
diff to current
2006-09-09
Kostya Shishkov
[Cosmetics] Remove some done TODOs/FIXMEs from comments
blob
|
commitdiff
|
diff to current
2006-09-09
Kostya Shishkov
Proper support for B/BI frames
blob
|
commitdiff
|
diff to current
2006-09-04
Kostya Shishkov
VC-1 Advanced Profile support (progressive only, tested...
blob
|
commitdiff
|
diff to current
2006-09-02
Kostya Shishkov
Replace usage of put_*_vc1_qpel_pixels_tab with put_...
blob
|
commitdiff
|
diff to current
2006-08-31
Kostya Shishkov
New qpel MC functions conforming to VC-1 standard.
blob
|
commitdiff
|
diff to current
2006-08-31
Kostya Shishkov
Spelling
blob
|
commitdiff
|
diff to current
2006-08-31
Kostya Shishkov
Motion compensation for luma always use halfpel precision.
blob
|
commitdiff
|
diff to current
2006-08-11
Kostya Shishkov
Disable B-frames decoding until I return and finish...
blob
|
commitdiff
|
diff to current
2006-08-06
Kostya Shishkov
Correct MC for B-frames and some improvements (not...
blob
|
commitdiff
|
diff to current
2006-08-06
Kostya Shishkov
Bicubic interpolation requires two additional pixels...
blob
|
commitdiff
|
diff to current
2006-08-04
Kostya Shishkov
100l: intensity compensation must be also done in 4...
blob
|
commitdiff
|
diff to current
2006-08-03
Kostya Shishkov
Don't try to decode P-frames from old WMV3 variant...
blob
|
commitdiff
|
diff to current
2006-07-30
Kostya Shishkov
Use bicubic MC (should also remove those ringing artifa...
blob
|
commitdiff
|
diff to current
2006-07-30
Kostya Shishkov
Use functions from DSPContext in vc1.c
blob
|
commitdiff
|
diff to current
2006-07-29
Kostya Shishkov
Set MpegEncContext->mspel flag (here it indicates that...
blob
|
commitdiff
|
diff to current
2006-07-29
Kostya Shishkov
Support range reduced frames
blob
|
commitdiff
|
diff to current
2006-07-29
Kostya Shishkov
Support grayscale decoding.
blob
|
commitdiff
|
diff to current
2006-07-28
Kostya Shishkov
Add rounding for overlap filters
blob
|
commitdiff
|
diff to current
2006-07-24
Kostya Shishkov
Some B-frames support (parsing and decoding only, no...
blob
|
commitdiff
|
diff to current
2006-07-24
Kostya Shishkov
Some fixes for decode_p_mb()
blob
|
commitdiff
|
diff to current
2006-07-23
Diego Biurrun
Remove obsolete and misleading warning.
blob
|
commitdiff
|
diff to current
2006-07-23
Kostya Shishkov
Correct edge MC for chroma
blob
|
commitdiff
|
diff to current
2006-07-22
Kostya Shishkov
Replace code for clipping MV vectors (which is wrong...
blob
|
commitdiff
|
diff to current
2006-07-22
Kostya Shishkov
Don't do non-uniform quantization on zero coeffs.
blob
|
commitdiff
|
diff to current
2006-07-21
Kostya Shishkov
1000l: scale DC predictors instead of predicted value.
blob
|
commitdiff
|
diff to current
2006-07-21
Kostya Shishkov
Set DC = 0 for skipped MB as it interferes DC prediction
blob
|
commitdiff
|
diff to current
2006-07-21
Kostya Shishkov
Set correctly quantizer and transform mode when parsing...
blob
|
commitdiff
|
diff to current
2006-07-16
Kostya Shishkov
Don't pass block[6][64] parameter to decode_p_mb as...
blob
|
commitdiff
|
diff to current
2006-07-16
Kostya Shishkov
Correct inverse quantization for P-frames
blob
|
commitdiff
|
diff to current
2006-07-16
Kostya Shishkov
Rounding control for motion compensation.
blob
|
commitdiff
|
diff to current
2006-07-09
Diego Biurrun
FastUVMV vs FastUVMC typo, noticed by bond
blob
|
commitdiff
|
diff to current
2006-07-09
Kostya Shishkov
Check if 4-MV MB should not be decoded.
blob
|
commitdiff
|
diff to current
2006-07-09
Kostya Shishkov
MVRANGE may occur in all frames and RESPIC in all but...
blob
|
commitdiff
|
diff to current
2006-07-09
Kostya Shishkov
Fix mquant selection for ALL_MBS mode
blob
|
commitdiff
|
diff to current
2006-07-09
Kostya Shishkov
Use overlap filter instead of loop filter.
blob
|
commitdiff
|
diff to current
2006-07-09
Kostya Shishkov
Use s->first_slice_line in checks instead of s->mb_y
blob
|
commitdiff
|
diff to current
2006-07-07
Kostya Shishkov
Improve chroma MC: correct case for FASTUVMC=1, use...
blob
|
commitdiff
|
diff to current
2006-07-07
Kostya Shishkov
Enable coefficient scaling
blob
|
commitdiff
|
diff to current
2006-07-07
Kostya Shishkov
Don't read out-of-bounds values.
blob
|
commitdiff
|
diff to current
2006-07-06
Kostya Shishkov
Fix one case of choosing MV for chroma
blob
|
commitdiff
|
diff to current
2006-07-04
Kostya Shishkov
Implement intensity compensation
blob
|
commitdiff
|
diff to current
2006-07-04
Kostya Shishkov
Correctly choose global transform mode, MV mode and...
blob
|
commitdiff
|
diff to current
2006-07-04
Kostya Shishkov
Optimizations suggested by Michael Niedermayer
blob
|
commitdiff
|
diff to current
2006-07-03
Kostya Shishkov
Correctly detect when use hpel or qpel mode
blob
|
commitdiff
|
diff to current
2006-07-03
Kostya Shishkov
4-MV mode final fixes (now it works for non-exotic...
blob
|
commitdiff
|
diff to current
2006-07-03
Kostya Shishkov
vc1_decode_intra_block() simplifications and corrections
blob
|
commitdiff
|
diff to current
2006-07-03
Kostya Shishkov
4-MV decoding support
blob
|
commitdiff
|
diff to current
2006-07-01
Kostya Shishkov
Adjust AC prediction if (some) predictors are not avail...
blob
|
commitdiff
|
diff to current
2006-07-01
Kostya Shishkov
0xFFFF l of cola. Now P-frames are decoded almost witho...
blob
|
commitdiff
|
diff to current
2006-07-01
Kostya Shishkov
Remove unused variable (and it wasn't free'd too)
blob
|
commitdiff
|
diff to current
2006-07-01
Kostya Shishkov
Use MpegEncContext->mbskip_table instead of custom...
blob
|
commitdiff
|
diff to current
2006-06-30
Kostya Shishkov
Slightly reworked MC code, it gives better picture.
blob
|
commitdiff
|
diff to current
2006-06-30
Kostya Shishkov
typo
blob
|
commitdiff
|
diff to current
2006-06-29
Kostya Shishkov
Some optimization and fixes - mostly reworked MC and...
blob
|
commitdiff
|
diff to current
2006-06-29
Kostya Shishkov
This should make P-frames decoding work on x86 (by...
blob
|
commitdiff
|
diff to current
2006-06-27
Kostya Shishkov
Added loop filtering as ersatz for overlap filter ...
blob
|
commitdiff
|
diff to current
2006-06-27
Kostya Shishkov
VC1 Intra blocks in P-frames use different zigzag table...
blob
|
commitdiff
|
diff to current
2006-06-27
Kostya Shishkov
VC-1 decoder with I-frames support and partial P-frames...
blob
|
commitdiff
|
diff to current
2006-06-27
Kostya Shishkov
Rename VC9 to VC1 as there is no such thing as VC9
blob
|
commitdiff
|
diff to current