aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * examples/encode_video: set the framerateAnton Khirnov2016-11-021-1/+3
* | Merge commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4'Clément Bœsch2017-03-291-1/+1
|\|
| * examples/encode_video: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* | Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d'Clément Bœsch2017-03-295-363/+373
|\|
| * examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-022-161/+179
* | Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56'Clément Bœsch2017-03-291-1/+1
|\|
| * examples/decode_audio: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* | doc/examples/encode_audio: add missing returnClément Bœsch2017-03-291-0/+2
* | Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'Clément Bœsch2017-03-294-108/+153
|\|
| * examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-022-97/+137
* | Merge commit 'f76698e759a08e8d3b629c06edb0439f474e7fee'Clément Bœsch2017-03-291-20/+10
|\|
| * examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov2016-11-021-16/+10
* | Merge commit 'c00a11ab383ff276a2ab2fdba577945e48d465be'Clément Bœsch2017-03-291-4/+4
|\|
| * examples/encode_audio: constify AVCodec instancesAnton Khirnov2016-11-021-4/+4
* | Merge commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d'Clément Bœsch2017-03-294-193/+238
|\|
| * examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-022-170/+211
| * examples/output: switch to the new encoding APIAnton Khirnov2016-09-281-27/+44
* | doc/examples/transcoding: convert to codecparJames Almer2017-03-281-29/+67
* | doc/examples/extract_mvs: switch to codecparMatthieu Bouron2017-03-281-17/+20
* | doc/examples/remuxing: switch to codecparMatthieu Bouron2017-03-281-7/+35
* | doc/examples/muxing: re-indent blockMatthieu Bouron2017-03-281-9/+9
* | doc/examples/filtering_*: switch to codecparClément Bœsch2017-03-282-4/+14
* | Merge commit '9833a406d3d743d238e4cbee08ffcaa12e067dd2'Clément Bœsch2017-01-311-8/+4
|\|
| * examples: Properly free AVCodecContextVittorio Giovara2016-07-201-8/+4
* | doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.cRostislav Pehlivanov2017-01-291-208/+0
* | doc/examples/decoder_targeted: Disable error concealment after 20 framesMichael Niedermayer2017-01-291-0/+4
* | doc/examples/http_multiclient: Fix resource leakMichael Niedermayer2016-12-261-0/+2
* | doc/examples/decoder_targeted: Limit max pixels for fuzzingMichael Niedermayer2016-12-191-0/+3
* | doc/examples/transcode_aac: fix a typoАлександр Слободенюк2016-12-011-1/+1
* | doc/examples/muxing: Fix av_frame_make_writable usageSam Hocevar2016-11-231-9/+6
* | doc/examples: add fuzz target for individual ffmpeg APIs for in-process fuzzi...Thomas Garnier2016-11-041-0/+201
* | doc/examples/demuxing_decoding: Drop AVFrame->pts useMichael Niedermayer2016-10-181-3/+2
* | doc/examples/http_multiclient: Fix "doc/examples/http_multiclient.c:43:9: war...Michael Niedermayer2016-10-091-1/+1
* | doc/examples: build http_multiclient exampleClément Bœsch2016-09-301-0/+1
* | doc/examples/gitignore: add forgotten qsvdec entryClément Bœsch2016-09-301-0/+1
* | doc/examples/http_multiclient: fix mixed declarations and codeClément Bœsch2016-09-301-1/+1
* | doc/examples/http_multiclient: fix compilationClément Bœsch2016-09-301-1/+1
* | examples/demuxing_decoding: convert to codecparJames Almer2016-08-171-11/+22
* | Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'Clément Bœsch2016-06-221-0/+16
|\|
| * Split global .gitignore file into per-directory filesDiego Biurrun2016-05-131-0/+5
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-212-11/+11
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-042-11/+11
* | doc/examples/transcoding: Use the decoders pixel format if the encoder does n...Michael Niedermayer2016-06-051-1/+4
* | doc/examples/muxing: Add support to pass flags to muxer as since codecpar the...Michael Niedermayer2016-04-111-2/+4
* | Merge commit 'ac6d53589f3631ae08467c784fb371a15c957f01'Derek Buitenhuis2016-04-111-17/+49
|\|
| * examples/transcode_aac: convert to codecparAnton Khirnov2016-02-241-17/+49
* | Merge commit 'a9e1f2cc61cbd5606a087a60565e87923c39de5a'Derek Buitenhuis2016-04-111-6/+6
|\|
| * examples/qsvdec: convert to codecparAnton Khirnov2016-02-241-6/+6
* | Merge commit '9897d9f4e074cdc6c7f2409885ddefe300f18dc7'Derek Buitenhuis2016-04-111-13/+33
|\|
| * examples/output: convert to codecparAnton Khirnov2016-02-241-17/+43