77029 Commits (0e62b5d1ef1312adb2c4815fcd59c5bcd6dc4419)
 

Author SHA1 Message Date
Clément Bœsch 0e62b5d1ef avfilter: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Andreas Cadhalpun a611375db5 ffmdec: reject zero-sized chunks 9 years ago
Andreas Cadhalpun 488e9a06f0 ffmdec: only seek back at EOF if a server is attached 9 years ago
Hendrik Leppkes 3c4e49187f libavcodec/aacsbr_tablegen: fix tablegen on windows 9 years ago
Hendrik Leppkes 42a9aead85 avcodec: include tablegen compat header before the tablegen functionality 9 years ago
Hendrik Leppkes d6b988b505 libavutil/tablegen: add missing math.h include 9 years ago
Michael Niedermayer 0c1d62ab9d avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positive) before use 9 years ago
Michael Niedermayer 2ff61c3c1a avcodec/dnxhddec: Fix runtime error: left shift of negative value 9 years ago
Michael Niedermayer 9d44e23618 ffmpeg: Check pkt_dts for AV_NOPTS_VALUE 9 years ago
Michael Niedermayer 18268f761b avcodec/vp3: Fix "runtime error: left shift of negative value" 9 years ago
Yann Coupin d89c4846e0 avformat/movenc: HE-AAC correct FourCC in ISML 9 years ago
Michael Niedermayer 9696a01f12 avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argument 3 of av_stristart from incompatible pointer type" 9 years ago
Vicente Olivert Riera a27401a05b mips: rename mipsdspr1 to mipsdsp 9 years ago
Sebastian Dröge eb3628d87f mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arrays 9 years ago
Michael Niedermayer 77a644e6fa avcodec/h264_direct: Check CO-POCs before use 9 years ago
Michael Niedermayer cafb195604 avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed integer overflow: -2450238577049583619 - 9223090561878065151 cannot be represented in type long long" 9 years ago
Rostislav Pehlivanov ed08cbd7b1 aacenc_ltp: fix out of bounds memory access 9 years ago
Michael Niedermayer 4e31176e14 avformat/riffdec: remove special case for bitrate > 32bit 9 years ago
Michael Niedermayer 32bf6550cb avformat/riffdec: Initialize bitrate 9 years ago
Nicolas George 085ab74972 lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR). 9 years ago
Nicolas George eb2e4fb674 lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George cb14d30240 lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George 0bac7a436b lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George 3ab1e5a48c lavf: add FFERROR_REDO to let demuxers return no packet. 9 years ago
Timo Teräs 64f7db554e mpegencts: Fix overflow in cbr mode period calculations 9 years ago
Paul B Mahol fff7f2df31 avfilter/af_agate: change default for detection to rms 9 years ago
Paul B Mahol 4a43e559e1 avfilter/af_sidechaincompress: kill init function 9 years ago
Paul B Mahol 1b22bdf4e3 avfilter/af_agate: compile agate only when requested. 9 years ago
Paul B Mahol 6907046130 avfilter/af_agate: add level_sc option for sidechaingate filter 9 years ago
Paul B Mahol bd5afecdcb avfilter: add sidechaingate filter 9 years ago
Paul B Mahol acc2347cf4 avfilter/af_agate: prepare for adding sidechain version 9 years ago
Hendrik Leppkes 46db068c59 tests/api: Fix API test build on windows with --enable-shared 9 years ago
James Almer 9ac5beaa86 avformat/mpjpegdec: fix mixed declarations and code 9 years ago
Michael Niedermayer b46dcd5209 avutil/timecode: Fix fps check 9 years ago
Michael Niedermayer 0afdfbe116 avcodec/jpeg2000: fix type of arguments of tag_tree_size 9 years ago
Ganesh Ajjanagadde d64b6c3819 avfilter/af_flanger: use rint instead of floor hack 9 years ago
Ganesh Ajjanagadde c6bea81acf avfilter/vf_perspective: use lrint instead of floor hack 9 years ago
Ganesh Ajjanagadde fa5d299496 avfilter/vsrc_mptestsrc: use lrint instead of floor hack 9 years ago
Ganesh Ajjanagadde 1bb7db217d avutil/crc: avoid needless space wastage of hardcoded crc table 9 years ago
Michael Niedermayer 26379d4fdd avcodec/vp3: ensure header is parsed successfully before tables 9 years ago
Michael Niedermayer ec7a3be11e avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale 9 years ago
Michael Niedermayer d872643cfe avformat/utils: Check AVFormatContext->duration in compute_chapters_end() before use 9 years ago
Paul B Mahol b2517b02d9 avfilter/af_compand: do not clip; allow >0dB curve points 9 years ago
Alex Agranovsky 259c71c199 avformat/mpjpeg: utilize MIME boundary value to detect start of new frame 9 years ago
Alex Agranovsky 79103f2199 avformat/mpjpeg: allow processing of MIME parts without Content-Length header 9 years ago
Michael Niedermayer 97b8db334a avutil/rational: Test av_rescale_rnd() with combinations of "special" values 9 years ago
Michael Niedermayer f03c2ceec1 avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows 9 years ago
Michael Niedermayer cd7524fdd1 avcodec/apedec: Check length in long_filter_high_3800() 9 years ago
Ronald S. Bultje 1ac89869db vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync. 9 years ago