Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
3c1d52d3
Commit
3c1d52d3
authored
May 04, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few @file doxy inconsistencies.
parent
49df97b2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
diracdec.c
libavcodec/diracdec.c
+1
-1
exr.c
libavcodec/exr.c
+1
-1
png_parser.c
libavcodec/png_parser.c
+1
-1
proresenc_anatoliy.c
libavcodec/proresenc_anatoliy.c
+2
-1
vf_removelogo.c
libavfilter/vf_removelogo.c
+2
-1
No files found.
libavcodec/diracdec.c
View file @
3c1d52d3
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
*/
*/
/**
/**
* @file
libavcodec/diracdec.c
* @file
* Dirac Decoder
* Dirac Decoder
* @author Marco Gerards <marco@gnu.org>, David Conrad, Jordi Ortiz <nenjordi@gmail.com>
* @author Marco Gerards <marco@gnu.org>, David Conrad, Jordi Ortiz <nenjordi@gmail.com>
*/
*/
...
...
libavcodec/exr.c
View file @
3c1d52d3
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*/
*/
/**
/**
* @file
libavcodec/exr.c
* @file
* OpenEXR decoder
* OpenEXR decoder
* @author Jimmy Christensen
* @author Jimmy Christensen
*
*
...
...
libavcodec/png_parser.c
View file @
3c1d52d3
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*/
*/
/**
/**
* @file
libavcodec/png_parser.c
* @file
* PNG parser
* PNG parser
*/
*/
...
...
libavcodec/proresenc_anatoliy.c
View file @
3c1d52d3
...
@@ -21,7 +21,8 @@
...
@@ -21,7 +21,8 @@
*/
*/
/**
/**
* @file libavcodec/proresenc.c
* @file
* Apple ProRes encoder (Anatoliy Wasserman version)
* Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy)
* Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy)
*/
*/
...
...
libavfilter/vf_removelogo.c
View file @
3c1d52d3
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
*/
*/
/**
/**
* @file advanced blur-based logo removing filter
* @file
* Advanced blur-based logo removing filter
*
*
* This filter loads an image mask file showing where a logo is and
* This filter loads an image mask file showing where a logo is and
* uses a blur transform to remove the logo.
* uses a blur transform to remove the logo.
...
...
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