Browse code

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/02/01 11:00:19
Showing 380 changed files
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file 4xm.c
23
+ * @file libavcodec/4xm.c
24 24
  * 4XM codec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file 8bps.c
23
+ * @file libavcodec/8bps.c
24 24
  * QT 8BPS Video Decoder by Roberto Togni
25 25
  * For more information about the 8BPS format, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file 8svx.c
23
+ * @file libavcodec/8svx.c
24 24
  * 8svx audio decoder
25 25
  * @author Jaikrishnan Menon
26 26
  * supports: fibonacci delta encoding
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file aac.c
24
+ * @file libavcodec/aac.c
25 25
  * AAC decoder
26 26
  * @author Oded Shimon  ( ods15 ods15 dyndns org )
27 27
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file aac.h
24
+ * @file libavcodec/aac.h
25 25
  * AAC definitions and structures
26 26
  * @author Oded Shimon  ( ods15 ods15 dyndns org )
27 27
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file aacdectab.h
24
+ * @file libavcodec/aacdectab.h
25 25
  * AAC decoder data
26 26
  * @author Oded Shimon  ( ods15 ods15 dyndns org )
27 27
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file aacenc.c
23
+ * @file libavcodec/aacenc.c
24 24
  * AAC encoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file aacpsy.c
23
+ * @file libavcodec/aacpsy.c
24 24
  * AAC encoder psychoacoustic model
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file aactab.c
24
+ * @file libavcodec/aactab.c
25 25
  * AAC data
26 26
  * @author Oded Shimon  ( ods15 ods15 dyndns org )
27 27
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file aactab.h
24
+ * @file libavcodec/aactab.h
25 25
  * AAC data declarations
26 26
  * @author Oded Shimon  ( ods15 ods15 dyndns org )
27 27
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file aandcttab.c
20
+ * @file libavcodec/aandcttab.c
21 21
  * AAN (Arai Agui Aakajima) (I)DCT tables
22 22
  */
23 23
 
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file aandcttab.h
20
+ * @file libavcodec/aandcttab.h
21 21
  * AAN (Arai Agui Nakajima) (I)DCT tables
22 22
  */
23 23
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file aasc.c
23
+ * @file libavcodec/aasc.c
24 24
  * Autodesk RLE Video Decoder by Konstantin Shishkov
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ac3.c
23
+ * @file libavcodec/ac3.c
24 24
  * Common code between the AC-3 encoder and decoder.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ac3.h
23
+ * @file libavcodec/ac3.h
24 24
  * Common code between the AC-3 encoder and decoder.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ac3.h
23
+ * @file libavcodec/ac3.h
24 24
  * Common code between the AC-3 and E-AC-3 decoders.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ac3dec_data.c
23
+ * @file libavcodec/ac3dec_data.c
24 24
  * tables taken directly from the AC-3 spec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ac3enc.c
23
+ * @file libavcodec/ac3enc.c
24 24
  * The simplest AC-3 encoder.
25 25
  */
26 26
 //#define DEBUG
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ac3tab.c
23
+ * @file libavcodec/ac3tab.c
24 24
  * tables taken directly from the AC-3 spec.
25 25
  */
26 26
 
... ...
@@ -23,7 +23,7 @@
23 23
 #include "bytestream.h"
24 24
 
25 25
 /**
26
- * @file adpcm.c
26
+ * @file libavcodec/adpcm.c
27 27
  * ADPCM codecs.
28 28
  * First version by Francois Revol (revol@free.fr)
29 29
  * Fringe ADPCM codecs (e.g., DK3, DK4, Westwood)
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file adx.h
23
+ * @file libavcodec/adx.h
24 24
  * SEGA CRI adx codecs.
25 25
  *
26 26
  * Reference documents:
... ...
@@ -24,7 +24,7 @@
24 24
 #include "adx.h"
25 25
 
26 26
 /**
27
- * @file adxdec.c
27
+ * @file libavcodec/adxdec.c
28 28
  * SEGA CRI adx codecs.
29 29
  *
30 30
  * Reference documents:
... ...
@@ -24,7 +24,7 @@
24 24
 #include "adx.h"
25 25
 
26 26
 /**
27
- * @file adxenc.c
27
+ * @file libavcodec/adxenc.c
28 28
  * SEGA CRI adx codecs.
29 29
  *
30 30
  * Reference documents:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file alac.c
23
+ * @file libavcodec/alac.c
24 24
  * ALAC (Apple Lossless Audio Codec) decoder
25 25
  * @author 2005 David Hammerton
26 26
  *
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file allcodecs.c
23
+ * @file libavcodec/allcodecs.c
24 24
  * Provides registration of all codecs, parsers and bitstream filters for libavcodec.
25 25
  */
26 26
 
... ...
@@ -27,7 +27,7 @@
27 27
 #include "bytestream.h"
28 28
 
29 29
 /**
30
- * @file apedec.c
30
+ * @file libavcodec/apedec.c
31 31
  * Monkey's Audio lossless audio decoder
32 32
  */
33 33
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file apiexample.c
22
+ * @file libavcodec/apiexample.c
23 23
  * avcodec API use example.
24 24
  *
25 25
  * Note that this library only handles codecs (mpeg, mpeg4, etc...),
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file asv1.c
23
+ * @file libavcodec/asv1.c
24 24
  * ASUS V1/V2 codec.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file atrac3.c
24
+ * @file libavcodec/atrac3.c
25 25
  * Atrac 3 compatible decoder.
26 26
  * This decoder handles Sony's ATRAC3 data.
27 27
  *
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file atrac3data.h
24
+ * @file libavcodec/atrac3data.h
25 25
  * Atrac 3 AKA RealAudio 8 compatible decoder data
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file audioconvert.c
23
+ * @file libavcodec/audioconvert.c
24 24
  * audio conversion
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -24,7 +24,7 @@
24 24
 #define AVCODEC_AUDIOCONVERT_H
25 25
 
26 26
 /**
27
- * @file audioconvert.h
27
+ * @file libavcodec/audioconvert.h
28 28
  * Audio format conversion routines
29 29
  */
30 30
 
... ...
@@ -22,7 +22,7 @@
22 22
 #define AVCODEC_AVCODEC_H
23 23
 
24 24
 /**
25
- * @file avcodec.h
25
+ * @file libavcodec/avcodec.h
26 26
  * external API header
27 27
  */
28 28
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file bethsoftvideo.c
23
+ * @file libavcodec/bethsoftvideo.c
24 24
  * @brief Bethesda Softworks VID Video Decoder
25 25
  * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
26 26
  * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file bfi.c
23
+ * @file libavcodec/bfi.c
24 24
  * @brief Brute Force & Ignorance (.bfi) video decoder
25 25
  * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
26 26
  * @sa http://wiki.multimedia.cx/index.php?title=BFI
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file bitstream.c
26
+ * @file libavcodec/bitstream.c
27 27
  * bitstream api.
28 28
  */
29 29
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file bitstream.h
22
+ * @file libavcodec/bitstream.h
23 23
  * bitstream api header.
24 24
  */
25 25
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file cabac.c
23
+ * @file libavcodec/cabac.c
24 24
  * Context Adaptive Binary Arithmetic Coder.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file cabac.h
23
+ * @file libavcodec/cabac.h
24 24
  * Context Adaptive Binary Arithmetic Coder.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file cavs.c
23
+ * @file libavcodec/cavs.c
24 24
  * Chinese AVS video (AVS1-P2, JiZhun profile) decoder
25 25
  * @author Stefan Gehrer <stefan.gehrer@gmx.de>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file cavs_parser.c
23
+ * @file libavcodec/cavs_parser.c
24 24
  * Chinese AVS video (AVS1-P2, JiZhun profile) parser
25 25
  * @author Stefan Gehrer <stefan.gehrer@gmx.de>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file cavsdec.c
23
+ * @file libavcodec/cavsdec.c
24 24
  * Chinese AVS video (AVS1-P2, JiZhun profile) decoder
25 25
  * @author Stefan Gehrer <stefan.gehrer@gmx.de>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file cinepak.c
23
+ * @file libavcodec/cinepak.c
24 24
  * Cinepak video decoder
25 25
  * by Ewald Snel <ewald@rambo.its.tudelft.nl>
26 26
  * For more information on the Cinepak algorithm, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file cljr.c
23
+ * @file libavcodec/cljr.c
24 24
  * Cirrus Logic AccuPak codec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file colorspace.h
23
+ * @file libavcodec/colorspace.h
24 24
  * Various defines for YUV<->RGB conversion
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file cook.c
24
+ * @file libavcodec/cook.c
25 25
  * Cook compatible decoder. Bastardization of the G.722.1 standard.
26 26
  * This decoder handles RealNetworks, RealAudio G2 data.
