diff --git a/bindings/mediacontrol/mediacontrol_audio_video.c b/bindings/mediacontrol/mediacontrol_audio_video.c index 0d04316079142ff5cdf9f07e9fb0d6e5247cc652..bc915fbab66f6086075cbc1a1aa7f886d549aa85 100644 --- a/bindings/mediacontrol/mediacontrol_audio_video.c +++ b/bindings/mediacontrol/mediacontrol_audio_video.c @@ -1,5 +1,5 @@ /***************************************************************************** - * audio_video.c: Audio/Video management : volume, snapshot, OSD + * mediacontrol_audio_video.c: Audio/Video management : volume, snapshot, OSD ***************************************************************************** * Copyright (C) 2005 the VideoLAN team * $Id$ diff --git a/bindings/mediacontrol/mediacontrol_core.c b/bindings/mediacontrol/mediacontrol_core.c index d52d8cd801c899b6dd956129645255a742be1a04..93bf1d520c55ecc93d3d25a1f5d4a8d23cc3f84f 100644 --- a/bindings/mediacontrol/mediacontrol_core.c +++ b/bindings/mediacontrol/mediacontrol_core.c @@ -1,5 +1,5 @@ /***************************************************************************** - * core.c: Core functions : init, playlist, stream management + * mediacontrol_core.c: Core functions : init, playlist, stream management ***************************************************************************** * Copyright (C) 2005 the VideoLAN team * $Id$ diff --git a/bindings/mediacontrol/mediacontrol_internal.h b/bindings/mediacontrol/mediacontrol_internal.h index f248a8b61f69c7d78800659226fffd70a79974d6..4e9990c1f90660b72affeebaa3f76f7b8cb5ca26 100644 --- a/bindings/mediacontrol/mediacontrol_internal.h +++ b/bindings/mediacontrol/mediacontrol_internal.h @@ -1,5 +1,5 @@ /***************************************************************************** - * control.h: private header for mediacontrol + * mediacontrol_internal.h: private header for mediacontrol ***************************************************************************** * Copyright (C) 2005 the VideoLAN team * $Id$ diff --git a/bindings/mediacontrol/mediacontrol_util.c b/bindings/mediacontrol/mediacontrol_util.c index 965f853e08c27b36a86d0f4a5859b192eb1c6b70..6f92c64f56e744cb249f18da1f0537c4350f0668 100644 --- a/bindings/mediacontrol/mediacontrol_util.c +++ b/bindings/mediacontrol/mediacontrol_util.c @@ -1,5 +1,5 @@ /***************************************************************************** - * util.c: Utility functions and exceptions management + * mediacontrol_util.c: Utility functions and exceptions management ***************************************************************************** * Copyright (C) 2005 the VideoLAN team * $Id$ diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h index bce93c1afed56111c0fc33a1d0b451cfe653a7f3..6c5bda0918657811fc053027819f771beb4a3b36 100644 --- a/include/vlc/libvlc_media.h +++ b/include/vlc/libvlc_media.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc.h: libvlc external API + * libvlc_media.h: libvlc external API ***************************************************************************** * Copyright (C) 1998-2009 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc/libvlc_media_discoverer.h b/include/vlc/libvlc_media_discoverer.h index 45f3e9a3af409fb00b887b96f6609805465d1062..cf263b0536d9b19e725e039f12ef20eaa392fec3 100644 --- a/include/vlc/libvlc_media_discoverer.h +++ b/include/vlc/libvlc_media_discoverer.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc.h: libvlc external API + * libvlc_media_discoverer.h: libvlc external API ***************************************************************************** * Copyright (C) 1998-2009 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc/libvlc_media_library.h b/include/vlc/libvlc_media_library.h index b9a8153ac58186260481e99c8a6b5b5a84e06d9b..fa7094a6a8aac42607490c9982d9f4d082c2794c 100644 --- a/include/vlc/libvlc_media_library.h +++ b/include/vlc/libvlc_media_library.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc.h: libvlc external API + * libvlc_media_library.h: libvlc external API ***************************************************************************** * Copyright (C) 1998-2009 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc/libvlc_media_list_player.h b/include/vlc/libvlc_media_list_player.h index c037843c15177eebd12053c0a21118afa8333e06..2a7cacff1c87e7b0edfba86726bcc98af24e46f9 100644 --- a/include/vlc/libvlc_media_list_player.h +++ b/include/vlc/libvlc_media_list_player.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc_media_list.h: libvlc_media_list API + * libvlc_media_list_player.h: libvlc_media_list API ***************************************************************************** * Copyright (C) 1998-2008 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc/libvlc_structures.h b/include/vlc/libvlc_structures.h index 0df225caa42b6f981dfd6f460b94516addcf620a..ad602c07025dfc6f0261311b8c34792f704c611f 100644 --- a/include/vlc/libvlc_structures.h +++ b/include/vlc/libvlc_structures.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc.h: libvlc_* new external API structures + * libvlc_structures.h: libvlc_* new external API structures ***************************************************************************** * Copyright (C) 1998-2008 VLC authors and VideoLAN * $Id $ diff --git a/include/vlc_bits.h b/include/vlc_bits.h index cac52e6cb7281bbac26024cad3fcad1030b3c778..6c2915138c768d9c49b6646dde6c711acf6eabef 100644 --- a/include/vlc_bits.h +++ b/include/vlc_bits.h @@ -1,5 +1,5 @@ /***************************************************************************** - * bits.h : Bit handling helpers + * vlc_bits.h : Bit handling helpers ***************************************************************************** * Copyright (C) 2003 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc_charset.h b/include/vlc_charset.h index cd4d40725344eda07f51dd16f11aeadc351141e8..ecf072d094ef2fa383dfc062f5a180e43aa3d50d 100644 --- a/include/vlc_charset.h +++ b/include/vlc_charset.h @@ -1,5 +1,5 @@ /***************************************************************************** - * charset.h: Unicode UTF-8 wrappers function + * vlc_charset.h: Unicode UTF-8 wrappers function ***************************************************************************** * Copyright (C) 2003-2005 VLC authors and VideoLAN * Copyright © 2005-2010 Rémi Denis-Courmont diff --git a/include/vlc_codecs.h b/include/vlc_codecs.h index 096d6ec767a185766b101f0418c0415dd2a898a8..696317864d261eab2715d71b5a2aa1a93c68ebf4 100644 --- a/include/vlc_codecs.h +++ b/include/vlc_codecs.h @@ -1,5 +1,5 @@ /***************************************************************************** - * codecs.h: codec related structures needed by the demuxers and decoders + * vlc_codecs.h: codec related structures needed by the demuxers and decoders ***************************************************************************** * Copyright (C) 1999-2001 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc_common.h b/include/vlc_common.h index 83b9ef5735e885c1ca0ebb62893e0be0e23f49d9..5b4870effd3cd8da58c8144d9645f8cc894bc5a6 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -1,5 +1,5 @@ /***************************************************************************** - * common.h: common definitions + * vlc_common.h: common definitions * Collection of useful common types and macros definitions ***************************************************************************** * Copyright (C) 1998-2011 VLC authors and VideoLAN diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h index bd6e00b6bf70e4b6be324648146a0d5d7c0309b4..bc248f7b28449e1de6f71effcc653e5be5533611 100644 --- a/include/vlc_configuration.h +++ b/include/vlc_configuration.h @@ -1,5 +1,5 @@ /***************************************************************************** - * configuration.h : configuration management module + * vlc_configuration.h : configuration management module * This file describes the programming interface for the configuration module. * It includes functions allowing to declare, get or set configuration options. ***************************************************************************** diff --git a/include/vlc_events.h b/include/vlc_events.h index 842e204ef45aea390aa01d4488abdc89d79b0c08..92193cccba54f7674d3f6e1abeca2f1c856ac158 100644 --- a/include/vlc_events.h +++ b/include/vlc_events.h @@ -1,5 +1,5 @@ /***************************************************************************** - * events.h: events definitions + * vlc_events.h: events definitions * Interface used to send events. ***************************************************************************** * Copyright (C) 2007 VLC authors and VideoLAN diff --git a/include/vlc_extensions.h b/include/vlc_extensions.h index bcda72a27ddd61bb08b06257846bd87213db6bd2..1b3b90a8b30afe0d11fb3b2c5e27f97619b13e81 100644 --- a/include/vlc_extensions.h +++ b/include/vlc_extensions.h @@ -1,5 +1,5 @@ /***************************************************************************** - * vlc_extension.h: Extensions (meta data, web information, ...) + * vlc_extensions.h: Extensions (meta data, web information, ...) ***************************************************************************** * Copyright (C) 2009-2010 VideoLAN and authors * $Id$ diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h index e0152fce997b4b9a01a06d28e8c34e821d3b3d83..4334004a36cba530fc482060f7632e0ec86ab402 100644 --- a/include/vlc_fixups.h +++ b/include/vlc_fixups.h @@ -1,5 +1,5 @@ /***************************************************************************** - * fixups.h: portability fixups included from config.h + * vlc_fixups.h: portability fixups included from config.h ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/include/vlc_iso_lang.h b/include/vlc_iso_lang.h index c3ded4afb7ab772812b964a708a75357e4105eff..ee39faebcd535a0a5cd45d02b41d2d473db4cec0 100644 --- a/include/vlc_iso_lang.h +++ b/include/vlc_iso_lang.h @@ -1,5 +1,5 @@ /***************************************************************************** - * iso_lang.h: function to decode language code (in dvd or a52 for instance). + * vlc_iso_lang.h: function to decode language code (in dvd or a52 for instance). ***************************************************************************** * Copyright (C) 1998-2001 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc_main.h b/include/vlc_main.h index cd2880d35c5b7c6a3ac1849a6a3bf0223ed4a489..cd710b2474ab6b61c1653e0d9fefcbb549fa3cb9 100644 --- a/include/vlc_main.h +++ b/include/vlc_main.h @@ -1,5 +1,5 @@ /***************************************************************************** - * main.h: access to all program variables + * vlc_main.h: access to all program variables * Declaration and extern access to LibVLC instance object. ***************************************************************************** * Copyright (C) 1999, 2000, 2001, 2002, 2008 VLC authors and VideoLAN diff --git a/include/vlc_messages.h b/include/vlc_messages.h index 292acf2ef7b3d0e2a05799cdd909c7b7811894e9..b358955b6333a85f010d39a1a65ab749a6f4f8f1 100644 --- a/include/vlc_messages.h +++ b/include/vlc_messages.h @@ -1,5 +1,5 @@ /***************************************************************************** - * messages.h: messages interface + * vlc_messages.h: messages interface * This library provides basic functions for threads to interact with user * interface, such as message output. ***************************************************************************** diff --git a/include/vlc_modules.h b/include/vlc_modules.h index 6e0a4397d752431f7da62062df60a099f8b57303..d152f256bd9c66e0b14647981b55244fb49ff00e 100644 --- a/include/vlc_modules.h +++ b/include/vlc_modules.h @@ -1,5 +1,5 @@ /***************************************************************************** - * modules.h : Module descriptor and load functions + * vlc_modules.h : Module descriptor and load functions ***************************************************************************** * Copyright (C) 2001-2011 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc_opengl.h b/include/vlc_opengl.h index 10fed62f55e8b374996c775ebd7867ee6d3efafe..ab5a5ac829fd868c3306cde4d41dab0432010e78 100644 --- a/include/vlc_opengl.h +++ b/include/vlc_opengl.h @@ -1,5 +1,5 @@ /***************************************************************************** - * vlc_gl.h: VLC GL API + * vlc_opengl.h: VLC GL API ***************************************************************************** * Copyright (C) 2009 Laurent Aimar * Copyright (C) 2011 Rémi Denis-Courmont diff --git a/include/vlc_sout.h b/include/vlc_sout.h index 8c2e3428113a4900fc9ec197027fa808ff5b267f..011ba023f170c34fad600b7b1cf6799b7320afa4 100644 --- a/include/vlc_sout.h +++ b/include/vlc_sout.h @@ -1,5 +1,5 @@ /***************************************************************************** - * stream_output.h : stream output module + * vlc_sout.h : stream output module ***************************************************************************** * Copyright (C) 2002-2008 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc_variables.h b/include/vlc_variables.h index f205d4c1dd87fde7159c569b0a62d0ccdb78e016..e5885876f1508c2689b21179faf2218b907e09ec 100644 --- a/include/vlc_variables.h +++ b/include/vlc_variables.h @@ -1,5 +1,5 @@ /***************************************************************************** - * variables.h: variables handling + * vlc_variables.h: variables handling ***************************************************************************** * Copyright (C) 2002-2004 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc_vout.h b/include/vlc_vout.h index d3995508b243fe9aec8b6983b928bf12a0e2f8c3..2d6c180bfc1dcdf2d57277a44508dcda5d8f17de 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -1,5 +1,5 @@ /***************************************************************************** - * vlc_video.h: common video definitions + * vlc_vout.h: common video definitions ***************************************************************************** * Copyright (C) 1999 - 2008 VLC authors and VideoLAN * $Id$ diff --git a/include/vlc_xml.h b/include/vlc_xml.h index 0f6edcd7beb87b73d3df30f3f848f7d466c54582..3bb8312b7a73ede0763763f3672785f80ac576e3 100644 --- a/include/vlc_xml.h +++ b/include/vlc_xml.h @@ -1,5 +1,5 @@ /***************************************************************************** - * xml.h: XML abstraction layer + * vlc_xml.h: XML abstraction layer ***************************************************************************** * Copyright (C) 2004-2010 VLC authors and VideoLAN * diff --git a/lib/event_async.c b/lib/event_async.c index 8154072da98d21876c37bf698a6ae8206fa6c329..b33333702e0a8830be8c5f22d72593cef9bd4c86 100644 --- a/lib/event_async.c +++ b/lib/event_async.c @@ -1,5 +1,5 @@ /***************************************************************************** - * event.c: New libvlc event control API + * event_async.c: New libvlc event control API ***************************************************************************** * Copyright (C) 2007 VLC authors and VideoLAN * $Id $ diff --git a/lib/event_internal.h b/lib/event_internal.h index be4f0f571daad9baa8f4d58705cf3c2d6edac6ce..5c3ab3e5102f6595ca26f0c7706af111b9b35470 100644 --- a/lib/event_internal.h +++ b/lib/event_internal.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc_internal.h : Definition of opaque structures for libvlc exported API + * event_internal.h : Definition of opaque structures for libvlc exported API * Also contains some internal utility functions ***************************************************************************** * Copyright (C) 2005-2009 VLC authors and VideoLAN diff --git a/lib/media_internal.h b/lib/media_internal.h index d7e8f5e3dd50123a682615ea5813d4355b5b54a6..9301e320eaeff5d8ea6f206b1a06b9d9961599f3 100644 --- a/lib/media_internal.h +++ b/lib/media_internal.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc_internal.h : Definition of opaque structures for libvlc exported API + * media_internal.h : Definition of opaque structures for libvlc exported API * Also contains some internal utility functions ***************************************************************************** * Copyright (C) 2005-2009 VLC authors and VideoLAN diff --git a/lib/media_library.c b/lib/media_library.c index 791b25fe3aafe0f89f001506b9685ed249cebd82..9edc5f787726df558ad9bf9b1a1661ad86e65589 100644 --- a/lib/media_library.c +++ b/lib/media_library.c @@ -1,5 +1,5 @@ /***************************************************************************** - * tree.c: libvlc tags tree functions + * media_library.c: libvlc tags tree functions * Create a tree of the 'tags' of a media_list's medias. ***************************************************************************** * Copyright (C) 2007 VLC authors and VideoLAN diff --git a/lib/media_list_internal.h b/lib/media_list_internal.h index 3dd9c35c7eb357f59d0daae3932f0f52ae995794..5cbbbd73bef8cc05a83ab527c103dbeb2ecf11e6 100644 --- a/lib/media_list_internal.h +++ b/lib/media_list_internal.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc_internal.h : Definition of opaque structures for libvlc exported API + * media_list_internal.h : Definition of opaque structures for libvlc exported API * Also contains some internal utility functions ***************************************************************************** * Copyright (C) 2005-2009 VLC authors and VideoLAN diff --git a/lib/media_player_internal.h b/lib/media_player_internal.h index 5e504fb7c38ec918fc4f11b7301c4188abdbf2a3..185f183e9bd3ce70ea3fb6744e0eb79c4780d8da 100644 --- a/lib/media_player_internal.h +++ b/lib/media_player_internal.h @@ -1,5 +1,5 @@ /***************************************************************************** - * libvlc_internal.h : Definition of opaque structures for libvlc exported API + * media_player_internal.h : Definition of opaque structures for libvlc exported API * Also contains some internal utility functions ***************************************************************************** * Copyright (C) 2005-2009 VLC authors and VideoLAN diff --git a/modules/access/dshow/crossbar.cpp b/modules/access/dshow/crossbar.cpp index b53b974e2cf8ebe46f1fccd1e9971886cfed301f..1de4592473bd3bc81a70f558d937760e645a0eb7 100644 --- a/modules/access/dshow/crossbar.cpp +++ b/modules/access/dshow/crossbar.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * crossbar.c : DirectShow access module for vlc + * crossbar.cpp : DirectShow access module for vlc ***************************************************************************** * Copyright (C) 2002, 2004, 2009 the VideoLAN team * $Id$ diff --git a/modules/access/dshow/filter.cpp b/modules/access/dshow/filter.cpp index e0ee2efd23e5bd7792b30116fb5d9a0aa40f12ef..6fc79764a8d5672ce813b1de1c47089214d99d74 100644 --- a/modules/access/dshow/filter.cpp +++ b/modules/access/dshow/filter.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * filter.c : DirectShow access module for vlc + * filter.cpp : DirectShow access module for vlc ***************************************************************************** * Copyright (C) 2002-2010 the VideoLAN team * $Id$ diff --git a/modules/access/dtv/bdagraph.hpp b/modules/access/dtv/bdagraph.hpp index a4b61abfef91fdf22b9ecbb4ca5daf73d2294900..40d429b9b262102440c06d8cd088fee8b4c25fd2 100644 --- a/modules/access/dtv/bdagraph.hpp +++ b/modules/access/dtv/bdagraph.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * bdagraph.h : DirectShow BDA graph builder header for vlc + * bdagraph.hpp : DirectShow BDA graph builder header for vlc ***************************************************************************** * Copyright ( C ) 2007 the VideoLAN team * diff --git a/modules/access/eyetv.m b/modules/access/eyetv.m index 83617efa4c56d0c6b06d3bdec0432061a1dcc532..51c390bb3492ec707d89ec5a52f215966f17795f 100644 --- a/modules/access/eyetv.m +++ b/modules/access/eyetv.m @@ -1,5 +1,5 @@ /***************************************************************************** - * eyetv.c : Access module to connect to our plugin running within EyeTV + * eyetv.m : Access module to connect to our plugin running within EyeTV ***************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id$ diff --git a/modules/access/mms/mmstu.c b/modules/access/mms/mmstu.c index 15586cc9a48145a6008bef926ca12851695f20a7..b74be96571b62d6d9b8adae96533400f17b2a8b4 100644 --- a/modules/access/mms/mmstu.c +++ b/modules/access/mms/mmstu.c @@ -1,5 +1,5 @@ /***************************************************************************** - * mms.c: MMS access plug-in + * mmstu.c: MMS access plug-in ***************************************************************************** * Copyright (C) 2001, 2002 the VideoLAN team * $Id$ diff --git a/modules/access/mms/mmstu.h b/modules/access/mms/mmstu.h index f924209d507ac89a04d4bf84570c00edb7d4f1ca..036cd8657073f345aac402e173b9bf03163e76fe 100644 --- a/modules/access/mms/mmstu.h +++ b/modules/access/mms/mmstu.h @@ -1,5 +1,5 @@ /***************************************************************************** - * mms.h: MMS access plug-in + * mmstu.h: MMS access plug-in ***************************************************************************** * Copyright (C) 2001, 2002 the VideoLAN team * $Id$ diff --git a/modules/access/rar/access.c b/modules/access/rar/access.c index cce9ba1757d7e7768ee56b125a83779e31fcb8bd..48e308941b65ae8f6bcf044a7c474b3887a453b1 100644 --- a/modules/access/rar/access.c +++ b/modules/access/rar/access.c @@ -1,5 +1,5 @@ /***************************************************************************** - * rar.c: uncompressed RAR access + * access.c: uncompressed RAR access ***************************************************************************** * Copyright (C) 2008-2010 Laurent Aimar * $Id$ diff --git a/modules/access/rar/rar.c b/modules/access/rar/rar.c index 05dcaf6ad39c687ba4e11cd57b9e76fc1930fd00..cccaadb9ec55ff882e0cca617878f0710863e9d2 100644 --- a/modules/access/rar/rar.c +++ b/modules/access/rar/rar.c @@ -1,5 +1,5 @@ /***************************************************************************** - * rar.h: uncompressed RAR parser + * rar.c: uncompressed RAR parser ***************************************************************************** * Copyright (C) 2008-2010 Laurent Aimar * $Id$ diff --git a/modules/access/rar/stream.c b/modules/access/rar/stream.c index 33bc7cb97c02374f98c1a9522ce6d5e67f0cc0d7..9c1b55f88f5223a6118a2b6a55fb5fc04583bae1 100644 --- a/modules/access/rar/stream.c +++ b/modules/access/rar/stream.c @@ -1,5 +1,5 @@ /***************************************************************************** - * rar.c: uncompressed RAR stream filter + * stream.c: uncompressed RAR stream filter ***************************************************************************** * Copyright (C) 2008-2010 Laurent Aimar * $Id$ diff --git a/modules/access/rtsp/real.h b/modules/access/rtsp/real.h index 51392e5ff6a27507e62a1e730fae97d2e963804d..12d694b3c41cd62fa936961e044bea0b9065e65e 100644 --- a/modules/access/rtsp/real.h +++ b/modules/access/rtsp/real.h @@ -1,5 +1,5 @@ /***************************************************************************** - * real.c: rtsp input + * real.h: rtsp input ***************************************************************************** * Copyright (C) 2002-2004 the xine project * Copyright (C) 2005 VideoLAN diff --git a/modules/access/v4l2/video.c b/modules/access/v4l2/video.c index 587c2596ab403e45ce79ab6f43a4378122d4c160..951213d2d64c0ce86eb40b1fed65db1aa6bc1f9a 100644 --- a/modules/access/v4l2/video.c +++ b/modules/access/v4l2/video.c @@ -1,5 +1,5 @@ /***************************************************************************** - * v4l2.c : Video4Linux2 input module for vlc + * video.c : Video4Linux2 input module for vlc ***************************************************************************** * Copyright (C) 2002-2009 the VideoLAN team * $Id$ diff --git a/modules/access/vcdx/access.c b/modules/access/vcdx/access.c index 0638533e65a8b2d961ec653eb942d99ddacac42b..24503e4818a447f6cb776cfbc446605aabfd560c 100644 --- a/modules/access/vcdx/access.c +++ b/modules/access/vcdx/access.c @@ -1,5 +1,5 @@ /***************************************************************************** - * vcd.c : VCD input module for vlc using libcdio, libvcd and libvcdinfo. + * access.c : VCD input module for vlc using libcdio, libvcd and libvcdinfo. * vlc-specific things tend to go here. ***************************************************************************** * Copyright (C) 2000, 2003, 2004, 2005 the VideoLAN team diff --git a/modules/arm_neon/chroma_yuv.c b/modules/arm_neon/chroma_yuv.c index fc9ca0f24b7820ddbe3b1446b1ac13fe5e1b1860..6243f5360115a807c526c6461a0b8df0b78b9afa 100644 --- a/modules/arm_neon/chroma_yuv.c +++ b/modules/arm_neon/chroma_yuv.c @@ -1,5 +1,5 @@ /***************************************************************************** - * i420_yuy2.c : ARM NEONv1 YUV 4:2:0 to YUV :2:2 chroma conversion for VLC + * chroma_yuv.c : ARM NEONv1 YUV 4:2:0 to YUV :2:2 chroma conversion for VLC ***************************************************************************** * Copyright (C) 2009 Rémi Denis-Courmont * diff --git a/modules/arm_neon/i420_yuyv.S b/modules/arm_neon/i420_yuyv.S index 67c3043cf8ab1d40962e697f94d6667df8fc9feb..8f4026ab46a426ea22e23dd469e1b426cc5549fa 100644 --- a/modules/arm_neon/i420_yuyv.S +++ b/modules/arm_neon/i420_yuyv.S @@ -1,5 +1,5 @@ @***************************************************************************** - @ i420_yuyv_neon.S : ARM NEONv1 I420 to YUYV chroma conversion + @ i420_yuyv.S : ARM NEONv1 I420 to YUYV chroma conversion @***************************************************************************** @ Copyright (C) 2009-2011 Rémi Denis-Courmont @ diff --git a/modules/arm_neon/i422_yuyv.S b/modules/arm_neon/i422_yuyv.S index e0b8b15f21b0ca10ae4d26d996614efc6c5635cf..2c9f5c8cf693616d701ef63a9fce41957ba67071 100644 --- a/modules/arm_neon/i422_yuyv.S +++ b/modules/arm_neon/i422_yuyv.S @@ -1,5 +1,5 @@ @***************************************************************************** - @ i422_yuyv_neon.S : ARM NEONv1 I422 to YUYV chroma conversion + @ i422_yuyv.S : ARM NEONv1 I422 to YUYV chroma conversion @***************************************************************************** @ Copyright (C) 2011 Rémi Denis-Courmont @ diff --git a/modules/arm_neon/yuyv_i422.S b/modules/arm_neon/yuyv_i422.S index 6c2831fb2352841d7f48a71ace97aae0ea7b7b21..9a0dd8281bd0b1819daf8523a82de26d189d76e7 100644 --- a/modules/arm_neon/yuyv_i422.S +++ b/modules/arm_neon/yuyv_i422.S @@ -1,5 +1,5 @@ @***************************************************************************** - @ yuyv_i422_neon.S : ARM NEONv1 packed to planar YUV422 conversion + @ yuyv_i422.S : ARM NEONv1 packed to planar YUV422 conversion @***************************************************************************** @ Copyright (C) 2011 Rémi Denis-Courmont @ diff --git a/modules/audio_output/jack.c b/modules/audio_output/jack.c index f40dbe43208eecf0dc01de366d016e13a4d4413d..f6fa2543ff33e8c6828e7ae44eb31c4db5729b74 100644 --- a/modules/audio_output/jack.c +++ b/modules/audio_output/jack.c @@ -1,5 +1,5 @@ /***************************************************************************** - * jack : JACK audio output module + * jack.c : JACK audio output module ***************************************************************************** * Copyright (C) 2006 the VideoLAN team * $Id$ diff --git a/modules/audio_output/windows_audio_common.h b/modules/audio_output/windows_audio_common.h index b1acd06caf9087de53da7c02de67190ec3cc8e5f..40037782d613d589b79e5bbd73c9fbd2c27bf511 100644 --- a/modules/audio_output/windows_audio_common.h +++ b/modules/audio_output/windows_audio_common.h @@ -1,5 +1,5 @@ /***************************************************************************** - * windows_common.h: Windows Audio common code + * windows_audio_common.h: Windows Audio common code ***************************************************************************** * Copyright (C) 2001-2009 VideoLAN * $Id$ diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h index 0a0970af2304750c626e5977d23cbbb7b1d63b2c..fdb040329c2ad0569421d1ffae15cd3dc691cdae 100644 --- a/modules/codec/avcodec/chroma.h +++ b/modules/codec/avcodec/chroma.h @@ -1,5 +1,5 @@ /***************************************************************************** - * avcodec.h: decoder and encoder using libavcodec + * chroma.h: decoder and encoder using libavcodec ***************************************************************************** * Copyright (C) 2001-2008 the VideoLAN team * $Id$ diff --git a/modules/codec/avcodec/deinterlace.c b/modules/codec/avcodec/deinterlace.c index fa396ef57a2c1ba38a6c0bd05d92c7b99a7ac0f8..dbaf39643af0272ec94cd782e9794865af8c7ac7 100644 --- a/modules/codec/avcodec/deinterlace.c +++ b/modules/codec/avcodec/deinterlace.c @@ -1,5 +1,5 @@ /***************************************************************************** - * video filter: video filter doing chroma conversion and resizing + * deinterlace.c: video filter doing chroma conversion and resizing * using the ffmpeg library ***************************************************************************** * Copyright (C) 1999-2001 the VideoLAN team diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c index 2243514e467ebb16635a05d4aefa80d12baf2c92..faae53f260b1cc2c6d9eb78be7bc4bbf26ebcefd 100644 --- a/modules/codec/avcodec/dxva2.c +++ b/modules/codec/avcodec/dxva2.c @@ -1,5 +1,5 @@ /***************************************************************************** - * va.c: Video Acceleration helpers + * dxva2.c: Video Acceleration helpers ***************************************************************************** * Copyright (C) 2009 Geoffroy Couprie * Copyright (C) 2009 Laurent Aimar diff --git a/modules/codec/cvdsub.c b/modules/codec/cvdsub.c index b56d7bc3ccdf4cd39ed96a81b9053ba1af19f703..0209a66afbb1aedd461d3f22080a2670f56628bd 100644 --- a/modules/codec/cvdsub.c +++ b/modules/codec/cvdsub.c @@ -1,5 +1,5 @@ /***************************************************************************** - * cvd.c : CVD Subtitle decoder + * cvdsub.c : CVD Subtitle decoder ***************************************************************************** * Copyright (C) 2003, 2004 the VideoLAN team * $Id$ diff --git a/modules/codec/ddummy.c b/modules/codec/ddummy.c index 42dc533f9a7f4cab485f8b27c418905917e55d36..3da60c0a436c90970e262998979bad439115dfeb 100644 --- a/modules/codec/ddummy.c +++ b/modules/codec/ddummy.c @@ -1,5 +1,5 @@ /***************************************************************************** - * dddumy.c: dummy decoder plugin for vlc. + * ddummy.c: dummy decoder plugin for vlc. ***************************************************************************** * Copyright (C) 2002 the VideoLAN team * $Id$ diff --git a/modules/codec/edummy.c b/modules/codec/edummy.c index 38c5b8946e1965b507cc7da891053c1481f94704..1e2c2a6f721f5e8b25e579577ec1e3f695df3159 100644 --- a/modules/codec/edummy.c +++ b/modules/codec/edummy.c @@ -1,5 +1,5 @@ /***************************************************************************** - * encoder.c: dummy encoder plugin for vlc. + * edummy.c: dummy encoder plugin for vlc. ***************************************************************************** * Copyright (C) 2002 the VideoLAN team * $Id$ diff --git a/modules/codec/faad.c b/modules/codec/faad.c index a9218f9194f136ab8ef6ee691610c9004532c613..21f2a055db715eddbc873de065ffedb49dc9fe01 100644 --- a/modules/codec/faad.c +++ b/modules/codec/faad.c @@ -1,5 +1,5 @@ /***************************************************************************** - * decoder.c: AAC decoder using libfaad2 + * faad.c: AAC decoder using libfaad2 ***************************************************************************** * Copyright (C) 2001, 2003 the VideoLAN team * $Id$ diff --git a/modules/codec/mash.cpp b/modules/codec/mash.cpp index 86245790fae8a825ba15199775934d749bf7841e..04550f4979d8ecfa13d423d94ca5d4f371b75c99 100644 --- a/modules/codec/mash.cpp +++ b/modules/codec/mash.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mash.c: Video decoder using openmash codec implementations + * mash.cpp: Video decoder using openmash codec implementations ***************************************************************************** * Copyright (C) 2004 the VideoLAN team * $Id$ diff --git a/modules/codec/omxil/omxil.h b/modules/codec/omxil/omxil.h index f57feeecabbaadee186d8ca3c1d39f04b584729a..1fc28f7752fe790c445df809c74e88647792dbd7 100644 --- a/modules/codec/omxil/omxil.h +++ b/modules/codec/omxil/omxil.h @@ -1,5 +1,5 @@ /***************************************************************************** - * omxil_utils.h: helper functions + * omxil.h: helper functions ***************************************************************************** * Copyright (C) 2010 the VideoLAN team * $Id$ diff --git a/modules/codec/wmafixed/asf.h b/modules/codec/wmafixed/asf.h index 36d68fcdcfcd31961d821fd739f3cd5a7068684e..d2d3e8acb53e199f07fd38ab7efb72b0a20da46c 100644 --- a/modules/codec/wmafixed/asf.h +++ b/modules/codec/wmafixed/asf.h @@ -1,5 +1,5 @@ /***************************************************************************** - * wma.c: wma decoder using integer decoder from Rockbox, based on FFmpeg + * asf.h: wma decoder using integer decoder from Rockbox, based on FFmpeg ***************************************************************************** * Copyright (C) 2008 M2X * diff --git a/modules/control/dbus/dbus_common.h b/modules/control/dbus/dbus_common.h index 22e550e517afb6ce68baed80eb55f77d10e75e55..ac3cc77be60e2b5ade9a29d35e235327dc4db918 100644 --- a/modules/control/dbus/dbus_common.h +++ b/modules/control/dbus/dbus_common.h @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-common.h : Common header for D-Bus control modules + * dbus_common.h : Common header for D-Bus control modules ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime diff --git a/modules/control/dbus/dbus_introspect.h b/modules/control/dbus/dbus_introspect.h index ff84c38d2f4d8fa94c581068ddadd131067e99fa..5056c9b6f094ef580ac5fe7ba294be68eced5e8f 100644 --- a/modules/control/dbus/dbus_introspect.h +++ b/modules/control/dbus/dbus_introspect.h @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-introspect.h : dbus control module (mpris v2.1) - introspection data + * dbus_introspect.h : dbus control module (mpris v2.1) - introspection data ***************************************************************************** * Copyright © 2006-2011 Rafaël Carré * Copyright © 2007-2011 Mirsal Ennaime diff --git a/modules/control/dbus/dbus_player.c b/modules/control/dbus/dbus_player.c index c13e09b7f100f1ef0d2e607af33ade589a5f1bc1..bcdb19a3f6b58b901b31560d1e181ee80b022330 100644 --- a/modules/control/dbus/dbus_player.c +++ b/modules/control/dbus/dbus_player.c @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-player.h : dbus control module (mpris v1.0) - /Player object + * dbus_player.c : dbus control module (mpris v1.0) - /Player object ***************************************************************************** * Copyright © 2006-2011 Rafaël Carré * Copyright © 2007-2011 Mirsal Ennaime diff --git a/modules/control/dbus/dbus_player.h b/modules/control/dbus/dbus_player.h index 20b00de7d05609819157c3b803cbead90e13f2a6..43098d473edd21c4d7aa20e954f0edf1748e424f 100644 --- a/modules/control/dbus/dbus_player.h +++ b/modules/control/dbus/dbus_player.h @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-player.h : dbus control module (mpris v1.0) - /Player object + * dbus_player.h : dbus control module (mpris v1.0) - /Player object ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime diff --git a/modules/control/dbus/dbus_root.c b/modules/control/dbus/dbus_root.c index 52a22e9eaf52873c9a1c7ac1d4c464fd49453c26..dfd4c41afa77ac143c95a162e15884c3741dea48 100644 --- a/modules/control/dbus/dbus_root.c +++ b/modules/control/dbus/dbus_root.c @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-root.c : dbus control module (mpris v1.0) - root object + * dbus_root.c : dbus control module (mpris v1.0) - root object ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime diff --git a/modules/control/dbus/dbus_root.h b/modules/control/dbus/dbus_root.h index c076b3e7bce454d79cd3ac648c587e7a9dc6ac1d..38267ee1604d5558486e9a296752a5b032b424a3 100644 --- a/modules/control/dbus/dbus_root.h +++ b/modules/control/dbus/dbus_root.h @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-root.h : dbus control module (mpris v1.0) - root object + * dbus_root.h : dbus control module (mpris v1.0) - root object ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime diff --git a/modules/control/dbus/dbus_tracklist.c b/modules/control/dbus/dbus_tracklist.c index fc71d8764b4c7e9c8beaf32655eae9728141d7e4..ee6ee6afd166a241c65566574294a5197e6914e8 100644 --- a/modules/control/dbus/dbus_tracklist.c +++ b/modules/control/dbus/dbus_tracklist.c @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-tracklist.c : dbus control module (mpris v2.1) - TrackList interface + * dbus_tracklist.c : dbus control module (mpris v2.1) - TrackList interface ***************************************************************************** * Copyright © 2006-2011 Rafaël Carré * Copyright © 2007-2011 Mirsal Ennaime diff --git a/modules/control/dbus/dbus_tracklist.h b/modules/control/dbus/dbus_tracklist.h index 5aba14a6dde15c14b10002667fa2e96f80df8b1e..c5f0aba5e2e3c89155a59fa8274496319c3e5383 100644 --- a/modules/control/dbus/dbus_tracklist.h +++ b/modules/control/dbus/dbus_tracklist.h @@ -1,5 +1,5 @@ /***************************************************************************** - * dbus-tracklist.h : dbus control module (mpris v1.0) - /TrackList object + * dbus_tracklist.h : dbus control module (mpris v1.0) - /TrackList object ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime diff --git a/modules/demux/mkv/chapter_command.cpp b/modules/demux/mkv/chapter_command.cpp index 67faad133781200d0bc4a892629f9bb4cbce7449..8de8fe61a9a9f685a1001452e626455c30c82605 100644 --- a/modules/demux/mkv/chapter_command.cpp +++ b/modules/demux/mkv/chapter_command.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * chapter_command.cpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/chapter_command.hpp b/modules/demux/mkv/chapter_command.hpp index b334616489a26fe43a62cd73837ba71769949cf2..546965a3295ec844e33e12556c8d97b339f9ce93 100644 --- a/modules/demux/mkv/chapter_command.hpp +++ b/modules/demux/mkv/chapter_command.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * chapter_command.hpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/chapters.cpp b/modules/demux/mkv/chapters.cpp index 0e14632cf2d9054022ec8806338e454ccdfef74a..6d91c8ffeba2a2d9d9dc5a99997f2dc7cc2ea19c 100644 --- a/modules/demux/mkv/chapters.cpp +++ b/modules/demux/mkv/chapters.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * chapters.cpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/demux.hpp b/modules/demux/mkv/demux.hpp index db72f5d9e084185d1e3edd7f86e6690c80e16291..0f18ffe8488aba26ddaf1bc86b6733e53079c792 100644 --- a/modules/demux/mkv/demux.hpp +++ b/modules/demux/mkv/demux.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * demux.hpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/matroska_segment.cpp b/modules/demux/mkv/matroska_segment.cpp index b80f492814619452f63b932f92833bee77dd65c5..2bef45e583fdfa4f73337a7ae8b94912850e0318 100644 --- a/modules/demux/mkv/matroska_segment.cpp +++ b/modules/demux/mkv/matroska_segment.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * matroska_segment.cpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2010 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/matroska_segment.hpp b/modules/demux/mkv/matroska_segment.hpp index 02173b25c31979cf2d885bea1fb2043069d7532b..8ab6d8c2d10544c80c41439ab9414435c8ff09f6 100644 --- a/modules/demux/mkv/matroska_segment.hpp +++ b/modules/demux/mkv/matroska_segment.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * matroska_segment.hpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/matroska_segment_parse.cpp b/modules/demux/mkv/matroska_segment_parse.cpp index b6b15c43dfb6556389964775c370cabb7224465c..1a5ec2134f55455c9e2f95128d6c7055b080af6f 100644 --- a/modules/demux/mkv/matroska_segment_parse.cpp +++ b/modules/demux/mkv/matroska_segment_parse.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * matroska_segment_parse.cpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2010 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/mkv.hpp b/modules/demux/mkv/mkv.hpp index de64aec75827172d2781e4605fed96b881a35c45..26877332a340c3a67a145d34e6b5aedafac3c2ad 100644 --- a/modules/demux/mkv/mkv.hpp +++ b/modules/demux/mkv/mkv.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * mkv.hpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2005, 2008 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/stream_io_callback.cpp b/modules/demux/mkv/stream_io_callback.cpp index 2fff1ef76da356fc0292e95e58c2b018bb41e6e1..960962e53df3ca0586eae64fff692b3b904f2980 100644 --- a/modules/demux/mkv/stream_io_callback.cpp +++ b/modules/demux/mkv/stream_io_callback.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * stream_io_callback.cpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004, 2010 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/stream_io_callback.hpp b/modules/demux/mkv/stream_io_callback.hpp index 11566daa034958cdd463499093afa16c59185225..1d22a16041db9317cba50587a121e2c8835c0202 100644 --- a/modules/demux/mkv/stream_io_callback.hpp +++ b/modules/demux/mkv/stream_io_callback.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * stream_io_callback.hpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ diff --git a/modules/demux/mkv/util.cpp b/modules/demux/mkv/util.cpp index 853aee055735da82da1baf8f6b936445e6f7593c..8ce1cb74f36972de8bfe05e2a3d239c676150f61 100644 --- a/modules/demux/mkv/util.cpp +++ b/modules/demux/mkv/util.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * mkv.cpp : matroska demuxer + * util.cpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ diff --git a/modules/demux/playlist/itml.h b/modules/demux/playlist/itml.h index d352b40fcd7bad2fbcd06c74e8095624269900db..ec027a06c2a0d024c6ea9bac32e2f56d76467ec7 100644 --- a/modules/demux/playlist/itml.h +++ b/modules/demux/playlist/itml.h @@ -1,5 +1,5 @@ /******************************************************************************* - * itml.c : iTunes Music Library import functions + * itml.h : iTunes Music Library import functions ******************************************************************************* * Copyright (C) 2007 the VideoLAN team * $Id$ diff --git a/modules/demux/vobsub.c b/modules/demux/vobsub.c index 86423ad0103e85aeff3beafb827350b493ae2bfd..22c83597f2ee030dcb902242795cbac105de663b 100644 --- a/modules/demux/vobsub.c +++ b/modules/demux/vobsub.c @@ -1,5 +1,5 @@ /***************************************************************************** - * subtitle.c: Demux vobsub files. + * vobsub.c: Demux vobsub files. ***************************************************************************** * Copyright (C) 1999-2004 the VideoLAN team * $Id$ diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m index 72dfc678404cc9e021c69f2fc5e0e6e2e7064b1a..506cea4d07679a53eecdfa93632551e25b9ad244 100644 --- a/modules/gui/macosx/MainWindow.m +++ b/modules/gui/macosx/MainWindow.m @@ -1,5 +1,5 @@ /***************************************************************************** - * MainWindow.h: MacOS X interface module + * MainWindow.m: MacOS X interface module ***************************************************************************** * Copyright (C) 2002-2011 VLC authors and VideoLAN * $Id$ diff --git a/modules/gui/minimal_macosx/macosx.c b/modules/gui/minimal_macosx/macosx.c index c3afae0c7989037a26aa45f6087ac68e6e1e68b2..59133a1fa3249c3aa99cd85546a089a7bc90c8ef 100644 --- a/modules/gui/minimal_macosx/macosx.c +++ b/modules/gui/minimal_macosx/macosx.c @@ -1,5 +1,5 @@ /***************************************************************************** - * macosx.m: minimal Mac OS X module for vlc + * macosx.c: minimal Mac OS X module for vlc ***************************************************************************** * Copyright (C) 2001-2007 the VideoLAN team * $Id$ diff --git a/modules/gui/minimal_macosx/voutagl.h b/modules/gui/minimal_macosx/voutagl.h index 5720ae9d9a54603c88ccd2552de0c6add8792120..08755ab014134cad5bc66bb785ecb7ff67741131 100644 --- a/modules/gui/minimal_macosx/voutagl.h +++ b/modules/gui/minimal_macosx/voutagl.h @@ -1,5 +1,5 @@ /***************************************************************************** - * voutagl.c: MacOS X agl OpenGL provider (used by webbrowser.plugin) + * voutagl.h: MacOS X agl OpenGL provider (used by webbrowser.plugin) ***************************************************************************** * Copyright (C) 2001-2004 the VideoLAN team * $Id$ diff --git a/modules/gui/minimal_macosx/voutagl.m b/modules/gui/minimal_macosx/voutagl.m index 7dd2b3907dbd9385798cadc228e0769fa3a38b93..507862230b4356c9a148d870702d83db64f7815e 100644 --- a/modules/gui/minimal_macosx/voutagl.m +++ b/modules/gui/minimal_macosx/voutagl.m @@ -1,5 +1,5 @@ /***************************************************************************** - * voutagl.c: MacOS X agl OpenGL provider (used by webbrowser.plugin) + * voutagl.m: MacOS X agl OpenGL provider (used by webbrowser.plugin) ***************************************************************************** * Copyright (C) 2001-2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/actions_manager.cpp b/modules/gui/qt4/actions_manager.cpp index 7cca07727f4a40fd55b0ce4c39d8aab75d53633d..93a346c230f4f35240011b9d02ad8af020db8f50 100644 --- a/modules/gui/qt4/actions_manager.cpp +++ b/modules/gui/qt4/actions_manager.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Controller.cpp : Controller for the main interface + * actions_manager.cpp : Controller for the main interface **************************************************************************** * Copyright (C) 2006-2008 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/actions_manager.hpp b/modules/gui/qt4/actions_manager.hpp index 602d8df24e65a2f84ef55b814598cbac36540288..a69457905cf7c55dc0807a2453acb85b944c56b9 100644 --- a/modules/gui/qt4/actions_manager.hpp +++ b/modules/gui/qt4/actions_manager.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Controller.hpp : Controller for the main interface + * actions_manager.hpp : Controller for the main interface **************************************************************************** * Copyright (C) 2006-2008 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/complete_preferences.cpp b/modules/gui/qt4/components/complete_preferences.cpp index 8aaf97116a5c187e8f0718bfe12181327414d0c8..bfbcebb90e14339e08f09373874bd2d92ba9f37a 100644 --- a/modules/gui/qt4/components/complete_preferences.cpp +++ b/modules/gui/qt4/components/complete_preferences.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * preferences.cpp : "Normal preferences" + * complete_preferences.cpp : "Normal preferences" **************************************************************************** * Copyright (C) 2006-2011 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/complete_preferences.hpp b/modules/gui/qt4/components/complete_preferences.hpp index 19f2a507946753620c44c7ccf8bd2f3a2821da4f..f0fdd7c121169552613aaa9dfb8a60e75678b373 100644 --- a/modules/gui/qt4/components/complete_preferences.hpp +++ b/modules/gui/qt4/components/complete_preferences.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * preferences_tree.hpp : Tree of modules for preferences + * complete_preferences.hpp : Tree of modules for preferences **************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp index 38c1ebe6485f760f19ea996aefb025238ba8442c..918615b00ccd7e44b280a60b04c84e5d5b622346 100644 --- a/modules/gui/qt4/components/controller.cpp +++ b/modules/gui/qt4/components/controller.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Controller.cpp : Controller for the main interface + * controller.cpp : Controller for the main interface **************************************************************************** * Copyright (C) 2006-2009 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp index 168e8d5f318333aae7234ff6d7b192240b068b3e..bc1aa2856ec717775c7e9e0a205f6f74b1cf4f2e 100644 --- a/modules/gui/qt4/components/controller.hpp +++ b/modules/gui/qt4/components/controller.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Controller.hpp : Controller for the main interface + * controller.hpp : Controller for the main interface **************************************************************************** * Copyright (C) 2006-2008 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/controller_widget.cpp b/modules/gui/qt4/components/controller_widget.cpp index 25d4804107c2b6b07ef6b1bc197138cca0a0994e..4bd588b233cb9e04d2dbdefb5b23b0ccf3b9eab2 100644 --- a/modules/gui/qt4/components/controller_widget.cpp +++ b/modules/gui/qt4/components/controller_widget.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Controller_widget.cpp : Controller Widget for the controllers + * controller_widget.cpp : Controller Widget for the controllers **************************************************************************** * Copyright (C) 2006-2008 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/controller_widget.hpp b/modules/gui/qt4/components/controller_widget.hpp index c5d6b883ff31763793f18dc27d69fc04266025bb..9b5af889c3c0f2f4726eb21d33478264d8ab72a2 100644 --- a/modules/gui/qt4/components/controller_widget.hpp +++ b/modules/gui/qt4/components/controller_widget.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Controller_widget.cpp : Controller Widget for the controllers + * controller_widget.hpp : Controller Widget for the controllers **************************************************************************** * Copyright (C) 2006-2008 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/epg/EPGItem.hpp b/modules/gui/qt4/components/epg/EPGItem.hpp index 7bf5cc38f0667b5fd7efaa0a0f97300657ef473a..6b1a9501fb38f96b52949da0e9fd69ab90700cec 100644 --- a/modules/gui/qt4/components/epg/EPGItem.hpp +++ b/modules/gui/qt4/components/epg/EPGItem.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * EPGItem.h : EPGItem + * EPGItem.hpp : EPGItem **************************************************************************** * Copyright © 2009-2010 VideoLAN * $Id$ diff --git a/modules/gui/qt4/components/epg/EPGRuler.cpp b/modules/gui/qt4/components/epg/EPGRuler.cpp index 76053914b343318add017d858eb51cfd8d140404..fa5c1033b831bfc605a851135ab3909954b5b3e3 100644 --- a/modules/gui/qt4/components/epg/EPGRuler.cpp +++ b/modules/gui/qt4/components/epg/EPGRuler.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * EPGRuler.coo: EPGRuler + * EPGRuler.cpp: EPGRuler **************************************************************************** * Copyright © 2009-2010 VideoLAN * $Id$ diff --git a/modules/gui/qt4/components/epg/EPGRuler.hpp b/modules/gui/qt4/components/epg/EPGRuler.hpp index cb29fbc0397b6d75389ed0e34bbf8d2422e9a070..25cbdb647c26cb90d68a8228b8892016e7ca41c8 100644 --- a/modules/gui/qt4/components/epg/EPGRuler.hpp +++ b/modules/gui/qt4/components/epg/EPGRuler.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * EPGRuler.h: EPGRuler + * EPGRuler.hpp: EPGRuler **************************************************************************** * Copyright © 2009-2010 VideoLAN * $Id$ diff --git a/modules/gui/qt4/components/epg/EPGView.hpp b/modules/gui/qt4/components/epg/EPGView.hpp index 738857d9916166b94059b52790ff2201bc8d1355..6e7ef5ad2a2dab13959a41bec637ce77109246f4 100644 --- a/modules/gui/qt4/components/epg/EPGView.hpp +++ b/modules/gui/qt4/components/epg/EPGView.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * EPGView.h : EPGView + * EPGView.hpp : EPGView **************************************************************************** * Copyright © 2009-2010 VideoLAN * $Id$ diff --git a/modules/gui/qt4/components/epg/EPGWidget.cpp b/modules/gui/qt4/components/epg/EPGWidget.cpp index ddb10d458680619fd2d3ab4309f3c80b9dfe08a9..9bf8fd5bd11ad6d4d89fdced7080d8113cd2da06 100644 --- a/modules/gui/qt4/components/epg/EPGWidget.cpp +++ b/modules/gui/qt4/components/epg/EPGWidget.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * EPGWidget.h : EPGWidget + * EPGWidget.cpp : EPGWidget **************************************************************************** * Copyright © 2009-2010 VideoLAN * $Id$ diff --git a/modules/gui/qt4/components/epg/EPGWidget.hpp b/modules/gui/qt4/components/epg/EPGWidget.hpp index f9b059620be42c1137ba0587954b181f73c3ff2c..6f98a9d54f19e01b895b62f2bb6dc5980b642912 100644 --- a/modules/gui/qt4/components/epg/EPGWidget.hpp +++ b/modules/gui/qt4/components/epg/EPGWidget.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * EPGWidget.h : EPGWidget + * EPGWidget.hpp : EPGWidget **************************************************************************** * Copyright © 2009-2010 VideoLAN * $Id$ diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp index 849c7cdde57183d54c353a557c30e151fbe0e8f2..9c59775ae3660af589a92a0ea1579b08bdb8bd47 100644 --- a/modules/gui/qt4/components/info_panels.cpp +++ b/modules/gui/qt4/components/info_panels.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * infopanels.cpp : Panels for the information dialogs + * info_panels.cpp : Panels for the information dialogs **************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/info_panels.hpp b/modules/gui/qt4/components/info_panels.hpp index e82b024ceb25012df359d9d75834de0b9add57d7..77e59f80f62716009f852dec3c388c8369d970fc 100644 --- a/modules/gui/qt4/components/info_panels.hpp +++ b/modules/gui/qt4/components/info_panels.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * infopanels.hpp : Panels for the information dialogs + * info_panels.hpp : Panels for the information dialogs **************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index 02f54c27c02ac6d8532ca930e6d4e697f4303691..78bb4b78d0c54a1ba51b6ed4698f204d41afe8fd 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * open.cpp : Panels for the open dialogs + * open_panels.cpp : Panels for the open dialogs **************************************************************************** * Copyright (C) 2006-2009 the VideoLAN team * Copyright (C) 2007 Société des arts technologiques diff --git a/modules/gui/qt4/components/open_panels.hpp b/modules/gui/qt4/components/open_panels.hpp index d564e2417310a155daee8acd87e72d4d2259c8c7..85257ced3423517fbde841b1588ea40f3b9b4adf 100644 --- a/modules/gui/qt4/components/open_panels.hpp +++ b/modules/gui/qt4/components/open_panels.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * open.hpp : Panels for the open dialogs + * open_panels.hpp : Panels for the open dialogs **************************************************************************** * Copyright (C) 2006-2009 the VideoLAN team * Copyright (C) 2007 Société des arts technologiques diff --git a/modules/gui/qt4/components/playlist/playlist.hpp b/modules/gui/qt4/components/playlist/playlist.hpp index 7a9886e17b3cd116fadd99e980aa0b4b16eb20d9..7172f95c9090ecee6be62ac1d7a7d978535797b0 100644 --- a/modules/gui/qt4/components/playlist/playlist.hpp +++ b/modules/gui/qt4/components/playlist/playlist.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * interface_widgets.hpp : Playlist Widgets + * playlist.hpp : Playlist Widgets **************************************************************************** * Copyright (C) 2006-2009 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/playlist/standardpanel.hpp b/modules/gui/qt4/components/playlist/standardpanel.hpp index 15128dee3d64cb1006ee64a385054378cbf7d4ef..cb65ded744773e46e4970e3087e2be2d389642b7 100644 --- a/modules/gui/qt4/components/playlist/standardpanel.hpp +++ b/modules/gui/qt4/components/playlist/standardpanel.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * panels.hpp : Panels for the playlist + * standardpanel.hpp : Panels for the playlist **************************************************************************** * Copyright (C) 2000-2005 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/components/playlist/views.hpp b/modules/gui/qt4/components/playlist/views.hpp index 88c0d43fa5479722179f88aad9d85c4fab22ac66..97384f7208810025f0ce384f78dcf82b4cc53de1 100644 --- a/modules/gui/qt4/components/playlist/views.hpp +++ b/modules/gui/qt4/components/playlist/views.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * icon_view.hpp : Icon view for the Playlist + * views.hpp : Icon view for the Playlist **************************************************************************** * Copyright © 2010 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/convert.cpp b/modules/gui/qt4/dialogs/convert.cpp index 94f5fe15312a983a38135418b651ba91a82138c7..4bed9fec957aaa6b054c6fee96e56c2f80bbc64f 100644 --- a/modules/gui/qt4/dialogs/convert.cpp +++ b/modules/gui/qt4/dialogs/convert.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Convert.cpp : Convertion dialogs + * convert.cpp : Convertion dialogs **************************************************************************** * Copyright (C) 2009 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/convert.hpp b/modules/gui/qt4/dialogs/convert.hpp index b23ae208a7725cebd79c075c66c13cedc3e0b309..de879818e6f6c564bcad38a9551eb4e7c5c39f44 100644 --- a/modules/gui/qt4/dialogs/convert.hpp +++ b/modules/gui/qt4/dialogs/convert.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * GotoTime.hpp : GotoTime dialogs + * convert.hpp : GotoTime dialogs **************************************************************************** * Copyright (C) 2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/epg.cpp b/modules/gui/qt4/dialogs/epg.cpp index 21ce324b3ed97df3dde92e911e8a87c779b616e8..c2036d8d3c668ef852be957e1665ad36c6981645 100644 --- a/modules/gui/qt4/dialogs/epg.cpp +++ b/modules/gui/qt4/dialogs/epg.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Epg.cpp : Epg Viewer dialog + * epg.cpp : Epg Viewer dialog **************************************************************************** * Copyright © 2010 VideoLAN and AUTHORS * diff --git a/modules/gui/qt4/dialogs/epg.hpp b/modules/gui/qt4/dialogs/epg.hpp index 37b07ffb25febf592e7173cc9a4cef1f61fbbfd5..798cfd87e98d484e57f5d57e53f661651f898222 100644 --- a/modules/gui/qt4/dialogs/epg.hpp +++ b/modules/gui/qt4/dialogs/epg.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * epg.cpp : EPG Viewer dialog + * epg.hpp : EPG Viewer dialog **************************************************************************** * Copyright © 2010 VideoLAN and AUTHORS * diff --git a/modules/gui/qt4/dialogs/firstrun.cpp b/modules/gui/qt4/dialogs/firstrun.cpp index 4e3487f3ef0726c65c353d040a5e96aee9f85c35..b68887c22139ffc9ae6634643e5c3f20e500c036 100644 --- a/modules/gui/qt4/dialogs/firstrun.cpp +++ b/modules/gui/qt4/dialogs/firstrun.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * firstrun : First Run dialogs + * firstrun.cpp : First Run dialogs **************************************************************************** * Copyright © 2009 VideoLAN * $Id$ diff --git a/modules/gui/qt4/dialogs/firstrun.hpp b/modules/gui/qt4/dialogs/firstrun.hpp index f45351344c3ff10890de28971e137321e6a87db0..0deaa9530e46683fc9c238a6602bbd4c1e63a0c5 100644 --- a/modules/gui/qt4/dialogs/firstrun.hpp +++ b/modules/gui/qt4/dialogs/firstrun.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * firstrun : First Run dialogs + * firstrun.hpp : First Run dialogs **************************************************************************** * Copyright © 2009 VideoLAN * $Id$ diff --git a/modules/gui/qt4/dialogs/gototime.cpp b/modules/gui/qt4/dialogs/gototime.cpp index 42d7329bdb13cd2cdc37ef2ab8221055a90825cd..850f4bcac9b6318e05ba67664c3d3e43c475bac9 100644 --- a/modules/gui/qt4/dialogs/gototime.cpp +++ b/modules/gui/qt4/dialogs/gototime.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * GotoTime.cpp : GotoTime and About dialogs + * gototime.cpp : GotoTime and About dialogs **************************************************************************** * Copyright (C) 2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/gototime.hpp b/modules/gui/qt4/dialogs/gototime.hpp index 38b0676a3f1f7ea558da9dae4a1231255fb631d0..59e1fb03252cc7b432ecd81551dab9b8271c5334 100644 --- a/modules/gui/qt4/dialogs/gototime.hpp +++ b/modules/gui/qt4/dialogs/gototime.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * GotoTime.hpp : GotoTime dialogs + * gototime.hpp : GotoTime dialogs **************************************************************************** * Copyright (C) 2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp index a288ce1e409cad500dd646ac0ac073dbab6be9e0..7de55ff01fd3c1a648271a4abff6a29d6e699973 100644 --- a/modules/gui/qt4/dialogs/help.cpp +++ b/modules/gui/qt4/dialogs/help.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Help.cpp : Help and About dialogs + * help.cpp : Help and About dialogs **************************************************************************** * Copyright (C) 2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/help.hpp b/modules/gui/qt4/dialogs/help.hpp index d314f21d70f2422798c5243ae213bdc7eb434fda..f5dfdfa4d5ebd325a6d71b07867c06b796a420c1 100644 --- a/modules/gui/qt4/dialogs/help.hpp +++ b/modules/gui/qt4/dialogs/help.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Help.hpp : Help and About dialogs + * help.hpp : Help and About dialogs **************************************************************************** * Copyright (C) 2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/messages.cpp b/modules/gui/qt4/dialogs/messages.cpp index 862222f558c3415b8f5b831cab1ee8311404e196..b3bc3f228be59d40a89326f430d8d721987b01ca 100644 --- a/modules/gui/qt4/dialogs/messages.cpp +++ b/modules/gui/qt4/dialogs/messages.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Messages.cpp : Information about an item + * messages.cpp : Information about an item **************************************************************************** * Copyright (C) 2006-2011 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/messages.hpp b/modules/gui/qt4/dialogs/messages.hpp index 9243b23093a1181b7d368579a19c0478f5cab610..2f4995a0836f2fb447a102bbc8271db42415b1ed 100644 --- a/modules/gui/qt4/dialogs/messages.hpp +++ b/modules/gui/qt4/dialogs/messages.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Messages.hpp : Information about a stream + * messages.hpp : Information about a stream **************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp index dd265b60faacc9776bb48d44d58049d5b60e39d8..e228cdc14ee3c7d8e223ab4d66a903f352e594bb 100644 --- a/modules/gui/qt4/dialogs/plugins.cpp +++ b/modules/gui/qt4/dialogs/plugins.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * plugins.hpp : Plug-ins and extensions listing + * plugins.cpp : Plug-ins and extensions listing **************************************************************************** * Copyright (C) 2008-2010 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/toolbar.cpp b/modules/gui/qt4/dialogs/toolbar.cpp index 483f4e1b942dcff460867214f8268e43750c2bf0..93401ac3b3f0427d9d3249429b9575eee298a68f 100644 --- a/modules/gui/qt4/dialogs/toolbar.cpp +++ b/modules/gui/qt4/dialogs/toolbar.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * ToolbarEdit.cpp : ToolbarEdit dialog + * toolbar.cpp : ToolbarEdit dialog **************************************************************************** * Copyright (C) 2008-2009 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/dialogs/toolbar.hpp b/modules/gui/qt4/dialogs/toolbar.hpp index 768632ec02c2d907585a264c141bc15d5f82b880..374f42e17b4ea40102db191b732e8c685b4358fa 100644 --- a/modules/gui/qt4/dialogs/toolbar.hpp +++ b/modules/gui/qt4/dialogs/toolbar.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * ToolbarEdit.hpp : ToolbarEdit dialogs + * toolbar.hpp : ToolbarEdit dialogs **************************************************************************** * Copyright (C) 2008-2011 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/main_interface_win32.cpp b/modules/gui/qt4/main_interface_win32.cpp index bbbfe44c0d69f85a01dcb890fd553928555edf33..d3ae1bd5e326e3ea105ea030b01e81de0a88447f 100644 --- a/modules/gui/qt4/main_interface_win32.cpp +++ b/modules/gui/qt4/main_interface_win32.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * main_interface.cpp : Main interface + * main_interface_win32.cpp : Main interface **************************************************************************** * Copyright (C) 2006-2010 VideoLAN and AUTHORS * $Id$ diff --git a/modules/gui/qt4/recents.hpp b/modules/gui/qt4/recents.hpp index 88531ff1e28e1119a17adbc49779cd0d56524d21..30bd7c9913f614fe73c585c025eb0b3131078e4b 100644 --- a/modules/gui/qt4/recents.hpp +++ b/modules/gui/qt4/recents.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * recents.cpp : Recents MRL (menu) + * recents.hpp : Recents MRL (menu) ***************************************************************************** * Copyright © 2006-2008 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/util/customwidgets.hpp b/modules/gui/qt4/util/customwidgets.hpp index 0814ca050eda1eb2a573fb0a57397432b22e9e1e..3a95cabe241772d5dfb1a26acf3bcc1aba12f08d 100644 --- a/modules/gui/qt4/util/customwidgets.hpp +++ b/modules/gui/qt4/util/customwidgets.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * customwidgets.h: Custom widgets + * customwidgets.hpp: Custom widgets **************************************************************************** * Copyright (C) 2006 the VideoLAN team * Copyright (C) 2004 Daniel Molkentin diff --git a/modules/gui/qt4/util/qt_dirs.cpp b/modules/gui/qt4/util/qt_dirs.cpp index 00418990fdb6b41537f6e3f591e67e49ad797901..3d09fd173b3a561378258c545ee4a90dcd75cb5c 100644 --- a/modules/gui/qt4/util/qt_dirs.cpp +++ b/modules/gui/qt4/util/qt_dirs.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * dirs.cpp : file path helpers + * qt_dirs.cpp : file path helpers **************************************************************************** * Copyright (C) 2010 the VideoLAN team * diff --git a/modules/gui/qt4/util/qt_dirs.hpp b/modules/gui/qt4/util/qt_dirs.hpp index a6ea07cea116e79d8f3abf73ee7c6bf0527b4564..82da4bfe7d90023f134cd6a2a44e0c42bd2fb89d 100644 --- a/modules/gui/qt4/util/qt_dirs.hpp +++ b/modules/gui/qt4/util/qt_dirs.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * dirs.hpp : String Directory helpers + * qt_dirs.hpp : String Directory helpers **************************************************************************** * Copyright (C) 2006-2008 the VideoLAN team * $Id$ diff --git a/modules/gui/qt4/util/searchlineedit.cpp b/modules/gui/qt4/util/searchlineedit.cpp index 9cce9396d6d20255db2829a051eb41428db1f3e4..e40b18b7da9db3d8f9033fc3ba1256d9bed96602 100644 --- a/modules/gui/qt4/util/searchlineedit.cpp +++ b/modules/gui/qt4/util/searchlineedit.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * customwidgets.cpp: Custom widgets + * searchlineedit.cpp: Custom widgets **************************************************************************** * Copyright (C) 2006 the VideoLAN team * Copyright (C) 2004 Daniel Molkentin diff --git a/modules/gui/qt4/util/searchlineedit.hpp b/modules/gui/qt4/util/searchlineedit.hpp index 0faf1fb3feeed896ef558a683539da6dc7f163df..27bf5ebfb7c0ecb21d2695e4d9eafb5ecb052bf7 100644 --- a/modules/gui/qt4/util/searchlineedit.hpp +++ b/modules/gui/qt4/util/searchlineedit.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * customwidgets.h: Custom widgets + * searchlineedit.hpp: Custom widgets **************************************************************************** * Copyright (C) 2006 the VideoLAN team * Copyright (C) 2004 Daniel Molkentin diff --git a/modules/gui/qt4/variables.hpp b/modules/gui/qt4/variables.hpp index 40d414c217fa9cfa4a778b85294cb7995a79dd61..9fe5fb4268b7733d364aa5d43dbd64d652529b3b 100644 --- a/modules/gui/qt4/variables.hpp +++ b/modules/gui/qt4/variables.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * external.hpp : Dialogs from other LibVLC core and other plugins + * variables.hpp : Dialogs from other LibVLC core and other plugins **************************************************************************** * Copyright (C) 2009 Rémi Denis-Courmont * diff --git a/modules/lua/libs/objects.h b/modules/lua/libs/objects.h index e978e7c3e191742d7918718d406be3a562e3e06d..f9eee7ae2c76199719a7b1d28a8cd87971e9aeeb 100644 --- a/modules/lua/libs/objects.h +++ b/modules/lua/libs/objects.h @@ -1,5 +1,5 @@ /***************************************************************************** - * objects.c: Generic lua<->vlc object wrapper + * objects.h: Generic lua<->vlc object wrapper ***************************************************************************** * Copyright (C) 2007-2008 the VideoLAN team * $Id$ diff --git a/modules/lua/libs/osd.c b/modules/lua/libs/osd.c index b8ce9ce484df9ad2387593edfce4186331db31a9..fb36ed5d40fcd6988da1442767aec9574602bad3 100644 --- a/modules/lua/libs/osd.c +++ b/modules/lua/libs/osd.c @@ -1,5 +1,5 @@ /***************************************************************************** - * intf.c: Generic lua interface functions + * osd.c: Generic lua interface functions ***************************************************************************** * Copyright (C) 2007-2008 the VideoLAN team * $Id$ diff --git a/modules/lua/libs/video.c b/modules/lua/libs/video.c index 96d032577c8e882b687df17d1e16f92a6793bff3..eb914b513eeb1f0e63be7defef7b201dc2df43f0 100644 --- a/modules/lua/libs/video.c +++ b/modules/lua/libs/video.c @@ -1,5 +1,5 @@ /***************************************************************************** - * intf.c: Generic lua interface functions + * video.c: Generic lua interface functions ***************************************************************************** * Copyright (C) 2007-2008 the VideoLAN team * $Id$ diff --git a/modules/media_library/sql_add.c b/modules/media_library/sql_add.c index 4f58a9554e2d29d39840b138d9509c7ae3f37a59..380eb658cb2029c7e4a6236b4a646a4b71fcfb56 100644 --- a/modules/media_library/sql_add.c +++ b/modules/media_library/sql_add.c @@ -1,5 +1,5 @@ /***************************************************************************** - * sql_media_library.c: SQL-based media library + * sql_add.c: SQL-based media library ***************************************************************************** * Copyright (C) 2008-2010 the VideoLAN Team and AUTHORS * $Id$ diff --git a/modules/misc/inhibit/xscreensaver.c b/modules/misc/inhibit/xscreensaver.c index 98740a29492642d2f1a789b52106425b1fddcf83..819d74ff54f9f760825f04cb014d0adce15c9418 100644 --- a/modules/misc/inhibit/xscreensaver.c +++ b/modules/misc/inhibit/xscreensaver.c @@ -1,5 +1,5 @@ /***************************************************************************** - * screensaver.c : disable screen savers when VLC is playing + * xscreensaver.c : disable screen savers when VLC is playing ***************************************************************************** * Copyright (C) 2006-2009 the VideoLAN team * $Id$ diff --git a/modules/misc/osd/osd_menu.c b/modules/misc/osd/osd_menu.c index 7b6529bc70516378843e8e7bd157f703bb561d05..108ee75439832ab92dde0303fef1ac25c4c5c574 100644 --- a/modules/misc/osd/osd_menu.c +++ b/modules/misc/osd/osd_menu.c @@ -1,5 +1,5 @@ /***************************************************************************** - * parser.c : OSD import module + * osd_menu.c : OSD import module ***************************************************************************** * Copyright (C) 2007-2008 M2X * $Id$ diff --git a/modules/misc/osd/osd_menu.h b/modules/misc/osd/osd_menu.h index 1505fb356f06c1ec0fd28fd40e3076bdf229a2fd..da2073339577cb1feb4eee89fba5827280f207b6 100644 --- a/modules/misc/osd/osd_menu.h +++ b/modules/misc/osd/osd_menu.h @@ -1,5 +1,5 @@ /***************************************************************************** - * parser.c : OSD import module + * osd_menu.h : OSD import module ***************************************************************************** * Copyright (C) 2007 M2X * $Id$ diff --git a/modules/mmx/i420_rgb_mmx.h b/modules/mmx/i420_rgb_mmx.h index b1ca058b797b65fccacf4dc048fcb375a9a1e501..dc2e0bdb75dee8030ae6b99cb629341ec70bb04b 100644 --- a/modules/mmx/i420_rgb_mmx.h +++ b/modules/mmx/i420_rgb_mmx.h @@ -1,5 +1,5 @@ /***************************************************************************** - * transforms_yuvmmx.h: MMX YUV transformation assembly + * i420_rgb_mmx.h: MMX YUV transformation assembly ***************************************************************************** * Copyright (C) 1999-2007 the VideoLAN team * $Id$ diff --git a/modules/packetizer/packetizer_helper.h b/modules/packetizer/packetizer_helper.h index 87f5b05d70411aa8f5e4293967e58904c18291bf..50c80565048137d4fc5249cb45ffa132ca7abdc4 100644 --- a/modules/packetizer/packetizer_helper.h +++ b/modules/packetizer/packetizer_helper.h @@ -1,5 +1,5 @@ /***************************************************************************** - * packetizer.h: Packetizer helpers + * packetizer_helper.h: Packetizer helpers ***************************************************************************** * Copyright (C) 2009 Laurent Aimar * $Id$ diff --git a/modules/services_discovery/upnp.cpp b/modules/services_discovery/upnp.cpp index 3a9b174c6dc8789211d995bab51ceb191649b191..9a1f25f51caa0408bb0b5d0dc6098ce79ba91e49 100644 --- a/modules/services_discovery/upnp.cpp +++ b/modules/services_discovery/upnp.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Upnp.cpp : UPnP discovery module (libupnp) + * upnp.cpp : UPnP discovery module (libupnp) ***************************************************************************** * Copyright (C) 2004-2011 the VideoLAN team * $Id$ diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp index 47782160a74859708ea61a9138b866686243a1cf..8e45fe8795efabbf797ed5d77be7f61914100236 100644 --- a/modules/services_discovery/upnp.hpp +++ b/modules/services_discovery/upnp.hpp @@ -1,5 +1,5 @@ /***************************************************************************** - * Upnp.hpp : UPnP discovery module (libupnp) header + * upnp.hpp : UPnP discovery module (libupnp) header ***************************************************************************** * Copyright (C) 2004-2010 the VideoLAN team * $Id$ diff --git a/modules/text_renderer/tdummy.c b/modules/text_renderer/tdummy.c index 38343e8c54e81d99faf5697608a17da41fd91f42..4da169c3f7baa2a0752e92d8e8bffefa6803b1c0 100644 --- a/modules/text_renderer/tdummy.c +++ b/modules/text_renderer/tdummy.c @@ -1,5 +1,5 @@ /***************************************************************************** - * renderer.c : dummy text rendering functions + * tdummy.c : dummy text rendering functions ***************************************************************************** * Copyright (C) 2000, 2001 the VideoLAN team * $Id$ diff --git a/modules/video_chroma/i420_rgb_c.h b/modules/video_chroma/i420_rgb_c.h index ff7c26faf20f40a2b235907dd5b514d4bb5decf6..b8c47a8734865e153786fda75c9ec0a8bc7019ce 100644 --- a/modules/video_chroma/i420_rgb_c.h +++ b/modules/video_chroma/i420_rgb_c.h @@ -1,5 +1,5 @@ /***************************************************************************** - * chroma_common.h: YUV transformation functions + * i420_rgb_c.h: YUV transformation functions * Provides functions to perform the YUV conversion. The functions provided here * are a complete and portable C implementation, and may be replaced in certain * case by optimized functions. diff --git a/modules/video_filter/atmo/AtmoCalculations.cpp b/modules/video_filter/atmo/AtmoCalculations.cpp index dd59374e429c24226713fd86f84a32b93021ecca..604fa08b9bac9b5dbe2fceae811c51715a95c1e0 100644 --- a/modules/video_filter/atmo/AtmoCalculations.cpp +++ b/modules/video_filter/atmo/AtmoCalculations.cpp @@ -1,5 +1,5 @@ /* - * calculations.c: calculations needed by the input devices + * AtmoCalculations.cpp: calculations needed by the input devices * * See the README file for copyright information and how to reach the author. * diff --git a/modules/video_filter/atmo/AtmoClassicConnection.cpp b/modules/video_filter/atmo/AtmoClassicConnection.cpp index edd37fb84029decae0236b3f1d787d16c779591e..baba76fc9fa020fdeb1974b53960013c1226de8c 100644 --- a/modules/video_filter/atmo/AtmoClassicConnection.cpp +++ b/modules/video_filter/atmo/AtmoClassicConnection.cpp @@ -1,5 +1,5 @@ /* - * AtmoSerialConnection.cpp: Class for communication with the serial hardware of + * AtmoClassicConnection.cpp: Class for communication with the serial hardware of * Atmo Light, opens and configures the serial port * * See the README.txt file for copyright information and how to reach the author(s). diff --git a/modules/video_filter/atmo/AtmoClassicConnection.h b/modules/video_filter/atmo/AtmoClassicConnection.h index 7d0c56abf5249105a54bbbec9dff09876c1e18b1..9b684e1be7a74b208d2d8b53e1e7598341035f3a 100644 --- a/modules/video_filter/atmo/AtmoClassicConnection.h +++ b/modules/video_filter/atmo/AtmoClassicConnection.h @@ -1,5 +1,5 @@ /* - * AtmoCom.h: Class for communication with the serial hardware of Atmo Light, + * AtmoClassicConnection.h: Class for communication with the serial hardware of Atmo Light, * opens and configures the serial port * * See the README.txt file for copyright information and how to reach the author(s). diff --git a/modules/video_filter/atmo/FnordlichtConnection.cpp b/modules/video_filter/atmo/FnordlichtConnection.cpp index 73a6ff09311196a8e944641570c13843291109a9..34372ba4702787e138a5279de3651f0280163aee 100644 --- a/modules/video_filter/atmo/FnordlichtConnection.cpp +++ b/modules/video_filter/atmo/FnordlichtConnection.cpp @@ -1,5 +1,5 @@ /* - * FnordlichtConnection.h: class to access a FnordlichtLight Hardware + * FnordlichtConnection.cpp: class to access a FnordlichtLight Hardware * - the description could be found * here: http://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL * diff --git a/modules/video_filter/atmo/MoMoConnection.cpp b/modules/video_filter/atmo/MoMoConnection.cpp index 5c07741e3aa38b8b61e5e1525c426f8758074d1b..5cace6de2e0d0a0c3fcdfcfd1dfc19cf07a6d588 100644 --- a/modules/video_filter/atmo/MoMoConnection.cpp +++ b/modules/video_filter/atmo/MoMoConnection.cpp @@ -1,5 +1,5 @@ /* - * AtmoSerialConnection.cpp: Class for communication with the serial hardware of + * MoMoConnection.cpp: Class for communication with the serial hardware of * Atmo Light, opens and configures the serial port * * See the README.txt file for copyright information and how to reach the author(s). diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay_buffer.c b/modules/video_filter/dynamicoverlay/dynamicoverlay_buffer.c index 45f63740f1d06907a5e5c2a31850aff7e79d83ff..982404d41902f72e489ce0d5c0e2ed73259afb37 100644 --- a/modules/video_filter/dynamicoverlay/dynamicoverlay_buffer.c +++ b/modules/video_filter/dynamicoverlay/dynamicoverlay_buffer.c @@ -1,5 +1,5 @@ /***************************************************************************** - * dynamicoverlay_buffer.h : dynamic overlay buffer + * dynamicoverlay_buffer.c : dynamic overlay buffer ***************************************************************************** * Copyright (C) 2008-2009 the VideoLAN team * $Id$ diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c b/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c index ff620a5728420d48918993cece9640f8fb815330..0ebc856d8ae3910eb2d54f6f3c91de855773b965 100644 --- a/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c +++ b/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c @@ -1,5 +1,5 @@ /***************************************************************************** - * dynamicoverlay_list.h : dynamic overlay list + * dynamicoverlay_list.c : dynamic overlay list ***************************************************************************** * Copyright (C) 2008-2009 the VideoLAN team * $Id$ diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c b/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c index c3896e9ae4e1681447a3ed6d999ecf7f517ab336..c0864ef0fa6f041f810afb3c3fc968f76ad8c6dc 100644 --- a/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c +++ b/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c @@ -1,5 +1,5 @@ /***************************************************************************** - * dynamicoverlay_commands.c : dynamic overlay plugin commands + * dynamicoverlay_queue.c : dynamic overlay plugin commands ***************************************************************************** * Copyright (C) 2008-2009 the VideoLAN team * $Id$ diff --git a/modules/video_filter/filter_event_info.h b/modules/video_filter/filter_event_info.h index 6f8bb8fd13589b496343dd136badc93651205479..25480dd9182fbe58d9d12dfc2ab6d881e09732a5 100644 --- a/modules/video_filter/filter_event_info.h +++ b/modules/video_filter/filter_event_info.h @@ -1,5 +1,5 @@ /***************************************************************************** - * opencv_event_info.h: + * filter_event_info.h: ***************************************************************************** * Copyright (C) 2004-2005 the VideoLAN team * $Id: ??? diff --git a/modules/video_filter/motionblur.c b/modules/video_filter/motionblur.c index 2ac9f647c6a1ec6bbe76490746e798ff08bc5c9c..96feb11a814b43e5b9532e84a3127eb8947ebfce 100644 --- a/modules/video_filter/motionblur.c +++ b/modules/video_filter/motionblur.c @@ -1,5 +1,5 @@ /***************************************************************************** - * motion_blur.c : motion blur filter for vlc + * motionblur.c : motion blur filter for vlc ***************************************************************************** * Copyright (C) 2000, 2001, 2002, 2003 the VideoLAN team * $Id$ diff --git a/modules/video_filter/motiondetect.c b/modules/video_filter/motiondetect.c index a7062cfac662f7be0f0317b192c847acbc9cfd89..289f3653692c58e618fe880f1ef020d691812eff 100644 --- a/modules/video_filter/motiondetect.c +++ b/modules/video_filter/motiondetect.c @@ -1,5 +1,5 @@ /***************************************************************************** - * motiondetec.c : Second version of a motion detection plugin. + * motiondetect.c : Second version of a motion detection plugin. ***************************************************************************** * Copyright (C) 2000-2008 the VideoLAN team * $Id$ diff --git a/modules/video_filter/psychedelic.c b/modules/video_filter/psychedelic.c index 9ec37571ba32d72bdf942e9d36283289b99562f4..119ea803134a660ecfe9594281a5682d811e2634 100644 --- a/modules/video_filter/psychedelic.c +++ b/modules/video_filter/psychedelic.c @@ -1,5 +1,5 @@ /***************************************************************************** - * Psychedelic.c : Psychedelic video effect plugin for vlc + * psychedelic.c : Psychedelic video effect plugin for vlc ***************************************************************************** * Copyright (C) 2000-2006 the VideoLAN team * $Id$ diff --git a/modules/video_filter/scale.c b/modules/video_filter/scale.c index 66384db2f2745d802ecce381568a5713c3e8b9ee..72047ec9a0ae1ac5bc76ea7912690a35cb83b024 100644 --- a/modules/video_filter/scale.c +++ b/modules/video_filter/scale.c @@ -1,5 +1,5 @@ /***************************************************************************** - * resize.c: video scaling module for YUVP/A, I420 and RGBA pictures + * scale.c: video scaling module for YUVP/A, I420 and RGBA pictures * Uses the low quality "nearest neighbour" algorithm. ***************************************************************************** * Copyright (C) 2003-2007 the VideoLAN team diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m index d49aed2f094a9b1e7ed82f3bff66464efd9aff97..ce03a49d90561ce59304ad7b92c5bfc4ab637726 100644 --- a/modules/video_output/ios.m +++ b/modules/video_output/ios.m @@ -1,5 +1,5 @@ /***************************************************************************** - * voutgl.m: iOS X OpenGLES provider + * ios.m: iOS X OpenGLES provider ***************************************************************************** * Copyright (C) 2001-2009 the VideoLAN team * $Id$ diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m index 17f697d4b1e4769bac40a0602765bf4d01c47641..7a23c103f7c408dea00a78c438b221b45e0b5717 100644 --- a/modules/video_output/macosx.m +++ b/modules/video_output/macosx.m @@ -1,5 +1,5 @@ /***************************************************************************** - * voutgl.m: MacOS X OpenGL provider + * macosx.m: MacOS X OpenGL provider ***************************************************************************** * Copyright (C) 2001-2011 the VideoLAN team * $Id$ diff --git a/modules/video_output/msw/events.h b/modules/video_output/msw/events.h index 598179e6803c806479410c8e854ed463f94d2a77..ac0e41840618dbe0ca9879bd654f344333e6ed0d 100644 --- a/modules/video_output/msw/events.h +++ b/modules/video_output/msw/events.h @@ -1,5 +1,5 @@ /***************************************************************************** - * event.h: Windows video output header file + * events.h: Windows video output header file ***************************************************************************** * Copyright (C) 2001-2009 the VideoLAN team * $Id$ diff --git a/modules/video_output/vdummy.c b/modules/video_output/vdummy.c index 3caf795fe7d22eb9c1daf0d4cd61104ec6bdefdb..d02af2c18e2e44f6f3eb2073cd6adbded26885d7 100644 --- a/modules/video_output/vdummy.c +++ b/modules/video_output/vdummy.c @@ -1,5 +1,5 @@ /***************************************************************************** - * vout.c: Dummy video output display method for testing purposes + * vdummy.c: Dummy video output display method for testing purposes ***************************************************************************** * Copyright (C) 2000-2009 the VideoLAN team * $Id$ diff --git a/modules/visualization/projectm.cpp b/modules/visualization/projectm.cpp index 9756bb98523eb935ca5e915357bf0ffbc4ad6831..c21ecb6f69ee5b8d8f5b6d361f3e4b80e1b1dc44 100644 --- a/modules/visualization/projectm.cpp +++ b/modules/visualization/projectm.cpp @@ -1,5 +1,5 @@ /***************************************************************************** - * projectm: visualization module based on libprojectM + * projectm.cpp: visualization module based on libprojectM ***************************************************************************** * Copyright © 2009-2011 the VideoLAN team * $Id$ diff --git a/projects/macosx/framework/Headers/Public/VLCMediaLibrary.h b/projects/macosx/framework/Headers/Public/VLCMediaLibrary.h index 7ce9219d04e5fe06d095172de53059ca1daa71de..641dfb6ade49279c582a5015cea28160cd1fd507 100644 --- a/projects/macosx/framework/Headers/Public/VLCMediaLibrary.h +++ b/projects/macosx/framework/Headers/Public/VLCMediaLibrary.h @@ -1,5 +1,5 @@ /***************************************************************************** - * VLCMediaDiscoverer.h: VLCKit.framework VLCMediaDiscoverer header + * VLCMediaLibrary.h: VLCKit.framework VLCMediaDiscoverer header ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team diff --git a/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h b/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h index 2932ea744b25ffa5ad8190a8256b6cad0ff7524f..6b2f136770587ecdfd3f337b0a9c2a925b0e39d2 100644 --- a/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h +++ b/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h @@ -1,5 +1,5 @@ /***************************************************************************** - * VLCMediaListPlayer.m: VLCKit.framework VLCMediaListPlayer implementation + * VLCMediaListPlayer.h: VLCKit.framework VLCMediaListPlayer implementation ***************************************************************************** * Copyright (C) 2009 Pierre d'Herbemont * Partial Copyright (C) 2009 Felix Paul Kühne diff --git a/projects/macosx/framework/Headers/Public/VLCServicesDiscoverer.h b/projects/macosx/framework/Headers/Public/VLCServicesDiscoverer.h index 437f487dead205b4f4cd9861c194311dea289bc9..378b188070b0e33f958e7b34563f885c3111314e 100644 --- a/projects/macosx/framework/Headers/Public/VLCServicesDiscoverer.h +++ b/projects/macosx/framework/Headers/Public/VLCServicesDiscoverer.h @@ -1,5 +1,5 @@ /***************************************************************************** - * VLCMediaDiscoverer.h: VLC.framework VLCMediaDiscoverer header + * VLCServicesDiscoverer.h: VLC.framework VLCMediaDiscoverer header ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team diff --git a/projects/macosx/framework/Sources/VLCServicesDiscoverer.m b/projects/macosx/framework/Sources/VLCServicesDiscoverer.m index bc000f0d1e73ff18ec683aa476019c2e45306d90..0511060e361842de20e6d8dccd405a2f306c21ad 100644 --- a/projects/macosx/framework/Sources/VLCServicesDiscoverer.m +++ b/projects/macosx/framework/Sources/VLCServicesDiscoverer.m @@ -1,5 +1,5 @@ /***************************************************************************** - * VLCMediaDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation + * VLCServicesDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation ***************************************************************************** * Copyright (C) 2007 Pierre d'Herbemont * Copyright (C) 2007 the VideoLAN team diff --git a/src/input/vlmshell.c b/src/input/vlmshell.c index 124ed5b9ac3993df0278e3f56fd5a6d2d89f5fd2..ab00d6772550d08b2f81b6bb69207d7f19be568b 100644 --- a/src/input/vlmshell.c +++ b/src/input/vlmshell.c @@ -1,5 +1,5 @@ /***************************************************************************** - * vlm.c: VLM interface plugin + * vlmshell.c: VLM interface plugin ***************************************************************************** * Copyright (C) 2000-2005 VLC authors and VideoLAN * $Id$ diff --git a/src/misc/exit.c b/src/misc/exit.c index 354bdd4621ca95498e3b443d9d3f2611c8b364e5..ed02af7e63c11ea722c4f55307b935a482e24b1c 100644 --- a/src/misc/exit.c +++ b/src/misc/exit.c @@ -1,5 +1,5 @@ /***************************************************************************** - * quit.c: LibVLC termination event + * exit.c: LibVLC termination event ***************************************************************************** * Copyright (C) 2009-2010 VLC authors and VideoLAN * diff --git a/src/playlist/preparser.c b/src/playlist/preparser.c index 66ee36f5f6f5b0ec315193949a804bef07ff48fd..2697f144a5968d52b351f274d44f4fede4c12aad 100644 --- a/src/playlist/preparser.c +++ b/src/playlist/preparser.c @@ -1,5 +1,5 @@ /***************************************************************************** - * preparse.c: Preparser thread. + * preparser.c: Preparser thread. ***************************************************************************** * Copyright © 1999-2009 VLC authors and VideoLAN * $Id$ diff --git a/src/posix/plugin.c b/src/posix/plugin.c index 2e596524cfd5acc265300fbcf25cf08e5e5a6e84..aa99c8a9ffb43a51a4a10dca9daa4eb78dd237ae 100644 --- a/src/posix/plugin.c +++ b/src/posix/plugin.c @@ -1,5 +1,5 @@ /***************************************************************************** - * os.c : Low-level dynamic library handling + * plugin.c : Low-level dynamic library handling ***************************************************************************** * Copyright (C) 2001-2007 VLC authors and VideoLAN * $Id$ diff --git a/src/test/block_test.c b/src/test/block_test.c index 72dd07d03467506b55c6db51efd5eec980934eeb..89aea0dc20d6ac76331175b6710e6bef082a1c68 100644 --- a/src/test/block_test.c +++ b/src/test/block_test.c @@ -1,5 +1,5 @@ /***************************************************************************** - * block.c: Test for block_t stuff + * block_test.c: Test for block_t stuff ***************************************************************************** * Copyright (C) 2008 Rémi Denis-Courmont * diff --git a/src/text/iso-639_def.h b/src/text/iso-639_def.h index 05d1edaed7c4786e5270a7dbc745acfbe00604c1..1e8a05f80471b529e4a051f9bca90da8e86dcc8d 100644 --- a/src/text/iso-639_def.h +++ b/src/text/iso-639_def.h @@ -1,5 +1,5 @@ /***************************************************************************** - * iso_lang.h: languages codes and abbreviations + * iso-639_def.h: languages codes and abbreviations ***************************************************************************** * Copyright (C) 1998-2004 VLC authors and VideoLAN * $Id$ diff --git a/src/video_output/statistic.h b/src/video_output/statistic.h index d037bab96296478aeea1b87040972d7c9fe1409a..e17386ee8f7d90e44b43df00aae8cb04c88cb803 100644 --- a/src/video_output/statistic.h +++ b/src/video_output/statistic.h @@ -1,5 +1,5 @@ /***************************************************************************** - * statistic.c : vout statistic + * statistic.h : vout statistic ***************************************************************************** * Copyright (C) 2009 Laurent Aimar * $Id$ diff --git a/src/video_output/vout_wrapper.c b/src/video_output/vout_wrapper.c index fc6072f93d5ecc5253d9b75426ae8b4a8eae020d..984ffe421c84a9f7cea1098f9a29175fc2ffd91d 100644 --- a/src/video_output/vout_wrapper.c +++ b/src/video_output/vout_wrapper.c @@ -1,5 +1,5 @@ /***************************************************************************** - * vout_display.c: "vout display" -> "video output" wrapper + * vout_wrapper.c: "vout display" -> "video output" wrapper ***************************************************************************** * Copyright (C) 2009 Laurent Aimar * $Id$ diff --git a/test/native/i18n.c b/test/native/i18n.c index aa5cee18e7d17137895dc524e5902cf74ed20489..a55243f15fe6d2cc52831c11ca75c24e27e7274d 100644 --- a/test/native/i18n.c +++ b/test/native/i18n.c @@ -1,5 +1,5 @@ /***************************************************************************** - * i18n: I18n tests + * i18n.c: I18n tests ***************************************************************************** * Copyright (C) 2006 Rémi Denis-Courmont * $Id$