summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/adxdec.c2
-rw-r--r--libavcodec/adxenc.c2
-rw-r--r--libavcodec/dcadata.h2
-rw-r--r--libavcodec/elbg.c2
-rw-r--r--libavcodec/h264idct.c2
-rw-r--r--libavcodec/lcldec.c2
-rw-r--r--libavcodec/lclenc.c2
-rw-r--r--libavcodec/libfaad.c2
-rw-r--r--libavcodec/libmp3lame.c2
-rw-r--r--libavcodec/libtheoraenc.c2
-rw-r--r--libavcodec/libvorbis.c2
-rw-r--r--libavcodec/libxvidff.c2
-rw-r--r--libavcodec/motion-test.c2
-rw-r--r--libavcodec/vmdav.c2
-rw-r--r--libavcodec/ws-snd1.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c
index aa0e896128..0ce3d1fe82 100644
--- a/libavcodec/adxdec.c
+++ b/libavcodec/adxdec.c
@@ -24,7 +24,7 @@
#include "adx.h"
/**
- * @file adx.c
+ * @file adxdec.c
* SEGA CRI adx codecs.
*
* Reference documents:
diff --git a/libavcodec/adxenc.c b/libavcodec/adxenc.c
index 1ba860831e..21df9d4a49 100644
--- a/libavcodec/adxenc.c
+++ b/libavcodec/adxenc.c
@@ -24,7 +24,7 @@
#include "adx.h"
/**
- * @file adx.c
+ * @file adxenc.c
* SEGA CRI adx codecs.
*
* Reference documents:
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index 8b777efda1..2c15bba5c6 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -21,7 +21,7 @@
*/
/**
- * @file dcadata.c
+ * @file dcadata.h
*/
#ifndef AVCODEC_DCADATA_H
diff --git a/libavcodec/elbg.c b/libavcodec/elbg.c
index fed25fcdd4..59ae4b97a0 100644
--- a/libavcodec/elbg.c
+++ b/libavcodec/elbg.c
@@ -19,7 +19,7 @@
*/
/**
- * @file cbook_gen.c
+ * @file elbg.c
* Codebook Generator using the ELBG algorithm
*/
diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c
index 57d1b75452..8aae501d1a 100644
--- a/libavcodec/h264idct.c
+++ b/libavcodec/h264idct.c
@@ -20,7 +20,7 @@
*/
/**
- * @file h264-idct.c
+ * @file h264idct.c
* H.264 IDCT.
* @author Michael Niedermayer <michaelni@gmx.at>
*/
diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c
index 2f16b730ab..f8630fad15 100644
--- a/libavcodec/lcldec.c
+++ b/libavcodec/lcldec.c
@@ -20,7 +20,7 @@
*/
/**
- * @file lcl.c
+ * @file lcldec.c
* LCL (LossLess Codec Library) Video Codec
* Decoder for MSZH and ZLIB codecs
* Experimental encoder for ZLIB RGB24
diff --git a/libavcodec/lclenc.c b/libavcodec/lclenc.c
index 680a511be1..517c26ca91 100644
--- a/libavcodec/lclenc.c
+++ b/libavcodec/lclenc.c
@@ -20,7 +20,7 @@
*/
/**
- * @file lcl.c
+ * @file lclenc.c
* LCL (LossLess Codec Library) Video Codec
* Decoder for MSZH and ZLIB codecs
* Experimental encoder for ZLIB RGB24
diff --git a/libavcodec/libfaad.c b/libavcodec/libfaad.c
index 6414bf6c6f..0eea71bdd7 100644
--- a/libavcodec/libfaad.c
+++ b/libavcodec/libfaad.c
@@ -21,7 +21,7 @@
*/
/**
- * @file faad.c
+ * @file libfaad.c
* AAC decoder.
*
* still a bit unfinished - but it plays something
diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c
index c91f653ce6..295f5556b9 100644
--- a/libavcodec/libmp3lame.c
+++ b/libavcodec/libmp3lame.c
@@ -20,7 +20,7 @@
*/
/**
- * @file mp3lameaudio.c
+ * @file libmp3lame.c
* Interface to libmp3lame for mp3 encoding.
*/
diff --git a/libavcodec/libtheoraenc.c b/libavcodec/libtheoraenc.c
index abfa462c96..e19cc4c0d0 100644
--- a/libavcodec/libtheoraenc.c
+++ b/libavcodec/libtheoraenc.c
@@ -19,7 +19,7 @@
*/
/*!
- * \file theoraenc.c
+ * \file libtheoraenc.c
* \brief Theora encoder using libtheora.
* \author Paul Richards <paul.richards@gmail.com>
*
diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c
index 03c9f885c1..57c0f5b667 100644
--- a/libavcodec/libvorbis.c
+++ b/libavcodec/libvorbis.c
@@ -19,7 +19,7 @@
*/
/**
- * @file oggvorbis.c
+ * @file libvorbis.c
* Ogg Vorbis codec support via libvorbisenc.
* @author Mark Hills <mark@pogo.org.uk>
*/
diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c
index 1251fdd68f..3041511f72 100644
--- a/libavcodec/libxvidff.c
+++ b/libavcodec/libxvidff.c
@@ -20,7 +20,7 @@
*/
/**
- * @file xvidmpeg4.c
+ * @file libxvidff.c
* Interface to xvidcore for MPEG-4 compliant encoding.
* @author Adam Thayer (krevnik@comcast.net)
*/
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c
index 439c4d0737..285bac1e5a 100644
--- a/libavcodec/motion-test.c
+++ b/libavcodec/motion-test.c
@@ -19,7 +19,7 @@
*/
/**
- * @file motion_test.c
+ * @file motion-test.c
* motion test.
*/
diff --git a/libavcodec/vmdav.c b/libavcodec/vmdav.c
index ed9ba28dac..975efe5ac2 100644
--- a/libavcodec/vmdav.c
+++ b/libavcodec/vmdav.c
@@ -20,7 +20,7 @@
*/
/**
- * @file vmdvideo.c
+ * @file vmdav.c
* Sierra VMD audio & video decoders
* by Vladimir "VAG" Gneushev (vagsoft at mail.ru)
* for more information on the Sierra VMD format, visit:
diff --git a/libavcodec/ws-snd1.c b/libavcodec/ws-snd1.c
index 2dc49fcefa..099f9b6d60 100644
--- a/libavcodec/ws-snd1.c
+++ b/libavcodec/ws-snd1.c
@@ -23,7 +23,7 @@
#include "avcodec.h"
/**
- * @file ws-snd.c
+ * @file ws-snd1.c
* Westwood SNDx codecs.
*
* Reference documents about VQA format and its audio codecs