Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 лет назад |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 лет назад |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 лет назад |
Stefano Sabatini
|
038f846e41
Add long names to some AVCodec declarations.
|
16 лет назад |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
16 лет назад |
Kostya Shishkov
|
811d914652
indentation
|
16 лет назад |
Kostya Shishkov
|
1ba3bae800
Correctly handle empty frames
|
16 лет назад |
Michael Niedermayer
|
31d889ec0a
const
|
17 лет назад |
Måns Rullgård
|
19b95df09e
remove useless #ifdef CONFIG_ZLIB from zmbv decoder
|
17 лет назад |
Måns Rullgård
|
6785cae35c
trivial warning fixes
|
17 лет назад |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 лет назад |
Måns Rullgård
|
706da4af32
fix some printf format specifiers
|
17 лет назад |
Ramiro Polla
|
2c124cb65c
Use AV_xx throughout libavcodec
|
17 лет назад |
Diego Biurrun
|
2029f312e8
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
17 лет назад |
Nicholas Tung
|
e4141433ea
Get rid of unnecessary pointer casts.
|
17 лет назад |
Kostya Shishkov
|
9ac421e3c1
Remove redundant assign
|
17 лет назад |
Alex Beregszaszi
|
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Kostya Shishkov
|
429914a330
1l: correct argument order in avcodec_check_dimensions
|
18 лет назад |
Kostya Shishkov
|
34a8dcd031
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable.
|
18 лет назад |
Kostya Shishkov
|
b0ca57356e
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not
|
18 лет назад |
Mike Melanson
|
eff22cc98b
add another set of zlib guards
|
19 лет назад |
Mike Melanson
|
9c8d8e84e0
dosbox native ZMBV decoder, courtesy of Kostya
|
19 лет назад |