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
/
APIchanges
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc/APIchanges: Add 5.1 branch cutpoint
Michael Niedermayer
2022-07-13
1
-0
/
+2
*
doc/APIchanges: Fill in missing things
Michael Niedermayer
2022-07-12
1
-8
/
+8
*
doc/APIchanges: Extend hash which has become ambiguous
Michael Niedermayer
2022-07-12
1
-1
/
+1
*
doc/APIchanges: add missing marker for release 5.0
Gyan Doshi
2022-06-16
1
-0
/
+2
*
doc/APIchanges: add missing uuid and csp entries
Zane van Iperen
2022-06-13
1
-0
/
+10
*
lavf/avio: add avio_vprintf()
Stefano Sabatini
2022-06-13
1
-0
/
+4
*
libavutil: Deprecate av_fopen_utf8, provide an avpriv version
Martin Storsjö
2022-05-23
1
-0
/
+3
*
doc/APIchanges: update for the new channel layout API
Anton Khirnov
2022-03-19
1
-0
/
+37
*
Keep including the full version.h when headers are included externally
Martin Storsjö
2022-03-19
1
-7
/
+2
*
doc: Add an entry to APIchanges about changes to version.h and version_major.h
Martin Storsjö
2022-03-16
1
-0
/
+10
*
avutil/cpu: add AVX512 Icelake flag
Wu Jianhua
2022-03-10
1
-0
/
+3
*
avutil/fifo: Deprecate old FIFO API
Anton Khirnov
2022-02-07
1
-0
/
+8
*
lavu/fifo: add a flag for automatically growing the FIFO as needed
Anton Khirnov
2022-02-07
1
-1
/
+1
*
lavu/fifo: Add new AVFifo API based upon the notion of element size
Anton Khirnov
2022-02-07
1
-0
/
+9
*
lavu: bump minor and add APIchanges for new lavu/tx additions
Lynne
2022-01-26
1
-0
/
+3
*
doc/APIchanges: Fill in the commit hash for DOVI metadata addition
Andreas Rheinhardt
2022-01-04
1
-1
/
+1
*
lavu/frame: Add Dolby Vision metadata side data type
Niklas Haas
2022-01-04
1
-0
/
+3
*
doc/APIchanges: Fill in missing things
Michael Niedermayer
2022-01-03
1
-37
/
+37
*
lavf: add a flag for experimental (de)muxers
Anton Khirnov
2022-01-03
1
-0
/
+3
*
lavu/videotoolbox: expose routine to set CVPixelBufferRef metadata
rcombs
2021-12-22
1
-0
/
+3
*
lavu/videotoolbox: expose conversion routines for color parameters
rcombs
2021-12-22
1
-0
/
+6
*
libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER.
Alan Kelly
2021-12-21
1
-0
/
+3
*
avutil/display: fix inverted doc
Zhao Zhili
2021-12-20
1
-0
/
+5
*
avformat: introduce AVFormatContext io_close2 which returns an int
Marton Balint
2021-12-12
1
-0
/
+3
*
lavu: bump minor version and add doc/APIchanges entry for Vulkan changes
Lynne
2021-12-10
1
-0
/
+3
*
doc/APIchanges: fix typo
Anton Khirnov
2021-12-04
1
-1
/
+1
*
avfilter: add AVFILTER_FLAG_METADATA_ONLY
Anton Khirnov
2021-12-04
1
-0
/
+3
*
lavu/avframe: add a time_base field
Lynne
2021-12-03
1
-0
/
+3
*
lavu/pixfmt: add high-bit-depth semi-planar 4:2:2/4:4:4 formats
rcombs
2021-11-28
1
-0
/
+3
*
avutil: Add Dolby Vision RPU side data type
Derek Buitenhuis
2021-11-17
1
-0
/
+3
*
lavf: add "disposition" AVOption to AVStream AVClass
Anton Khirnov
2021-11-16
1
-0
/
+1
*
lavf: add public functions converting dispositions to/from strings
Anton Khirnov
2021-11-16
1
-0
/
+1
*
lavf: add an AVClass to AVStream on next major bump
Anton Khirnov
2021-11-16
1
-0
/
+4
*
doc/APIchanges: fix typos and correct a date
Lynne
2021-11-12
1
-2
/
+2
*
doc/APIchanges: update for Vulkan API changes
Lynne
2021-11-12
1
-0
/
+4
*
avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written}
Jan Ekström
2021-10-24
1
-0
/
+3
*
avformat/avio{,buf}: deprecate AVIOContext::written
Jan Ekström
2021-10-24
1
-0
/
+6
*
lavu/pix_fmt: add pixel format for x2bgr10
Manuel Stoeckl
2021-09-26
1
-0
/
+3
*
avutil/mem: Deprecate av_mallocz_array()
Andreas Rheinhardt
2021-09-20
1
-0
/
+3
*
avcodec/avcodec, options_table: Deprecate sub_text_format
Andreas Rheinhardt
2021-09-20
1
-0
/
+4
*
lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED
Anton Khirnov
2021-09-20
1
-0
/
+4
*
avutil/buffer: constify some function parameters
James Almer
2021-09-17
1
-0
/
+4
*
libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...
Artem Galin
2021-09-08
1
-0
/
+3
*
sws: add a new scaling API
Anton Khirnov
2021-09-06
1
-0
/
+9
*
avcodec/avcodec: Allow up to seven codec ids per parser
Andreas Rheinhardt
2021-09-02
1
-0
/
+3
*
avcodec: add a Film Grain codec property flag
James Almer
2021-08-24
1
-0
/
+3
*
avfilter/avfilter: Deprecate avfilter_pad_count()
Andreas Rheinhardt
2021-08-20
1
-0
/
+1
*
avfilter/avfilter: Add avfilter_filter_pad_count()
Andreas Rheinhardt
2021-08-20
1
-0
/
+3
*
avutil/opt: Document actual behaviour of av_opt_copy a bit more
Andreas Rheinhardt
2021-08-17
1
-0
/
+4
*
imgutils: expose av_image_copy_plane_uc_from()
Lynne
2021-08-14
1
-0
/
+3
[next]