[FFmpeg-cvslog] lavfi/buffer.c: fix copyright

Michael Niedermayer git at videolan.org
Thu May 24 05:10:06 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue May 22 21:19:24 2012 +0200| [81c23fec63b2fce22e649cf45bb0a96d20e0945a] | committer: Michael Niedermayer

lavfi/buffer.c: fix copyright

git blame:
     75 Anton Khirnov
     72 Michael Niedermayer
     39 Stefano Sabatini
     23 S.N. Hemanth Meenakshisundaram
      9 Vitor Sessak
      6 Robert Nagy
      2 Diego Biurrun
      1 Andrey Utkin

Note:
commit ab165047a6142ca0c8c333c36f4ebb96477622d7
Author: Anton Khirnov <anton at khirnov.net>
Date:   Fri Apr 27 17:27:40 2012 +0200

    lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame

    Based on a commit by Stefano Sabatini <stefano.sabatini-lala at poste.it>

commit 4a1ac8c43fcf526b249c3409f1ba54755143a224
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu May 10 07:58:11 2012 +0200

    lavfi: move buffer management function to a separate file.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81c23fec63b2fce22e649cf45bb0a96d20e0945a
---

 libavfilter/buffer.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libavfilter/buffer.c b/libavfilter/buffer.c
index 32431c6..b878be5 100644
--- a/libavfilter/buffer.c
+++ b/libavfilter/buffer.c
@@ -1,4 +1,8 @@
 /*
+ * Copyright Stefano Sabatini <stefasab gmail com>
+ * Copyright Anton Khirnov <anton khirnov net>
+ * Copyright Michael Niedermayer <michaelni gmx at>
+ *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or



More information about the ffmpeg-cvslog mailing list