Browse Source

remove the $Id$ in the source code

pull/83/head
Steve Lhomme 8 years ago
parent
commit
5363279805
  1. 1
      bin/darwinvlc.m
  2. 1
      bin/vlc.c
  3. 1
      include/vlc/deprecated.h
  4. 1
      include/vlc/libvlc.h
  5. 1
      include/vlc/libvlc_media.h
  6. 1
      include/vlc/libvlc_media_discoverer.h
  7. 1
      include/vlc/libvlc_media_library.h
  8. 1
      include/vlc/libvlc_media_list.h
  9. 1
      include/vlc/libvlc_media_list_player.h
  10. 1
      include/vlc/libvlc_media_player.h
  11. 1
      include/vlc/vlc.h
  12. 1
      include/vlc_access.h
  13. 1
      include/vlc_actions.h
  14. 1
      include/vlc_aout_volume.h
  15. 1
      include/vlc_arrays.h
  16. 1
      include/vlc_bits.h
  17. 1
      include/vlc_block.h
  18. 1
      include/vlc_charset.h
  19. 1
      include/vlc_codec.h
  20. 1
      include/vlc_codecs.h
  21. 1
      include/vlc_config_cat.h
  22. 1
      include/vlc_configuration.h
  23. 1
      include/vlc_demux.h
  24. 1
      include/vlc_epg.h
  25. 1
      include/vlc_es.h
  26. 1
      include/vlc_es_out.h
  27. 1
      include/vlc_events.h
  28. 1
      include/vlc_extensions.h
  29. 1
      include/vlc_fourcc.h
  30. 1
      include/vlc_http.h
  31. 1
      include/vlc_httpd.h
  32. 1
      include/vlc_image.h
  33. 1
      include/vlc_input.h
  34. 1
      include/vlc_input_item.h
  35. 1
      include/vlc_interface.h
  36. 1
      include/vlc_intf_strings.h
  37. 1
      include/vlc_iso_lang.h
  38. 1
      include/vlc_media_library.h
  39. 1
      include/vlc_messages.h
  40. 1
      include/vlc_meta.h
  41. 1
      include/vlc_modules.h
  42. 1
      include/vlc_mouse.h
  43. 1
      include/vlc_network.h
  44. 1
      include/vlc_objects.h
  45. 1
      include/vlc_picture.h
  46. 1
      include/vlc_picture_fifo.h
  47. 1
      include/vlc_picture_pool.h
  48. 1
      include/vlc_playlist_legacy.h
  49. 1
      include/vlc_rand.h
  50. 1
      include/vlc_services_discovery.h
  51. 1
      include/vlc_sout.h
  52. 1
      include/vlc_spu.h
  53. 1
      include/vlc_stream.h
  54. 1
      include/vlc_strings.h
  55. 1
      include/vlc_subpicture.h
  56. 1
      include/vlc_text_style.h
  57. 1
      include/vlc_tick.h
  58. 1
      include/vlc_timestamp_helper.h
  59. 1
      include/vlc_update.h
  60. 1
      include/vlc_url.h
  61. 1
      include/vlc_variables.h
  62. 1
      include/vlc_video_splitter.h
  63. 1
      include/vlc_vlm.h
  64. 1
      include/vlc_vod.h
  65. 1
      include/vlc_vout.h
  66. 1
      include/vlc_vout_display.h
  67. 1
      include/vlc_vout_osd.h
  68. 1
      include/vlc_vout_window.h
  69. 1
      lib/audio.c
  70. 1
      lib/core.c
  71. 1
      lib/libvlc_internal.h
  72. 1
      lib/log.c
  73. 1
      lib/media.c
  74. 1
      lib/media_discoverer.c
  75. 1
      lib/media_internal.h
  76. 1
      lib/media_library.c
  77. 1
      lib/media_list.c
  78. 1
      lib/media_list_internal.h
  79. 1
      lib/media_list_player.c
  80. 1
      lib/media_player_internal.h
  81. 1
      lib/playlist.c
  82. 1
      lib/video.c
  83. 1
      modules/access/avio.c
  84. 1
      modules/access/avio.h
  85. 1
      modules/access/cdda.c
  86. 1
      modules/access/directory.c
  87. 1
      modules/access/dshow/access.h
  88. 1
      modules/access/dshow/crossbar.cpp
  89. 1
      modules/access/dshow/dshow.cpp
  90. 1
      modules/access/dshow/filter.cpp
  91. 1
      modules/access/dshow/filter.h
  92. 1
      modules/access/dshow/vlc_dshow.h
  93. 1
      modules/access/dv.c
  94. 1
      modules/access/dvdnav.c
  95. 1
      modules/access/dvdread.c
  96. 1
      modules/access/file.c
  97. 1
      modules/access/ftp.c
  98. 1
      modules/access/http.c
  99. 1
      modules/access/idummy.c
  100. 1
      modules/access/imem.c

