Michael Niedermayer
|
01c90eea6c
vqavideo: fix return type
|
11 лет назад |
Michael Niedermayer
|
13093f9767
vqavideo: check chunk sizes before reading chunks
|
11 лет назад |
Mans Rullgard
|
468cc41d6d
vqavideo: return error if image size is not a multiple of block size
|
12 лет назад |
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 лет назад |
Diego Biurrun
|
f4433de9ef
consistency cosmetics: indices --> indexes
|
16 лет назад |
Stefano Sabatini
|
bcdb2378f7
Add long names to some AVCodec declarations.
|
16 лет назад |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
16 лет назад |
Mike Melanson
|
32c3047cac
These video decoders do not need to include and initialize the DSP
|
16 лет назад |
Michael Niedermayer
|
cea9642014
Fix ;;
|
16 лет назад |
Michael Niedermayer
|
473dde1700
const
|
17 лет назад |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
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 лет назад |
Nicholas Tung
|
587d07227e
Remove superfluous setting of has_b_frames in codecs without B-frames.
|
17 лет назад |
Alex Beregszaszi
|
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 лет назад |
Kostya Shishkov
|
7667896a36
VQA v1 support
|
18 лет назад |
Kostya Shishkov
|
7504e4fa1d
Correct information in header
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Michael Niedermayer
|
3129f3bd0f
palette (if we memcpy it into AVFrame) must be uint32_t
|
18 лет назад |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
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
|
b3a5d0039c
support a few more types of VQA files
|
21 лет назад |
Mike Melanson
|
cafa66af8e
added solid color vectors; basic PAL8, 4x2-vector video (as in
|
21 лет назад |
Mike Melanson
|
6955a88293
first pass at a VQA video decoder
|
21 лет назад |