|
|
|
@5c7a62ae
|
12 years |
michaelni |
movenc: fix tmcd parameters
Signed-off-by: Michael Niedermayer …
|
|
|
@5bac83da
|
12 years |
michaelni |
shorten: fix U8 to be planar too
Signed-off-by: Michael Niedermayer …
|
|
|
@916e40b
|
12 years |
onemda |
smacker: return more meaningfull error codes
Signed-off-by: Paul B …
|
|
|
@ae237a11
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@4f5e5a05
|
12 years |
onemda |
lavf/txd: cosmetics: fix identation
Signed-off-by: Paul B Mahol …
|
|
|
@b08273c9
|
12 years |
Clément Bœsch |
lavf/mkv: avoid negative ts by default.
This fixes playback in some …
|
|
|
@304c37b2
|
12 years |
stefasab |
tests: add fate-xface test
|
|
|
@cd559bb
|
12 years |
stefasab |
lavc: add xface image decoder and encoder
Based on libcompface code …
|
|
|
@95cd815c
|
12 years |
mans |
swscale: try to use mmap only if available
Some systems, e.g. Minix, …
|
|
|
@e98b02de
|
12 years |
mans |
configure: check for mprotect
Signed-off-by: Mans Rullgard …
|
|
|
@35782bfb
|
12 years |
michaelni |
h264: Change asserts to av_asserts in ff_h264_fill_default_ref_list()
…
|
|
|
@151469db
|
12 years |
michaelni |
j2kenc: remove unneeded dereference
Fixes CID703723
Signed-off-by: …
|
|
|
@1b8f4d7
|
12 years |
michaelni |
ffmpeg: use framerate not fieldrate as filter input.
Fixes a problem …
|
|
|
@a63d7213
|
12 years |
michaelni |
ffplay: Prevent 0/0 aspect from being passed on to lavfi
0/0 fails to …
|
|
|
@f9d732c2
|
12 years |
justin.ruggles |
wmapro: use planar sample format
|
|
|
@2725ce7c
|
12 years |
justin.ruggles |
wmalossless: output in planar sample format
|
|
|
@7ebfe5b4
|
12 years |
justin.ruggles |
wmadec: use float planar sample format output
|
|
|
@977eb7d5
|
12 years |
justin.ruggles |
shorten: use planar sample format
|
|
|
@bc077ca6
|
12 years |
michaelni |
j2kdec: remove unneeded operation
Fixes CID717554
Signed-off-by: …
|
|
|
@1e6cbb01
|
12 years |
michaelni |
j2kdec: make curtilenum integer.
This fixes a potential crash.
…
|
|
|
@0de0ae5a
|
12 years |
michaelni |
tag_tree_decode: check node being non null
Fixes CID717843 …
|
|
|
@a6cac64f
|
12 years |
michaelni |
compute_lpc_coefs: assert that normalize and fail have a supported …
|
|
|
@93ef29b6
|
12 years |
michaelni |
noise_bsf: fix division by 0
Fixes CID733737
Signed-off-by: Michael …
|
|
|
@8441909f
|
12 years |
justin.ruggles |
lavc: update documentation for AVFrame.extended_data
|
|
|
@c73b1a1d
|
12 years |
michaelni |
flac_parser.c: fix issue with looping output for small files.
see …
|
|
|
@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 …
|
|
|