Mike Melanson
32c3047cac
These video decoders do not need to include and initialize the DSP
...
support functions.
Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
d31522b8f1
const
...
Originally committed as revision 11720 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e5a389a1b7
license header consistency cosmetics
...
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2029f312e8
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
...
Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Nicholas Tung
e4141433ea
Get rid of unnecessary pointer casts.
...
patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Nicholas Tung
587d07227e
Remove superfluous setting of has_b_frames in codecs without B-frames.
...
patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
...
Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Mike Melanson
10f865c9b7
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak
...
data. Tested against both known FILM files, several CPK files, and normal
CVID-encoded files.
Originally committed as revision 7215 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
0c3ee78f91
correctly handle very large Cinepak frames (courtesy of John Koleszar
...
<jkoleszar@on2.com>)
Originally committed as revision 4742 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
af9da83b0e
automatically detect Cinepak data from Sega FILM/CPK files
...
Originally committed as revision 4525 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
472ea1284e
fix infinite loop (suggested change by rjayne at convera dot com)
...
fixes bug #1160195
Originally committed as revision 4434 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roberto Togni
f7a7c75c3d
Ignore palette for grayscale files, all my samples are inverted with
...
default qt grayscale palette.
Originally committed as revision 3264 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
dab1c4c612
Paletted cvid support
...
Originally committed as revision 3263 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
c2ab696add
100l fix codebook usage for v1 vectors
...
Originally committed as revision 3242 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
2a0dbb1efc
buffer hints, use reget_buffer, removed copy from previous frame
...
Originally committed as revision 3117 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
3a278992bd
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
...
MKTAG/MKBETAG
Originally committed as revision 2886 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michel Bardiaux
9b87956678
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
94fd9201ad
support Cinepak files with funky (not divisible by 4) resolutions
...
Originally committed as revision 2433 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
2fdf638b0c
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
...
Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM
Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago