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