430 Commits (b7fbb3516a99ebfa511143bdd8f63d8bd0d89385)

Author SHA1 Message Date
Jun Zhao 1e0c75ea16 examples/hw_decode: Add a HWAccel decoding example. 7 years ago
Stefano Sabatini ddae679458 examples/encode_video: slightly improve error reporting 8 years ago
Stefano Sabatini 002dbc5a1f examples/encode_video: add log 8 years ago
Muhammad Faiz 327a1c0dee examples: do not use AVFrame accessor 8 years ago
Michael Niedermayer 23edd41a0d doc/examples/decode_video: Fix format string vulnerability 8 years ago
Matthieu Bouron 400378b7b3 doc/examples/extract_mvs: re-indent after previous commit 8 years ago
Matthieu Bouron 1cf93196fc doc/examples/extract_mvs: make pkt local to the main function 8 years ago
Matthieu Bouron 82116bd8a4 doc/examples/extract_mvs: switch to new decoding API 8 years ago
Clément Bœsch 34ec327f69 examples/decode_audio: reduce the scope of 2 variables 8 years ago
Clément Bœsch e181e2909b doc/examples/transcode_aac: replace local get_error_text with av_err2str 8 years ago
James Almer b27dd80255 doc/decode_audio: use <> to include libav* headers 8 years ago
Michael Niedermayer 59b8c2a4e6 doc/examples/encode_audio: Favor a sample rate close to 44khz instead of the maximum sample rate 8 years ago
Matthieu Bouron 03372d0a90 doc/examples/filtering_audio: switch to new decoding API 8 years ago
Matthieu Bouron afd257b43f doc/examples/filtering_video: switch to new decoding API 8 years ago
Clément Bœsch 944e5ce3ec doc/examples/{de,en}code_audio: fix includes 8 years ago
Clément Bœsch 9bed10afb8 doc/examples/encode_audio: add missing return 8 years ago
James Almer 3b80f73b18 doc/examples/transcoding: convert to codecpar 8 years ago
Matthieu Bouron 64b5539985 doc/examples/extract_mvs: switch to codecpar 8 years ago
Matthieu Bouron 4a946aca7c doc/examples/remuxing: switch to codecpar 8 years ago
Matthieu Bouron 7e3e0f87e6 doc/examples/muxing: re-indent block 8 years ago
Clément Bœsch c3706bc255 doc/examples/filtering_*: switch to codecpar 8 years ago
Rostislav Pehlivanov e05d2dd86a doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.c 8 years ago
Michael Niedermayer bbd4d92304 doc/examples/decoder_targeted: Disable error concealment after 20 frames 8 years ago
Michael Niedermayer 89d4d7d759 doc/examples/http_multiclient: Fix resource leak 8 years ago
Michael Niedermayer 99af260d0b doc/examples/decoder_targeted: Limit max pixels for fuzzing 8 years ago
Aleksandr Slobodeniuk a91f1023bc examples: fix a typo in an error message 8 years ago
Александр Слободенюк 3aa1ff30f3 doc/examples/transcode_aac: fix a typo 8 years ago
Anton Khirnov c7ab0eb305 examples/decode_video: allocate the packet dynamically 8 years ago
Anton Khirnov 728ea23cce examples/decode_video: switch to the new decoding API 8 years ago
Anton Khirnov f78d360bba examples/decode_video: use a parser for splitting the input 8 years ago
Anton Khirnov 59ab9e8ba1 examples/encode_video: allocate the packet dynamically 8 years ago
Anton Khirnov 5f102a9559 examples/encode_video: switch to the new encoding API 8 years ago
Anton Khirnov fee0f1de2c examples/decode_audio: flush the decoder 8 years ago
Anton Khirnov 9a38184a14 examples/decode_audio: allocate the packet dynamically 8 years ago
Anton Khirnov 45a1ce2ff7 examples/decode_audio: handle planar audio now produced by the MP2 decoder 8 years ago
Anton Khirnov 3d66717f7c examples/decode_audio: use the new audio decoding API 8 years ago
Anton Khirnov 0946c754d9 examples/decode_audio: use a parser for splitting the input 8 years ago
Anton Khirnov f27e262dbd examples/encode_audio: switch to the new audio encoding API 8 years ago
Anton Khirnov 44c9f374f1 examples/qsvdec: convert to the new decoding API 8 years ago
Anton Khirnov 1dd2b6c91c examples/qsvdec: switch to the hwcontext API 8 years ago
Sam Hocevar 3115550abe doc/examples/muxing: Fix av_frame_make_writable usage 8 years ago
Diego Biurrun bb265b764a examples/transcode_aac: Drop pointless return value const qualifier 8 years ago
Diego Biurrun bfe92dfe60 Ignore all generated example binaries 8 years ago
Diego Biurrun 905cdcaa9d examples/decode_audio: Add missing header for av_free() 8 years ago
Thomas Garnier c06d923410 doc/examples: add fuzz target for individual ffmpeg APIs for in-process fuzzing with libFuzzer, AFL, and similar fuzzing engines. 8 years ago
Anton Khirnov 636515c324 examples/decode_video: remove a stray unrelated comment 8 years ago
Anton Khirnov 8191f960a6 examples/decode_video: constify the AVCodec instance 8 years ago
Anton Khirnov 5b4d7ac7ae examples/encode_video: use the AVFrame API for allocating the frame 8 years ago
Anton Khirnov d0a603a534 examples/encode_video: set the framerate 8 years ago
Anton Khirnov e02524025b examples/encode_video: constify the AVCodec instance 8 years ago