393 Commits (f56a5fee374c5ec1794da6c9ca367d19485b5aec)

Author SHA1 Message Date
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
Александр Слободенюк 3aa1ff30f3 doc/examples/transcode_aac: fix a typo 8 years ago
Sam Hocevar 3115550abe doc/examples/muxing: Fix av_frame_make_writable usage 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
Anton Khirnov 7b1f03477f examples/avcodec: split the remaining two examples into separate files 8 years ago
Anton Khirnov 90265814f9 examples/decode_audio: constify the AVCodec instance 8 years ago
Anton Khirnov f5df897c4b examples/avcodec: split audio decoding into a separate example 8 years ago
Anton Khirnov f76698e759 examples/encode_audio: use the AVFrame API for allocating the data 8 years ago
Anton Khirnov c00a11ab38 examples/encode_audio: constify AVCodec instances 8 years ago
Anton Khirnov 40aaa8dadf examples/avcodec: split audio encoding into a separate example 8 years ago
Michael Niedermayer 2bd9956454 doc/examples/demuxing_decoding: Drop AVFrame->pts use 8 years ago
Michael Niedermayer 7ba7b96dd3 doc/examples/http_multiclient: Fix "doc/examples/http_multiclient.c:43:9: warning: passing argument 4 of av_opt_get from incompatible pointer type" 8 years ago
Clément Bœsch 1a9b4bc4c7 doc/examples: build http_multiclient example 8 years ago
Clément Bœsch 1e647d200f doc/examples/gitignore: add forgotten qsvdec entry 8 years ago
Clément Bœsch f2579f7ee2 doc/examples/http_multiclient: fix mixed declarations and code 8 years ago
Clément Bœsch fb5e58cd77 doc/examples/http_multiclient: fix compilation 8 years ago
Anton Khirnov 67d28f4a0f examples/output: switch to the new encoding API 8 years ago
James Almer bba6a03b28 examples/demuxing_decoding: convert to codecpar 8 years ago
Vittorio Giovara 9833a406d3 examples: Properly free AVCodecContext 9 years ago
Michael Niedermayer 3bc060f366 doc/examples/transcoding: Use the decoders pixel format if the encoder does not list which are supported 9 years ago
Diego Biurrun 257f00ec1a Split global .gitignore file into per-directory files 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 0c79c96cf2 doc/examples/muxing: Add support to pass flags to muxer as since codecpar the codec flags are not available to the muxer anymore 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
Anton Khirnov ac6d53589f examples/transcode_aac: convert to codecpar 9 years ago
Anton Khirnov a9e1f2cc61 examples/qsvdec: convert to codecpar 9 years ago
Anton Khirnov 9897d9f4e0 examples/output: convert to codecpar 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer 83fc0b9d48 doc/examples/muxing: Fix mixed declaration and code 9 years ago