27 27
  * Cook is identified by the codec name cook in RM files.
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file cookdata.h
24
+ * @file libavcodec/cookdata.h
25 25
  * Cook AKA RealAudio G2 compatible decoderdata
26 26
  */
27 27
 
... ...
@@ -24,7 +24,7 @@
24 24
  */
25 25
 
26 26
 /**
27
- * @file cyuv.c
27
+ * @file libavcodec/cyuv.c
28 28
  * Creative YUV (CYUV) Video Decoder.
29 29
  */
30 30
 
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file dca.c
26
+ * @file libavcodec/dca.c
27 27
  */
28 28
 
29 29
 #include <math.h>
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file dca_parser.c
26
+ * @file libavcodec/dca_parser.c
27 27
  */
28 28
 
29 29
 #include "parser.h"
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file dcadata.h
24
+ * @file libavcodec/dcadata.h
25 25
  */
26 26
 
27 27
 #ifndef AVCODEC_DCADATA_H
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file dct-test.c
23
+ * @file libavcodec/dct-test.c
24 24
  * DCT test. (c) 2001 Fabrice Bellard.
25 25
  * Started from sample code by Juan J. Sierralta P.
26 26
  */
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file dirac_parser.c
25
+ * @file libavcodec/dirac_parser.c
26 26
  * Dirac Parser
27 27
  * @author Marco Gerards <marco@gnu.org>
28 28
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file dnxhd_parser.c
23
+ * @file libavcodec/dnxhd_parser.c
24 24
  * DNxHD/VC-3 parser
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file dsicinav.c
23
+ * @file libavcodec/dsicinav.c
24 24
  * Delphine Software International CIN audio/video decoders
25 25
  */
26 26
 
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file dsputil.c
26
+ * @file libavcodec/dsputil.c
27 27
  * DSP utils
28 28
  */
29 29
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file dsputil.h
24
+ * @file libavcodec/dsputil.h
25 25
  * DSP utils.
26 26
  * note, many functions in here may use MMX which trashes the FPU state, it is
27 27
  * absolutely necessary to call emms_c() between dsp & float/double code
... ...
@@ -34,7 +34,7 @@
34 34
  */
35 35
 
36 36
 /**
37
- * @file dv.c
37
+ * @file libavcodec/dv.c
38 38
  * DV codec.
39 39
  */
40 40
 #define ALT_BITSTREAM_READER
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file dvdata.h
23
+ * @file libavcodec/dvdata.h
24 24
  * Constants for DV codec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file dxa.c
23
+ * @file libavcodec/dxa.c
24 24
  * DXA Video decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file eacmv.c
23
+ * @file libavcodec/eacmv.c
24 24
  * Electronic Arts CMV Video Decoder
25 25
  * by Peter Ross (suxen_drol at hotmail dot com)
26 26
  *
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file eaidct.c
23
+ * @file libavcodec/eaidct.c
24 24
  * Electronic Arts TGQ/TQI/MAD IDCT algorithm
25 25
  * @author Peter Ross <pross@xvid.org>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file eatgq.c
23
+ * @file libavcodec/eatgq.c
24 24
  * Electronic Arts TGQ Video Decoder
25 25
  * @author Peter Ross <pross@xvid.org>
26 26
  *
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file eatgv.c
23
+ * @file libavcodec/eatgv.c
24 24
  * Electronic Arts TGV Video Decoder
25 25
  * by Peter Ross (suxen_drol at hotmail dot com)
26 26
  *
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file elbg.c
22
+ * @file libavcodec/elbg.c
23 23
  * Codebook Generator using the ELBG algorithm
24 24
  */
25 25
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file error_resilience.c
24
+ * @file libavcodec/error_resilience.c
25 25
  * Error resilience / concealment.
26 26
  */
27 27
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file eval.c
25
+ * @file libavcodec/eval.c
26 26
  * simple arithmetic expression evaluator.
27 27
  *
28 28
  * see http://joe.hotchkiss.com/programming/eval/eval.html
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file eval.h
24
+ * @file libavcodec/eval.h
25 25
  * eval header.
26 26
  */
27 27
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file faandct.c
22
+ * @file libavcodec/faandct.c
23 23
  * @brief
24 24
  *     Floating point AAN DCT
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file faandct.h
23
+ * @file libavcodec/faandct.h
24 24
  * @brief
25 25
  *     Floating point AAN DCT
26 26
  * @author Michael Niedermayer <michaelni@gmx.at>
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * CCITT Fax Group 3 and 4 decompression
24
- * @file faxcompr.c
24
+ * @file libavcodec/faxcompr.c
25 25
  * @author Konstantin Shishkov
26 26
  */
27 27
 #include "avcodec.h"
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * CCITT Fax Group 3 and 4 decompression
24
- * @file faxcompr.h
24
+ * @file libavcodec/faxcompr.h
25 25
  * @author Konstantin Shishkov
26 26
  */
27 27
 #ifndef AVCODEC_FAXCOMPR_H
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file fdctref.c
2
+ * @file libavcodec/fdctref.c
3 3
  * forward discrete cosine transform, double precision.
4 4
  */
5 5
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file fft-test.c
22
+ * @file libavcodec/fft-test.c
23 23
  * FFT and MDCT tests.
24 24
  */
25 25
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file fft.c
25
+ * @file libavcodec/fft.c
26 26
  * FFT/IFFT transforms.
27 27
  */
28 28
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file ffv1.c
24
+ * @file libavcodec/ffv1.c
25 25
  * FF Video Codec 1 (an experimental lossless codec)
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file flac.h
23
+ * @file libavcodec/flac.h
24 24
  * FLAC (Free Lossless Audio Codec) decoder/demuxer common functions
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file flacdec.c
23
+ * @file libavcodec/flacdec.c
24 24
  * FLAC (Free Lossless Audio Codec) decoder
25 25
  * @author Alex Beregszaszi
26 26
  *
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file flashsv.c
24
+ * @file libavcodec/flashsv.c
25 25
  * Flash Screen Video decoder
26 26
  * @author Alex Beregszaszi
27 27
  * @author Benjamin Larsson
... ...
@@ -23,7 +23,7 @@
23 23
 /* Encoding development sponsored by http://fh-campuswien.ac.at */
24 24
 
25 25
 /**
26
- * @file flashsvenc.c
26
+ * @file libavcodec/flashsvenc.c
27 27
  * Flash Screen Video encoder
28 28
  * @author Alex Beregszaszi
29 29
  * @author Benjamin Larsson
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file flicvideo.c
23
+ * @file libavcodec/flicvideo.c
24 24
  * Autodesk Animator FLI/FLC Video Decoder
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * for more information on the .fli/.flc file format and all of its many
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file fraps.c
24
+ * @file libavcodec/fraps.c
25 25
  * Lossless Fraps 'FPS1' decoder
26 26
  * @author Roine Gustafsson <roine at users sf net>
27 27
  * @author Konstantin Shishkov
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file golomb.c
23
+ * @file libavcodec/golomb.c
24 24
  * @brief
25 25
  *     exp golomb vlc stuff
26 26
  * @author Michael Niedermayer <michaelni@gmx.at>
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file golomb.h
24
+ * @file libavcodec/golomb.h
25 25
  * @brief
26 26
  *     exp golomb vlc stuff
27 27
  * @author Michael Niedermayer <michaelni@gmx.at> and Alex Beregszaszi
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file h261.c
24
+ * @file libavcodec/h261.c
25 25
  * h261codec.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file h261.c
24
+ * @file libavcodec/h261.c
25 25
  * h261codec.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file h261_parser.c
24
+ * @file libavcodec/h261_parser.c
25 25
  * h261codec.
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h261data.h
23
+ * @file libavcodec/h261data.h
24 24
  * H.261 tables.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file h261dec.c
24
+ * @file libavcodec/h261dec.c
25 25
  * H.261 decoder.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file h261enc.c
24
+ * @file libavcodec/h261enc.c
25 25
  * H.261 encoder.
26 26
  */
27 27
 
... ...
@@ -27,7 +27,7 @@
27 27
  */
28 28
 
29 29
 /**
30
- * @file h263.c
30
+ * @file libavcodec/h263.c
31 31
  * h263/mpeg4 codec.
32 32
  */
33 33
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h263_parser.c
23
+ * @file libavcodec/h263_parser.c
24 24
  * H.263 parser
25 25
  */
26 26
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file h263data.h
25
+ * @file libavcodec/h263data.h
26 26
  * H.263 tables.
27 27
  */
