index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc/examples/transcode_aac: Bump date
Andreas Unterweger
2022-05-02
1
-1
/
+1
*
doc/examples/transcode_aac: AAC encoder is no longer experimental
Andreas Unterweger
2022-05-02
1
-3
/
+0
*
doc/examples/transcode_aac: Set decoder packet timebase
Andreas Unterweger
2022-05-02
1
-2
/
+8
*
doc/examples/transcode_aac: Don't ignore last encoded frame
Andreas Unterweger
2022-05-02
1
-10
/
+10
*
examples/decode_video: flush parser to fix missing frame
Zhao Zhili
2022-04-22
1
-4
/
+8
*
doc/examples/muxing: Remove outdated comment
Andreas Rheinhardt
2022-03-25
1
-4
/
+0
*
doc/examples: convert to new channel layout-API
James Almer
2022-03-15
9
-81
/
+73
*
doc/examples/metadata: Constify values from av_dict_get()
Chad Fraleigh
2021-11-18
1
-1
/
+1
*
examples/remuxing: Fix use of uninitialized value
Andreas Rheinhardt
2021-10-07
1
-1
/
+1
*
examples/qsvdec: Don't use stack packet
Andreas Rheinhardt
2021-10-03
1
-9
/
+9
*
examples/hw_decode: Don't use stack packet
Andreas Rheinhardt
2021-10-03
1
-9
/
+13
*
examples/filtering_video: Don't use stack packet
Andreas Rheinhardt
2021-10-03
1
-7
/
+9
*
examples/filtering_audio: Don't use stack packet
Andreas Rheinhardt
2021-10-03
1
-7
/
+8
*
examples/extract_mvs: Do not use stack packet
Andreas Rheinhardt
2021-10-03
1
-5
/
+13
*
examples/muxing: Don't use stack packet
Andreas Rheinhardt
2021-10-03
1
-10
/
+17
*
examples/remuxing: Don't use stack packet
Andreas Rheinhardt
2021-10-03
1
-13
/
+20
*
examples/remuxing: Use av_packet_rescale_ts()
Andreas Rheinhardt
2021-10-03
1
-3
/
+1
*
fftools/ffmpeg, doc/examples: Remove redundant av_packet_unref
Andreas Rheinhardt
2021-10-03
2
-2
/
+6
*
Replace all occurences of av_mallocz_array() by av_calloc()
Andreas Rheinhardt
2021-09-20
2
-2
/
+2
*
doc/examples/encode_video: add explanations in comments.
Nicolas George
2021-08-20
1
-3
/
+21
*
doc/examples/qsvdec: simplify this example via hw_device_ctx interface
Haihao Xiang
2021-08-11
1
-36
/
+9
*
avcodec/avcodec: Stop including channel_layout.h in avcodec.h
Andreas Rheinhardt
2021-07-22
3
-0
/
+3
*
examples/muxing: add missing header
James Almer
2021-06-10
1
-0
/
+1
*
examples/extract_mvs: add missing header
James Almer
2021-06-10
1
-0
/
+1
*
examples/demuxing_decoding: add missing header
James Almer
2021-06-10
1
-0
/
+1
*
doc/examples/extract_mvs: Explicitly free options
Andreas Rheinhardt
2021-06-08
1
-1
/
+3
*
doc/examples/demuxing_decoding: Remove unused options
Andreas Rheinhardt
2021-06-08
1
-2
/
+1
*
avformat/avformat, utils: Make av_find_best_stream const-correct
Andreas Rheinhardt
2021-04-27
5
-5
/
+5
*
avcodec/codec, allcodecs: Constify the AVCodec API
Andreas Rheinhardt
2021-04-27
6
-12
/
+14
*
avformat: Constify the API wrt AV(In|Out)putFormat
Andreas Rheinhardt
2021-04-27
2
-2
/
+2
*
doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-20
/
+22
*
doc/examples/vaapi_encode: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-8
/
+8
*
doc/examples/transcoding: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-20
/
+28
*
doc/examples/transcode_aac: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-19
/
+27
*
doc/examples/demuxing_decoding: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-11
/
+14
*
doc/examples/transcoding: switch to the new encoding API
Anton Khirnov
2020-11-20
1
-42
/
+33
*
doc/examples/transcoding: stop constantly allocating AVFrames
Anton Khirnov
2020-11-20
1
-29
/
+31
*
examples/muxing: misc style fixes
Jun Zhao
2020-09-28
1
-24
/
+23
*
doc/examples: Always open files as "binary", not "text".
Carl Eugen Hoyos
2020-08-25
2
-2
/
+2
*
Stop hardcoding align=32 in av_frame_get_buffer() calls.
Anton Khirnov
2020-05-22
3
-3
/
+3
*
doc/examples/muxing: convert to new encoding API
Anton Khirnov
2020-05-12
1
-56
/
+39
*
doc/examples/demuxing_decoding: convert to new decoding API
Anton Khirnov
2020-05-12
1
-86
/
+91
*
doc/examples/demuxing_decoding: drop -refcount
Anton Khirnov
2020-05-12
1
-22
/
+6
*
examples/avio_dir_cmd: drop support for move/delete operations
Anton Khirnov
2020-03-16
4
-55
/
+7
*
doc/examples/muxing: fix underflow in duration of encoded streams
Paul B Mahol
2019-09-29
1
-2
/
+2
*
doc/examples/decode_audio: Fix "warning: ISO C90 forbids mixed declarations a...
Michael Niedermayer
2019-09-16
1
-3
/
+4
*
doc/examples/decode_video: add input file format information for usage
Steven Liu
2019-08-26
1
-1
/
+2
*
doc/examples/decode_audio: print message about how to play the output file
Steven Liu
2019-08-26
1
-0
/
+51
*
examples/encode_video: only add sequence end code for mpeg1/2 video
Jun Zhao
2019-08-08
1
-1
/
+2
*
examples/avio_reading: Use avio_context_free() to free AVIOContext
Jun Zhao
2019-04-23
1
-3
/
+4
[next]