X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Flibav-merge.txt;h=4a46bfcf464a86384aed9ddcb4903aec03f15698;hb=792b1629a8818fa778ddea37342f4ba4eaf2ba47;hp=5ae7ce855b00b6ed16c04a9b89ab5a3e4598786c;hpb=6a3538bb233e5bdaf6448b1a897e5459fcc0c44f;p=ffmpeg diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt index 5ae7ce855b0..4a46bfcf464 100644 --- a/doc/libav-merge.txt +++ b/doc/libav-merge.txt @@ -96,14 +96,11 @@ Stuff that didn't reach the codebase: - e7078e842 hevcdsp: add x86 SIMD for MC - VAAPI VP8 decode hwaccel (currently under review: http://ffmpeg.org/pipermail/ffmpeg-devel/2017-February/thread.html#207348) - Removal of the custom atomic API (5cc0057f49, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209003.html) -- Read aac_adtstoasc extradata updates from packet side data on Matroska once mov and the bsf in question are fixed (See 13a211e632 and 5ef1959080) - new bitstream reader (see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html) - use of the bsf instead of our parser for vp9 superframes (see fa1749dd34) -- use of the new AVFrame crop fields in h264/hevc/theora (see https://ffmpeg.org/pipermail/ffmpeg-devel/2017-May/211239.html) - - a02ae1c683 hevcdec: export cropping information instead of handling it internally - - 4fded0480f h264dec: be more explicit in handling container cropping - - c3e84820d6 h264dec: export cropping information instead of handling it internally - - 1202b71269 theora: export cropping information instead of handling it internally +- use av_cpu_max_align() instead of hardcoding alignment requirements (see https://ffmpeg.org/pipermail/ffmpeg-devel/2017-September/215834.html) + - f44ec22e0 lavc: use av_cpu_max_align() instead of hardcoding alignment requirements + - 4de220d2e frame: allow align=0 (meaning automatic) for av_frame_get_buffer() Collateral damage that needs work locally: ------------------------------------------ @@ -111,7 +108,6 @@ Collateral damage that needs work locally: - Merge proresdec2.c and proresdec_lgpl.c - Merge proresenc_anatoliy.c and proresenc_kostya.c - Fix MIPS AC3 downmix -- hlsenc encryption support may need some adjustment (see edc43c571d) Extra changes needed to be aligned with Libav: ----------------------------------------------