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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sse & sse2 implementations of vorbis channel coupling.
Loren Merritt
2006-08-03
5
-20
/
+95
*
int16_t is faster than int_fast16_t for division.
Loren Merritt
2006-08-03
1
-2
/
+2
*
set supported pixel formats correctly
Michael Niedermayer
2006-08-02
1
-0
/
+2
*
avoid possible segfault situations
Luca Barbato
2006-08-02
1
-4
/
+4
*
Cosmetics
Luca Barbato
2006-08-02
1
-11
/
+10
*
Forgot to update LIBAVCODEC_VERSION_INT
Kostya Shishkov
2006-08-01
1
-1
/
+1
*
remove libtheora wrapper
Måns Rullgård
2006-07-31
4
-143
/
+1
*
Fix overflows in bicubic interpolation.
Kostya Shishkov
2006-07-31
1
-3
/
+3
*
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
*
New functions in DSPContext for VC-1 decoding
Kostya Shishkov
2006-07-30
5
-2
/
+477
*
Remove spurious references to Ogg Theora encoder, such a thing never existed.
Diego Biurrun
2006-07-29
2
-4
/
+0
*
some MMX optimizations for the CAVS decoder
Stefan Gehrer
2006-07-29
6
-3
/
+551
*
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
*
10l in r5768 (broke mbaff)
Loren Merritt
2006-07-27
1
-2
/
+2
*
Remove sws_global_init() from swscaler emulation
Luca Abeni
2006-07-27
1
-6
/
+0
*
Fix FSF postal address.
Diego Biurrun
2006-07-26
3
-3
/
+3
*
Fix a corner case in sws emulation
Luca Abeni
2006-07-25
1
-0
/
+3
*
Some B-frames support (parsing and decoding only, no motion compesation is done)
Kostya Shishkov
2006-07-24
2
-8
/
+296
*
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
*
Do not crash when the first frame is not a keyframe (and thus none of the
Reimar Döffinger
2006-07-23
1
-0
/
+5
*
Correct edge MC for chroma
Kostya Shishkov
2006-07-23
1
-2
/
+2
*
Replace code for clipping MV vectors (which is wrong to use here) with clippi...
Kostya Shishkov
2006-07-22
1
-13
/
+8
*
Don't do non-uniform quantization on zero coeffs.
Kostya Shishkov
2006-07-22
1
-4
/
+4
*
1000l: scale DC predictors instead of predicted value.
Kostya Shishkov
2006-07-21
1
-12
/
+20
*
Set DC = 0 for skipped MB as it interferes DC prediction
Kostya Shishkov
2006-07-21
1
-2
/
+8
*
Set correctly quantizer and transform mode when parsing frame header.
Kostya Shishkov
2006-07-21
1
-1
/
+4
*
avoid 4 +
Michael Niedermayer
2006-07-19
1
-13
/
+7
*
remove 166 useless underscores, and make this file valid c code as a result
Michael Niedermayer
2006-07-19
1
-78
/
+78
*
remove a few useless casts and avoid the useless t1/t2 variables
Michael Niedermayer
2006-07-19
1
-104
/
+22
*
simplify
Michael Niedermayer
2006-07-19
1
-43
/
+2
*
more simplifications
Michael Niedermayer
2006-07-19
1
-39
/
+29
*
simplification
Michael Niedermayer
2006-07-19
1
-114
/
+21
*
iabs -> ABS
Michael Niedermayer
2006-07-19
1
-4
/
+3
*
simplify
Michael Niedermayer
2006-07-19
1
-99
/
+36
*
fix loop filter
Michael Niedermayer
2006-07-19
1
-7
/
+8
*
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tes...
Michael Niedermayer
2006-07-19
1
-0
/
+2
*
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
Luca Abeni
2006-07-19
3
-141
/
+1
*
Move av_log() & friends to libavutil
Luca Abeni
2006-07-18
2
-85
/
+0
*
sync to x264 r537
Loren Merritt
2006-07-18
1
-3
/
+8
*
parse all QIS values (we still ignore them though ...)
Michael Niedermayer
2006-07-17
1
-3
/
+9
*
100l for me
Michael Niedermayer
2006-07-17
1
-1
/
+1
*
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...
Matthieu Castet
2006-07-17
1
-0
/
+4
*
attempt to implement xiphs useless and stupid quantization matrix mess
Michael Niedermayer
2006-07-17
1
-126
/
+81
*
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t...
Michael Niedermayer
2006-07-17
1
-36
/
+35
*
use RSHIFT
Michael Niedermayer
2006-07-16
1
-11
/
+4
[next]