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
ad4cd0c2
Commit
ad4cd0c2
authored
Jul 14, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen: use Doxygen markup for authors and web links where appropriate
parent
6168781f
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
17 additions
and
29 deletions
+17
-29
alac.c
libavcodec/alac.c
+1
-3
eatqi.c
libavcodec/eatqi.c
+2
-4
flacdec.c
libavcodec/flacdec.c
+1
-3
lzw.c
libavcodec/lzw.c
+1
-1
lzw.h
libavcodec/lzw.h
+1
-1
rl2.c
libavcodec/rl2.c
+1
-3
tta.c
libavcodec/tta.c
+2
-2
vqavideo.c
libavcodec/vqavideo.c
+3
-3
fbdev.c
libavdevice/fbdev.c
+1
-1
iss.c
libavformat/iss.c
+1
-3
rl2.c
libavformat/rl2.c
+1
-3
rtpdec_svq3.c
libavformat/rtpdec_svq3.c
+1
-1
rtpdec_vp8.c
libavformat/rtpdec_vp8.c
+1
-1
No files found.
libavcodec/alac.c
View file @
ad4cd0c2
...
...
@@ -23,9 +23,7 @@
* @file
* ALAC (Apple Lossless Audio Codec) decoder
* @author 2005 David Hammerton
*
* For more information on the ALAC format, visit:
* http://crazney.net/programs/itunes/alac.html
* @see http://crazney.net/programs/itunes/alac.html
*
* Note: This decoder expects a 36- (0x24-)byte QuickTime atom to be
* passed through the extradata[_size] fields. This atom is tacked onto
...
...
libavcodec/eatqi.c
View file @
ad4cd0c2
...
...
@@ -22,10 +22,8 @@
/**
* @file
* Electronic Arts TQI Video Decoder
* by Peter Ross <pross@xvid.org>
*
* Technical details here:
* http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI
* @author Peter Ross <pross@xvid.org>
* @see http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI
*/
#include "avcodec.h"
...
...
libavcodec/flacdec.c
View file @
ad4cd0c2
...
...
@@ -23,9 +23,7 @@
* @file
* FLAC (Free Lossless Audio Codec) decoder
* @author Alex Beregszaszi
*
* For more information on the FLAC format, visit:
* http://flac.sourceforge.net/
* @see http://flac.sourceforge.net/
*
* This decoder can be used in 1 of 2 ways: Either raw FLAC data can be fed
* through, starting from the initial 'fLaC' signature; or by passing the
...
...
libavcodec/lzw.c
View file @
ad4cd0c2
...
...
@@ -24,7 +24,7 @@
* @file
* @brief LZW decoding routines
* @author Fabrice Bellard
*
M
odified for use in TIFF by Konstantin Shishkov
*
@author m
odified for use in TIFF by Konstantin Shishkov
*/
#include "avcodec.h"
...
...
libavcodec/lzw.h
View file @
ad4cd0c2
...
...
@@ -24,7 +24,7 @@
* @file
* @brief LZW decoding routines
* @author Fabrice Bellard
* modified for use in TIFF by Konstantin Shishkov
*
@author
modified for use in TIFF by Konstantin Shishkov
*/
#ifndef AVCODEC_LZW_H
...
...
libavcodec/rl2.c
View file @
ad4cd0c2
...
...
@@ -23,9 +23,7 @@
* @file
* RL2 Video Decoder
* @author Sascha Sommer (saschasommer@freenet.de)
*
* For more information about the RL2 format, visit:
* http://wiki.multimedia.cx/index.php?title=RL2
* @see http://wiki.multimedia.cx/index.php?title=RL2
*/
#include <stdio.h>
...
...
libavcodec/tta.c
View file @
ad4cd0c2
...
...
@@ -22,9 +22,9 @@
/**
* @file
* TTA (The Lossless True Audio) decoder
* (www.true-audio.com or tta.corecodec.org)
* @see http://www.true-audio.com/
* @see http://tta.corecodec.org/
* @author Alex Beregszaszi
*
*/
#define ALT_BITSTREAM_READER_LE
...
...
libavcodec/vqavideo.c
View file @
ad4cd0c2
...
...
@@ -21,9 +21,9 @@
/**
* @file
* VQA Video Decoder
by Mike Melanson (melanson@pcisys.net)
*
For more information about the VQA format, visit:
*
http://wiki.multimedia.cx/index.php?title=VQA
* VQA Video Decoder
*
@author Mike Melanson (melanson@pcisys.net)
*
@see
http://wiki.multimedia.cx/index.php?title=VQA
*
* The VQA video decoder outputs PAL8 or RGB555 colorspace data, depending
* on the type of data in the file.
...
...
libavdevice/fbdev.c
View file @
ad4cd0c2
...
...
@@ -24,7 +24,7 @@
* @file
* Linux framebuffer input device,
* inspired by code from fbgrab.c by Gunnar Monell.
*
See also http://linux-fbdev.sourceforge.net/.
*
@see http://linux-fbdev.sourceforge.net/
*/
/* #define DEBUG */
...
...
libavformat/iss.c
View file @
ad4cd0c2
...
...
@@ -23,9 +23,7 @@
* @file
* Funcom ISS file demuxer
* @author Jaikrishnan Menon
*
* For more information on the .iss file format, visit:
* http://wiki.multimedia.cx/index.php?title=FunCom_ISS
* @see http://wiki.multimedia.cx/index.php?title=FunCom_ISS
*/
#include "avformat.h"
...
...
libavformat/rl2.c
View file @
ad4cd0c2
...
...
@@ -23,9 +23,7 @@
* RL2 file demuxer
* @file
* @author Sascha Sommer (saschasommer@freenet.de)
*
* For more information regarding the RL2 file format, visit:
* http://wiki.multimedia.cx/index.php?title=RL2
* @see http://wiki.multimedia.cx/index.php?title=RL2
*
* extradata:
* 2 byte le initial drawing offset within 320x200 viewport
...
...
libavformat/rtpdec_svq3.c
View file @
ad4cd0c2
...
...
@@ -22,8 +22,8 @@
/**
* @file
* @brief RTP support for the SV3V (SVQ3) payload
* (http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization)
* @author Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* @see http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization
*/
#include <string.h>
...
...
libavformat/rtpdec_vp8.c
View file @
ad4cd0c2
...
...
@@ -23,7 +23,7 @@
* @file
* @brief RTP support for the VP8 payload
* @author Josh Allmann <joshua.allmann@gmail.com>
*
( http://www.webmproject.org/code/specs/rtp/ )
*
@see http://www.webmproject.org/code/specs/rtp/
*/
#include "libavcodec/bytestream.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