1
bin/darwinvlc.m

@ -2,7 +2,6 @@
* darwinvlc.m: OS X specific main executable for VLC media player
*****************************************************************************
* Copyright (C) 2013-2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Felix Paul Kühne <fkuehne at videolan dot org>
* David Fuhrmann <dfuhrmann at videolan dot org>

1
bin/vlc.c

@ -2,7 +2,6 @@
* vlc.c: the VLC player
*****************************************************************************
* Copyright (C) 1998-2013 the VideoLAN team
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>

1
include/vlc/deprecated.h

@ -2,7 +2,6 @@
* deprecated.h: libvlc deprecated API
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org>

1
include/vlc/libvlc.h

@ -2,7 +2,6 @@
* libvlc.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org>

1
include/vlc/libvlc_media.h

@ -2,7 +2,6 @@
* libvlc_media.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org>

1
include/vlc/libvlc_media_discoverer.h

@ -2,7 +2,6 @@
* libvlc_media_discoverer.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org>

1
include/vlc/libvlc_media_library.h

@ -2,7 +2,6 @@
* libvlc_media_library.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org>

1
include/vlc/libvlc_media_list.h

@ -2,7 +2,6 @@
* libvlc_media_list.h: libvlc_media_list API
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont
*

1
include/vlc/libvlc_media_list_player.h

@ -2,7 +2,6 @@
* libvlc_media_list_player.h: libvlc_media_list API
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont
*

1
include/vlc/libvlc_media_player.h

@ -2,7 +2,6 @@
* libvlc_media_player.h: libvlc_media_player external API
*****************************************************************************
* Copyright (C) 1998-2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org>

1
include/vlc/vlc.h

@ -2,7 +2,6 @@
* vlc.h: global header for libvlc
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>

1
include/vlc_access.h

@ -2,7 +2,6 @@
* vlc_access.h: Access descriptor, queries and methods
*****************************************************************************
* Copyright (C) 1999-2006 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_actions.h

@ -2,7 +2,6 @@
* vlc_actions.h: handle vlc actions
*****************************************************************************
* Copyright (C) 2003-2016 VLC authors and VideoLAN
* $Id$
*
* Authors: Sigmund Augdal Helberg <dnumgis@videolan.org>
*

1
include/vlc_aout_volume.h

@ -2,7 +2,6 @@
* vlc_aout_volume.h: audio volume module
*****************************************************************************
* Copyright (C) 2002-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir _AT_ videolan _DOT_ org>

1
include/vlc_arrays.h

@ -2,7 +2,6 @@
* vlc_arrays.h : Arrays and data structures handling
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Clément Stenac <zorglub@videolan.org>

1
include/vlc_bits.h

@ -2,7 +2,6 @@
* vlc_bits.h : Bit handling helpers
*****************************************************************************
* Copyright (C) 2001, 2002, 2003, 2006, 2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin at videolan dot org>

1
include/vlc_block.h

@ -2,7 +2,6 @@
* vlc_block.h: Data blocks management functions
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_charset.h

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 2003-2005 VLC authors and VideoLAN
* Copyright © 2005-2010 Rémi Denis-Courmont
* $Id$
*
* Author: Rémi Denis-Courmont <rem # videolan,org>
*

1
include/vlc_codec.h

@ -2,7 +2,6 @@
* vlc_codec.h: Definition of the decoder and encoder structures
*****************************************************************************
* Copyright (C) 1999-2003 VLC authors and VideoLAN
* $Id$
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*

1
include/vlc_codecs.h

@ -2,7 +2,6 @@
* vlc_codecs.h: codec related structures needed by the demuxers and decoders
*****************************************************************************
* Copyright (C) 1999-2001 VLC authors and VideoLAN
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
*