28 28
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file h263dec.c
24
+ * @file libavcodec/h263dec.c
25 25
  * H.263 decoder.
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264.c
23
+ * @file libavcodec/h264.c
24 24
  * H.264 / AVC / MPEG4 part10 codec.
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264.h
23
+ * @file libavcodec/h264.h
24 24
  * H.264 / AVC / MPEG4 part10 codec.
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264_parser.c
23
+ * @file libavcodec/h264_parser.c
24 24
  * H.264 / AVC / MPEG4 part10 parser.
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264_parser.h
23
+ * @file libavcodec/h264_parser.h
24 24
  * H.264 / AVC / MPEG4 part10 parser.
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264data.h
23
+ * @file libavcodec/h264data.h
24 24
  * @brief
25 25
  *     H264 / AVC / MPEG4 part10 codec data table
26 26
  * @author Michael Niedermayer <michaelni@gmx.at>
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file h264dspenc.c
24
+ * @file libavcodec/h264dspenc.c
25 25
  * H.264 encoder related DSP utils
26 26
  *
27 27
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264idct.c
23
+ * @file libavcodec/h264idct.c
24 24
  * H.264 IDCT.
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264pred.c
23
+ * @file libavcodec/h264pred.c
24 24
  * H.264 / AVC / MPEG4 part10 prediction functions.
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264pred.h
23
+ * @file libavcodec/h264pred.h
24 24
  * H.264 / AVC / MPEG4 prediction functions.
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file huffman.c
2
+ * @file libavcodec/huffman.c
3 3
  * huffman tree builder and VLC generator
4 4
  * Copyright (c) 2006 Konstantin Shishkov
5 5
  *
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file huffman.h
2
+ * @file libavcodec/huffman.h
3 3
  * huffman tree builder and VLC generator
4 4
  * Copyright (C) 2007  Aurelien Jacobs <aurel@gnuage.org>
5 5
  *
... ...
@@ -24,7 +24,7 @@
24 24
  */
25 25
 
26 26
 /**
27
- * @file huffyuv.c
27
+ * @file libavcodec/huffyuv.c
28 28
  * huffyuv codec for libavcodec.
29 29
  */
30 30
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file idcinvideo.c
23
+ * @file libavcodec/idcinvideo.c
24 24
  * id Quake II Cin Video Decoder by Dr. Tim Ferguson
25 25
  * For more information about the id CIN format, visit:
26 26
  *   http://www.csse.monash.edu.au/~timf/
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file iirfilter.c
23
+ * @file libavcodec/iirfilter.c
24 24
  * different IIR filters implementation
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file iirfilter.h
23
+ * @file libavcodec/iirfilter.h
24 24
  * IIR filter interface
25 25
  */
26 26
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- *  @file imc.c IMC - Intel Music Coder
25
+ *  @file libavcodec/imc.c IMC - Intel Music Coder
26 26
  *  A mdct based codec using a 256 points large transform
27 27
  *  divied into 32 bands with some mix of scale factors.
28 28
  *  Only mono is supported.
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file imgconvert.c
23
+ * @file libavcodec/imgconvert.c
24 24
  * misc image conversion routines
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file imgresample.c
23
+ * @file libavcodec/imgresample.c
24 24
  * High quality image resampling with polyphase filters .
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file imx_dump_header_bsf.c
23
+ * @file libavcodec/imx_dump_header_bsf.c
24 24
  * imx dump header bitstream filter
25 25
  * modifies bitstream to fit in mov and be decoded by final cut pro decoder
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file indeo2.c
23
+ * @file libavcodec/indeo2.c
24 24
  * Intel Indeo 2 decoder.
25 25
  */
26 26
 #define ALT_BITSTREAM_READER_LE
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file internal.h
20
+ * @file libavcodec/internal.h
21 21
  * common internal api header.
22 22
  */
23 23
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file interplayvideo.c
23
+ * @file libavcodec/interplayvideo.c
24 24
  * Interplay MVE Video Decoder by Mike Melanson (melanson@pcisys.net)
25 25
  * For more information about the Interplay MVE format, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/interplay-mve.txt
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file intrax8.c
20
+ * @file libavcodec/intrax8.c
21 21
  * @brief IntraX8 (J-Frame) subdecoder, used by WMV2 and VC-1
22 22
  */
23 23
 
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
-* @file intrax8dsp.c
20
+* @file libavcodec/intrax8dsp.c
21 21
  *@brief IntraX8 frame subdecoder image manipulation routines
22 22
  */
23 23
 
... ...
@@ -64,7 +64,7 @@
64 64
  */
65 65
 
66 66
 /**
67
- * @file jfdctfst.c
67
+ * @file libavcodec/jfdctfst.c
68 68
  * Independent JPEG Group's fast AAN dct.
69 69
  */
70 70
 
... ...
@@ -57,7 +57,7 @@
57 57
  */
58 58
 
59 59
 /**
60
- * @file jfdctint.c
60
+ * @file libavcodec/jfdctint.c
61 61
  * Independent JPEG Group's slow & accurate dct.
62 62
  */
63 63
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file jpegls.c
24
+ * @file libavcodec/jpegls.c
25 25
  * JPEG-LS common code.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file jpegls.h
24
+ * @file libavcodec/jpegls.h
25 25
  * JPEG-LS common code.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file jpeglsdec.c
24
+ * @file libavcodec/jpeglsdec.c
25 25
  * JPEG-LS decoder.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file jpeglsdec.h
24
+ * @file libavcodec/jpeglsdec.h
25 25
  * JPEG-LS decoder.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file jpeglsenc.c
24
+ * @file libavcodec/jpeglsenc.c
25 25
  * JPEG-LS encoder.
26 26
  */
27 27
 
... ...
@@ -60,7 +60,7 @@
60 60
  */
61 61
 
62 62
 /**
63
- * @file jrevdct.c
63
+ * @file libavcodec/jrevdct.c
64 64
  * Independent JPEG Group's LLM idct.
65 65
  */
66 66
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file kmvc.c
23
+ * @file libavcodec/kmvc.c
24 24
  * Karl Morton's Video Codec decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file lcldec.c
23
+ * @file libavcodec/lcldec.c
24 24
  * LCL (LossLess Codec Library) Video Codec
25 25
  * Decoder for MSZH and ZLIB codecs
26 26
  * Experimental encoder for ZLIB RGB24
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file lclenc.c
23
+ * @file libavcodec/lclenc.c
24 24
  * LCL (LossLess Codec Library) Video Codec
25 25
  * Decoder for MSZH and ZLIB codecs
26 26
  * Experimental encoder for ZLIB RGB24
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
-* @file libdirac.h
22
+* @file libavcodec/libdirac.h
23 23
 * data structures common to libdiracenc.c and libdiracdec.c
24 24
 */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
-* @file libdirac_libschro.c
22
+* @file libavcodec/libdirac_libschro.c
23 23
 * functions common to libdirac and libschroedinger
24 24
 */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
-* @file libdirac_libschro.h
22
+* @file libavcodec/libdirac_libschro.h
23 23
 * data structures common to libdirac and libschroedinger
24 24
 */
25 25
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
-* @file libdiracdec.c
24
+* @file libavcodec/libdiracdec.c
25 25
 * Dirac decoder support via libdirac library; more details about the Dirac
26 26
 * project can be found at http://dirac.sourceforge.net/.
27 27
 * The libdirac_decoder library implements Dirac specification version 2.2
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
-* @file libdiracenc.c
24
+* @file libavcodec/libdiracenc.c
25 25
 * Dirac encoding support via libdirac library; more details about the
26 26
 * Dirac project can be found at http://dirac.sourceforge.net/.
27 27
 * The libdirac_encoder library implements Dirac specification version 2.2
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file libfaac.c
23
+ * @file libavcodec/libfaac.c
24 24
  * Interface to libfaac for aac encoding.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file libfaad.c
24
+ * @file libavcodec/libfaad.c
25 25
  * AAC decoder.
26 26
  *
27 27
  * still a bit unfinished - but it plays something
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file libgsm.c
24
+ * @file libavcodec/libgsm.c
25 25
  * Interface to libgsm for gsm encoding/decoding
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file libmp3lame.c
23
+ * @file libavcodec/libmp3lame.c
24 24
  * Interface to libmp3lame for mp3 encoding.
25 25
  */
26 26
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
-* @file libschroedinger.c
22
+* @file libavcodec/libschroedinger.c
23 23
 * function definitions common to libschroedingerdec.c and libschroedingerenc.c
24 24
 */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
-* @file libschroedinger.h
22
+* @file libavcodec/libschroedinger.h
23 23
 * data structures common to libschroedingerdec.c and libschroedingerenc.c
24 24
 */
25 25
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
-* @file libschroedingerdec.c
23
+* @file libavcodec/libschroedingerdec.c
24 24
 * Dirac decoder support via libschroedinger-1.0 libraries. More details about
25 25
 * the Schroedinger project can be found at http://www.diracvideo.org/.
26 26
 * The library implements Dirac Specification Version 2.2.
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
-* @file libschroedingerenc.c
23
+* @file libavcodec/libschroedingerenc.c
24 24
 * Dirac encoder support via libschroedinger-1.0 libraries. More details about
