Kostya Shishkov
|
5d44b2a138
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Aurelien Jacobs
|
590bd200dd
remove useless ifdeffery, tscc won't do anything useful without zlib
|
16 years ago |
Kostya Shishkov
|
44aa9771c9
Factorize out code used for MS RLE format decoding in different decoders.
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 years ago |
Stefano Sabatini
|
d5202e4fda
Add long names to many AVCodec declarations.
|
16 years ago |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
16 years ago |
Michael Niedermayer
|
6fd4315ee2
const
|
17 years ago |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 years ago |
Diego Biurrun
|
2029f312e8
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
17 years ago |
Nicholas Tung
|
e4141433ea
Get rid of unnecessary pointer casts.
|
17 years ago |
Kostya Shishkov
|
9ac421e3c1
Remove redundant assign
|
17 years ago |
Diego Biurrun
|
71e445fca3
Replace deprecated PIX_FMT names by the newer variants.
|
18 years ago |
Alex Beregszaszi
|
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Kostya Shishkov
|
429914a330
1l: correct argument order in avcodec_check_dimensions
|
18 years ago |
Mike Melanson
|
1927cd41e0
make TSCC endian-safe, PPC testing courtesy of Diego B.
|
19 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
|
c2d57a34d0
memleak fix
|
20 years ago |
Roberto Togni
|
b2eef2f0ea
Add 32bit RGB support
|
20 years ago |
Roberto Togni
|
cca1a42653
Check pointers before writing to memory
|
20 years ago |
Michael Niedermayer
|
934982c4ac
avoid buf_size == 0 checks in every decoder
|
20 years ago |
Mike Melanson
|
229daca7a2
8-bit mode corrections
|
20 years ago |
Mike Melanson
|
9d53d58ea7
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov
|
20 years ago |