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
/
vmdav.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).
Kostya Shishkov
2007-09-23
1
-0
/
+10
*
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-08-11
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Do proper frame swapping so VMD video decoder works again
Kostya Shishkov
2007-05-29
1
-5
/
+4
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
Get rid of unnecessary pointer casts.
Nicholas Tung
2007-04-08
1
-5
/
+5
*
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2007-04-07
1
-1
/
+0
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-1
/
+1
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-7
/
+7
*
Divide first audio buffer chunk into atomary bufffers.
Kostya Shishkov
2006-11-19
1
-19
/
+3
*
Output proper 16-bit sound (fixes decoding on PPC)
Kostya Shishkov
2006-11-13
1
-5
/
+10
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Correct wrong memset invocation.
Panagiotis Issaris
2006-08-09
1
-1
/
+1
*
16-bit DPCM and stereo support for Sierra VMD
Kostya Shishkov
2006-03-11
1
-69
/
+48
*
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
-2
/
+2
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-4
/
+4
*
tinfoil patch: be more diligent about checking array boundaries before
Mike Melanson
2005-08-13
1
-8
/
+32
*
if audio is PCM, push it through (sync is not perfect yet)
Mike Melanson
2004-09-28
1
-7
/
+4
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-1
/
+0
*
conversion to av_log
Alex Beregszaszi
2004-04-07
1
-16
/
+10
*
minor VMD system update; still not perfect, but should not crash either
Mike Melanson
2004-03-14
1
-22
/
+59
*
(f)printf() is disallowed in libavcodec, compilation will fail now if its use...
Michael Niedermayer
2004-02-22
1
-0
/
+3
*
first pass at Sierra VMD A/V decoders; video looks great, audio is not
Mike Melanson
2004-01-02
1
-0
/
+548