25 25
 * the Schroedinger project can be found at http://www.diracvideo.org/.
26 26
 * The library implements Dirac Specification Version 2.2
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file libvorbis.c
22
+ * @file libavcodec/libvorbis.c
23 23
  * Ogg Vorbis codec support via libvorbisenc.
24 24
  * @author Mark Hills <mark@pogo.org.uk>
25 25
  */
... ...
@@ -22,7 +22,7 @@
22 22
 #define AVCODEC_LIBXVID_INTERNAL_H
23 23
 
24 24
 /**
25
- * @file libxvid_internal.h
25
+ * @file libavcodec/libxvid_internal.h
26 26
  * common functions for use with the Xvid wrappers
27 27
  */
28 28
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file libxvidff.c
23
+ * @file libavcodec/libxvidff.c
24 24
  * Interface to xvidcore for MPEG-4 compliant encoding.
25 25
  * @author Adam Thayer (krevnik@comcast.net)
26 26
  */
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file ljpegenc.c
29
+ * @file libavcodec/ljpegenc.c
30 30
  * lossless JPEG encoder.
31 31
  */
32 32
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file loco.c
23
+ * @file libavcodec/loco.c
24 24
  * LOCO codec.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file lzw.c
24
+ * @file libavcodec/lzw.c
25 25
  * @brief LZW decoding routines
26 26
  * @author Fabrice Bellard
27 27
  * Modified for use in TIFF by Konstantin Shishkov
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file lzw.h
24
+ * @file libavcodec/lzw.h
25 25
  * @brief LZW decoding routines
26 26
  * @author Fabrice Bellard
27 27
  * Modified for use in TIFF by Konstantin Shishkov
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * LZW encoder
24
- * @file lzwenc.c
24
+ * @file libavcodec/lzwenc.c
25 25
  * @author Bartlomiej Wolowiec
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mace.c
23
+ * @file libavcodec/mace.c
24 24
  * MACE decoder.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
 #include "dsputil.h"
22 22
 
23 23
 /**
24
- * @file mdct.c
24
+ * @file libavcodec/mdct.c
25 25
  * MDCT/IMDCT transforms.
26 26
  */
27 27
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file mdec.c
25
+ * @file libavcodec/mdec.c
26 26
  * Sony PlayStation MDEC (Motion DECoder)
27 27
  * This is very similar to intra-only MPEG-1.
28 28
  */
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file mjpeg.c
29
+ * @file libavcodec/mjpeg.c
30 30
  * MJPEG encoder and decoder.
31 31
  */
32 32
 
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file mjpeg.h
29
+ * @file libavcodec/mjpeg.h
30 30
  * MJPEG encoder and decoder.
31 31
  */
32 32
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file mjpeg_parser.c
25
+ * @file libavcodec/mjpeg_parser.c
26 26
  * MJPEG parser.
27 27
  */
28 28
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mjpega_dump_header_bsf.c
23
+ * @file libavcodec/mjpega_dump_header_bsf.c
24 24
  * MJPEG A dump header bitstream filter
25 25
  * modifies bitstream to be decoded by quicktime
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mjpegbdec.c
23
+ * @file libavcodec/mjpegbdec.c
24 24
  * Apple MJPEG-B decoder.
25 25
  */
26 26
 
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file mjpegdec.c
29
+ * @file libavcodec/mjpegdec.c
30 30
  * MJPEG decoder.
31 31
  */
32 32
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file mjpegdec.h
25
+ * @file libavcodec/mjpegdec.h
26 26
  * MJPEG decoder.
27 27
  */
28 28
 
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file mjpegenc.c
29
+ * @file libavcodec/mjpegenc.c
30 30
  * MJPEG encoder.
31 31
  */
32 32
 
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file mjpegenc.h
29
+ * @file libavcodec/mjpegenc.h
30 30
  * MJPEG encoder.
31 31
  */
32 32
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mlp_parser.c
23
+ * @file libavcodec/mlp_parser.c
24 24
  * MLP parser
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mlp_parser.h
23
+ * @file libavcodec/mlp_parser.h
24 24
  * MLP parser prototypes
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mlpdec.c
23
+ * @file libavcodec/mlpdec.c
24 24
  * MLP decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mmvideo.c
23
+ * @file libavcodec/mmvideo.c
24 24
  * American Laser Games MM Video Decoder
25 25
  * by Peter Ross (suxen_drol at hotmail dot com)
26 26
  *
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file motion-test.c
22
+ * @file libavcodec/motion-test.c
23 23
  * motion test.
24 24
  */
25 25
 
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file motion_est.c
26
+ * @file libavcodec/motion_est.c
27 27
  * Motion estimation.
28 28
  */
29 29
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file motion_est_template.c
23
+ * @file libavcodec/motion_est_template.c
24 24
  * Motion estimation template.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpc.c Musepack decoder core
23
+ * @file libavcodec/mpc.c Musepack decoder core
24 24
  * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples
25 25
  * divided into 32 subbands.
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpc.h Musepack decoder
23
+ * @file libavcodec/mpc.h Musepack decoder
24 24
  * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples
25 25
  * divided into 32 subbands.
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpc7.c Musepack SV7 decoder
23
+ * @file libavcodec/mpc7.c Musepack SV7 decoder
24 24
  * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples
25 25
  * divided into 32 subbands.
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpc8.c Musepack SV8 decoder
23
+ * @file libavcodec/mpc8.c Musepack SV8 decoder
24 24
  * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples
25 25
  * divided into 32 subbands.
26 26
  */
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file mpeg12.c
24
+ * @file libavcodec/mpeg12.c
25 25
  * MPEG-1/2 decoder
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file mpeg12data.c
24
+ * @file libavcodec/mpeg12data.c
25 25
  * MPEG1/2 tables.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file mpeg12data.h
24
+ * @file libavcodec/mpeg12data.h
25 25
  * MPEG1/2 tables.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file mpeg12decdata.h
24
+ * @file libavcodec/mpeg12decdata.h
25 25
  * MPEG1/2 decoder tables.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file mpeg12enc.c
24
+ * @file libavcodec/mpeg12enc.c
25 25
  * MPEG1/2 encoder
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file mpeg4data.h
24
+ * @file libavcodec/mpeg4data.h
25 25
  * mpeg4 tables.
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudio.c
23
+ * @file libavcodec/mpegaudio.c
24 24
  * MPEG Audio common code.
25 25
  */
26 26
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file mpegaudio.h
22
+ * @file libavcodec/mpegaudio.h
23 23
  * mpeg audio declarations for both encoder and decoder.
24 24
  */
25 25
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudiodata.c
23
+ * @file libavcodec/mpegaudiodata.c
24 24
  * mpeg audio layer common tables.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudiodata.h
23
+ * @file libavcodec/mpegaudiodata.h
24 24
  * mpeg audio layer common tables.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudiodec.c
23
+ * @file libavcodec/mpegaudiodec.c
24 24
  * MPEG Audio decoder.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudiodecheader.c
23
+ * @file libavcodec/mpegaudiodecheader.c
24 24
  * MPEG Audio header decoder.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudiodecheader.c
23
+ * @file libavcodec/mpegaudiodecheader.c
24 24
  * MPEG Audio header decoder.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudiodectab.h
23
+ * @file libavcodec/mpegaudiodectab.h
24 24
  * mpeg audio layer decoder tables.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mpegaudio.c
23
+ * @file libavcodec/mpegaudio.c
24 24
  * The simplest mpeg audio layer 2 encoder.
25 25
  */
26 26
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file mpegaudiotab.h
25
+ * @file libavcodec/mpegaudiotab.h
26 26
  * mpeg audio layer 2 tables.
27 27
  * Most of them come from the mpeg audio specification.
28 28
  */
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file mpegvideo.c
26
+ * @file libavcodec/mpegvideo.c
27 27
  * The simplest mpeg encoder (well, it was the simplest!).
28 28
  */
29 29
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file mpegvideo.h
24
+ * @file libavcodec/mpegvideo.h
25 25
  * mpegvideo header.
26 26
  */
27 27
 
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file mpegvideo_common.h
26
+ * @file libavcodec/mpegvideo_common.h
27 27
  * The simplest mpeg encoder (well, it was the simplest!).
28 28
  */
29 29
 
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file mpegvideo_enc.c
26
+ * @file libavcodec/mpegvideo_enc.c
27 27
  * The simplest mpeg encoder (well, it was the simplest!).
28 28
  */
29 29
 
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file msmpeg4.c
26
+ * @file libavcodec/msmpeg4.c
27 27
  * MSMPEG4 backend for ffmpeg encoder and decoder.
28 28
  */
