aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-04ffmdec: reject zero-sized chunksAndreas Cadhalpun
2015-12-04ffmdec: only seek back at EOF if a server is attachedAndreas Cadhalpun
2015-12-04libavcodec/aacsbr_tablegen: fix tablegen on windowsHendrik Leppkes
2015-12-04avcodec: include tablegen compat header before the tablegen functionalityHendrik Leppkes
2015-12-04libavutil/tablegen: add missing math.h includeHendrik Leppkes
2015-12-04avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...Michael Niedermayer
2015-12-04avcodec/dnxhddec: Fix runtime error: left shift of negative valueMichael Niedermayer
2015-12-04ffmpeg: Check pkt_dts for AV_NOPTS_VALUEMichael Niedermayer
2015-12-04avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer
2015-12-04avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin
2015-12-04avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...Michael Niedermayer
2015-12-04mips: rename mipsdspr1 to mipsdspVicente Olivert Riera
2015-12-04mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge
2015-12-04avcodec/h264_direct: Check CO-POCs before useMichael Niedermayer
2015-12-04avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer
2015-12-03aacenc_ltp: fix out of bounds memory accessRostislav Pehlivanov
2015-12-03avformat/riffdec: remove special case for bitrate > 32bitMichael Niedermayer
2015-12-03avformat/riffdec: Initialize bitrateMichael Niedermayer
2015-12-03lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).Nicolas George
2015-12-03lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-12-03lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-12-03lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-12-03lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George
2015-12-03mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs
2015-12-03avfilter/af_agate: change default for detection to rmsPaul B Mahol
2015-12-03avfilter/af_sidechaincompress: kill init functionPaul B Mahol
2015-12-03avfilter/af_agate: compile agate only when requested.Paul B Mahol
2015-12-03avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol
2015-12-03avfilter: add sidechaingate filterPaul B Mahol
2015-12-03avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol
2015-12-03tests/api: Fix API test build on windows with --enable-sharedHendrik Leppkes
2015-12-03avformat/mpjpegdec: fix mixed declarations and codeJames Almer
2015-12-03avutil/timecode: Fix fps checkMichael Niedermayer
2015-12-03avcodec/jpeg2000: fix type of arguments of tag_tree_sizeMichael Niedermayer
2015-12-02avfilter/af_flanger: use rint instead of floor hackGanesh Ajjanagadde
2015-12-02avfilter/vf_perspective: use lrint instead of floor hackGanesh Ajjanagadde
2015-12-02avfilter/vsrc_mptestsrc: use lrint instead of floor hackGanesh Ajjanagadde
2015-12-02avutil/crc: avoid needless space wastage of hardcoded crc tableGanesh Ajjanagadde
2015-12-03avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer
2015-12-03avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescaleMichael Niedermayer
2015-12-03avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...Michael Niedermayer
2015-12-02avfilter/af_compand: do not clip; allow >0dB curve pointsPaul B Mahol
2015-12-02avformat/mpjpeg: utilize MIME boundary value to detect start of new frameAlex Agranovsky
2015-12-02avformat/mpjpeg: allow processing of MIME parts without Content-Length headerAlex Agranovsky
2015-12-02avutil/rational: Test av_rescale_rnd() with combinations of "special" valuesMichael Niedermayer
2015-12-02avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer
2015-12-02avcodec/apedec: Check length in long_filter_high_3800()Michael Niedermayer
2015-12-02vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync.Ronald S. Bultje
2015-12-02git-howto: mention how to clone ffmpeg-webAndreas Cadhalpun