[FFmpeg-devel] [PATCH 2/8] timecode: introduce timecode and honor it in MPEG-1/2.

Clément Bœsch ubitux at gmail.com
Wed Aug 10 16:24:10 CEST 2011


On Tue, Aug 09, 2011 at 04:12:26PM +0200, Clément Bœsch wrote:
> On Wed, Aug 03, 2011 at 09:43:08AM +0200, Michael Niedermayer wrote:
> > On Wed, Jul 27, 2011 at 06:45:12PM +0200, Clément Bœsch wrote:
> > > From: Clément Bœsch <clement.boesch at smartjog.com>
> > > 
> > > This is based on the original work by Baptiste Coudurier.
> > > ---
> > >  libavcodec/Makefile    |    2 +
> > >  libavcodec/mpeg12enc.c |   26 +++++++++++++++++++-
> > >  libavcodec/mpegvideo.h |    4 +++
> > >  libavcodec/timecode.c  |   56 ++++++++++++++++++++++++++++++++++++++++++++++
> > >  libavcodec/timecode.h  |   58 ++++++++++++++++++++++++++++++++++++++++++++++++
> > >  5 files changed, 144 insertions(+), 2 deletions(-)
> > >  create mode 100644 libavcodec/timecode.c
> > >  create mode 100644 libavcodec/timecode.h
> > 
> > should be ok if its all tested and working
> > 
> 
> This was actually missing the ARM offsets update. New patch attached, I'll
> commit it tomorrow along with patch 1 and 3 which were already approved.
> 

[...]

> From d83e704ea52c24eb1f7cace6eb22009e0d86be15 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <clement.boesch at smartjog.com>
> Date: Wed, 6 Jul 2011 14:44:59 +0200
> Subject: [PATCH 2/8] timecode: introduce timecode and honor it in MPEG-1/2.
> 
> This is based on the original work by Baptiste Coudurier.
> ---
>  libavcodec/Makefile          |    2 +
>  libavcodec/arm/asm-offsets.h |   12 ++++----
>  libavcodec/mpeg12enc.c       |   26 +++++++++++++++++-
>  libavcodec/mpegvideo.h       |    4 +++
>  libavcodec/timecode.c        |   56 ++++++++++++++++++++++++++++++++++++++++
>  libavcodec/timecode.h        |   58 ++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 150 insertions(+), 8 deletions(-)
>  create mode 100644 libavcodec/timecode.c
>  create mode 100644 libavcodec/timecode.h
> 

Applied.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110810/831a97f0/attachment.asc>


More information about the ffmpeg-devel mailing list