77187 Commits (9f374c59061be6b3e5d394678e08adce42c1392e)
 

Author SHA1 Message Date
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
Martin Storsjö 1077d8c845 configure: Add -framework CoreVideo when building the avfoundation indev 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
Kylie McClain bf12a81cc6 configure: Replace `pr` since it is not provided by busybox 9 years ago
Luca Barbato 5f3a081b42 avi: Spin out the logic to position to the next non-interleaved stream 9 years ago
Luca Barbato cb49bb10ca build: Move -Wcast-qual to the extra_warnings 9 years ago
Michael Niedermayer 0fc61c6ab6 avi: Validate the stream-id for DV as well 9 years ago
Luca Barbato d017ed878a avi: Use the correct data type 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
Andreas Cadhalpun fb1bf4454e git-howto: mention how to clone ffmpeg-web 9 years ago
Tobias Rapp bc517be6b0 Makefile: add cleanup of pkg-config files created by configure to distclean 9 years ago
Carl Eugen Hoyos d208acf2c8 lavf/rtpenc_jpeg: Less strict check for standard Huffman tables. 9 years ago
Paul B Mahol 6670527d33 avfilter/af_stereotools: remove floor usage 9 years ago