Mercurial > libavcodec.hg
changeset 1739:07a484280a82 libavcodec
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
author | michael |
---|---|
date | Sat, 10 Jan 2004 16:04:55 +0000 |
parents | 378e98870df4 |
children | 0c686b4cd576 |
files | common.c dsputil.c dsputil.h error_resilience.c h263.c h263dec.c i386/dsputil_mmx.c i386/dsputil_mmx_avg.h i386/dsputil_mmx_rnd.h i386/fdct_mmx.c i386/motion_est_mmx.c motion_est.c motion_est_template.c mpeg12.c mpegvideo.c mpegvideo.h msmpeg4.c ratecontrol.c rv10.c utils.c |
diffstat | 20 files changed, 20 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/common.c Sat Jan 10 12:53:07 2004 +0000 +++ b/common.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * Common bit i/o utils * Copyright (c) 2000, 2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/dsputil.c Sat Jan 10 12:53:07 2004 +0000 +++ b/dsputil.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * DSP utils * Copyright (c) 2000, 2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/dsputil.h Sat Jan 10 12:53:07 2004 +0000 +++ b/dsputil.h Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * DSP utils * Copyright (c) 2000, 2001, 2002 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/error_resilience.c Sat Jan 10 12:53:07 2004 +0000 +++ b/error_resilience.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,7 +1,7 @@ /* * Error resilience / concealment * - * Copyright (c) 2002 Michael Niedermayer <michaelni@gmx.at> + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/h263.c Sat Jan 10 12:53:07 2004 +0000 +++ b/h263.c Sat Jan 10 16:04:55 2004 +0000 @@ -3,6 +3,7 @@ * Copyright (c) 2000,2001 Fabrice Bellard. * H263+ support. * Copyright (c) 2001 Juan J. Sierralta P. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/h263dec.c Sat Jan 10 12:53:07 2004 +0000 +++ b/h263dec.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * H.263 decoder * Copyright (c) 2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/i386/dsputil_mmx.c Sat Jan 10 12:53:07 2004 +0000 +++ b/i386/dsputil_mmx.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * MMX optimized DSP utils * Copyright (c) 2000, 2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/i386/dsputil_mmx_avg.h Sat Jan 10 12:53:07 2004 +0000 +++ b/i386/dsputil_mmx_avg.h Sat Jan 10 16:04:55 2004 +0000 @@ -1,7 +1,7 @@ /* * DSP utils : average functions are compiled twice for 3dnow/mmx2 * Copyright (c) 2000, 2001 Fabrice Bellard. - * Copyright (c) 2002 Michael Niedermayer + * Copyright (c) 2002-2004 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/i386/dsputil_mmx_rnd.h Sat Jan 10 12:53:07 2004 +0000 +++ b/i386/dsputil_mmx_rnd.h Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * DSP utils mmx functions are compiled twice for rnd/no_rnd * Copyright (c) 2000, 2001 Fabrice Bellard. + * Copyright (c) 2003-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/i386/fdct_mmx.c Sat Jan 10 12:53:07 2004 +0000 +++ b/i386/fdct_mmx.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * MMX optimized forward DCT * The gcc porting is Copyright (c) 2001 Fabrice Bellard. + * cleanup/optimizations are Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * from fdctam32.c - AP922 MMX(3D-Now) forward-DCT *
--- a/i386/motion_est_mmx.c Sat Jan 10 12:53:07 2004 +0000 +++ b/i386/motion_est_mmx.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * MMX optimized motion estimation * Copyright (c) 2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/motion_est.c Sat Jan 10 12:53:07 2004 +0000 +++ b/motion_est.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,7 +1,7 @@ /* * Motion estimation * Copyright (c) 2000,2001 Fabrice Bellard. - * Copyright (c) 2002-2003 Michael Niedermayer + * Copyright (c) 2002-2004 Michael Niedermayer * * * This library is free software; you can redistribute it and/or
--- a/motion_est_template.c Sat Jan 10 12:53:07 2004 +0000 +++ b/motion_est_template.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,6 @@ /* * Motion estimation - * Copyright (c) 2002 Michael Niedermayer + * Copyright (c) 2002-2004 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/mpeg12.c Sat Jan 10 12:53:07 2004 +0000 +++ b/mpeg12.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * MPEG1 codec / MPEG2 decoder * Copyright (c) 2000,2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/mpegvideo.c Sat Jan 10 12:53:07 2004 +0000 +++ b/mpegvideo.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * The simplest mpeg encoder (well, it was the simplest!) * Copyright (c) 2000,2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/mpegvideo.h Sat Jan 10 12:53:07 2004 +0000 +++ b/mpegvideo.h Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * Generic DCT based hybrid video encoder * Copyright (c) 2000, 2001, 2002 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/msmpeg4.c Sat Jan 10 12:53:07 2004 +0000 +++ b/msmpeg4.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * MSMPEG4 backend for ffmpeg encoder and decoder * Copyright (c) 2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/ratecontrol.c Sat Jan 10 12:53:07 2004 +0000 +++ b/ratecontrol.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,7 +1,7 @@ /* * Rate control for video encoders * - * Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at> + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/rv10.c Sat Jan 10 12:53:07 2004 +0000 +++ b/rv10.c Sat Jan 10 16:04:55 2004 +0000 @@ -1,6 +1,7 @@ /* * RV10 codec * Copyright (c) 2000,2001 Fabrice Bellard. + * Copyright (c) 2002-2004 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
--- a/utils.c Sat Jan 10 12:53:07 2004 +0000 +++ b/utils.c Sat Jan 10 16:04:55 2004 +0000 @@ -2,6 +2,7 @@ * utils for libavcodec * Copyright (c) 2001 Fabrice Bellard. * Copyright (c) 2003 Michel Bardiaux for the av_log API + * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public