- 21 Mar, 2019 4 commits
-
-
Lou Logan authored
Refer to Michael, compn, or Baptiste. Signed-off-by: Lou Logan <lou@lrcd.com>
-
Lou Logan authored
Nobody is going to check the queue anymore, so users must now subscribe to send messages to ffmpeg-devel. This will prevent orphaned/ignored messages from rotting in the abandoned queue. This matches the behavior of ffmpeg-user and libav-user. Also, this addresses some other nits. Signed-off-by: Lou Logan <lou@lrcd.com>
-
Carl Eugen Hoyos authored
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
-
Martin Vignali authored
Too much hostility in this project Not enough respect for users and contributors I'm not interested to contribute anymore
-
- 20 Mar, 2019 28 commits
-
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
The channel loop is now the outer loop for both planar and interleaved. This is needed by the next patch, and the speed difference is negligable if any. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
set_metadata with many entries is not very efficient, and with small audio frames the performance loss is noticable. Also with this very simple calculations (like peak) can be even further optimized. Unfoturnately there are some small differences in metadata and av_log info output, so factorizing calculations and output might not worth the hassle. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Carl Eugen Hoyos authored
-
James Almer authored
Fixes deadlocks when decoding packets containing more than one of the aforementioned slices when using frame threads. Tested-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
Regression since 3aa6208d. Reported-by: Lou Logan
-
Aman Gupta authored
Signed-off-by: Aman Gupta <aman@tmm1.net>
-
Michael Niedermayer authored
Fixes: Timeout (30sec -> 2sec) Fixes: 13578/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARBC_fuzzer-5685625527730176 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Optimization found while looking at 13442/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5758293933293568 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes ticket #7675.
-
Carl Eugen Hoyos authored
Simplifies metadata debugging.
-
Carl Eugen Hoyos authored
Fixes ticket #7733. Tested-by: Moritz Barsnick
-
Carl Eugen Hoyos authored
Avoids undeterministic output.
-
Carl Eugen Hoyos authored
This is also what av_base64_encode() expects. Fixes the following warnings with clang: libavformat/sdp.c:394:40: warning: implicit conversion from 'int' to 'char' changes value from 254 to -2 libavformat/sdp.c:395:40: warning: implicit conversion from 'int' to 'char' changes value from 205 to -51 libavformat/sdp.c:396:40: warning: implicit conversion from 'int' to 'char' changes value from 186 to -70
-
Carl Eugen Hoyos authored
pixel_ptr can be increased by 4. Fixes a crash on sparc64.
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Lauri Kasanen authored
-
Lauri Kasanen authored
-
Jun Li authored
Calculate bitrate based on fragment size, only applied when bitrate is not set, for example rtsp source. Reviewed-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: Jun Li <junli1026@gmail.com>
-
- 19 Mar, 2019 6 commits
-
-
Rodger Combs authored
Instead of assuming id 0 is used, use the same logic as used for PPS, where all available entries in the list are emitted. Signed-off-by: Aman Gupta <aman@tmm1.net>
-
Gyan Doshi authored
Option doesn't exist .. hasn't for a few years now.
-
Derek Buitenhuis authored
We don't treat this as an error. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
James Almer authored
Removes an av_malloc() per frame. Reviewed-by: BBB Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Set threads back to 1. Fixes fate when run in multi threaded mode. Regression since d0c43e32. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 18 Mar, 2019 1 commit
-
-
Paweł Wegner authored
This fixes avformat_query_codec incorrectly returning 0 for mov container and mov_text subtitles. Signed-off-by: Paweł Wegner <pawel.wegner95@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 17 Mar, 2019 1 commit
-
-
Zhong Li authored
Just like commit 6829a079, surface size larger than requirement should not be treated as error. Signed-off-by: Zhong Li <zhong.li@intel.com>
-