index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vc1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-2
/
+2
*
Check mb_pos is big enough before trying to access data left or above.
Reimar Döffinger
2006-12-17
1
-2
/
+2
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
10e6l FastUVMC was done right but in the wrong place
Kostya Shishkov
2006-12-02
1
-15
/
+12
*
100l FastUVMC rounding was incorrect.
Kostya Shishkov
2006-12-01
1
-6
/
+6
*
Correct rounding values in overlap filtering
Kostya Shishkov
2006-11-26
1
-28
/
+28
*
B-frames support for adv. profile
Kostya Shishkov
2006-11-26
1
-2
/
+58
*
100l: Initialize dc_scale with current quantizer for adv I frames
Kostya Shishkov
2006-11-26
1
-4
/
+3
*
Use halfpq in coefficient scaling
Kostya Shishkov
2006-11-26
1
-12
/
+12
*
Overlap filtering was done in reverse order
Kostya Shishkov
2006-11-17
1
-24
/
+24
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-12
/
+12
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Remove unused variables and the corresponding warnings along with them.
Diego Biurrun
2006-10-03
1
-2
/
+0
*
dc_val should be signed
Måns Rullgård
2006-09-27
1
-7
/
+7
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-7
/
+7
*
Finally enable B-frame decoding as all known samples work perfect
Kostya Shishkov
2006-09-21
1
-6
/
+0
*
For B-frames if the second reference frame signals intensity compensation
Kostya Shishkov
2006-09-21
1
-0
/
+12
*
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
Kostya Shishkov
2006-09-21
1
-16
/
+8
*
Swap back and forward motion vectors to achieve correct picture
Kostya Shishkov
2006-09-12
1
-1
/
+11
*
Set motion vectors used in B-frames to zero by default
Kostya Shishkov
2006-09-12
1
-0
/
+4
*
Use h264_chroma funcs in B-frames MC too
Kostya Shishkov
2006-09-12
1
-2
/
+4
*
Fix edge emulation for bicubic MC in B frames
Kostya Shishkov
2006-09-12
1
-3
/
+5
*
2989l: Set avctx->has_b_frames value in header and don't change it
Kostya Shishkov
2006-09-12
1
-2
/
+1
*
Disable B-frames decoding until they produce correct picture
Kostya Shishkov
2006-09-10
1
-0
/
+6
*
Drop unneeded checks before av_free() and change to av_freep() where it's mor...
Kostya Shishkov
2006-09-09
1
-8
/
+8
*
Support for BI-frames in Advanced Profile
Kostya Shishkov
2006-09-09
1
-3
/
+8
*
Don't print header bits by default
Kostya Shishkov
2006-09-09
1
-1
/
+1
*
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()
Kostya Shishkov
2006-09-09
1
-45
/
+32
*
[Cosmetics] Remove some done TODOs/FIXMEs from comments
Kostya Shishkov
2006-09-09
1
-15
/
+2
*
Proper support for B/BI frames
Kostya Shishkov
2006-09-09
1
-52
/
+257
*
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)
Kostya Shishkov
2006-09-04
1
-27
/
+777
*
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab
Kostya Shishkov
2006-09-02
1
-4
/
+18
*
New qpel MC functions conforming to VC-1 standard.
Kostya Shishkov
2006-08-31
1
-14
/
+4
*
Spelling
Kostya Shishkov
2006-08-31
1
-2
/
+2
*
Motion compensation for luma always use halfpel precision.
Kostya Shishkov
2006-08-31
1
-33
/
+8
*
Disable B-frames decoding until I return and finish their proper decoding.
Kostya Shishkov
2006-08-11
1
-0
/
+1
*
Correct MC for B-frames and some improvements (not 100% complete though)
Kostya Shishkov
2006-08-06
1
-13
/
+135
*
Bicubic interpolation requires two additional pixels for block
Kostya Shishkov
2006-08-06
1
-2
/
+2
*
100l: intensity compensation must be also done in 4-MV mode
Kostya Shishkov
2006-08-04
1
-2
/
+30
*
Don't try to decode P-frames from old WMV3 variant until their format is figured
Kostya Shishkov
2006-08-03
1
-2
/
+4
*
Use bicubic MC (should also remove those ringing artifacts) when needed
Kostya Shishkov
2006-07-30
1
-17
/
+31
*
Use functions from DSPContext in vc1.c
Kostya Shishkov
2006-07-30
1
-180
/
+26
*
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)
Kostya Shishkov
2006-07-29
1
-0
/
+2
*
Support range reduced frames
Kostya Shishkov
2006-07-29
1
-3
/
+61
*
Support grayscale decoding.
Kostya Shishkov
2006-07-29
1
-10
/
+34
*
Add rounding for overlap filters
Kostya Shishkov
2006-07-28
1
-28
/
+28
*
Some B-frames support (parsing and decoding only, no motion compesation is done)
Kostya Shishkov
2006-07-24
1
-8
/
+293
*
Some fixes for decode_p_mb()
Kostya Shishkov
2006-07-24
1
-2
/
+3
*
Remove obsolete and misleading warning.
Diego Biurrun
2006-07-23
1
-3
/
+0
*
Correct edge MC for chroma
Kostya Shishkov
2006-07-23
1
-2
/
+2
[next]