index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
vp3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove #include "mpegvideo.h" where it is not needed
Aurelien Jacobs
2008-03-05
1
-1
/
+1
*
fix memory leaks in vp3 decoder
Måns Rullgård
2008-02-24
1
-0
/
+15
*
Fix ;;
Michael Niedermayer
2008-02-19
1
-1
/
+1
*
typo fix: inited --> initialized
Diego Biurrun
2008-02-13
1
-5
/
+5
*
Print Theora bitstream version at DEBUG, not at VERBOSE level.
Diego Biurrun
2008-02-13
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-8
/
+8
*
Reduce Theora decoder verbosity.
Diego Biurrun
2007-08-03
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
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
[next]