[FFmpeg-devel] [PATCH] New library for shared non-generic libav* utils

Stefano Sabatini stefano.sabatini-lala
Mon Jul 19 18:30:16 CEST 2010


On date Monday 2010-07-19 02:40:41 +0200, Michael Niedermayer encoded:
> On Sat, Jul 17, 2010 at 07:05:41PM +0200, Stefano Sabatini wrote:
[...]
> > Here it is a patch, it's not yet clear how many people are going to
> > accept this.
> > 
> > As for me I already explained that, while I dislike the added
> > complexity, I also appreciate the idea of a minimal generic libavutil
> > which could be used in other non multimedia related projects.
> > 
> > Since Michael dislikes the idea of pushing multimedia-related shared
> > stuff to lavu, I find the addition of a new library an acceptable
> > compromise.
> > 
> > As for the name, Michael proposed libavcommon, I don't like much this
> > name so I'm proposing libavcore (like -> multimedia core
> > utilities). Other ideas: libavmediacore or libavmediautils.
> > 
> > I plan to move here the imgconvert stuff and some parsing utils from
> > lavc, and pixfmt/pixdesc + media macros from lavu at the next lavu
> > major bump.
> > 
> > Regards.
> > 
> 
> >  Makefile              |    1 
> >  cmdutils.c            |    3 ++
> >  common.mak            |    2 -
> >  configure             |    9 ++++++-
> >  libavcore/Makefile    |    9 +++++++
> >  libavcore/avcore.h    |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++
> >  libavcore/libavcore.v |    4 +++
> >  libavcore/utils.c     |   40 ++++++++++++++++++++++++++++++++++
> >  8 files changed, 124 insertions(+), 2 deletions(-)
> > f3318ff992327d0408560b9b986134fb5e64659b  0001-Add-libavcore.patch
> > >From 04cdf8ce20d4aaaa030873518210f91289cc4264 Mon Sep 17 00:00:00 2001
> > From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> > Date: Sat, 17 Jul 2010 17:38:28 +0200
> > Subject: [create-lavcore PATCH] Add libavcore.
> > 
> > The new library is meant to contain the core multimedia utilities for
> > FFmpeg, to make them shareable between more libav* libraries.
> 
> iam ok with this as far as it falls under my maintainership

Mans-ping?

Regards.
-- 
FFmpeg = Forgiving and Foolish Mystic Pure Erratic Gigant



More information about the ffmpeg-devel mailing list