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
/
truemotion1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
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
-18
/
+18
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-38
/
+38
*
clear the whole vert_pred buffer for 24 bit decoding.
Reimar Döffinger
2005-11-10
1
-1
/
+1
*
improvements by Reimar Döffinger; 24-bit decoding is not perfect, only
Mike Melanson
2005-11-10
1
-18
/
+7
*
adding a few const
Michael Niedermayer
2005-06-01
1
-4
/
+4
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-4
/
+0
*
Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...
Alex Beregszaszi
2004-09-21
1
-29
/
+365
*
fix initialization bug in which execution overwrites essential data
Mike Melanson
2004-06-11
1
-8
/
+8
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
conversion to av_log
Alex Beregszaszi
2004-04-07
1
-10
/
+7
*
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
Mike Melanson
2004-03-14
1
-2
/
+0
*
(f)printf() is disallowed in libavcodec, compilation will fail now if its use...
Michael Niedermayer
2004-02-22
1
-0
/
+3
*
this should make the decoder safe for big-endian platforms
Mike Melanson
2003-12-04
1
-2
/
+9
*
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only
Mike Melanson
2003-12-03
1
-0
/
+597