1
include/vlc_config_cat.h

@ -2,7 +2,6 @@
* vlc_config_cat.h : Definition of configuration categories
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Anil Daoud <anil@videolan.org>

1
include/vlc_configuration.h

@ -4,7 +4,6 @@
* It includes functions allowing to declare, get or set configuration options.
*****************************************************************************
* Copyright (C) 1999-2006 VLC authors and VideoLAN
* $Id$
*
* Authors: Gildas Bazin <gbazin@videolan.org>
*

1
include/vlc_demux.h

@ -2,7 +2,6 @@
* vlc_demux.h: Demuxer descriptor, queries and methods
*****************************************************************************
* Copyright (C) 1999-2005 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_epg.h

@ -2,7 +2,6 @@
* vlc_epg.h: Electronic Program Guide
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_es.h

@ -2,7 +2,6 @@
* vlc_es.h: Elementary stream formats descriptions
*****************************************************************************
* Copyright (C) 1999-2012 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_es_out.h

@ -2,7 +2,6 @@
* vlc_es_out.h: es_out (demuxer output) descriptor, queries and methods
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_events.h

@ -3,7 +3,6 @@
* Interface used to send events.
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont
*

1
include/vlc_extensions.h

@ -2,7 +2,6 @@
* vlc_extensions.h: Extensions (meta data, web information, ...)
*****************************************************************************
* Copyright (C) 2009-2010 VideoLAN and authors
* $Id$
*
* Authors: Jean-Philippe André < jpeg # videolan.org >
*

1
include/vlc_fourcc.h

@ -2,7 +2,6 @@
* vlc_fourcc.h: Definition of various FOURCC and helpers
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ com>
*

1
include/vlc_http.h

@ -2,7 +2,6 @@
* vlc_http.h: Shared code for HTTP clients
*****************************************************************************
* Copyright (C) 2001-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>

1
include/vlc_httpd.h

@ -2,7 +2,6 @@
* vlc_httpd.h: builtin HTTP/RTSP server.
*****************************************************************************
* Copyright (C) 2004-2006 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_image.h

@ -2,7 +2,6 @@
* vlc_image.h : wrapper for image reading/writing facilities
*****************************************************************************
* Copyright (C) 2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Gildas Bazin <gbazin@videolan.org>
*

1
include/vlc_input.h

@ -2,7 +2,6 @@
* vlc_input.h: Core input structures
*****************************************************************************
* Copyright (C) 1999-2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>

1
include/vlc_input_item.h

@ -2,7 +2,6 @@
* vlc_input_item.h: Core input item
*****************************************************************************
* Copyright (C) 1999-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>

1
include/vlc_interface.h

@ -4,7 +4,6 @@
* interface, such as message output.
*****************************************************************************
* Copyright (C) 1999, 2000 VLC authors and VideoLAN
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*

1
include/vlc_intf_strings.h

@ -2,7 +2,6 @@
* vlc_intf_strings.h : Strings for main interfaces
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*

1
include/vlc_iso_lang.h

@ -2,7 +2,6 @@
* vlc_iso_lang.h: function to decode language code (in dvd or a52 for instance).
*****************************************************************************
* Copyright (C) 1998-2001 VLC authors and VideoLAN
* $Id$
*
* Author: Stéphane Borel <stef@via.ecp.fr>
* Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>

1
include/vlc_media_library.h

@ -2,7 +2,6 @@
* vlc_media_library.h: SQL-based media library
*****************************************************************************
* Copyright (C) 2008-2010 the VideoLAN Team and AUTHORS
* $Id$
*
* Authors: Antoine Lejeune <phytos@videolan.org>
* Jean-Philippe André <jpeg@videolan.org>

1
include/vlc_messages.h

@ -4,7 +4,6 @@
* interface, such as message output.
*****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VLC authors and VideoLAN
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>

1
include/vlc_meta.h

@ -2,7 +2,6 @@
* vlc_meta.h: Stream meta-data
*****************************************************************************
* Copyright (C) 2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_modules.h

@ -2,7 +2,6 @@
* vlc_modules.h : Module descriptor and load functions
*****************************************************************************
* Copyright (C) 2001-2011 VLC authors and VideoLAN
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
*

