This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix filenames in Doxygen comments.
Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
bd591ead45
commit
99ed41a808
15 changed files
with
15 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/adxdec.c
+1
-1
libavcodec/adxenc.c
+1
-1
libavcodec/dcadata.h
+1
-1
libavcodec/elbg.c
+1
-1
libavcodec/h264idct.c
+1
-1
libavcodec/lcldec.c
+1
-1
libavcodec/lclenc.c
+1
-1
libavcodec/libfaad.c
+1
-1
libavcodec/libmp3lame.c
+1
-1
libavcodec/libtheoraenc.c
+1
-1
libavcodec/libvorbis.c
+1
-1
libavcodec/libxvidff.c
+1
-1
libavcodec/motion-test.c
+1
-1
libavcodec/vmdav.c
+1
-1
libavcodec/ws-snd1.c
+ 1
- 1
libavcodec/adxdec.c
View File
@@ -24,7 +24,7 @@
#include "adx.h"
/**
* @file adx.c
* @file adx
dec
.c
* SEGA CRI adx codecs.
*
* Reference documents:
+ 1
- 1
libavcodec/adxenc.c
View File
@@ -24,7 +24,7 @@
#include "adx.h"
/**
* @file adx.c
* @file adx
enc
.c
* SEGA CRI adx codecs.
*
* Reference documents:
+ 1
- 1
libavcodec/dcadata.h
View File
@@ -21,7 +21,7 @@
*/
/**
* @file dcadata.
c
* @file dcadata.
h
*/
#ifndef AVCODEC_DCADATA_H
+ 1
- 1
libavcodec/elbg.c
View File
@@ -19,7 +19,7 @@
*/
/**
* @file
cbook_gen
.c
* @file
elbg
.c
* Codebook Generator using the ELBG algorithm
*/
+ 1
- 1
libavcodec/h264idct.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file h264
-
idct.c
* @file h264idct.c
* H.264 IDCT.
* @author Michael Niedermayer <michaelni@gmx.at>
*/
+ 1
- 1
libavcodec/lcldec.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file lcl.c
* @file lcl
dec
.c
* LCL (LossLess Codec Library) Video Codec
* Decoder for MSZH and ZLIB codecs
* Experimental encoder for ZLIB RGB24
+ 1
- 1
libavcodec/lclenc.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file lcl.c
* @file lcl
enc
.c
* LCL (LossLess Codec Library) Video Codec
* Decoder for MSZH and ZLIB codecs
* Experimental encoder for ZLIB RGB24
+ 1
- 1
libavcodec/libfaad.c
View File
@@ -21,7 +21,7 @@
*/
/**
* @file faad.c
* @file
lib
faad.c
* AAC decoder.
*
* still a bit unfinished - but it plays something
+ 1
- 1
libavcodec/libmp3lame.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file mp3lame
audio
.c
* @file
lib
mp3lame.c
* Interface to libmp3lame for mp3 encoding.
*/
+ 1
- 1
libavcodec/libtheoraenc.c
View File
@@ -19,7 +19,7 @@
*/
/*!
* \file theoraenc.c
* \file
lib
theoraenc.c
* \brief Theora encoder using libtheora.
* \author Paul Richards <paul.richards@gmail.com>
*
+ 1
- 1
libavcodec/libvorbis.c
View File
@@ -19,7 +19,7 @@
*/
/**
* @file
ogg
vorbis.c
* @file
lib
vorbis.c
* Ogg Vorbis codec support via libvorbisenc.
* @author Mark Hills <mark@pogo.org.uk>
*/
+ 1
- 1
libavcodec/libxvidff.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file
xvidmpeg4
.c
* @file
libxvidff
.c
* Interface to xvidcore for MPEG-4 compliant encoding.
* @author Adam Thayer (krevnik@comcast.net)
*/
+ 1
- 1
libavcodec/motion-test.c
View File
@@ -19,7 +19,7 @@
*/
/**
* @file motion
_
test.c
* @file motion
-
test.c
* motion test.
*/
+ 1
- 1
libavcodec/vmdav.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file vmdv
ideo
.c
* @file vmd
a
v.c
* Sierra VMD audio & video decoders
* by Vladimir "VAG" Gneushev (vagsoft at mail.ru)
* for more information on the Sierra VMD format, visit:
+ 1
- 1
libavcodec/ws-snd1.c
View File
@@ -23,7 +23,7 @@
#include "avcodec.h"
/**
* @file ws-snd.c
* @file ws-snd
1
.c
* Westwood SNDx codecs.
*
* Reference documents about VQA format and its audio codecs
Write
Preview
Loading…
Cancel
Save