- 29 Jan, 2017 2 commits
-
-
Rostislav Pehlivanov authored
Name and purpose are more appropriate there since the code isn't an ideal example. Reviewed-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
Michael Niedermayer authored
This allows testing EC and non EC. Avoids spending most time in EC on high res samples and reduces the likelyhood of hitting timeouts Fixes: Timeout in 467/fuzz-2-ffmpeg_VIDEO_AV_CODEC_ID_H263_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Dec, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes CID1396269 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Dec, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 01 Dec, 2016 1 commit
-
-
Александр Слободенюк authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Nov, 2016 1 commit
-
-
Sam Hocevar authored
This patch moves the av_frame_make_writable() call from fill_yuv_image to get_video_frame so that its argument can be the actual frame that will be sent to the encoder. This fixes data corruption issues in codecs that keep references on one or several previous frames. Signed-off-by:
Sam Hocevar <sam@hocevar.net> Reviewed-by: wm4 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Nov, 2016 1 commit
-
-
Thomas Garnier authored
doc/examples: add fuzz target for individual ffmpeg APIs for in-process fuzzing with libFuzzer, AFL, and similar fuzzing engines. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Oct, 2016 1 commit
-
-
Michael Niedermayer authored
This code is not correct for git master Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Oct, 2016 1 commit
-
-
Michael Niedermayer authored
doc/examples/http_multiclient: Fix "doc/examples/http_multiclient.c:43:9: warning: passing argument 4 of av_opt_get from incompatible pointer type" Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Sep, 2016 4 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
Fixes error: no previous prototype for ‘process_client’ [-Werror=missing-prototypes]
-
- 28 Sep, 2016 1 commit
-
-
Anton Khirnov authored
-
- 17 Aug, 2016 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 20 Jul, 2016 1 commit
-
-
Vittorio Giovara authored
-
- 05 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
doc/examples/transcoding: Use the decoders pixel format if the encoder does not list which are supported This affects rawvideo and wraped_avframe, no others are affected atm Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 11 Apr, 2016 1 commit
-
-
Michael Niedermayer authored
doc/examples/muxing: Add support to pass flags to muxer as since codecpar the codec flags are not available to the muxer anymore Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Mar, 2016 1 commit
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 24 Feb, 2016 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 27 Oct, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 26 Oct, 2015 1 commit
-
-
Luca Barbato authored
`av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
-
- 14 Oct, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Oct, 2015 1 commit
-
-
Luca Barbato authored
There are no formats supporting it anymore and it is deprecated. Update the documentation accordingly.
-
- 28 Sep, 2015 2 commits
-
-
Anton Khirnov authored
lavc expects MFX to still be in a usable state on close.
-
Anton Khirnov authored
Even though libmfx might not need them anymore, avcodec might still access the surfaces. So free them separately at the end.
-
- 06 Sep, 2015 1 commit
-
-
Clément Bœsch authored
This finalizes the quick cleanup of a753e6c9.
-
- 05 Sep, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Hendrik Leppkes authored
-
- 04 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Aug, 2015 1 commit
-
-
Harshit Mittal authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Aug, 2015 1 commit
-
-
Mariusz Szczepańczyk authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Aug, 2015 1 commit
-
-
Mariusz Szczepańczyk authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 31 Jul, 2015 1 commit
-
-
Stephan Holljes authored
Signed-off-by:
Stephan Holljes <klaxa1337@googlemail.com>
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-