1
include/vlc_mouse.h

@ -2,7 +2,6 @@
* vlc_mouse.h: mouse related structures and functions
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
include/vlc_network.h

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 2002-2005 VLC authors and VideoLAN
* Copyright © 2006-2007 Rémi Denis-Courmont
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>

1
include/vlc_objects.h

@ -2,7 +2,6 @@
* vlc_objects.h: vlc_object_t definition and manipulation methods
*****************************************************************************
* Copyright (C) 2002-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
*

1
include/vlc_picture.h

@ -2,7 +2,6 @@
* vlc_picture.h: picture definitions
*****************************************************************************
* Copyright (C) 1999 - 2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>

1
include/vlc_picture_fifo.h

@ -2,7 +2,6 @@
* vlc_picture_fifo.h: picture fifo definitions
*****************************************************************************
* Copyright (C) 2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
include/vlc_picture_pool.h

@ -2,7 +2,6 @@
* vlc_picture_pool.h: picture pool definitions
*****************************************************************************
* Copyright (C) 2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
include/vlc_playlist_legacy.h

@ -2,7 +2,6 @@
* vlc_playlist_legacy.h : Legacy playlist functions
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
*

1
include/vlc_rand.h

@ -2,7 +2,6 @@
* vlc_rand.h: RNG
*****************************************************************************
* Copyright © 2007 Rémi Denis-Courmont
* $Id$
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by

1
include/vlc_services_discovery.h

@ -2,7 +2,6 @@
* vlc_services_discovery.h : Services Discover functions
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*

1
include/vlc_sout.h

@ -2,7 +2,6 @@
* vlc_sout.h : stream output module
*****************************************************************************
* Copyright (C) 2002-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>

1
include/vlc_spu.h

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 1999-2010 VLC authors and VideoLAN
* Copyright (C) 2010 Laurent Aimar
* $Id$
*
* Authors: Gildas Bazin <gbazin@videolan.org>
* Laurent Aimar <fenrir _AT_ videolan _DOT_ org>

1
include/vlc_stream.h

@ -2,7 +2,6 @@
* vlc_stream.h: Stream (between access and demux) descriptor and methods
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
include/vlc_strings.h

@ -2,7 +2,6 @@
* vlc_strings.h: String functions
*****************************************************************************
* Copyright (C) 2006 VLC authors and VideoLAN
* $Id$
*
* Authors: Antoine Cellerier <dionoea at videolan dot org>
*

1
include/vlc_subpicture.h

@ -2,7 +2,6 @@
* vlc_subpicture.h: subpicture definitions
*****************************************************************************
* Copyright (C) 1999 - 2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>

1
include/vlc_text_style.h

@ -2,7 +2,6 @@
* vlc_text_style.h: text_style_t definition and helpers.
*****************************************************************************
* Copyright (C) 1999-2010 VLC authors and VideoLAN
* $Id$
*
* Authors: Derk-Jan Hartman <hartman _AT_ videolan _DOT_ org>
* basOS G <noxelia 4t gmail , com>

1
include/vlc_tick.h

@ -10,7 +10,6 @@
* Functions prototyped are implemented in interface/mtime.c.
*****************************************************************************
* Copyright (C) 1996, 1997, 1998, 1999, 2000 VLC authors and VideoLAN
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*

1
include/vlc_timestamp_helper.h

@ -2,7 +2,6 @@
* vlc_timestamp_helper.h : timestamp handling helpers
*****************************************************************************
* Copyright (C) 2014 VLC authors and VideoLAN
* $Id$
*
* Authors: Felix Abecassis <felix.abecassis@gmail.com>
*

1
include/vlc_update.h

@ -2,7 +2,6 @@
* vlc_update.h: VLC update download
*****************************************************************************
* Copyright © 2005-2007 VLC authors and VideoLAN
* $Id$
*
* Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
* Rafaël Carré <funman@videolanorg>

1
include/vlc_url.h

@ -2,7 +2,6 @@
* vlc_url.h: URL related macros
*****************************************************************************
* Copyright (C) 2002-2006 VLC authors and VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Rémi Denis-Courmont <rem # videolan.org>

1
include/vlc_variables.h

