diff options
| author | Torsten Jager <t.jager@gmx.de> | 2013-09-13 12:50:25 +0200 |
|---|---|---|
| committer | Torsten Jager <t.jager@gmx.de> | 2013-09-13 12:50:25 +0200 |
| commit | 50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b (patch) | |
| tree | e70ffc747bc6775f6624edb88dfeae0c5d368b0b /src/video_dec/libvdpau | |
| parent | b196a6012ace0ce8636412cf3a439df1a170e797 (diff) | |
| download | xine-lib-50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b.tar.gz xine-lib-50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b.tar.bz2 | |
Copyright year update by hg log info
script execution time: 55"
Diffstat (limited to 'src/video_dec/libvdpau')
| -rw-r--r-- | src/video_dec/libvdpau/alterh264_bits_reader.h | 2 | ||||
| -rw-r--r-- | src/video_dec/libvdpau/alterh264_decode.c | 2 | ||||
| -rw-r--r-- | src/video_dec/libvdpau/alterh264_decode.h | 2 | ||||
| -rw-r--r-- | src/video_dec/libvdpau/bits_reader.h | 2 | ||||
| -rw-r--r-- | src/video_dec/libvdpau/vdpau_mpeg12.c | 2 | ||||
| -rw-r--r-- | src/video_dec/libvdpau/vdpau_mpeg4.c | 2 | ||||
| -rw-r--r-- | src/video_dec/libvdpau/vdpau_vc1.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/video_dec/libvdpau/alterh264_bits_reader.h b/src/video_dec/libvdpau/alterh264_bits_reader.h index 81f641467..e32747a85 100644 --- a/src/video_dec/libvdpau/alterh264_bits_reader.h +++ b/src/video_dec/libvdpau/alterh264_bits_reader.h @@ -1,6 +1,6 @@ /* kate: tab-indent on; indent-width 4; mixedindent off; indent-mode cstyle; remove-trailing-space on; */ /* - * Copyright (C) 2008 the xine project + * Copyright (C) 2008-2012 the xine project * * This file is part of xine, a free video player. * diff --git a/src/video_dec/libvdpau/alterh264_decode.c b/src/video_dec/libvdpau/alterh264_decode.c index 55e9fdfae..8eaeafa05 100644 --- a/src/video_dec/libvdpau/alterh264_decode.c +++ b/src/video_dec/libvdpau/alterh264_decode.c @@ -1,5 +1,5 @@ /* kate: space-indent on; indent-width 2; mixedindent off; indent-mode cstyle; remove-trailing-space on; - * Copyright (C) 2008 the xine project + * Copyright (C) 2008-2013 the xine project * Copyright (C) 2008 Christophe Thommeret <hftom@free.fr> * * This file is part of xine, a free video player. diff --git a/src/video_dec/libvdpau/alterh264_decode.h b/src/video_dec/libvdpau/alterh264_decode.h index 368f05430..97bd9dfaf 100644 --- a/src/video_dec/libvdpau/alterh264_decode.h +++ b/src/video_dec/libvdpau/alterh264_decode.h @@ -1,6 +1,6 @@ /* kate: tab-indent on; indent-width 4; mixedindent off; indent-mode cstyle; remove-trailing-space on; */ /* - * Copyright (C) 2008 the xine project + * Copyright (C) 2008-2013 the xine project * * This file is part of xine, a free video player. * diff --git a/src/video_dec/libvdpau/bits_reader.h b/src/video_dec/libvdpau/bits_reader.h index 9c7ea282a..1ce939f35 100644 --- a/src/video_dec/libvdpau/bits_reader.h +++ b/src/video_dec/libvdpau/bits_reader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 the xine project + * Copyright (C) 2008-2012 the xine project * * This file is part of xine, a free video player. * diff --git a/src/video_dec/libvdpau/vdpau_mpeg12.c b/src/video_dec/libvdpau/vdpau_mpeg12.c index 1f4ba3caa..65121f2d5 100644 --- a/src/video_dec/libvdpau/vdpau_mpeg12.c +++ b/src/video_dec/libvdpau/vdpau_mpeg12.c @@ -1,6 +1,6 @@ /* * kate: space-indent on; indent-width 2; mixedindent off; indent-mode cstyle; remove-trailing-space on; - * Copyright (C) 2008 the xine project + * Copyright (C) 2008-2013 the xine project * Copyright (C) 2008 Christophe Thommeret <hftom@free.fr> * * This file is part of xine, a free video player. diff --git a/src/video_dec/libvdpau/vdpau_mpeg4.c b/src/video_dec/libvdpau/vdpau_mpeg4.c index d4325d490..81573d528 100644 --- a/src/video_dec/libvdpau/vdpau_mpeg4.c +++ b/src/video_dec/libvdpau/vdpau_mpeg4.c @@ -1,7 +1,7 @@ /* * kate: space-indent on; indent-width 2; mixedindent off; indent-mode cstyle; remove-trailing-space on; * - * Copyright (C) 2010 the xine project + * Copyright (C) 2010-2013 the xine project * Copyright (C) 2010 Christophe Thommeret <hftom@free.fr> * * This file is part of xine, a free video player. diff --git a/src/video_dec/libvdpau/vdpau_vc1.c b/src/video_dec/libvdpau/vdpau_vc1.c index 5c668829a..1ee00fe94 100644 --- a/src/video_dec/libvdpau/vdpau_vc1.c +++ b/src/video_dec/libvdpau/vdpau_vc1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 the xine project + * Copyright (C) 2008-2013 the xine project * Copyright (C) 2008 Christophe Thommeret <hftom@free.fr> * * This file is part of xine, a free video player. |
