77007 Commits (cb14d30240b083939639c4be27f15877bf2876c8)
 

Author SHA1 Message Date
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
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
Paul B Mahol c4f7b8f0db avfilter: add audio pulsator filter 9 years ago
Claudio Freire ca203e9985 AAC encoder: improve SF range utilization 9 years ago
Aaron Colwell ec83efd4d3 avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska content 9 years ago
Chris Cunningham 5e6ce28dab avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files. 9 years ago
Michael Niedermayer e1057babdf avcodec/mpegaudio_tablegen: Add (), fix fate 9 years ago
Ganesh Ajjanagadde 8c24380537 avfilter/af_volumedetect: use log10 instead of hardcoded constant 9 years ago
Andrey Utkin 648b26acc5 doc/filters/drawtext: fix centering example 9 years ago
Ganesh Ajjanagadde 2f5075f551 avcodec/cbrt_tablegen: speed up dynamic table creation 9 years ago
Ganesh Ajjanagadde 1d0c94ddae avcodec/mpegaudio_tablegen: more dynamic table creation speedups 9 years ago
Ganesh Ajjanagadde 16d4c28cbb avcodec/mpegaudio_tablegen: speed up dynamic table creation 9 years ago
Ganesh Ajjanagadde 538e8ab512 avutil/tablegen: add tablegen libm compatibility shims 9 years ago
Ganesh Ajjanagadde 789ef087c6 avcodec/ppc/fdctdsp: use more accurate constants 9 years ago
Michael Niedermayer 736e2e2c30 avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does not occur 9 years ago
Paul B Mahol cde75e3150 avfilter/vf_histogram: remove deprecated stuff 9 years ago
Michael Niedermayer 25e37f5ea9 avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd 9 years ago
Michael Niedermayer 3a9cb18855 avutil/integer: Fix av_mod_i() with negative dividend 9 years ago
Michael Niedermayer 8e7f452022 avformat/dump: Fix integer overflow in av_dump_format() 9 years ago
Ganesh Ajjanagadde 7b11eead1b avcodec/ac3: always use hardcoded tables 9 years ago