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
e873c03a
Commit
e873c03a
authored
Oct 30, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc Doxygen markup improvements
parent
c68fafe0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
17 deletions
+17
-17
cmdutils.h
cmdutils.h
+1
-1
cinepak.c
libavcodec/cinepak.c
+4
-3
eamad.c
libavcodec/eamad.c
+2
-2
lsp.c
libavcodec/lsp.c
+1
-1
pulse.c
libavdevice/pulse.c
+0
-1
x11grab.c
libavdevice/x11grab.c
+3
-2
matroskadec.c
libavformat/matroskadec.c
+4
-4
oggdec.c
libavformat/oggdec.c
+2
-3
No files found.
cmdutils.h
View file @
e873c03a
...
...
@@ -190,7 +190,7 @@ void parse_loglevel(int argc, char **argv, const OptionDef *options);
*
* @param s Corresponding format context.
* @param st Stream from s to be checked.
* @param spec A stream specifier of the [v|a|s|d]:[
<stream index
>] form.
* @param spec A stream specifier of the [v|a|s|d]:[
\<stream index\
>] form.
*
* @return 1 if the stream matches, 0 if it doesn't, <0 on error
*/
...
...
libavcodec/cinepak.c
View file @
e873c03a
...
...
@@ -22,10 +22,11 @@
/**
* @file
* Cinepak video decoder
* by Ewald Snel <ewald@rambo.its.tudelft.nl>
* For more information on the Cinepak algorithm, visit:
* @author Ewald Snel <ewald@rambo.its.tudelft.nl>
*
* @see For more information on the Cinepak algorithm, visit:
* http://www.csse.monash.edu.au/~timf/
* For more information on the quirky data inside Sega FILM/CPK files, visit:
*
@see
For more information on the quirky data inside Sega FILM/CPK files, visit:
* http://wiki.multimedia.cx/index.php?title=Sega_FILM
*/
...
...
libavcodec/eamad.c
View file @
e873c03a
...
...
@@ -22,9 +22,9 @@
/**
* @file
* Electronic Arts Madcow Video Decoder
*
by
Peter Ross <pross@xvid.org>
*
@author
Peter Ross <pross@xvid.org>
*
*
Technical details here:
*
@see technical details at
* http://wiki.multimedia.cx/index.php?title=Electronic_Arts_MAD
*/
...
...
libavcodec/lsp.c
View file @
e873c03a
...
...
@@ -75,7 +75,7 @@ void ff_acelp_lsf2lspd(double *lsp, const float *lsf, int lp_order)
/**
* @brief decodes polynomial coefficients from LSP
* @param
f [out]
decoded polynomial coefficients (-0x20000000 <= (3.22) <= 0x1fffffff)
* @param
[out] f
decoded polynomial coefficients (-0x20000000 <= (3.22) <= 0x1fffffff)
* @param lsp LSP coefficients (-0x8000 <= (0.15) <= 0x7fff)
*/
static
void
lsp2poly
(
int
*
f
,
const
int16_t
*
lsp
,
int
lp_half_order
)
...
...
libavdevice/pulse.c
View file @
e873c03a
...
...
@@ -23,7 +23,6 @@
* @file
* PulseAudio input using the simple API.
* @author Luca Barbato <lu_zero@gentoo.org>
*
*/
#include <pulse/simple.h>
...
...
libavdevice/x11grab.c
View file @
e873c03a
...
...
@@ -31,8 +31,9 @@
/**
* @file
* X11 frame device demuxer by Clemens Fruhwirth <clemens@endorphin.org>
* and Edouard Gomez <ed.gomez@free.fr>.
* X11 frame device demuxer
* @author Clemens Fruhwirth <clemens@endorphin.org>
* @author Edouard Gomez <ed.gomez@free.fr>
*/
#include "config.h"
...
...
libavformat/matroskadec.c
View file @
e873c03a
...
...
@@ -22,10 +22,10 @@
/**
* @file
* Matroska file demuxer
*
by
Ronald Bultje <rbultje@ronald.bitfreak.net>
* with a little help from Moritz Bunkus <moritz@bunkus.org>
* totally reworked by Aurelien Jacobs <aurel@gnuage.org>
*
Specs available on the Matroska project page: http://www.matroska.org/.
*
@author
Ronald Bultje <rbultje@ronald.bitfreak.net>
*
@author
with a little help from Moritz Bunkus <moritz@bunkus.org>
*
@author
totally reworked by Aurelien Jacobs <aurel@gnuage.org>
*
@see specs available on the Matroska project page: http://www.matroska.org/
*/
#include <stdio.h>
...
...
libavformat/oggdec.c
View file @
e873c03a
...
...
@@ -2,10 +2,9 @@
* Ogg bitstream support
* Luca Barbato <lu_zero@gentoo.org>
* Based on tcvp implementation
*
*/
/*
*
/*
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård
Permission is hereby granted, free of charge, to any person
...
...
@@ -27,7 +26,7 @@
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*
*/
*/
#include <stdio.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