[Ffmpeg-cvslog] r5643 - in trunk: ffmpeg.c libavcodec/Makefilelibavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/bitstream_filter.clibavcodec/parser.c

Michael Niedermayer michaelni
Thu Jul 6 17:20:11 CEST 2006


Hi

On Thu, Jul 06, 2006 at 05:06:18PM +0200, Nico Sabbi wrote:
> michael wrote:
> >Author: michael
> >Date: Thu Jul  6 17:04:46 2006
> >New Revision: 5643
> >
> >Added:
> >   trunk/libavcodec/bitstream_filter.c
> >Modified:
> >   trunk/ffmpeg.c
> >   trunk/libavcodec/Makefile
> >   trunk/libavcodec/allcodecs.c
> >   trunk/libavcodec/avcodec.h
> >   trunk/libavcodec/parser.c
> >
> >Log:
> >AVBitStreamFilter (some thingy which can modify the bitstream like add or 
> >remove global headers or change the headers or ...)
> >
> >
> >  
> 
> it looks like a good candidate to implement soft-telecining in mpeg2, 
> unless
> I misunderstood what's its use

hmm that wasnt the intended use, mpeg2 soft telecine could be done in the
mpeg encoder ...

the idea behind AVBitStreamFilters was to have something to convert between
different formattings of the same format (ADTS/AC3, mp4 vs non mp4
extradata for h.264 and such)

that said, noone stops you from using it for something else ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-cvslog mailing list