@ -2,7 +2,6 @@
* vlc_variables.h: variables handling
*****************************************************************************
* Copyright (C) 2002-2004 VLC authors and VideoLAN
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>

1
include/vlc_video_splitter.h

@ -2,7 +2,6 @@
* vlc_video_splitter.h: "video splitter" related structures and functions
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
include/vlc_vlm.h

@ -2,7 +2,6 @@
* vlc_vlm.h: VLM core structures
*****************************************************************************
* Copyright (C) 2000, 2001 VLC authors and VideoLAN
* $Id$
*
* Authors: Simon Latapie <garf@videolan.org>
* Laurent Aimar <fenrir@videolan.org>

1
include/vlc_vod.h

@ -2,7 +2,6 @@
* vlc_vod.h: interface for VoD server modules
*****************************************************************************
* Copyright (C) 2000, 2001 VLC authors and VideoLAN
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
*

1
include/vlc_vout.h

@ -2,7 +2,6 @@
* vlc_vout.h: common video definitions
*****************************************************************************
* Copyright (C) 1999 - 2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>

1
include/vlc_vout_display.h

@ -2,7 +2,6 @@
* vlc_vout_display.h: vout_display_t definitions
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
include/vlc_vout_osd.h

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 1999-2010 VLC authors and VideoLAN
* Copyright (C) 2004-2005 M2X
* $Id$
*
* Authors: Jean-Paul Saman <jpsaman #_at_# m2x dot nl>
* Gildas Bazin <gbazin@videolan.org>

1
include/vlc_vout_window.h

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 2008 Rémi Denis-Courmont
* Copyright (C) 2009 Laurent Aimar
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
lib/audio.c

@ -2,7 +2,6 @@
* libvlc_audio.c: New libvlc audio control API
*****************************************************************************
* Copyright (C) 2006 VLC authors and VideoLAN
* $Id$
*
* Authors: Filippo Carone <filippo@carone.org>
* Jean-Paul Saman <jpsaman _at_ m2x _dot_ nl>

1
lib/core.c

@ -2,7 +2,6 @@
* core.c: Core libvlc new API functions : initialization
*****************************************************************************
* Copyright (C) 2005 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*

1
lib/libvlc_internal.h

@ -3,7 +3,6 @@
* Also contains some internal utility functions
*****************************************************************************
* Copyright (C) 2005-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*

1
lib/log.c

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 2005 VLC authors and VideoLAN
*
* $Id$
*
* Authors: Damien Fouilleul <damienf@videolan.org>
*

1
lib/media.c

@ -2,7 +2,6 @@
* media.c: Libvlc API media descripor management
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont@videolan.org>
*

1
lib/media_discoverer.c

@ -2,7 +2,6 @@
* media_discoverer.c: libvlc new API media discoverer functions
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*

1
lib/media_internal.h

@ -3,7 +3,6 @@
* Also contains some internal utility functions
*****************************************************************************
* Copyright (C) 2005-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*

1
lib/media_library.c

@ -3,7 +3,6 @@
* Create a tree of the 'tags' of a media_list's medias.
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*

1
lib/media_list.c

@ -2,7 +2,6 @@
* media_list.c: libvlc new API media list functions
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*

1
lib/media_list_internal.h

@ -3,7 +3,6 @@
* Also contains some internal utility functions
*****************************************************************************
* Copyright (C) 2005-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*

1
lib/media_list_player.c

@ -2,7 +2,6 @@
* media_list_player.c: libvlc new API media_list player functions
*****************************************************************************
* Copyright (C) 2007-2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
* Niles Bindel <zaggal69 # gmail.com>

1
lib/media_player_internal.h

@ -3,7 +3,6 @@
* Also contains some internal utility functions
*****************************************************************************
* Copyright (C) 2005-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*

1
lib/playlist.c

@ -2,7 +2,6 @@
* playlist.c: libvlc new API playlist handling functions
*****************************************************************************
* Copyright (C) 2005 VLC authors and VideoLAN
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*

1
lib/video.c

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 2005-2010 VLC authors and VideoLAN
*
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Filippo Carone <littlejohn@videolan.org>

1
modules/access/avio.c

@ -2,7 +2,6 @@
* avio.c: access using libavformat library
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
modules/access/avio.h

@ -2,7 +2,6 @@
* avio.h: access using libavformat library
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ org>
*

