|
|
|
@c63e76ba
|
12 years |
michaelni |
ebml_read_binary: use fast_padded_malloc()
Fixes out of array …
|
|
|
@98b37700
|
12 years |
michaelni |
twinvq: make ibps check unsigned
Signed-off-by: Michael Niedermayer …
|
|
|
@2fbb37b5
|
12 years |
michaelni |
iff/ilbm: check remaining buffer size.
Found-by: Mateusz "j00ru" …
|
|
|
@b8551f8e
|
12 years |
michaelni |
pcmdec: check that channels is valid.
Prevents a division by 0
…
|
|
|
@ac7ff096
|
12 years |
michaelni |
aacdec: fix temporary array size
Avoids out of array accesses.
…
|
|
|
@623cfc9
|
12 years |
michaelni |
pngdec: check that format matches too not just dimensions
Found-by: …
|
|
|
@02a325cb
|
12 years |
michaelni |
tiffdec: check rps, fix infinite loop.
Found-by: Mateusz "j00ru" …
|
|
|
@b8dc5f8
|
12 years |
michaelni |
twinvq: check bitrate for validity avoid division by 0
Found-by: …
|
|
|
@e481ba2e
|
12 years |
michaelni |
vqf: check samplerate, avoid division by 0.
Found-by: Mateusz "j00ru" …
|
|
|
@fb6a72cd
|
12 years |
michaelni |
iff: avoid out of array reads, due to too many planes.
Found-by: …
|
|
|
@7989f7e0
|
12 years |
michaelni |
xmv: Fix integer overflow
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@9195377b
|
12 years |
michaelni |
vp56dec: Fix handling of alpha configuration changes.
Found-by: …
|
|
|
@7ec1fe1
|
12 years |
michaelni |
lavf: Dont compare absolute to relative timestamps in duration gcd
…
|
|
|
@4c6e7c2d
|
12 years |
michaelni |
ivi_common: dont dereference null pointers.
Found-by: Mateusz "j00ru" …
|
|
|
@13451f55
|
12 years |
michaelni |
atrac3dec: Check coding mode against channels.
Found-by: Mateusz …
|
|
|
@5ee008e0
|
12 years |
michaelni |
qdm2: check that coding_method is valid before using it.
Fixes out of …
|
|
|
@909a18f7
|
12 years |
michaelni |
mjpegbdec: dont return a picture when there is no picture.
Found-by: …
|
|
|
@6d1c5ea0
|
12 years |
michaelni |
tiffdec: check count in metadata reading.
Fixes out of array access
…
|
|
|
@ce1ebb31
|
12 years |
michaelni |
tiffdec: use checked reads for tget*()
Fixes out of array reads
…
|
|
|
@1b5a6d3c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@76935434
|
12 years |
michaelni |
PRINT_CODEC_SUPPORTED: fix used variable
Reviewed-by: Stefano …
|
|
|
@aeb4d27d
|
12 years |
nicolas.george |
doc/faq: explain libfoo-dev packages.
|
|
|
@3a2731cb
|
12 years |
justin.ruggles |
flacenc: ensure the order is within the min/max range in LPC order …
|
|
|
@3ba41640
|
12 years |
justin.ruggles |
avconv: rescale packet duration to muxer time base when flushing …
|
|
|
@00f8ad4
|
12 years |
justin.ruggles |
add 24-bit FLAC encoding to Changelog
Also move a misplaced line from …
|
|
|
@e004d175
|
12 years |
martin |
rtpenc_aac: Fix calculation of the header size
Previously the high …
|
|
|
@3affcc99
|
12 years |
michaelni |
frame_thread_encoder: silence integer to pointer without cast warning
…
|
|
|
@6ca60d4
|
12 years |
diego |
x86: h264_intrapred: port to cpuflags
|
|
|
@5ff43ec7
|
12 years |
michaelni |
sctp: silence const warning
Signed-off-by: Michael Niedermayer …
|
|
|
@60e02895
|
12 years |
michaelni |
ffmdec: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@4a289624
|
12 years |
michaelni |
libopencore-amr: fix av_log() argument
Signed-off-by: Michael …
|
|
|
@bc17a6f5
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@78e08fd3
|
12 years |
michaelni |
rtpenc_aac: Fix 10l bug
Fixes CID602564
Signed-off-by: Michael …
|
|
|
@d55911ad
|
12 years |
nicolas.george |
doc/faq: replace @file by @command for "ffmpeg".
|
|
|
@4ccfcc8a
|
12 years |
stefasab |
doc/libavcodec: hint to where to find the Git history
Signed-off-by: …
|
|
|
@58d1d702
|
12 years |
stefasab |
doc/Makefile: change DOCLIBS check
More consistent with the rest of …
|
|
|
@1c6962dc
|
12 years |
stefasab |
lavu: remove disabled FF_API_OLD_EVAL_NAMES code
|
|
|
@ef4dc3e5
|
12 years |
stefasab |
lavu/opt: show valid range in case of out-of-range value
Improve feedback.
|
|
|
@12776d5d
|
12 years |
martin |
libvpxenc: Allow enabling constrained quality (CQ) mode
The CQ mode …
|
|
|
@98cbbab
|
12 years |
michaelni |
Fix the packet duration when flushing the encoder.
A similar patch …
|
|
|
@9dfe07a1
|
12 years |
michaelni |
fate-rsync: replace -a by -rlt
This remove the owner, group and …
|
|
|
@4d2f83f8
|
12 years |
michaelni |
gsm_parser: fix infinite loop
Fixes Ticket1894
Signed-off-by: Michael …
|
|
|
@08101e62
|
12 years |
onemda |
adpcm: improve smjpeg decoding
Previous version had significant …
|
|
|
@a373f352
|
12 years |
michaelni |
wtvenc: produce seekable files
Signed-off-by: Michael Niedermayer …
|
|
|
@b89cd2a0
|
12 years |
michaelni |
wtvenc: simplify write_timestamp
Signed-off-by: Michael Niedermayer …
|
|
|
@3e651343
|
12 years |
michaelni |
wtvenc: output third video pts in timestamp chunk (this is what …
|
|
|
@0d943504
|
12 years |
michaelni |
wtvenc: indent fixup
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@b50759cd
|
12 years |
michaelni |
wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; …
|
|
|
@fdfbb793
|
12 years |
michaelni |
ffv1dec: propagate return code from ffv1_common_init()
Fixes …
|
|
|
@dd11615
|
12 years |
michaelni |
ffv1dec: more completely check slice count
Signed-off-by: Michael …
|
|
|
@cb395929
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@7c2cfaac
|
12 years |
onemda |
smjpegenc: use bits_per_coded_sample instead of calling function
…
|
|
|
@de0aa9e5
|
12 years |
michaelni |
kgv1dec: fix end condition
Signed-off-by: Michael Niedermayer …
|
|
|
@ad961726
|
12 years |
martin |
libopencore-amr: Check the return value of amr_decode_fix_avctx
This …
|
|
|
@2b442ff5
|
12 years |
stefasab |
lavfi/movie: return proper error code in case of av_get_token() …
|
|
|
@29d46d7b
|
12 years |
stefasab |
ffprobe: fix potential NULL pointer dereference
Found by Coverity, …
|
|
|
@b5436f4b
|
12 years |
stefasab |
lavfi/showwaves: return error in case of allocation failure in …
|
|
|
@5f634480
|
12 years |
stefasab |
lavfi/showwaves: simplify check in filter_samples()
Also fix Coverity …
|
|
|
@e9b8523d
|
12 years |
michaelni |
sbgdec: dont set slide to a uninitialized value
Fixed CID703833 …
|
|
|
@44e9d7f1
|
12 years |
michaelni |
vf_drawbox: dont move uninitialized and then unused colors around
…
|
|
|
@2ca649f1
|
12 years |
michaelni |
utils: fix integer overflow with DURATION_MAX_READ_SIZE
Fixes …
|
|
|
@1c445f4
|
12 years |
onemda |
fate: add PMP demuxer test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@4744f67d
|
12 years |
onemda |
wavpack: check if number of samples is not too big
Wavpack format …
|
|
|
@e6ef628b
|
12 years |
michaelni |
wtv: move duplicated guids into wtv.c
Signed-off-by: Michael …
|
|
|
@1701a22f
|
12 years |
michaelni |
wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT
…
|
|
|
@9632f5ef
|
12 years |
michaelni |
wtvenc: fix typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@1e4e4979
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@0fe8c9f4
|
12 years |
onemda |
wavpack: use more meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@e6c4c0f7
|
12 years |
diego |
fate: atrac: Place atrac1 and atrac3 tests in different groups
|
|
|
@06c7b338
|
12 years |
diego |
fate: aac: cosmetics: Group AAC LATM tests together
|
|
|
@f6b39376
|
12 years |
stefasab |
.gitignore: ignore *.3 files as well
|
|
|
@a1934da
|
12 years |
stefasab |
doc/Makefile: remove .3 file with make clean
|
|
|
@352e18b7
|
12 years |
diego |
x86: avresample: Add missing colons to assembly labels
YASM accepts …
|
|
|
@98506e1
|
12 years |
stefasab |
doc/libavcodec: do not say multimedia streams in the title
The …
|
|
|
@23b57b0
|
12 years |
stefasab |
doc/libavcodec: improve wording in description
Signed-off-by: …
|
|
|
@d658f9a1
|
12 years |
stefasab |
doc/ffserver: fix typos/reword paragraphs about FFM versions
|
|
|
@e8c0b671
|
12 years |
stefasab |
examples/muxing: fix typo: allocated -> allocate
|
|
|
@6a302331
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@2a0dfc51
|
12 years |
michaelni |
img2enc: support 16bit per sample yuv in split planes.
Signed-off-by: …
|
|
|
@52c40a0e
|
12 years |
michaelni |
MAINTAINERS: fix entry for img2
Signed-off-by: Michael Niedermayer …
|
|
|
@2c875651
|
12 years |
michaelni |
img2enc: support storing alpha planes too in split plane mode
…
|
|
|
@db012e16
|
12 years |
michaelni |
img2enc: Fix yuva with yuv split planes.
Previously the chroma planes …
|
|
|
@67ee2d2f
|
12 years |
michaelni |
img2enc: check pix_fmt for split planes mode.
Found-by: Paul B Mahol …
|
|
|
@6dfcc7ab
|
12 years |
michaelni |
img2enc: ensure that the codec is rawvideo for split planes mode.
…
|
|
|
@7f6f8f6
|
12 years |
stefasab |
examples/demuxing: fix braino
s/video/audio/ in a log message.
|
|
|
@794cea58
|
12 years |
stefasab |
examples/demuxing: dump input information *after* trying to open audio …
|
|
|
@c9956449
|
12 years |
onemda |
fate: add more pix_fmt tests for xwd
Signed-off-by: Paul B Mahol …
|
|
|
@64938429
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
FATE: …
|
|
|
@7d26be6
|
12 years |
michaelni |
Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'
* commit …
|
|
|
@e859339e
|
12 years |
michaelni |
Merge commit '930e26a3ea9d223e04bac4cdde13697cec770031'
* commit …
|
|
|
@f0615557
|
12 years |
michaelni |
rtmpproto: Use av_strlcat instead of strncat
Signed-off-by: Michael …
|
|
|
@10ac70d2
|
12 years |
onemda |
avrndec: use more meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@70727e87
|
12 years |
onemda |
lavf/avr: make .long_name consistent with others
Signed-off-by: Paul …
|
|
|
@efbe162f
|
12 years |
onemda |
cljr: use meaningful error code
Signed-off-by: Paul B Mahol …
|
|
|
@8a58894f
|
12 years |
justin.ruggles |
FATE: add a 24-bit FLAC encoding test
|
|
|
@5ff998a2
|
12 years |
justin.ruggles |
flacenc: use uint64_t for bit counts
Needed to avoid integer …
|
|
|
@31c3b9c9
|
12 years |
justin.ruggles |
FATE: rename FLAC tests from flac-* to flac-16-*
This will …
|
|
|
@e7833163
|
12 years |
justin.ruggles |
flacenc: remove wasted trailing 0 bits
|
|
|
@2e76f343
|
12 years |
justin.ruggles |
flacenc: use RICE2 entropy coding mode for 24-bit
|
|
|
@13e1ee6
|
12 years |
justin.ruggles |
flacenc: add 24-bit encoding
|
|
|