index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Ignore all generated example binaries
Diego Biurrun
2016-11-17
1
-0
/
+5
*
|
doc/examples/transcode_aac: replace local get_error_text with av_err2str
Clément Bœsch
2017-04-01
1
-26
/
+14
*
|
doc/decode_audio: use <> to include libav* headers
James Almer
2017-03-31
1
-3
/
+3
*
|
Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b'
James Almer
2017-03-31
1
-2
/
+3
|
\
|
|
*
examples/decode_audio: Add missing header for av_free()
Diego Biurrun
2016-11-10
1
-2
/
+3
|
*
examples/decode_video: remove a stray unrelated comment
Anton Khirnov
2016-11-02
1
-2
/
+0
*
|
doc/examples/encode_audio: Favor a sample rate close to 44khz instead of the ...
Michael Niedermayer
2017-03-30
1
-1
/
+2
*
|
doc/examples/filtering_audio: switch to new decoding API
Matthieu Bouron
2017-03-30
1
-33
/
+30
*
|
doc/examples/filtering_video: switch to new decoding API
Matthieu Bouron
2017-03-30
1
-19
/
+27
*
|
Merge commit '8191f960a669819db4de33a2439ded1630b8a73e'
Clément Bœsch
2017-03-29
1
-1
/
+1
|
\
|
|
*
examples/decode_video: constify the AVCodec instance
Anton Khirnov
2016-11-02
1
-1
/
+1
*
|
Merge commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c'
Clément Bœsch
2017-03-29
1
-6
/
+8
|
\
|
|
*
examples/encode_video: use the AVFrame API for allocating the frame
Anton Khirnov
2016-11-02
1
-7
/
+12
*
|
doc/examples/{de,en}code_audio: fix includes
Clément Bœsch
2017-03-29
2
-7
/
+7
*
|
Merge commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83'
Clément Bœsch
2017-03-29
1
-1
/
+3
|
\
|
|
*
examples/encode_video: set the framerate
Anton Khirnov
2016-11-02
1
-1
/
+3
*
|
Merge commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4'
Clément Bœsch
2017-03-29
1
-1
/
+1
|
\
|
|
*
examples/encode_video: constify the AVCodec instance
Anton Khirnov
2016-11-02
1
-1
/
+1
*
|
Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d'
Clément Bœsch
2017-03-29
5
-363
/
+373
|
\
|
|
*
examples/avcodec: split the remaining two examples into separate files
Anton Khirnov
2016-11-02
2
-161
/
+179
*
|
Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56'
Clément Bœsch
2017-03-29
1
-1
/
+1
|
\
|
|
*
examples/decode_audio: constify the AVCodec instance
Anton Khirnov
2016-11-02
1
-1
/
+1
*
|
doc/examples/encode_audio: add missing return
Clément Bœsch
2017-03-29
1
-0
/
+2
*
|
Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'
Clément Bœsch
2017-03-29
4
-108
/
+153
|
\
|
|
*
examples/avcodec: split audio decoding into a separate example
Anton Khirnov
2016-11-02
2
-97
/
+137
*
|
Merge commit 'f76698e759a08e8d3b629c06edb0439f474e7fee'
Clément Bœsch
2017-03-29
1
-20
/
+10
|
\
|
|
*
examples/encode_audio: use the AVFrame API for allocating the data
Anton Khirnov
2016-11-02
1
-16
/
+10
*
|
Merge commit 'c00a11ab383ff276a2ab2fdba577945e48d465be'
Clément Bœsch
2017-03-29
1
-4
/
+4
|
\
|
|
*
examples/encode_audio: constify AVCodec instances
Anton Khirnov
2016-11-02
1
-4
/
+4
*
|
Merge commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d'
Clément Bœsch
2017-03-29
4
-193
/
+238
|
\
|
|
*
examples/avcodec: split audio encoding into a separate example
Anton Khirnov
2016-11-02
2
-170
/
+211
|
*
examples/output: switch to the new encoding API
Anton Khirnov
2016-09-28
1
-27
/
+44
*
|
doc/examples/transcoding: convert to codecpar
James Almer
2017-03-28
1
-29
/
+67
*
|
doc/examples/extract_mvs: switch to codecpar
Matthieu Bouron
2017-03-28
1
-17
/
+20
*
|
doc/examples/remuxing: switch to codecpar
Matthieu Bouron
2017-03-28
1
-7
/
+35
*
|
doc/examples/muxing: re-indent block
Matthieu Bouron
2017-03-28
1
-9
/
+9
*
|
doc/examples/filtering_*: switch to codecpar
Clément Bœsch
2017-03-28
2
-4
/
+14
*
|
Merge commit '9833a406d3d743d238e4cbee08ffcaa12e067dd2'
Clément Bœsch
2017-01-31
1
-8
/
+4
|
\
|
|
*
examples: Properly free AVCodecContext
Vittorio Giovara
2016-07-20
1
-8
/
+4
*
|
doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.c
Rostislav Pehlivanov
2017-01-29
1
-208
/
+0
*
|
doc/examples/decoder_targeted: Disable error concealment after 20 frames
Michael Niedermayer
2017-01-29
1
-0
/
+4
*
|
doc/examples/http_multiclient: Fix resource leak
Michael Niedermayer
2016-12-26
1
-0
/
+2
*
|
doc/examples/decoder_targeted: Limit max pixels for fuzzing
Michael Niedermayer
2016-12-19
1
-0
/
+3
*
|
doc/examples/transcode_aac: fix a typo
Александр Слободенюк
2016-12-01
1
-1
/
+1
*
|
doc/examples/muxing: Fix av_frame_make_writable usage
Sam Hocevar
2016-11-23
1
-9
/
+6
*
|
doc/examples: add fuzz target for individual ffmpeg APIs for in-process fuzzi...
Thomas Garnier
2016-11-04
1
-0
/
+201
*
|
doc/examples/demuxing_decoding: Drop AVFrame->pts use
Michael Niedermayer
2016-10-18
1
-3
/
+2
*
|
doc/examples/http_multiclient: Fix "doc/examples/http_multiclient.c:43:9: war...
Michael Niedermayer
2016-10-09
1
-1
/
+1
*
|
doc/examples: build http_multiclient example
Clément Bœsch
2016-09-30
1
-0
/
+1
*
|
doc/examples/gitignore: add forgotten qsvdec entry
Clément Bœsch
2016-09-30
1
-0
/
+1
[prev]
[next]