1
modules/access/cdda.c

@ -2,7 +2,6 @@
* cdda.c : CD digital audio input module for vlc
*****************************************************************************
* Copyright (C) 2000, 2003-2006, 2008-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>

1
modules/access/directory.c

@ -2,7 +2,6 @@
* directory.c: expands a directory (directory: access_browser plug-in)
*****************************************************************************
* Copyright (C) 2002-2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* Rémi Denis-Courmont

1
modules/access/dshow/access.h

@ -3,7 +3,6 @@
* access_sys_t definition
*****************************************************************************
* Copyright (C) 2002, 2004, 2010-2011 VLC authors and VideoLAN
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
*

1
modules/access/dshow/crossbar.cpp

@ -2,7 +2,6 @@
* crossbar.cpp : DirectShow access module for vlc
*****************************************************************************
* Copyright (C) 2002, 2004, 2009 VLC authors and VideoLAN
* $Id$
*
* Author: Damien Fouilleul <damien dot fouilleul at laposte dot net>
*

1
modules/access/dshow/dshow.cpp

@ -2,7 +2,6 @@
* dshow.cpp : DirectShow access and access_demux module for vlc
*****************************************************************************
* Copyright (C) 2002-2004, 2006, 2008, 2010 the VideoLAN team
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
* Damien Fouilleul <damienf@videolan.org>

1
modules/access/dshow/filter.cpp

@ -2,7 +2,6 @@
* filter.cpp : DirectShow access module for vlc
*****************************************************************************
* Copyright (C) 2002-2010 VLC authors and VideoLAN
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
*

1
modules/access/dshow/filter.h

@ -3,7 +3,6 @@
* CapturePin, CaptureFilter, CaptureEnumPins implementations
*****************************************************************************
* Copyright (C) 2002-2004, 2008 VLC authors and VideoLAN
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
*

1
modules/access/dshow/vlc_dshow.h

@ -2,7 +2,6 @@
* vlc_dshow.h : DirectShow access module for vlc
*****************************************************************************
* Copyright (C) 2002, 2004, 2010-2011 VLC authors and VideoLAN
* $Id$
*
* Author: Gildas Bazin <gbazin@videolan.org>
*

1
modules/access/dv.c

@ -2,7 +2,6 @@
* dv.c: Digital video/Firewire input (file: access plug-in)
*****************************************************************************
* Copyright (C) 2005 M2X
* $Id$
*
* Authors: Jean-Paul Saman <jpsaman at m2x dot nl>
*

1
modules/access/dvdnav.c

@ -2,7 +2,6 @@
* dvdnav.c: DVD module using the dvdnav library.
*****************************************************************************
* Copyright (C) 2004-2009 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*

1
modules/access/dvdread.c

@ -2,7 +2,6 @@
* dvdread.c : DvdRead input module for vlc
*****************************************************************************
* Copyright (C) 2001-2006 VLC authors and VideoLAN
* $Id$
*
* Authors: Stéphane Borel <stef@via.ecp.fr>
* Gildas Bazin <gbazin@videolan.org>

1
modules/access/file.c

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 2001-2006 VLC authors and VideoLAN
* Copyright © 2006-2007 Rémi Denis-Courmont
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Rémi Denis-Courmont <rem # videolan # org>

1
modules/access/ftp.c

@ -3,7 +3,6 @@
*****************************************************************************
* Copyright (C) 2001-2006 VLC authors and VideoLAN
* Copyright © 2006 Rémi Denis-Courmont
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr> - original code
* Rémi Denis-Courmont <rem # videolan.org> - EPSV support

1
modules/access/http.c

@ -2,7 +2,6 @@
* http.c: HTTP input module
*****************************************************************************
* Copyright (C) 2001-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>

1
modules/access/idummy.c

@ -2,7 +2,6 @@
* idummy.c: dummy input plugin, to manage "vlc://" special options
*****************************************************************************
* Copyright (C) 2001, 2002 VLC authors and VideoLAN
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
*

1
modules/access/imem.c

@ -2,7 +2,6 @@
* imem.c : Memory input for VLC
*****************************************************************************
* Copyright (C) 2009-2010 Laurent Aimar
* $Id$
*
* Author: Laurent Aimar <fenrir _AT_ videolan _DOT org>
*

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save