diff options
author | James Almer <jamrial@gmail.com> | 2016-06-26 14:45:54 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-06-26 15:17:48 -0300 |
commit | 970f2ad966c2701919b208d3c628434906e807bd (patch) | |
tree | e8419968a6533fc0c5298d1439e11c21814ef19e | |
parent | 104c357b6a3ee181e1d657df68e38c17ba2bda77 (diff) | |
download | ffmpeg-970f2ad966c2701919b208d3c628434906e807bd.tar.gz |
Update FFmpeg 3.1 cut marker
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit 069fd69662a13eb6a2b3d0497232b841e8f1caf8)
-rw-r--r-- | Changelog | 2 | ||||
-rw-r--r-- | doc/APIchanges | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -2,10 +2,10 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version <next>: -- YUY2 Lossless Codec decoder version 3.1: +- YUY2 Lossless Codec decoder - DXVA2-accelerated HEVC Main10 decoding - fieldhint filter - loop video filter and aloop audio filter diff --git a/doc/APIchanges b/doc/APIchanges index e3b7875593..6dd5ad7b0e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,14 +15,14 @@ libavutil: 2015-08-28 API changes, most recent first: -2016-06-26 - xxxxxxx / 1c9e861 - lavu 55.27.100 / 55.13.0 - hwcontext.h +-------- 8< --------- FFmpeg 3.1 was cut here -------- 8< --------- + +2016-06-26 - 481f320 / 1c9e861 - lavu 55.27.100 / 55.13.0 - hwcontext.h Add av_hwdevice_ctx_create(). -2016-06-26 - xxxxxxx / e47b8bb - lavc 57.48.101 / 57.19.1 - avcodec.h +2016-06-26 - b95534b / e47b8bb - lavc 57.48.101 / 57.19.1 - avcodec.h Adjust values for JPEG 2000 profiles. --------- 8< --------- FFmpeg 3.1 was cut here -------- 8< --------- - 2016-06-23 - 5d75e46 / db7968b - lavf 57.40.100 / 57.7.0 - avio.h Add AVIODataMarkerType, write_data_type, ignore_boundary_point and avio_write_marker. |