- 22 Jan, 2017 8 commits
-
-
Michael Niedermayer authored
This makes the code 7 times faster with the testcase from libfuzzer and should reduce the amount of timeouts we hit in automated fuzzing. (for example 438/fuzz-2-ffmpeg_VIDEO_AV_CODEC_ID_RV40_fuzzer) The code is also faster with more realistic input though the difference is small here as that is far from the worst cases the fuzzers pick out Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Since the uploads happen in the main display function, it does not matter much. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Jonathan Campbell authored
use av_lfg_init_from_data() to seed AC-3 dithering from the AC-3 frame data to make it consistent given the same AC-3 frame, if option is set. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jonathan Campbell authored
seeds an AVLFG from binary data. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes CID1396265 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Mark Thompson authored
From 2aa8e33d.
-
- 21 Jan, 2017 5 commits
-
-
Michael Niedermayer authored
Fixes CID1396261 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes CID1270818 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
avfilter/avfiltergraph: Add assert to write down in machine readable form what is assumed about sample rates in swap_samplerates_on_filter() Fixes CID1397292 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Jan, 2017 11 commits
-
-
Matthieu Bouron authored
-
Matthieu Bouron authored
Fixes regression in fate-h264-attachment-631 with THREADS=8 introduced by bdbbb8f1.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
bnnm authored
Raises max channels to 6 (for non joint-stereo only), there is no difference decoding 1 or N discrete channels. Fixes trac issue #5840 Signed-off-by:
bnnm <bananaman255@gmail.com>
-
Daniil Cherednik authored
Reviewed-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
-
Steven Liu authored
When use http method to delete the old segments, there is only io_open, hove not io_close yet, this patch is used to fix it Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 19 Jan, 2017 12 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Aleksandr Slobodeniuk authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Found-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Found-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Fixes artifacts. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Clément Bœsch authored
-
Piotr Bandurski authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Tobias Rapp authored
Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Jan, 2017 4 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Steven Liu authored
add line_spacing parameter to set the space between two lines Based on an idea by: Leandro Santiago <leandrosansilva@gmail.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
when push hls to http server, the old segemnts can not delete by hls formats. so add the http option into hls_delete_old_segments Reported-by:
Yin Jiaoyuan <yinjiaoyuan@163.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Clément Bœsch authored
-