Anton Khirnov
074c769de9
h264_cavlc: check the size of the intra PCM data.
...
Fixes invalid reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:libav-stable@libav.org
11 years ago
Diego Biurrun
ac0e03bab0
dct/fft: Give consistent names to fixed/float template files
11 years ago
Vittorio Giovara
dd249245d0
filter docs: reference scale and fps filters
11 years ago
Vittorio Giovara
d28fc7b29a
avconv_filter: add new line after error message
11 years ago
Vittorio Giovara
874838dc65
fate: add one select filter test
...
This test selects alternate frames from input.
11 years ago
Vittorio Giovara
305d3d9f1f
mpeg4videoenc: restore macro parentheses
...
These were erroneously removed in 8769113acc
.
11 years ago
Martin Storsjö
ea9f7173ae
configure: Avoid requiring c99wrap for working around msys path issues
...
Msys is unable to convert unix style absolute paths to windows style
paths when combined with certain multichar MSVC options such as
-Fo<file>. We used to work around this issue by passing them as two
separate parameters separated by a space to c99wrap, which then mapped
them back to the actual parameter format that MSVC uses.
The only paths that actually are an issue are absolute unix style
paths, and the only place such absolute paths are used with the output
arguments (-Fo, -Fe, -Fi, -out:) are for the temp files within configure.
By setting TMPDIR to . for msvc/icl builds, we never need to use
absolute unix style paths for the file output, and we can use the
actual proper form of the file output parameters. This avoids requiring
the c99wrap wrapper for remapping the parameters for cases where the
c99 converter isn't invoked at all (MSVC2013 and ICL).
Signed-off-by: Martin Storsjö <martin@martin.st>
11 years ago
Sean McGovern
a7b87ca911
libxavs: rename and fix a variable name
...
It was mis-spelled in b18c7c8d3d
.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
11 years ago
Derek Buitenhuis
03f6d4e0f1
win{32,64}: Hard disable symbol versioning
...
ICL doesn't return an error on unknown parameters, and will
always pass the symver_gnu_asm test, and since Windows
never has symbol versioning, just always disable it.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
11 years ago
Tim Walker
ffb0af7f17
ac3dec: simplify an expression
...
Signed-off-by: Diego Biurrun <diego@biurrun.de>
11 years ago
Diego Biurrun
57f13fd7e9
dv_tablegen: Remove CONFIG_SMALL preprocessor check
...
The code does in no way depend on CONFIG_SMALL.
11 years ago
Vittorio Giovara
6f1ec8edf2
avcodec.h: include version.h before using version macro
11 years ago
Vittorio Giovara
3a16ec19d2
vf_interlace: check one av_frame_clone allocation
11 years ago
Vittorio Giovara
c673fc919c
hevc_sei: drop unused parameter
11 years ago
Vittorio Giovara
d234c7a07c
mpeg4videodec: K&R formatting cosmetics
11 years ago
Vittorio Giovara
8769113acc
mpeg4videoenc: K&R formatting cosmetics
11 years ago
Martin Storsjö
fa48be9b95
configure: Don't use symlinks for creating the out of tree makefile
...
On some platforms (such as msys), symlinks are (poorly) emulated
by simply creating a copy of the file.
This means that when building out of tree, the build tree gets
a copy of the original makefile, which can lead to unintuitive
build errors when the original makefile gets updated later.
Instead simply create a stub makefile which includes the real
one.
Signed-off-by: Martin Storsjö <martin@martin.st>
11 years ago
Kostya Shishkov
16e7b189c5
mpegvideo: Fix swapping of UV planes for VCR2
11 years ago
Tim Walker
69d4dbfd1f
aac_ac3_parser: simplify an expression
...
Signed-off-by: Diego Biurrun <diego@biurrun.de>
11 years ago
Tim Walker
37a3cac78c
dcadec: simplify an expression
...
Signed-off-by: Diego Biurrun <diego@biurrun.de>
11 years ago
Anton Khirnov
a553c6a347
lavc: use buf[0] instead of data[0] in checks whether a frame is allocated
...
data[0] may be NULL for valid frames with hwaccel pixel formats.
11 years ago
Valeriy Argunov
cc20fbcd39
rtmphttp: Check for both 0 and AVERROR_EOF
...
This makes RTMPT work again - it was broken by 5d876be87a
.
Signed-off-by: Martin Storsjö <martin@martin.st>
11 years ago
Anton Khirnov
1c01b0253e
mpegvideo_enc: use the AVFrame API properly.
11 years ago
Anton Khirnov
a6064b12b4
ffv1: use the AVFrame API properly.
11 years ago
Anton Khirnov
706a92926c
jpegls: use the AVFrame API properly.
11 years ago
Anton Khirnov
14b35bf065
huffyuv: use the AVFrame API properly.
11 years ago
Anton Khirnov
ffe04c3303
libxvid: use the AVFrame API properly.
11 years ago
Anton Khirnov
863a670e48
pcxenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
7ca97aa7ee
roqvideo: remove unused variables
11 years ago
Anton Khirnov
372262853b
libschroedingerenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
97168b204a
eatgv: use the AVFrame API properly.
11 years ago
Anton Khirnov
b18c7c8d3d
libxavs: use the AVFrame API properly.
11 years ago
Anton Khirnov
5290e02a0a
nuv: use the AVFrame API properly.
11 years ago
Anton Khirnov
d56a114adc
flashsvenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
57e7b3a89f
dnxhdenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
d2287740d9
libx264: use the AVFrame API properly.
11 years ago
Anton Khirnov
394ef4d18f
svq1enc: use the AVFrame API properly.
11 years ago
Anton Khirnov
219b35f5d1
gif: use the AVFrame API properly.
11 years ago
Anton Khirnov
45bde93eef
sunrastenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
fb26d76167
targaenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
f26f71139f
tiffenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
78c6c9d6c1
pngenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
0ea430c75b
lclenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
d48c206302
qtrleenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
c8a525197f
ulti: use the AVFrame API properly.
11 years ago
Anton Khirnov
6792559f8a
vc1: use the AVFrame API properly.
11 years ago
Anton Khirnov
042aec41ae
flashsv: use the AVFrame API properly.
11 years ago
Anton Khirnov
e4155f15b3
eamad: use the AVFrame API properly.
11 years ago
Anton Khirnov
4e7e8055a7
dpxenc: use the AVFrame API properly.
11 years ago
Anton Khirnov
2a85a192c7
bmpenc: use the AVFrame API properly.
11 years ago