29 29
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file msmpeg4.h
23
+ * @file libavcodec/msmpeg4.h
24 24
  */
25 25
 
26 26
 #ifndef AVCODEC_MSMPEG4_H
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file msmpeg4data.c
26
+ * @file libavcodec/msmpeg4data.c
27 27
  * MSMPEG4 data tables.
28 28
  */
29 29
 
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file msmpeg4data.h
26
+ * @file libavcodec/msmpeg4data.h
27 27
  * MSMPEG4 data tables.
28 28
  */
29 29
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file msrle.c
23
+ * @file libavcodec/msrle.c
24 24
  * MS RLE Video Decoder by Mike Melanson (melanson@pcisys.net)
25 25
  * For more information about the MS RLE format, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file msrledec.c
23
+ * @file libavcodec/msrledec.c
24 24
  * MS RLE Decoder based on decoder by Mike Melanson and my own for TSCC
25 25
  * For more information about the MS RLE format, visit:
26 26
  *   http://www.multimedia.cx/msrle.txt
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file msvideo1.c
23
+ * @file libavcodec/msvideo1.c
24 24
  * Microsoft Video-1 Decoder by Mike Melanson (melanson@pcisys.net)
25 25
  * For more information about the MS Video-1 format, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file nellymoser.c
29
+ * @file libavcodec/nellymoser.c
30 30
  * The 3 alphanumeric copyright notices are md5summed they are from the original
31 31
  * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
32 32
  */
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file nellymoser.h
29
+ * @file libavcodec/nellymoser.h
30 30
  * The 3 alphanumeric copyright notices are md5summed they are from the original
31 31
  * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
32 32
  */
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file nellymoserdec.c
29
+ * @file libavcodec/nellymoserdec.c
30 30
  * The 3 alphanumeric copyright notices are md5summed they are from the original
31 31
  * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
32 32
  */
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file nellymoserenc.c
25
+ * @file libavcodec/nellymoserenc.c
26 26
  * Nellymoser encoder
27 27
  * by Bartlomiej Wolowiec
28 28
  *
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file opt.c
23
+ * @file libavcodec/opt.c
24 24
  * AVOptions
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -23,7 +23,7 @@
23 23
 #define AVCODEC_OPT_H
24 24
 
25 25
 /**
26
- * @file opt.h
26
+ * @file libavcodec/opt.h
27 27
  * AVOptions
28 28
  */
29 29
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file options.c
23
+ * @file libavcodec/options.c
24 24
  * Options definition for AVCodecContext.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file pcm.c
23
+ * @file libavcodec/pcm.c
24 24
  * PCM codecs
25 25
  */
26 26
 
... ...
@@ -18,7 +18,7 @@
18 18
 
19 19
 
20 20
 /**
21
- * @file check_altivec.c
21
+ * @file libavcodec/ppc/check_altivec.c
22 22
  * Checks for AltiVec presence.
23 23
  */
24 24
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file imgresample_altivec.c
23
+ * @file libavcodec/ppc/imgresample_altivec.c
24 24
  * High quality image resampling with polyphase filters - AltiVec bits
25 25
  */
26 26
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- ** @file int_altivec.c
22
+ ** @file libavcodec/ppc/int_altivec.c
23 23
  ** integer misc ops.
24 24
  **/
25 25
 
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file util_altivec.h
20
+ * @file libavcodec/ppc/util_altivec.h
21 21
  * Contains misc utility macros and inline functions
22 22
  */
23 23
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file qcelp_lsp.c
23
+ * @file libavcodec/qcelp_lsp.c
24 24
  * QCELP decoder
25 25
  * @author Reynaldo H. Verdejo Pinochet
26 26
  * @remark FFmpeg merging spearheaded by Kenan Gillet
... ...
@@ -23,7 +23,7 @@
23 23
 #define AVCODEC_QCELPDATA_H
24 24
 
25 25
 /**
26
- * @file qcelpdata.h
26
+ * @file libavcodec/qcelpdata.h
27 27
  * Data tables for the QCELP decoder
28 28
  * @author Reynaldo H. Verdejo Pinochet
29 29
  * @remark FFmpeg merging spearheaded by Kenan Gillet
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file qcelpdec.c
23
+ * @file libavcodec/qcelpdec.c
24 24
  * QCELP decoder
25 25
  * @author Reynaldo H. Verdejo Pinochet
26 26
  * @remark FFmpeg merging spearheaded by Kenan Gillet
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file qdm2.c
26
+ * @file libavcodec/qdm2.c
27 27
  * QDM2 decoder
28 28
  * @author Ewald Snel, Benjamin Larsson, Alex Beregszaszi, Roberto Togni
29 29
  * The decoder is not perfect yet, there are still some distortions
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
  /**
26
- * @file qdm2data.h
26
+ * @file libavcodec/qdm2data.h
27 27
  * Various QDM2 tables.
28 28
  */
29 29
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file qdrw.c
23
+ * @file libavcodec/qdrw.c
24 24
  * Apple QuickDraw codec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file qpeg.c
23
+ * @file libavcodec/qpeg.c
24 24
  * QPEG codec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file qtrle.c
23
+ * @file libavcodec/qtrle.c
24 24
  * QT RLE Video Decoder by Mike Melanson (melanson@pcisys.net)
25 25
  * For more information about the QT RLE format, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rangecoder.c
23
+ * @file libavcodec/rangecoder.c
24 24
  * Range coder.
25 25
  * based upon
26 26
  *    "Range encoding: an algorithm for removing redundancy from a digitised
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rangecoder.h
23
+ * @file libavcodec/rangecoder.h
24 24
  * Range coder.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file ratecontrol.c
24
+ * @file libavcodec/ratecontrol.c
25 25
  * Rate control for video encoders.
26 26
  */
27 27
 
... ...
@@ -24,7 +24,7 @@
24 24
 #define AVCODEC_RATECONTROL_H
25 25
 
26 26
 /**
27
- * @file ratecontrol.h
27
+ * @file libavcodec/ratecontrol.h
28 28
  * ratecontrol header.
29 29
  */
30 30
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file raw.c
23
+ * @file libavcodec/raw.c
24 24
  * Raw Video Codec
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file raw.h
23
+ * @file libavcodec/raw.h
24 24
  * Raw Video Codec
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rawdec.c
23
+ * @file libavcodec/rawdec.c
24 24
  * Raw Video Decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rawenc.c
23
+ * @file libavcodec/rawenc.c
24 24
  * Raw Video Encoder
25 25
  */
26 26
 
... ...
@@ -22,7 +22,7 @@
22 22
 #include "dsputil.h"
23 23
 
24 24
 /**
25
- * @file rdft.c
25
+ * @file libavcodec/rdft.c
26 26
  * (Inverse) Real Discrete Fourier Transforms.
27 27
  */
28 28
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rectangle.h
23
+ * @file libavcodec/rectangle.h
24 24
  * useful rectangle filling function
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file resample.c
23
+ * @file libavcodec/resample.c
24 24
  * samplerate conversion for both audio and video
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file resample2.c
23
+ * @file libavcodec/resample2.c
24 24
  * audio resampling
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rl.h
23
+ * @file libavcodec/rl.h
24 24
  * rl header.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * RL2 Video Decoder
24
- * @file rl2.c
24
+ * @file libavcodec/rl2.c
25 25
  * @author Sascha Sommer (saschasommer@freenet.de)
26 26
  * For more information about the RL2 format, visit:
27 27
  *   http://wiki.multimedia.cx/index.php?title=RL2
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file roqvideo.c
23
+ * @file libavcodec/roqvideo.c
24 24
  * id RoQ Video common functions based on work by Dr. Tim Ferguson
25 25
  */
26 26
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file roqvideodec.c
22
+ * @file libavcodec/roqvideodec.c
23 23
  * id RoQ Video Decoder by Dr. Tim Ferguson
24 24
  * For more information about the id RoQ format, visit:
25 25
  *   http://www.csse.monash.edu.au/~timf/
... ...
@@ -23,7 +23,7 @@
23 23
  */
24 24
 
