Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Diego Biurrun
|
0f0b707fa3
Avoid POSIX-reserved _t namespace.
|
16 years ago |
Diego Pettenò
|
81fe0cfc0b
Mark the ff_svq1_frame_size_table as constant.
|
17 years ago |
Aurelien Jacobs
|
5416616588
split SVQ1 decoder and encoder in their own files
|
17 years ago |
Diego Biurrun
|
7b94177e37
Group all copyright and author notices together.
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
17 years ago |
Diego Biurrun
|
2029f312e8
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
17 years ago |
Loren Merritt
|
e62b3dd210
move some stuff out of an inner loop. 12% faster svq1 encoding.
|
17 years ago |
Loren Merritt
|
5900637219
mmx 16-bit ssd. 2.3x faster svq1 encoding.
|
17 years ago |
Reimar Döffinger
|
f66e4f5f9e
Add av_ prefix to clip functions
|
17 years ago |
Diego Biurrun
|
eafcac6ac8
cosmetics: Fix another common typo, dependAnt --> dependEnt.
|
17 years ago |
Baptiste Coudurier
|
3c1418175d
fix bitstream to be correctly decoded by quicktime
|
18 years ago |
Baptiste Coudurier
|
f856756059
fix sigfpe with intra only encoding
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Måns Rullgård
|
62bb489b13
add some #ifdef CONFIG_ENCODERS/DECODERS
|
18 years ago |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Michael Niedermayer
|
f79432a26e
set a few variables correctly
|
19 years ago |
Michael Niedermayer
|
8c3eba7c62
skip_idct
|
19 years ago |
Måns Rullgård
|
88730be651
kill warnings patch by (Måns Rullgård <mru inprovide com>)
|
19 years ago |
Michael Niedermayer
|
934982c4ac
avoid buf_size == 0 checks in every decoder
|
20 years ago |
Michael Niedermayer
|
0ecca7a49f
various security fixes and precautionary checks
|
20 years ago |
Burkhard Plaum
|
073c2593c9
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
|
20 years ago |
Michael Niedermayer
|
8b392ae2e7
10l (segfault)
|
20 years ago |
Alex Beregszaszi
|
b2a1c77162
try to select w/h from tables
|
20 years ago |
Michael Niedermayer
|
7a04636485
svq1 mv array size fix
|
20 years ago |
Mike Melanson
|
c5c3a92674
well that does not need to be there anymore
|
20 years ago |
Mike Melanson
|
975af7a992
the ongoing struggle for encoding conditionals
|
20 years ago |
Michael Niedermayer
|
69de449af6
gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)
|
20 years ago |
Michael Niedermayer
|
53db1cae1c
data_size = 0 cleanup
|
20 years ago |
Michael Niedermayer
|
e96682e6f4
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
|
20 years ago |
Michael Niedermayer
|
cc77b9435b
removing unused encoding code
|
20 years ago |
Michael Niedermayer
|
fcee016467
automatic pixel format selection
|
20 years ago |
Michael Niedermayer
|
270f878447
segfault fix
|
20 years ago |
Michael Niedermayer
|
3178a86584
support skiped blocks in SVQ1
|
20 years ago |
Michael Niedermayer
|
5e13a73006
motion estimation for SVQ1
|
20 years ago |
Michael Niedermayer
|
ec6d8af5aa
p frame encoding, only with 0,0 motion vectors yet though
|
20 years ago |
Michael Niedermayer
|
0d8e09f8bf
using pointers so the code could eventually be used for P frames
|
20 years ago |
Michael Niedermayer
|
bab97b2f6c
width height %64 != 0 fix
|
20 years ago |
Michael Niedermayer
|
14aa9da3d6
color and 10l
|
20 years ago |
Michael Niedermayer
|
fa2ae82206
rate distorted intra only encoding
|
20 years ago |
Mike Melanson
|
3b64893dae
first pass at a Sorenson Video 1 (SVQ1) encoder
|
20 years ago |
Michael Niedermayer
|
3edcacde04
init cleanup
|
20 years ago |
Michael Niedermayer
|
303e50e65b
closed gop support & flags2 as all bits in flags are used
|
21 years ago |
Mike Melanson
|
2ad5d5a8c8
off-by-1 error in the never-before-tested embedded string code
|
21 years ago |
Michel Bardiaux
|
9b87956678
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
|
21 years ago |
Alex Beregszaszi
|
0c938bd102
get_bits -> skip_bits
|
21 years ago |
Michael Niedermayer
|
7a06ff148d
AVCodec.flush()
|
21 years ago |