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
/
vp3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
cosmetics: fix inconsistent indentation
Aurelien Jacobs
2007-05-07
1
-4
/
+4
*
fix display of theora videos with visible size smaller than encoded size
Aurelien Jacobs
2007-05-07
1
-10
/
+9
*
Only compile in Theora-specific functions if the Theora decoder has been
Diego Biurrun
2007-04-08
1
-1
/
+1
*
cosmetics: Move one code block to save an #ifdef in the next commit.
Diego Biurrun
2007-04-08
1
-10
/
+10
*
Remove #if 0 code.
Diego Biurrun
2007-04-08
1
-22
/
+0
*
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
Diego Biurrun
2007-04-08
1
-0
/
+2
*
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2007-04-07
1
-1
/
+0
*
use generic xiph header spliting func to split theora headers
Aurelien Jacobs
2007-03-25
1
-9
/
+13
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-5
/
+5
*
cosmetics: aswell --> as well typo fix
Diego Biurrun
2007-02-22
1
-1
/
+1
*
Unconditionally enable Theora decoder. It works fine now and there is no
Diego Biurrun
2007-01-10
1
-2
/
+0
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-4
/
+4
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fix decoding of ED-small-sample-file.ogg
Michael Niedermayer
2006-10-06
1
-1
/
+1
*
Remove unused variables and the corresponding warnings along with them.
Diego Biurrun
2006-10-03
1
-1
/
+1
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
cleanup
Michael Niedermayer
2006-08-17
1
-6
/
+2
*
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
*
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
*
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
*
useless memcpy
Michael Niedermayer
2006-07-16
1
-2
/
+2
*
some fixmes if someone ever wants to implement theora support correctly ...
Michael Niedermayer
2006-07-16
1
-0
/
+2
*
check how many bits are left after decoding extradata
Michael Niedermayer
2006-07-16
1
-52
/
+54
*
cleanup
Michael Niedermayer
2006-07-16
1
-19
/
+2
*
kill some warnings
Måns Rullgård
2006-02-25
1
-41
/
+0
*
MSVC-compatible __align8/__align16 declaration
Steve L'Homme
2006-02-05
1
-4
/
+4
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-123
/
+123
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-139
/
+139
*
10l, left debugging on
Alex Beregszaszi
2005-11-13
1
-1
/
+1
*
Correctly skip unknown matrices (patch by Matthieu Castet) and disable commen...
Matthieu Castet
2005-11-13
1
-12
/
+21
*
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for The...
Alex Beregszaszi
2005-11-13
1
-23
/
+85
*
fixed long standing off-by-one bug (fixes playback on ppc)
Alex Beregszaszi
2005-11-13
1
-1
/
+1
*
use av_log in debug mode
Alex Beregszaszi
2005-09-07
1
-10
/
+10
*
kill a bunch of compiler warnings
Måns Rullgård
2005-08-14
1
-1
/
+0
*
removed a bunch of unused, sub-optimal code
Mike Melanson
2005-08-13
1
-687
/
+0
*
read loop filter limit values from Theora header, courtesy of Matthieu
Mike Melanson
2005-05-24
1
-6
/
+2
*
fix bugs in new loop filter code; also, refrain from filtering against
Mike Melanson
2005-05-21
1
-31
/
+25
*
disable broken loop filter optimization
Michael Niedermayer
2005-05-21
1
-2
/
+3
[next]