James Almer
22b6e1011c
doc/libav-merge: add a line about the previous skipped merge
6 years ago
Paul B Mahol
042fc12344
doc/libav-merge: bitstream reader is now merged
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Paul B Mahol
c116ba375e
doc/libav-merge: remove resolved item
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
James Almer
077fe9eb06
doc/libav-merge: remove line about libavutil atomics API
...
See 89b84cb18b
.
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
5450972be4
doc/libav-merge: remove line about VP9 superframe parsing
...
It was addressed in a5679933c1
,
0c162854c1
and
5a366f9770
.
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Mark Thompson
07e1bd7e2d
doc/libav-merge: Remove VAAPI VP8 decode hwaccel merge note
...
Done in 9f00fa5369
and
40b75a943b
.
7 years ago
James Almer
bad51e9287
doc/libav-merge: add a line about the skipped HEVC MC arm functions
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
ac36d0c97a
doc/libav-merge: mention more skipped outdev removal commits
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
e5233b1581
doc/libav-merge: mention skipped outdev removal commit
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
4b97435566
doc/libav-merge: mention skipped hlsenc commit
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
774295a3e0
doc/libav-merge: mention skipped or incomplete runtime alignment commits
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Steven Liu
44e9783ab9
doc/libav-merge: remove the hls merge TODO
...
This TODO is done.
See 5caaa3a49e
Reviewed-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Steven Liu <lq@onvideo.cn>
7 years ago
James Almer
5213c6d175
doc/libav-merge: remove lines about AVFrame crop fields
8 years ago
James Almer
94ec89eb67
doc/libav-merge: remove line about aac_adtstoasc
...
Signed-off-by: James Almer <jamrial@gmail.com>
8 years ago
James Almer
602ac48720
doc/libav-merge: mention the skipped AVFrame crop fields usage commits
8 years ago
Michael Niedermayer
3c3d4ce4fd
doc: fix bistream typo
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
James Almer
470ad23a55
doc/libav_merge: remove line about ADVANCED_PARSER
...
It's been addressed.
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Reviewed-by: Aaron Levinson <alevinsn@aracnet.com>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years ago
James Almer
3f8d7342c3
doc/libav-merge: remove line about extract_extradata_bsf usage
...
It was addressed in b8f26779d6
8 years ago
Clément Bœsch
a3fc5f535a
doc/libav-merge: document hlsenc encryption state
8 years ago
James Almer
6171f178e7
x86/hevc_add_res: merge last remaining changes from 3d65359832
...
See https://lists.libav.org/pipermail/libav-devel/2016-October/079829.html
8 years ago
James Almer
b62a87591e
doc/libav-merge: link to the relevant ml thread in the extract_extradata line
8 years ago
James Almer
183635b9e9
doc/libav-merge: mention aac_adtstoasc extradata update fix for matroska
8 years ago
James Almer
0505a1d9c4
doc/libav-merge: remove line about AC3 fixed decoder speedup
...
It was addressed in commit 91ccd38c0b
8 years ago
Clément Bœsch
549045254c
Fix all -Wformat warnings raised by DJGPP
8 years ago
James Almer
0f4abbd4ee
doc/libav-merge: add a line about the extract_extradata commits
8 years ago
Clément Bœsch
9dc57688c8
lavc/mips: temporally disable ac3 downmix
8 years ago
Clément Bœsch
ce10e4cb1f
doc/libav-merge: create a special "extra changes" section
8 years ago
Anton Khirnov
807a3b30d2
lavfi: add a QSV scaling filter
...
This merges libav commit ac7bfd6967
,
which was previously skipped.
(cherry picked from commit ac7bfd6967
)
Signed-off-by: Mark Thompson <sw@jkqxz.net>
8 years ago
Anton Khirnov
76e13bdeaa
ffmpeg: restructure sending EOF to filters
...
Be more careful when an input stream encounters EOF when its filtergraph
has not been configured yet. The current code would immediately mark the
corresponding output streams as finished, while there may still be
buffered frames waiting for frames to appear on other filtergraph
inputs.
This should fix the random FATE failures for complex filtergraph tests
after a3a0230a98
This merges Libav commit 94ebf55
. It was previously skipped.
This is the last filter init related Libav commit that was skipped, so
this also removes the commits from doc/libav-merge.txt.
Signed-off-by: wm4 <nfxjfg@googlemail.com>
8 years ago
Clément Bœsch
de2f9f4b71
doc/libav-merge: add unmerged hevc commits hashes
8 years ago
Hendrik Leppkes
e3d9bd7102
doc/libav-merge: add skipped fixup commits to the list of missing changes
8 years ago
Hendrik Leppkes
53e116eeeb
doc: update merge status for recent additions and skipped merges
8 years ago
Hendrik Leppkes
3c18188f9f
doc/libav-merge: add a note for the skipped QSV functionality
8 years ago
Clément Bœsch
0fbd423905
doc/libav-merge: complete TODO section
8 years ago
Clément Bœsch
bd9e425459
doc/libav-merge: change gmane link to a ffmpeg.org one
8 years ago
Clément Bœsch
95a7cbb09d
doc: move out merge script to tools
8 years ago
Clément Bœsch
485f75b278
doc: remove codecpar mention in libav-merge.txt
8 years ago
Michael Niedermayer
360d3f3c18
doc&tools: Add murge script, for analyzing 3 way conflicts.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Clément Bœsch
2477775bf8
doc: add Libav merge document
8 years ago