|
|
|
@41bf943f
|
12 years |
michaelni |
bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084)
…
|
|
|
@45bd0d15
|
12 years |
michaelni |
lavf: fix fps detection with PAFF H.264
Fixes Ticket1065 …
|
|
|
@572781b2
|
12 years |
michaelni |
h264: fix parsing of old lossless profile (profile_idc == 144)
…
|
|
|
@6bf43441
|
12 years |
michaelni |
eatgq: raise error on unsupported macroblock mode
Reviewed-by: Paul B …
|
|
|
@0ea55365
|
12 years |
michaelni |
ansi: by design nb_args may exceed the size of the args array, so …
|
|
|
@d6f6a755
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avutil: …
|
|
|
@de3b1116
|
12 years |
onemda |
eatgq: fix small overread
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@82c0055c
|
12 years |
michaelni |
Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'
* commit …
|
|
|
@db51c659
|
12 years |
michaelni |
Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'
* commit …
|
|
|
@03760297
|
12 years |
michaelni |
doc/nut: Clarify what/where is the official nut specification
…
|
|
|
@039341eb
|
12 years |
onemda |
wv: do not report invalid stream duration
If total number of samples …
|
|
|
@dd5aff00
|
12 years |
onemda |
svq1dec: use log level that have more common sense
Signed-off-by: …
|
|
|
@7b9fc769
|
12 years |
onemda |
svq1dec: use more common way to check if result is not zero
…
|
|
|
@8f4020d
|
12 years |
onemda |
svq1dec: check return value of get_bits1() in more common way
…
|
|
|
@e2bf1082
|
12 years |
onemda |
svq1dec: return more meaningful error codes
Signed-off-by: Paul B …
|
|
|
@d3109811
|
12 years |
michaelni |
mp3enc: fix signed C99 overflow
Signed-off-by: Michael Niedermayer …
|
|
|
@2217a224
|
12 years |
michaelni |
dpxenc: fix signed c99 overflows
Signed-off-by: Michael Niedermayer …
|
|
|
@7a32ab5e
|
12 years |
michaelni |
sws: get rid of C99 signed overflows try #2
Signed-off-by: Michael …
|
|
|
@693097c
|
12 years |
michaelni |
paf: avoid C99 overflows
Signed-off-by: Michael Niedermayer …
|
|
|
@3ee8eefb
|
12 years |
michaelni |
sws: avoid signed C99 overflows
Signed-off-by: Michael Niedermayer …
|
|
|
@555f352f
|
12 years |
michaelni |
swr/rematrix: fix C99 left shift overflow
Signed-off-by: Michael …
|
|
|
@014b178f
|
12 years |
michaelni |
g723_1: fix overflow in square_root()
the intermediate does not fit …
|
|
|
@2fed05f
|
12 years |
michaelni |
avoid more "0xFF << 24" as it is considered a integer overflow in C99
…
|
|
|
@b12d92ef
|
12 years |
michaelni |
avoid "0xFF << 24" as it is considered a integer overflow in C99
…
|
|
|
@d3d715ff
|
12 years |
michaelni |
mpeg4videodec: Recalculate timebase in case of guessing time increment …
|
|
|
@096d96ff
|
12 years |
Clément Bœsch |
lavfi/select/scene: use pointer increments instead of y*linesize.
|
|
|
@08526483
|
12 years |
Clément Bœsch |
lavfi/select/scene: fix potential overread.
Also make sure we use the …
|
|
|
@dff826b4
|
12 years |
Clément Bœsch |
lavfi/select/scene: move out convoluted sad variable init from loop.
|
|
|
@feaff427
|
12 years |
michaelni |
alsdec: fix clipping of weightings for MCC decoding
Fixes CID717905 …
|
|
|
@20ec0d2a
|
12 years |
michaelni |
mpegvideo: fix motion_val checks
Fixes CID604124
Signed-off-by: …
|
|
|
@f4d73f0f
|
12 years |
michaelni |
mpegvideo: check return value of ff_MPV_common_init()
Fixes CID703621 …
|
|
|
@8cda27b7
|
12 years |
michaelni |
avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONE
Fixes …
|
|
|
@b3eb4f5
|
12 years |
michaelni |
flashsv: check deflateInit() return value
Fixes CID703620 …
|
|
|
@6581b6ce
|
12 years |
michaelni |
dnxhdenc: assert ff_dnxhd_get_cid_table() return value
Signed-off-by: …
|
|
|
@1037e484
|
12 years |
michaelni |
dnxhddata_ Fix mixup of sizeof() and array elements in …
|
|
|
@670b927a
|
12 years |
michaelni |
ffv1: make sure gob_count is not 0
Fixes division by 0
Fixes …
|
|
|
@f70a651
|
12 years |
michaelni |
sws-test: raise limigts a bit.
these cases arent used but theres no …
|
|
|
@3689ec3d
|
12 years |
michaelni |
pp: avoid overflow in w*h
Fixes CID700580
Signed-off-by: Michael …
|
|
|
@c0f0bec2
|
12 years |
michaelni |
sws-test: check W/H
Fixes CID733834
Signed-off-by: Michael …
|
|
|
@2c85727f
|
12 years |
onemda |
lavc/codec_desc: add/update properties of some codecs
Signed-off-by: …
|
|
|
@225d3cc1
|
12 years |
michaelni |
ffeval: avoid folding EOF onto a valid char
Fixes CID733704 …
|
|
|
@80db07ad
|
12 years |
michaelni |
probetest: check command line arguments
Fixes CID733835 …
|
|
|
@8ab0b9ca
|
12 years |
michaelni |
trasher: check seek return value.
Fixes CID733726
Signed-off-by: …
|
|
|
@7638f0b
|
12 years |
diego |
avutil: Do not make ff_ symbols globally visible.
|
|
|
@a5e0046a
|
12 years |
onemda |
xbmdec: s/av_reverse/ff_reverse
Signed-off-by: Paul B Mahol …
|
|
|
@52d113ee
|
12 years |
diego |
avutil: Rename ff_set_systematic_pal2() ---> …
|
|
|
@b5198a26
|
12 years |
mans |
configure: tms470: add mapping for -mfpu=vfpv3-d16 flag
…
|
|
|
@b6f8d635
|
12 years |
mans |
build: tms470: work around glibc math.h problems
The glibc …
|
|
|
@5ab432fa
|
12 years |
mans |
configure: improve tms470 compiler usage with glibc
Apply flags to …
|
|
|
@183117fe
|
12 years |
michaelni |
libavutil: loose idiotic circular dependancies between version and …
|
|
|
@083c7bf7
|
12 years |
michaelni |
sdp: output speex optional vbr parameter
Optional sdp speex payload …
|
|
|
@c45b829d
|
12 years |
michaelni |
tests: fix checksums for png aspect ratio change
Signed-off-by: …
|
|
|
@93931143
|
12 years |
onemda |
lavc: return s->get_buffer() error code if it errors out
…
|
|
|
@f58f9023
|
12 years |
onemda |
pngenc: write sample aspect ratio
Signed-off-by: Paul B Mahol …
|
|
|
@8288c2b
|
12 years |
onemda |
pngdec: read sample aspect ratio
Signed-off-by: Paul B Mahol …
|
|
|
@2a56e65c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vc1: …
|
|
|
@d0707677
|
12 years |
michaelni |
ffplay: use audio parameters from the decoded frame instead of …
|
|
|
@15ef1cfe
|
12 years |
michaelni |
Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'
* commit …
|
|
|
@6571833d
|
12 years |
onemda |
smjpegdec: use url_feof()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@18884f15
|
12 years |
michaelni |
Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'
* commit …
|
|
|
@c55bebe2
|
12 years |
michaelni |
Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'
* commit …
|
|
|
@85fe70b6
|
12 years |
michaelni |
Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f'
* commit …
|
|
|
@741a8b72
|
12 years |
mans |
configure: recognise Minix as OS
No special setup is required for …
|
|
|
@ac17ccf7
|
12 years |
mans |
configure: work around bug in ash shell
The ash 'test' builtin …
|
|
|
@b4ca1b15
|
12 years |
michaelni |
Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'
* commit …
|
|
|
@d6c342fd
|
12 years |
michaelni |
Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'
* commit …
|
|
|
@d197bd4f
|
12 years |
michaelni |
Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'
* commit …
|
|
|
@3b0bb321
|
12 years |
michaelni |
Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'
* commit …
|
|
|
@3cc02527
|
12 years |
michaelni |
vp8dec: reset loopfilter delta values at keyframes
while testing a …
|
|
|
@74c39bc
|
12 years |
mans |
eval-test: make table static const
Signed-off-by: Mans Rullgard …
|
|
|
@10e645e
|
12 years |
lu_zero |
lavr: handle clipping in the float to s32 conversion
We cannot clip …
|
|
|
@1bd442c
|
12 years |
lu_zero |
nut: prioritize native tags
Use native tags instead of avi ones, …
|
|
|
@92281850
|
12 years |
lu_zero |
nut: support pcm codecs not mapped in avi
The native tags will be …
|
|
|
@6254ffe0
|
12 years |
Carl Eugen Hoyos |
Allow autodetection of some dnxhd files that can be decoded correctly. …
|
|
|
@e8b50385
|
12 years |
onemda |
fate: update pcx reference
It changed because encoder now writes 0/1 …
|
|
|
@79133fd0
|
12 years |
onemda |
pcxenc: store sample aspect ratio
Signed-off-by: Paul B Mahol …
|
|
|
@f2f711cd
|
12 years |
onemda |
pcx: read sample aspect ratio
Signed-off-by: Paul B Mahol …
|
|
|
@92b3d8bc
|
12 years |
onemda |
bethsoftvideo: return meaningfull error codes
Signed-off-by: Paul B …
|
|
|
@efb0e4e7
|
12 years |
onemda |
truemotion2: use more meaningful return codes
Signed-off-by: Paul B …
|
|
|
@5d2be71b
|
12 years |
kostya.shishkov |
vc1: Use codec ID from AVCodecContext while parsing frame header
This …
|
|
|
@6304f78e
|
12 years |
justin.ruggles |
avplay: support mid-stream sample rate changes
Resample to the rate …
|
|
|
@f5962229
|
12 years |
justin.ruggles |
avplay: use audio parameters from the decoded frame instead of …
|
|
|
@61d5313d
|
12 years |
justin.ruggles |
dca: allocate a secondary buffer for extra channels when downmixing
…
|
|
|
@ff814c7
|
12 years |
michaelni |
ffserver: fix return value of add_codec()
Signed-off-by: Michael …
|
|
|
@8dc89944
|
12 years |
michaelni |
jpegls: increase run_index to 4
Fixes part of CID717913 …
|
|
|
@4acfe3d1
|
12 years |
michaelni |
jpegls: fix off limit
Fixes part of CID717913
Signed-off-by: Michael …
|
|
|
@9f9307ff
|
12 years |
michaelni |
rv30_decode_intra_types: make check tighter
This makes no differnce …
|
|
|
@3f01042
|
12 years |
michaelni |
ff_celp_lp_synthesis_filterf: change loop end check
This makes no …
|
|
|
@3f350a48
|
12 years |
michaelni |
ff_celp_lp_synthesis_filterf: check that filter_length is within the …
|
|
|
@f657d495
|
12 years |
michaelni |
rtpdec_qdm2: change one assert to av_assert0
Failure of this assert …
|
|
|
@e47024d7
|
12 years |
michaelni |
wtvdec: fix memleak on error
Fixes CID718002
Signed-off-by: Michael …
|
|
|
@120b38b9
|
12 years |
michaelni |
avio: redesign ffio_rewind_with_probe_data()
This prevents a double …
|
|
|
@54b2d317
|
12 years |
michaelni |
ffv1: avoid checking a double for equality
if 0.0 != 0.0 a out of …
|
|
|
@d2a618ab
|
12 years |
michaelni |
af_pan: fix memleak of arg
Fixes CID718988
Signed-off-by: Michael …
|
|
|
@f374e998
|
12 years |
michaelni |
vf_fade: fix memleaks of args
Fixes: CID718989
Signed-off-by: Michael …
|
|
|
@a77f01c7
|
12 years |
mans |
configure: use utilities from /usr/xpg4/bin if it exists
Solaris …
|
|
|
@0daac647
|
12 years |
mans |
avstring-test: fix memory leaks
Signed-off-by: Mans Rullgard …
|
|
|
@0f46825d
|
12 years |
michaelni |
ffserver: prevent nb_streams from becoming too large
Fixes CID732249
…
|
|
|
@c2340831
|
12 years |
michaelni |
aacsbr: change order of operation to prevent out of array read
Fixes …
|
|
|
@24778c32
|
12 years |
michaelni |
Fix writing 12 bit DPX
The DPX encoder now writes 12 DPX that open …
|
|
|