Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6a64b23d
Commit
6a64b23d
authored
Aug 13, 2013
by
Thilo Borgmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update my email address.
parent
8e0b6d82
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
alsdec.c
libavcodec/alsdec.c
+2
-2
bgmc.c
libavcodec/bgmc.c
+2
-2
bgmc.h
libavcodec/bgmc.h
+2
-2
exif.c
libavcodec/exif.c
+2
-2
exif.h
libavcodec/exif.h
+2
-2
tiff_common.c
libavcodec/tiff_common.c
+2
-2
tiff_common.h
libavcodec/tiff_common.h
+2
-2
No files found.
libavcodec/alsdec.c
View file @
6a64b23d
/*
* MPEG-4 ALS decoder
* Copyright (c) 2009 Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* Copyright (c) 2009 Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*
* This file is part of FFmpeg.
*
...
...
@@ -22,7 +22,7 @@
/**
* @file
* MPEG-4 ALS decoder
* @author Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* @author Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*/
#include "avcodec.h"
...
...
libavcodec/bgmc.c
View file @
6a64b23d
/*
* Block Gilbert-Moore decoder
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*
* This file is part of FFmpeg.
*
...
...
@@ -22,7 +22,7 @@
/**
* @file
* Block Gilbert-Moore decoder as used by MPEG-4 ALS
* @author Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* @author Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*/
#include "libavutil/attributes.h"
...
...
libavcodec/bgmc.h
View file @
6a64b23d
/*
* Block Gilbert-Moore decoder
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*
* This file is part of FFmpeg.
*
...
...
@@ -22,7 +22,7 @@
/**
* @file
* Block Gilbert-Moore decoder header
* @author Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* @author Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*/
...
...
libavcodec/exif.c
View file @
6a64b23d
/*
* EXIF metadata parser
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*
* This file is part of FFmpeg.
*
...
...
@@ -22,7 +22,7 @@
/**
* @file
* EXIF metadata parser
* @author Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* @author Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*/
#include "exif.h"
...
...
libavcodec/exif.h
View file @
6a64b23d
/*
* EXIF metadata parser
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*
* This file is part of FFmpeg.
*
...
...
@@ -22,7 +22,7 @@
/**
* @file
* EXIF metadata parser
* @author Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* @author Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*/
#ifndef AVCODEC_EXIF_H
...
...
libavcodec/tiff_common.c
View file @
6a64b23d
/*
* TIFF Common Routines
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*
* This file is part of FFmpeg.
*
...
...
@@ -22,7 +22,7 @@
/**
* @file
* TIFF Common Routines
* @author Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* @author Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*/
#include "tiff_common.h"
...
...
libavcodec/tiff_common.h
View file @
6a64b23d
/*
* TIFF Common Routines
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*
* This file is part of FFmpeg.
*
...
...
@@ -22,7 +22,7 @@
/**
* @file
* TIFF Common Routines
* @author Thilo Borgmann <thilo.borgmann _at_
googlemail.com
>
* @author Thilo Borgmann <thilo.borgmann _at_
mail.de
>
*/
#ifndef AVCODEC_TIFF_COMMON_H
...
...
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