Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9abcaacf
Commit
9abcaacf
authored
Dec 14, 2011
by
Pere Orga
Committed by
Rémi Denis-Courmont
Dec 15, 2011
Browse files
fix filename self-references
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
bac71d27
Changes
173
Hide whitespace changes
Inline
Side-by-side
bindings/mediacontrol/mediacontrol_audio_video.c
View file @
9abcaacf
/*****************************************************************************
* 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$
...
...
bindings/mediacontrol/mediacontrol_core.c
View file @
9abcaacf
/*****************************************************************************
* core.c: Core functions : init, playlist, stream management
*
mediacontrol_
core.c: Core functions : init, playlist, stream management
*****************************************************************************
* Copyright (C) 2005 the VideoLAN team
* $Id$
...
...
bindings/mediacontrol/mediacontrol_internal.h
View file @
9abcaacf
/*****************************************************************************
* control.h: private header for mediacontrol
*
media
control
_internal
.h: private header for mediacontrol
*****************************************************************************
* Copyright (C) 2005 the VideoLAN team
* $Id$
...
...
bindings/mediacontrol/mediacontrol_util.c
View file @
9abcaacf
/*****************************************************************************
* util.c: Utility functions and exceptions management
*
mediacontrol_
util.c: Utility functions and exceptions management
*****************************************************************************
* Copyright (C) 2005 the VideoLAN team
* $Id$
...
...
include/vlc/libvlc_media.h
View file @
9abcaacf
/*****************************************************************************
* libvlc.h: libvlc external API
* libvlc
_media
.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN
* $Id$
...
...
include/vlc/libvlc_media_discoverer.h
View file @
9abcaacf
/*****************************************************************************
* libvlc.h: libvlc external API
* libvlc
_media_discoverer
.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN
* $Id$
...
...
include/vlc/libvlc_media_library.h
View file @
9abcaacf
/*****************************************************************************
* libvlc.h: libvlc external API
* libvlc
_media_library
.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN
* $Id$
...
...
include/vlc/libvlc_media_list_player.h
View file @
9abcaacf
/*****************************************************************************
* 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$
...
...
include/vlc/libvlc_structures.h
View file @
9abcaacf
/*****************************************************************************
* libvlc.h: libvlc_* new external API structures
* libvlc
_structures
.h: libvlc_* new external API structures
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN
* $Id $
...
...
include/vlc_bits.h
View file @
9abcaacf
/*****************************************************************************
* bits.h : Bit handling helpers
*
vlc_
bits.h : Bit handling helpers
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN
* $Id$
...
...
include/vlc_charset.h
View file @
9abcaacf
/*****************************************************************************
* 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
...
...
include/vlc_codecs.h
View file @
9abcaacf
/*****************************************************************************
* 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$
...
...
include/vlc_common.h
View file @
9abcaacf
/*****************************************************************************
* 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
...
...
include/vlc_configuration.h
View file @
9abcaacf
/*****************************************************************************
* 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.
*****************************************************************************
...
...
include/vlc_events.h
View file @
9abcaacf
/*****************************************************************************
* events.h: events definitions
*
vlc_
events.h: events definitions
* Interface used to send events.
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN
...
...
include/vlc_extensions.h
View file @
9abcaacf
/*****************************************************************************
* vlc_extension.h: Extensions (meta data, web information, ...)
* vlc_extension
s
.h: Extensions (meta data, web information, ...)
*****************************************************************************
* Copyright (C) 2009-2010 VideoLAN and authors
* $Id$
...
...
include/vlc_fixups.h
View file @
9abcaacf
/*****************************************************************************
* fixups.h: portability fixups included from config.h
*
vlc_
fixups.h: portability fixups included from config.h
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
include/vlc_iso_lang.h
View file @
9abcaacf
/*****************************************************************************
* 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$
...
...
include/vlc_main.h
View file @
9abcaacf
/*****************************************************************************
* 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
...
...
include/vlc_messages.h
View file @
9abcaacf
/*****************************************************************************
* 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.
*****************************************************************************
...
...
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment