diff mbox

[FFmpeg-devel] doc/libav-merge: complete TODO section

Message ID 20160925173556.25389-1-u@pkh.me
State Accepted
Headers show

Commit Message

Clément Bœsch Sept. 25, 2016, 5:35 p.m. UTC
---
What else is missing?
---
 doc/libav-merge.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Josh Dekker Sept. 25, 2016, 5:36 p.m. UTC | #1
On 25/09/2016 18:35, Clément Bœsch wrote:
> ---
> What else is missing?
> ---
>  doc/libav-merge.txt | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
> index 4fd863e..e200bdb 100644
> --- a/doc/libav-merge.txt
> +++ b/doc/libav-merge.txt
> @@ -84,4 +84,14 @@ whitespace differences) are passed into colordiff.
>  TODO/FIXME/UNMERGED
>  ===================
>
> +Stuff that didn't reach the codebase:
> +-------------------------------------
> +
>  - HEVC DSP and x86 MC SIMD improvements from Libav (see http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/204917)
> +
This link is broken.

> +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
>
Clément Bœsch Sept. 25, 2016, 5:39 p.m. UTC | #2
On Sun, Sep 25, 2016 at 06:36:15PM +0100, Josh de Kock wrote:
> On 25/09/2016 18:35, Clément Bœsch wrote:
> > ---
> > What else is missing?
> > ---
> >  doc/libav-merge.txt | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> > 
> > diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
> > index 4fd863e..e200bdb 100644
> > --- a/doc/libav-merge.txt
> > +++ b/doc/libav-merge.txt
> > @@ -84,4 +84,14 @@ whitespace differences) are passed into colordiff.
> >  TODO/FIXME/UNMERGED
> >  ===================
> > 
> > +Stuff that didn't reach the codebase:
> > +-------------------------------------
> > +
> >  - HEVC DSP and x86 MC SIMD improvements from Libav (see http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/204917)
> > +
> This link is broken.

unrelated to this patch but fix pushed
Clément Bœsch Oct. 1, 2016, 8:43 a.m. UTC | #3
On Sun, Sep 25, 2016 at 07:35:56PM +0200, Clément Bœsch wrote:
> ---
> What else is missing?
> ---
>  doc/libav-merge.txt | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
> index 4fd863e..e200bdb 100644
> --- a/doc/libav-merge.txt
> +++ b/doc/libav-merge.txt
> @@ -84,4 +84,14 @@ whitespace differences) are passed into colordiff.
>  TODO/FIXME/UNMERGED
>  ===================
>  
> +Stuff that didn't reach the codebase:
> +-------------------------------------
> +
>  - HEVC DSP and x86 MC SIMD improvements from Libav (see http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/204917)
> +
> +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

applied
diff mbox

Patch

diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
index 4fd863e..e200bdb 100644
--- a/doc/libav-merge.txt
+++ b/doc/libav-merge.txt
@@ -84,4 +84,14 @@  whitespace differences) are passed into colordiff.
 TODO/FIXME/UNMERGED
 ===================
 
+Stuff that didn't reach the codebase:
+-------------------------------------
+
 - HEVC DSP and x86 MC SIMD improvements from Libav (see http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/204917)
+
+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