25 25
 /**
26
- * @file roqvideoenc.c
26
+ * @file libavcodec/roqvideoenc.c
27 27
  * id RoQ encoder by Vitor. Based on the Switchblade3 library and the
28 28
  * Switchblade3 FFmpeg glue by Eric Lasota.
29 29
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rpza.c
23
+ * @file libavcodec/rpza.c
24 24
  * QT RPZA Video Decoder by Roberto Togni
25 25
  * For more information about the RPZA format, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file rv10.c
24
+ * @file libavcodec/rv10.c
25 25
  * RV10 codec.
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv30.c
23
+ * @file libavcodec/rv30.c
24 24
  * RV30 decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv30data.h
23
+ * @file libavcodec/rv30data.h
24 24
  * miscellaneous RV30 tables
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv30dsp.c
23
+ * @file libavcodec/rv30dsp.c
24 24
  * RV30 decoder motion compensation functions
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv34.c
23
+ * @file libavcodec/rv34.c
24 24
  * RV30/40 decoder common data
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv34.h
23
+ * @file libavcodec/rv34.h
24 24
  * RV30 and RV40 decoder common data declarations
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv34data.h
23
+ * @file libavcodec/rv34data.h
24 24
  * miscellaneous RV30/40 tables
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv34vlc.h
23
+ * @file libavcodec/rv34vlc.h
24 24
  * RV30/40 VLC tables
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv40.c
23
+ * @file libavcodec/rv40.c
24 24
  * RV40 decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv40data.h
23
+ * @file libavcodec/rv40data.h
24 24
  * miscellaneous RV40 tables
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv40dsp.c
23
+ * @file libavcodec/rv40dsp.c
24 24
  * RV40 decoder motion compensation functions
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rv40vlc2.h
23
+ * @file libavcodec/rv40vlc2.h
24 24
  * RV40 VLC tables used for macroblock information decoding
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file shorten.c
23
+ * @file libavcodec/shorten.c
24 24
  * Shorten decoder
25 25
  * @author Jeff Muizelaar
26 26
  *
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file simple_idct.c
24
+ * @file libavcodec/simple_idct.c
25 25
  * simpleidct in C.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file simple_idct.h
24
+ * @file libavcodec/simple_idct.h
25 25
  * simple idct header.
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file smacker.c
23
+ * @file libavcodec/smacker.c
24 24
  * Smacker decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file smc.c
23
+ * @file libavcodec/smc.c
24 24
  * QT SMC Video Decoder by Mike Melanson (melanson@pcisys.net)
25 25
  * For more information about the SMC format, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -23,7 +23,7 @@
23 23
 #include "golomb.h"
24 24
 
25 25
 /**
26
- * @file sonic.c
26
+ * @file libavcodec/sonic.c
27 27
  * Simple free lossless/lossy audio codec
28 28
  * Based on Paul Francis Harrison's Bonk (http://www.logarithmic.net/pfh/bonk)
29 29
  * Written and designed by Alex Beregszaszi
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file sp5xdec.c
23
+ * @file libavcodec/sp5xdec.c
24 24
  * Sunplus JPEG decoder (SP5X).
25 25
  */
26 26
 
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file svq1.c
29
+ * @file libavcodec/svq1.c
30 30
  * Sorenson Vector Quantizer #1 (SVQ1) video codec.
31 31
  * For more information of the SVQ1 algorithm, visit:
32 32
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file svq1.h
29
+ * @file libavcodec/svq1.h
30 30
  * Sorenson Vector Quantizer #1 (SVQ1) video codec.
31 31
  * For more information of the SVQ1 algorithm, visit:
32 32
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -24,7 +24,7 @@
24 24
  */
25 25
 
26 26
 /**
27
- * @file svq1_cb.h
27
+ * @file libavcodec/svq1_cb.h
28 28
  * svq1 code books.
29 29
  */
30 30
 
... ...
@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 /**
29
- * @file svq1.c
29
+ * @file libavcodec/svq1.c
30 30
  * Sorenson Vector Quantizer #1 (SVQ1) video codec.
31 31
  * For more information of the SVQ1 algorithm, visit:
32 32
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file svq1enc.c
23
+ * @file libavcodec/svq1enc.c
24 24
  * Sorenson Vector Quantizer #1 (SVQ1) video codec.
25 25
  * For more information of the SVQ1 algorithm, visit:
26 26
  *   http://www.pcisys.net/~melanson/codecs/
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file svq1enc_cb.h
23
+ * @file libavcodec/svq1enc_cb.h
24 24
  * svq1 code books.
25 25
  */
26 26
 
... ...
@@ -47,7 +47,7 @@
47 47
 #include "svq1.h"
48 48
 
49 49
 /**
50
- * @file svq3.c
50
+ * @file libavcodec/svq3.c
51 51
  * svq3 decoder.
52 52
  */
53 53
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file tiertexseqv.c
23
+ * @file libavcodec/tiertexseqv.c
24 24
  * Tiertex Limited SEQ video decoder
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * TIFF image decoder
24
- * @file tiff.c
24
+ * @file libavcodec/tiff.c
25 25
  * @author Konstantin Shishkov
26 26
  */
27 27
 #include "avcodec.h"
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * TIFF tables
24
- * @file tiff.h
24
+ * @file libavcodec/tiff.h
25 25
  * @author Konstantin Shishkov
26 26
  */
27 27
 #ifndef AVCODEC_TIFF_H
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * TIFF image encoder
24
- * @file tiffenc.c
24
+ * @file libavcodec/tiffenc.c
25 25
  * @author Bartlomiej Wolowiec
26 26
  */
27 27
 #include "avcodec.h"
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file truemotion1.c
23
+ * @file libavcodec/truemotion1.c
24 24
  * Duck TrueMotion v1 Video Decoder by
25 25
  * Alex Beregszaszi and
26 26
  * Mike Melanson (melanson@pcisys.net)
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file truemotion2.c
23
+ * @file libavcodec/truemotion2.c
24 24
  * Duck TrueMotion2 decoder.
25 25
  */
26 26
 
... ...
@@ -24,7 +24,7 @@
24 24
 
25 25
 #include "truespeech_data.h"
26 26
 /**
27
- * @file truespeech.c
27
+ * @file libavcodec/truespeech.c
28 28
  * TrueSpeech decoder.
29 29
  */
30 30
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file tscc.c
23
+ * @file libavcodec/tscc.c
24 24
  * TechSmith Camtasia decoder
25 25
  *
26 26
  * Fourcc: TSCC
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file tta.c
23
+ * @file libavcodec/tta.c
24 24
  * TTA (The Lossless True Audio) decoder
25 25
  * (www.true-audio.com or tta.corecodec.org)
26 26
  * @author Alex Beregszaszi
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ulti.c
23
+ * @file libavcodec/ulti.c
24 24
  * IBM Ultimotion Video Decoder.
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file utils.c
24
+ * @file libavcodec/utils.c
25 25
  * utils.
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file vb.c
23
+ * @file libavcodec/vb.c
24 24
  * VB Video decoder
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file vc1.c
24
+ * @file libavcodec/vc1.c
25 25
  * VC-1 and WMV3 decoder
26 26
  *
27 27
  */
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file vc1_parser.c
24
+ * @file libavcodec/vc1_parser.c
25 25
  * VC-1 and WMV3 parser
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file vc1data.c
24
+ * @file libavcodec/vc1data.c
25 25
  * VC-1 tables.
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file vc1data.h
24
+ * @file libavcodec/vc1data.h
25 25
  * VC-1 tables.
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
-* @file vc1dsp.c
23
+* @file libavcodec/vc1dsp.c
24 24
  * VC-1 and WMV3 decoder
25 25
  *
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file vcr1.c
23
+ * @file libavcodec/vcr1.c
24 24
  * ati vcr1 codec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file vmdav.c
23
+ * @file libavcodec/vmdav.c
24 24
  * Sierra VMD audio & video decoders
25 25
  * by Vladimir "VAG" Gneushev (vagsoft at mail.ru)
26 26
  * for more information on the Sierra VMD format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file vmnc.c
23
+ * @file libavcodec/vmnc.c
24 24
  * VMware Screen Codec (VMnc) decoder
25 25
  * As Alex Beregszaszi discovered, this is effectively RFB data dump
26 26
  */
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vorbis.c
2
+ * @file libavcodec/vorbis.c
3 3
  * Common code for Vorbis I encoder and decoder
4 4
  * @author Denes Balatoni  ( dbalatoni programozo hu )
5 5
 
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vorbis_dec.c
2
+ * @file libavcodec/vorbis_dec.c
3 3
  * Vorbis I decoder
4 4
  * @author Denes Balatoni  ( dbalatoni programozo hu )
5 5
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file vorbis_enc.c
22
+ * @file libavcodec/vorbis_enc.c
23 23
  * Native Vorbis encoder.
24 24
  * @author Oded Shimon <ods15@ods15.dyndns.org>
25 25
  */
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file vp3.c
22
+ * @file libavcodec/vp3.c
23 23
  * On2 VP3 Video Decoder
24 24
  *
25 25
  * VP3 Video Decoder by Mike Melanson (mike at multimedia.cx)
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file vp3dsp.c
22
+ * @file libavcodec/vp3dsp.c
23 23
  * Standard C DSP-oriented functions cribbed from the original VP3
24 24
  * source code.
