aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | doc/decode_audio: use <> to include libav* headersJames Almer2017-03-311-3/+3
* | Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b'James Almer2017-03-311-2/+3
|\|
| * examples/decode_audio: Add missing header for av_free()Diego Biurrun2016-11-101-2/+3
| * examples/decode_video: remove a stray unrelated commentAnton Khirnov2016-11-021-2/+0
* | doc/examples/encode_audio: Favor a sample rate close to 44khz instead of the ...Michael Niedermayer2017-03-301-1/+2
* | doc/examples/filtering_audio: switch to new decoding APIMatthieu Bouron2017-03-301-33/+30
* | doc/examples/filtering_video: switch to new decoding APIMatthieu Bouron2017-03-301-19/+27
* | Merge commit '8191f960a669819db4de33a2439ded1630b8a73e'Clément Bœsch2017-03-291-1/+1
|\|
| * examples/decode_video: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* | Merge commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c'Clément Bœsch2017-03-291-6/+8
|\|
| * examples/encode_video: use the AVFrame API for allocating the frameAnton Khirnov2016-11-021-7/+12
* | doc/examples/{de,en}code_audio: fix includesClément Bœsch2017-03-292-7/+7
* | Merge commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83'Clément Bœsch2017-03-291-1/+3
|\|
| * 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