[FFmpeg-devel] [PATCH 1/2] avfilter: steps to ditch YUVJ formats

Rostislav Pehlivanov atomnuker at gmail.com
Sat Dec 9 03:36:56 EET 2017


On 8 December 2017 at 20:48, Michael Niedermayer <michael at niedermayer.cc>
wrote:

> On Fri, Dec 08, 2017 at 12:12:57PM +0100, Paul B Mahol wrote:
> > Signed-off-by: Paul B Mahol <onemda at gmail.com>
> > ---
> >  fftools/ffmpeg.c         |  1 +
> >  fftools/ffmpeg.h         |  2 ++
> >  fftools/ffmpeg_filter.c  | 18 +++++++++++++++---
> >  libavcodec/avcodec.h     |  1 +
> >  libavcodec/utils.c       |  2 ++
> >  libavfilter/avfilter.c   |  2 ++
> >  libavfilter/avfilter.h   |  2 ++
> >  libavfilter/buffersink.c |  1 +
> >  libavfilter/buffersink.h |  1 +
> >  libavfilter/buffersrc.c  | 13 +++++++++++++
> >  libavfilter/buffersrc.h  |  5 +++++
> >  libavfilter/vf_scale.c   |  9 +++++++++
> >  libavfilter/video.c      |  8 +++++++-
> >  13 files changed, 61 insertions(+), 4 deletions(-)
>
> as a more general comment,
> If doing all this across all libs is too hard, doing one lib at a
> time could be easier.
>
> That is fully support color_range without yuvj in a lib while
> providing support for deprecated yuvj formats.
>
>
There's no point in keeping them. We're still in the middle of the bump and
if we have to we'll delay the bump until the YUVJ stuff is gone.


More information about the ffmpeg-devel mailing list