25 25
  */
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp5.c
2
+ * @file libavcodec/vp5.c
3 3
  * VP5 compatible video decoder
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp56.c
2
+ * @file libavcodec/vp56.c
3 3
  * VP5 and VP6 compatible video decoder (common features)
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp56.h
2
+ * @file libavcodec/vp56.h
3 3
  * VP5 and VP6 compatible video decoder (common features)
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp56data.c
2
+ * @file libavcodec/vp56data.c
3 3
  * VP5 and VP6 compatible video decoder (common data)
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp56data.h
2
+ * @file libavcodec/vp56data.h
3 3
  * VP5 and VP6 compatible video decoder (common data)
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp5data.h
2
+ * @file libavcodec/vp5data.h
3 3
  * VP5 compatible video decoder
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp6.c
2
+ * @file libavcodec/vp6.c
3 3
  * VP6 compatible video decoder
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file vp6data.h
2
+ * @file libavcodec/vp6data.h
3 3
  * VP6 compatible video decoder
4 4
  *
5 5
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file vqavideo.c
23
+ * @file libavcodec/vqavideo.c
24 24
  * VQA Video Decoder by Mike Melanson (melanson@pcisys.net)
25 25
  * For more information about the VQA format, visit:
26 26
  *   http://wiki.multimedia.cx/index.php?title=VQA
... ...
@@ -24,7 +24,7 @@
24 24
 #include "unary.h"
25 25
 
26 26
 /**
27
- * @file wavpack.c
27
+ * @file libavcodec/wavpack.c
28 28
  * WavPack lossless audio decoder
29 29
  */
30 30
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file wmadata.h
23
+ * @file libavcodec/wmadata.h
24 24
  * Various WMA tables.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file wmadec.c
23
+ * @file libavcodec/wmadec.c
24 24
  * WMA compatible decoder.
25 25
  * This decoder handles Microsoft Windows Media Audio data, versions 1 & 2.
26 26
  * WMA v1 is identified by audio format 0x160 in Microsoft media files
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file wnv1.c
23
+ * @file libavcodec/wnv1.c
24 24
  * Winnov WNV1 codec.
25 25
  */
26 26
 
... ...
@@ -23,7 +23,7 @@
23 23
 #include "avcodec.h"
24 24
 
25 25
 /**
26
- * @file ws-snd1.c
26
+ * @file libavcodec/ws-snd1.c
27 27
  * Westwood SNDx codecs.
28 28
  *
29 29
  * Reference documents about VQA format and its audio codecs
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file h264_i386.h
23
+ * @file libavcodec/x86/h264_i386.h
24 24
  * H.264 / AVC / MPEG4 part10 codec.
25 25
  * non-MMX i386-specific optimizations for H.264
26 26
  * @author Michael Niedermayer <michaelni@gmx.at>
... ...
@@ -42,7 +42,7 @@
42 42
 #include "idct_xvid.h"
43 43
 
44 44
 /*!
45
- * @file idct_sse2_xvid.c
45
+ * @file libavcodec/x86/idct_sse2_xvid.c
46 46
  * @brief SSE2 idct compatible with xvidmmx
47 47
  */
48 48
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /*!
22
- * @file idct_xvid.h
22
+ * @file libavcodec/x86/idct_xvid.h
23 23
  * header for Xvid IDCT functions
24 24
  */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file vp3dsp_mmx.c
22
+ * @file libavcodec/x86/vp3dsp_mmx.c
23 23
  * MMX-optimized functions cribbed from the original VP3 source code.
24 24
  */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file vp3dsp_sse2.c
22
+ * @file libavcodec/x86/vp3dsp_sse2.c
23 23
  * SSE2-optimized functions cribbed from the original VP3 source code.
24 24
  */
25 25
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file xan.c
23
+ * @file libavcodec/xan.c
24 24
  * Xan video decoder for Wing Commander III computer game
25 25
  * by Mario Brito (mbrito@student.dei.uc.pt)
26 26
  * and Mike Melanson (melanson@pcisys.net)
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file xl.c
23
+ * @file libavcodec/xl.c
24 24
  * Miro VideoXL codec.
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file zmbv.c
23
+ * @file libavcodec/zmbv.c
24 24
  * Zip Motion Blocks Video decoder
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file zmbvenc.c
23
+ * @file libavcodec/zmbvenc.c
24 24
  * Zip Motion Blocks Video encoder
25 25
  */
26 26
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file alsa-audio-common.c
24
+ * @file libavdevice/alsa-audio-common.c
25 25
  * ALSA input and output: common code
26 26
  * @author Luca Abeni ( lucabe72 email it )
27 27
  * @author Benoit Fouet ( benoit fouet free fr )
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file alsa-audio-dec.c
24
+ * @file libavdevice/alsa-audio-dec.c
25 25
  * ALSA input and output: input
26 26
  * @author Luca Abeni ( lucabe72 email it )
27 27
  * @author Benoit Fouet ( benoit fouet free fr )
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file alsa-audio-enc.c
24
+ * @file libavdevice/alsa-audio-enc.c
25 25
  * ALSA input and output: output
26 26
  * @author Luca Abeni ( lucabe72 email it )
27 27
  * @author Benoit Fouet ( benoit fouet free fr )
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file alsa-audio.h
24
+ * @file libavdevice/alsa-audio.h
25 25
  * ALSA input and output: definitions and structures
26 26
  * @author Luca Abeni ( lucabe72 email it )
27 27
  * @author Benoit Fouet ( benoit fouet free fr )
... ...
@@ -30,7 +30,7 @@
30 30
  */
31 31
 
32 32
 /**
33
- * @file x11grab.c
33
+ * @file libavdevice/x11grab.c
34 34
  * X11 frame device demuxer by Clemens Fruhwirth <clemens@endorphin.org>
35 35
  * and Edouard Gomez <ed.gomez@free.fr>.
36 36
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file 4xm.c
23
+ * @file libavformat/4xm.c
24 24
  * 4X Technologies file demuxer
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * for more information on the .4xm file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file bethsoftvid.c
23
+ * @file libavformat/bethsoftvid.c
24 24
  * @brief Bethesda Softworks VID (.vid) file demuxer
25 25
  * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
26 26
  * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file bfi.c
23
+ * @file libavformat/bfi.c
24 24
  * @brief Brute Force & Ignorance (.bfi) file demuxer
25 25
  * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
26 26
  * @sa http://wiki.multimedia.cx/index.php?title=BFI
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file dsicin.c
23
+ * @file libavformat/dsicin.c
24 24
  * Delphine Software International CIN file demuxer
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file eacdata.c
23
+ * @file libavformat/eacdata.c
24 24
  * Electronic Arts cdata Format Demuxer
25 25
  * by Peter Ross (suxen_drol at hotmail dot com)
26 26
  *
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file electronicarts.c
23
+ * @file libavformat/electronicarts.c
24 24
  * Electronic Arts Multimedia file demuxer (WVE/UV2/etc.)
25 25
  * by Robin Kay (komadori at gekkou.co.uk)
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file flic.c
23
+ * @file libavformat/flic.c
24 24
  * FLI/FLC file demuxer
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * for more information on the .fli/.flc file format and all of its many
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file flv.h
2
+ * @file libavformat/flv.h
3 3
  * FLV common header
4 4
  *
5 5
  * Copyright (c) 2006 The FFmpeg Project
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file idcin.c
23
+ * @file libavformat/idcin.c
24 24
  * id Quake II CIN file demuxer by Mike Melanson (melanson@pcisys.net)
25 25
  * For more information about the id CIN format, visit:
26 26
  *   http://www.csse.monash.edu.au/~timf/
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file idroq.c
23
+ * @file libavformat/idroq.c
24 24
  * id RoQ format file demuxer
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * for more information on the .roq file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file iff.c
23
+ * @file libavformat/iff.c
24 24
  * IFF file demuxer
25 25
  * by Jaikrishnan Menon
26 26
  * for more information on the .iff file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file ipmovie.c
23
+ * @file libavformat/ipmovie.c
24 24
  * Interplay MVE file demuxer
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * For more information regarding the Interplay MVE file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file iss.c
23
+ * @file libavformat/iss.c
24 24
  * Funcom ISS file demuxer
25 25
  * @author Jaikrishnan Menon
26 26
  * for more information on the .iss file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file libnut.c
23
+ * @file libavformat/libnut.c
24 24
  * NUT demuxing and muxing via libnut.
25 25
  * @author Oded Shimon <ods15@ods15.dyndns.org>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file matroskadec.c
23
+ * @file libavformat/matroskadec.c
24 24
  * Matroska file demuxer
25 25
  * by Ronald Bultje <rbultje@ronald.bitfreak.net>
26 26
  * with a little help from Moritz Bunkus <moritz@bunkus.org>
... ...
@@ -22,7 +22,7 @@
22 22
 #define AVFORMAT_METADATA_H
23 23
 
24 24
 /**
25
- * @file metadata.h
25
+ * @file libavformat/metadata.h
26 26
  * internal metadata API header
27 27
  * see avformat.h or the public API!
28 28
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mm.c
23
+ * @file libavformat/mm.c
24 24
  * American Laser Games MM Format Demuxer
25 25
  * by Peter Ross (suxen_drol at hotmail dot com)
26 26
  *
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mtv.c
23
+ * @file libavformat/mtv.c
24 24
  * MTV demuxer.
25 25
  */
