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
*
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
Michael Niedermayer
2004-05-25
1
-1
/
+1
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
separate out put_signed_pixels_clamped() into its own function and
Mike Melanson
2004-04-27
1
-20
/
+3
*
reorganize and simplify the VP3 IDCT stuff
Mike Melanson
2004-04-26
1
-8
/
+26
*
hook up support for SSE2-optimized VP3 IDCT
Mike Melanson
2004-04-25
1
-3
/
+5
*
cut over to using new VP3 DSP functions and remove the old ones; bring
Mike Melanson
2004-03-08
1
-314
/
+16
*
fix motion compensation with (x+1/2,y+1/2) MVs
Michael Niedermayer
2004-03-05
1
-5
/
+14
*
FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
Alex Beregszaszi
2003-12-08
1
-3
/
+5
*
more correct header parsing
Alex Beregszaszi
2003-12-08
1
-24
/
+56
*
theora alpha3 support (with maintaining backward compatibility, maybe we shou...
Alex Beregszaszi
2003-11-23
1
-3
/
+15
*
finally working with old theora bitstream (flipped image), the only sample I ...
Alex Beregszaszi
2003-11-23
1
-17
/
+89
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-15
/
+15
*
theora comments skipping
Alex Beregszaszi
2003-10-11
1
-1
/
+20
*
theora decoding support (only keyframes for now, because by theora the frame ...
Alex Beregszaszi
2003-10-11
1
-18
/
+171
*
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM
Roman Shaposhnik
2003-09-12
1
-37
/
+37
*
fixing chroma MC
Michael Niedermayer
2003-08-20
1
-16
/
+15
*
MC rounding fixed?
Michael Niedermayer
2003-08-19
1
-20
/
+20
*
fix AVFrame.reference (the frames are used for decoding future frames so it s...
Michael Niedermayer
2003-08-19
1
-5
/
+6
*
added the official VP3 IDCT (C implementation) as well as a grayscale
Mike Melanson
2003-07-10
1
-41
/
+322
*
revising and fixing motion vectors, squished block unpacking bug that
Mike Melanson
2003-05-31
1
-84
/
+64
*
Warning and compatibility fixes.
Falk Hüffner
2003-05-24
1
-1
/
+0
*
fix subtle logic problem in block unpacker that leads to incorrect token
Mike Melanson
2003-05-19
1
-18
/
+24
*
fix image buffer leak on keyframes, add more error condition checks
Mike Melanson
2003-05-12
1
-7
/
+26
*
fix motion vector decoding bug and reinstate interframes
Mike Melanson
2003-05-11
1
-19
/
+24
*
get those permutations straight
Mike Melanson
2003-05-11
1
-6
/
+10
*
squashed a bunch of subtle array indexing bugs, fixed block mapping
Mike Melanson
2003-05-10
1
-45
/
+143
*
dump the shady binary search logic (the part that binary searches
Mike Melanson
2003-05-10
1
-49
/
+44
*
correct the custom coding mode alphabet, add some validation on the
Mike Melanson
2003-05-08
1
-25
/
+25
*
looking better all the time! motion compensation is starting to work
Mike Melanson
2003-05-07
1
-20
/
+16
*
fixed buffer allocation logic (hopefully) so that decoder does not crash
Mike Melanson
2003-05-07
1
-37
/
+162
*
fix decoder so that ffmpeg does not crash, at least not right away
Mike Melanson
2003-05-06
1
-17
/
+16
*
first pass at a new VP3 video decoder
Mike Melanson
2003-05-05
1
-0
/
+2325