Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
821c7719
Commit
821c7719
authored
Aug 28, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASF: copyright update
parent
6a69f95c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
modules/demux/asf/asf.c
modules/demux/asf/asf.c
+3
-3
modules/demux/asf/libasf.c
modules/demux/asf/libasf.c
+2
-4
modules/demux/asf/libasf.h
modules/demux/asf/libasf.h
+2
-2
No files found.
modules/demux/asf/asf.c
View file @
821c7719
/*****************************************************************************
/*****************************************************************************
* asf.c : ASF demux module
* asf.c : ASF demux module
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002-2003 the VideoLAN team
* Copyright © 2002-2004, 2006-2008, 2010 the VideoLAN team
* $Id$
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
...
@@ -34,9 +33,10 @@
...
@@ -34,9 +33,10 @@
#include <vlc_demux.h>
#include <vlc_demux.h>
#include <vlc_dialog.h>
#include <vlc_dialog.h>
#include <vlc_meta.h>
#include <vlc_meta.h>
/* vlc_meta_Set*, vlc_meta_New */
#include <vlc_access.h>
/* GET_PRIVATE_ID_STATE */
#include <vlc_access.h>
/* GET_PRIVATE_ID_STATE */
#include <vlc_codecs.h>
/* BITMAPINFOHEADER, WAVEFORMATEX */
#include <vlc_codecs.h>
/* BITMAPINFOHEADER, WAVEFORMATEX */
#include "libasf.h"
#include "libasf.h"
/* TODO
/* TODO
...
...
modules/demux/asf/libasf.c
View file @
821c7719
/*****************************************************************************
/*****************************************************************************
* libasf.c : asf stream demux module for vlc
* libasf.c : asf stream demux module for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001-2003 the VideoLAN team
* Copyright © 2001-2004, 2006-2008 the VideoLAN team
* $Id$
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@videolan.org>
* Gildas Bazin <gbazin@videolan.org>
...
@@ -26,9 +25,8 @@
...
@@ -26,9 +25,8 @@
# include "config.h"
# include "config.h"
#endif
#endif
#include <vlc_common.h>
#include <vlc_demux.h>
#include <vlc_demux.h>
#include <vlc_charset.h>
#include <vlc_charset.h>
/* FromCharset */
#include "libasf.h"
#include "libasf.h"
...
...
modules/demux/asf/libasf.h
View file @
821c7719
/*****************************************************************************
/*****************************************************************************
* libasf.h :
* libasf.h :
*****************************************************************************
*****************************************************************************
* Copyright
(C) 2001-2003
the VideoLAN team
* Copyright
© 2001-2004, 2011
the VideoLAN team
*
$Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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