26 26
 
... ...
@@ -22,7 +22,7 @@
22 22
  */
23 23
 
24 24
 /**
25
- * @file oma.c
25
+ * @file libavformat/oma.c
26 26
  * This is a demuxer for Sony OpenMG Music files
27 27
  *
28 28
  * Known file extensions: ".oma", "aa3"
... ...
@@ -21,7 +21,7 @@
21 21
 #include "libavcodec/opt.h"
22 22
 
23 23
 /**
24
- * @file options.c
24
+ * @file libavformat/options.c
25 25
  * Options definition for AVFormatContext.
26 26
  */
27 27
 
... ...
@@ -23,7 +23,7 @@
23 23
 #define AVFORMAT_OS_SUPPORT_H
24 24
 
25 25
 /**
26
- * @file os_support.h
26
+ * @file libavformat/os_support.h
27 27
  * miscellaneous OS support macros and functions.
28 28
  */
29 29
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file psxstr.c
23
+ * @file libavformat/psxstr.c
24 24
  * PSX STR file demuxer
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * This module handles streams that have been ripped from Sony Playstation
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rdt.c
23
+ * @file libavformat/rdt.c
24 24
  * @brief Realmedia RTSP protocol (RDT) support
25 25
  * @author Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file riff.h
23
+ * @file libavformat/riff.h
24 24
  * internal header for RIFF based (de)muxers
25 25
  * do NOT include this in end user applications
26 26
  */
... ...
@@ -21,7 +21,7 @@
21 21
 
22 22
 /**
23 23
  * RL2 file demuxer
24
- * @file rl2.c
24
+ * @file libavformat/rl2.c
25 25
  * @author Sascha Sommer (saschasommer@freenet.de)
26 26
  * For more information regarding the RL2 file format, visit:
27 27
  *   http://wiki.multimedia.cx/index.php?title=RL2
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
-* @file rtp_h264.c
23
+* @file libavformat/rtp_h264.c
24 24
  * @brief H.264 / RTP Code (RFC3984)
25 25
  * @author Ryan Martell <rdm4@martellventures.com>
26 26
  *
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rtpenc_h264.c
23
+ * @file libavformat/rtpenc_h264.c
24 24
  * @brief H.264 packetization
25 25
  * @author Luca Abeni <lucabe72@email.it>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rtpproto.c
23
+ * @file libavformat/rtpproto.c
24 24
  * RTP protocol
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file segafilm.c
23
+ * @file libavformat/segafilm.c
24 24
  * Sega FILM (.cpk) file demuxer
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * For more information regarding the Sega FILM file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file sierravmd.c
23
+ * @file libavformat/sierravmd.c
24 24
  * Sierra VMD file demuxer
25 25
  * by Vladimir "VAG" Gneushev (vagsoft at mail.ru)
26 26
  * for more information on the Sierra VMD file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file tiertexseq.c
23
+ * @file libavformat/tiertexseq.c
24 24
  * Tiertex Limited SEQ file demuxer
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file udp.c
23
+ * @file libavformat/udp.c
24 24
  * UDP protocol
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file vc1test.c
23
+ * @file libavformat/vc1test.c
24 24
  * VC1 test bitstream file demuxer
25 25
  * by Konstantin Shishkov
26 26
  * Format specified in SMPTE standard 421 Annex L
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file wc3movie.c
23
+ * @file libavformat/wc3movie.c
24 24
  * Wing Commander III Movie file demuxer
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * for more information on the WC3 .mve file format, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file westwood.c
23
+ * @file libavformat/westwood.c
24 24
  * Westwood Studios VQA & AUD file demuxers
25 25
  * by Mike Melanson (melanson@pcisys.net)
26 26
  * for more information on the Westwood file formats, visit:
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file xa.c
23
+ * @file libavformat/xa.c
24 24
  * Maxis XA File Demuxer
25 25
  * by Robert Marston (rmarston@gmail.com)
26 26
  * for more information on the XA audio format see
... ...
@@ -22,7 +22,7 @@
22 22
 #define AVUTIL_AVUTIL_H
23 23
 
24 24
 /**
25
- * @file avutil.h
25
+ * @file libavutil/avutil.h
26 26
  * external API header
27 27
  */
28 28
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file base64.c
22
+ * @file libavutil/base64.c
23 23
  * @brief Base64 encode/decode
24 24
  * @author Ryan Martell <rdm4@martellventures.com> (with lots of Michael)
25 25
  */
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file bswap.h
22
+ * @file libavutil/bfin/bswap.h
23 23
  * byte swapping routines
24 24
  */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file bswap.h
22
+ * @file libavutil/bswap.h
23 23
  * byte swapping routines
24 24
  */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file common.h
22
+ * @file libavutil/common.h
23 23
  * common internal and external API header
24 24
  */
25 25
 
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file fifo.h
20
+ * @file libavutil/fifo.h
21 21
  * a very simple circular buffer FIFO implementation
22 22
  */
23 23
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file integer.c
23
+ * @file libavutil/integer.c
24 24
  * arbitrary precision integers
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file integer.h
23
+ * @file libavutil/integer.h
24 24
  * arbitrary precision integers
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file internal.h
22
+ * @file libavutil/internal.h
23 23
  * common internal API header
24 24
  */
25 25
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file intfloat_readwrite.c
24
+ * @file libavutil/intfloat_readwrite.c
25 25
  * portable IEEE float/double read/write functions
26 26
  */
27 27
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file lls.c
24
+ * @file libavutil/lls.c
25 25
  * linear least squares model
26 26
  */
27 27
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file log.c
23
+ * @file libavutil/log.c
24 24
  * logging functions
25 25
  */
26 26
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file mathematics.c
22
+ * @file libavutil/mathematics.c
23 23
  * miscellaneous math routines and tables
24 24
  */
25 25
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file mem.c
23
+ * @file libavutil/mem.c
24 24
  * default memory allocator for libavutil
25 25
  */
26 26
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file mem.h
22
+ * @file libavutil/mem.h
23 23
  * memory handling functions
24 24
  */
25 25
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file pca.c
23
+ * @file libavutil/pca.c
24 24
  * principal component analysis (PCA)
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file pca.h
23
+ * @file libavutil/pca.h
24 24
  * principal component analysis (PCA)
25 25
  */
26 26
 
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rational.c
23
+ * @file libavutil/rational.c
24 24
  * rational numbers
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -20,7 +20,7 @@
20 20
  */
21 21
 
22 22
 /**
23
- * @file rational.h
23
+ * @file libavutil/rational.h
24 24
  * rational numbers
25 25
  * @author Michael Niedermayer <michaelni@gmx.at>
26 26
  */
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file bswap.h
20
+ * @file libavutil/sh4/bswap.h
21 21
  * byte swapping routines
22 22
  */
23 23
 
... ...
@@ -1,5 +1,5 @@
1 1
 /**
2
- * @file timer.h
2
+ * @file libavutil/timer.h
3 3
  * high precision timer, useful to profile code
4 4
  *
5 5
  * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file tree.h
22
+ * @file libavutil/tree.h
23 23
  * A tree container.
24 24
  * Insertion, removal, finding equal, largest which is smaller than and
25 25
  * smallest which is larger than, all have O(log n) worst case complexity.
... ...
@@ -17,7 +17,7 @@
17 17
  */
18 18
 
19 19
 /**
20
- * @file bswap.h
20
+ * @file libavutil/x86/bswap.h
21 21
  * byte swapping routines
22 22
  */
23 23
 
... ...
@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * @file postprocess.c
24
+ * @file libpostproc/postprocess.c
25 25
  * postprocessing.
26 26
  */
27 27
 
... ...
@@ -22,7 +22,7 @@
22 22
 #define POSTPROCESS_POSTPROCESS_H
23 23
 
24 24
 /**
25
- * @file postprocess.h
25
+ * @file libpostproc/postprocess.h
26 26
  * @brief
27 27
  *     external postprocessing API
28 28
  */
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file postprocess_internal.h
22
+ * @file libpostproc/postprocess_internal.h
23 23
  * internal api header.
24 24
  */
25 25
 
... ...
@@ -19,7 +19,7 @@
19 19
  */
20 20
 
21 21
 /**
22
- * @file postprocess_template.c
22
+ * @file libpostproc/postprocess_template.c
23 23
  * mmx/mmx2/3dnow postprocess code.
24 24
  */
25 25