Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 лет назад |
Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 лет назад |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 лет назад |
Stefano Sabatini
|
162d4fc99d
Add long names to AVCodec declarations.
|
16 лет назад |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
16 лет назад |
Mike Melanson
|
282ee4e766
fix the WC3 Xan decoder by correcting the frame accounting logic
|
16 лет назад |
Aurelien Jacobs
|
9f5bd89506
const
|
17 лет назад |
Michael Niedermayer
|
c67102f902
const
|
17 лет назад |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
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 лет назад |
Diego Biurrun
|
5a6a6cc7dc
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
|
17 лет назад |
Nicholas Tung
|
587d07227e
Remove superfluous setting of has_b_frames in codecs without B-frames.
|
17 лет назад |
Diego Biurrun
|
fe0372296a
typos
|
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 лет назад |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 лет назад |
Mike Melanson
|
ca16618b01
tinfoil patch: no array is written to in bulk before counts are
|
19 лет назад |
Michael Niedermayer
|
0ecca7a49f
various security fixes and precautionary checks
|
20 лет назад |
Mike Melanson
|
3a278992bd
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
|
20 лет назад |
Michel Bardiaux
|
9b87956678
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
|
21 лет назад |
Mike Melanson
|
2a2bbcb05f
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
|
21 лет назад |
Mike Melanson
|
42e96409d3
MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's
|
21 лет назад |
Mike Melanson
|
afb8d3f80d
change pixel identifier conflict with AltiVec headers (patch courtesy of
|
21 лет назад |
Mike Melanson
|
0f371e3e2a
final word on RGBA byte order
|
21 лет назад |
Mike Melanson
|
ba118447d5
deploy palette control API
|
21 лет назад |
Mike Melanson
|
e9cc5211a4
copy & paste strikes again
|
21 лет назад |
Mike Melanson
|
6f4915ac83
xan_wc3 decoder now works correctly; added a bunch of output
|
21 лет назад |
Mike Melanson
|
9937e686fe
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM
|
21 лет назад |