summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-22 11:42:42 +0100
committerClément Bœsch <u@pkh.me>2017-03-22 11:43:00 +0100
commitce10e4cb1f21d1ef65ab679f5beb88842f971357 (patch)
tree622dc39c27737199383349de418232da74fc473c /doc
parentfd5e1d132b460acc533e7d71148c6eca2c691d99 (diff)
doc/libav-merge: create a special "extra changes" section
Diffstat (limited to 'doc')
-rw-r--r--doc/libav-merge.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
index e94a749770..03b433fbf9 100644
--- a/doc/libav-merge.txt
+++ b/doc/libav-merge.txt
@@ -95,7 +95,6 @@ Stuff that didn't reach the codebase:
- 0cef06df0 checkasm: add HEVC MC tests
- 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)
-- Switching examples to the new encode/decode API (see 67d28f4a0f)
Collateral damage that needs work locally:
------------------------------------------
@@ -103,3 +102,9 @@ Collateral damage that needs work locally:
- Merge proresdec2.c and proresdec_lgpl.c
- Merge proresenc_anatoliy.c and proresenc_kostya.c
- Remove ADVANCED_PARSER in libavcodec/hevc_parser.c
+
+Extra changes needed to be aligned with Libav:
+----------------------------------------------
+
+- Switching our examples to the new encode/decode API (see 67d28f4a0f)
+- AC3 speed-up for our fixed version (see a9ba59591e)