Remove explicit filename from Doxygen @file commands.

Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.

Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2010-04-20 14:45:34 +00:00
parent e1ae1642cb
commit ba87f0801d
479 changed files with 478 additions and 491 deletions

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/4xm.c
* @file
* 4XM codec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/8bps.c
* @file
* QT 8BPS Video Decoder by Roberto Togni
* For more information about the 8BPS format, visit:
* http://www.pcisys.net/~melanson/codecs/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/8svx.c
* @file
* 8svx audio decoder
* @author Jaikrishnan Menon
* supports: fibonacci delta encoding

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/aac.c
* @file
* AAC decoder
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/aac.h
* @file
* AAC definitions and structures
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/aaccoder.c
* @file
* AAC coefficients encoder
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/aacdectab.h
* @file
* AAC decoder data
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/aacenc.c
* @file
* AAC encoder
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/aacpsy.c
* @file
* AAC encoder psychoacoustic model
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/aacsbr.c
* @file
* AAC Spectral Band Replication decoding functions
* @author Robert Swain ( rob opendot cl )
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/aacsbr.h
* @file
* AAC Spectral Band Replication function declarations
* @author Robert Swain ( rob opendot cl )
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/aacsbrdata.h
* @file
* AAC Spectral Band Replication decoding data
* @author Robert Swain ( rob opendot cl )
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/aactab.c
* @file
* AAC data
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/aactab.h
* @file
* AAC data declarations
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )

View File

@ -17,7 +17,7 @@
*/
/**
* @file libavcodec/aandcttab.c
* @file
* AAN (Arai Agui Aakajima) (I)DCT tables
*/

View File

@ -17,7 +17,7 @@
*/
/**
* @file libavcodec/aandcttab.h
* @file
* AAN (Arai Agui Nakajima) (I)DCT tables
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/aasc.c
* @file
* Autodesk RLE Video Decoder by Konstantin Shishkov
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/ac3.c
* @file
* Common code between the AC-3 encoder and decoder.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/ac3.h
* @file
* Common code between the AC-3 encoder and decoder.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/ac3.h
* @file
* Common code between the AC-3 and E-AC-3 decoders.
*
* Summary of MDCT Coefficient Grouping:

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/ac3dec_data.c
* @file
* Tables taken directly from the AC-3 spec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/ac3enc.c
* @file
* The simplest AC-3 encoder.
*/
//#define DEBUG

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/ac3tab.c
* @file
* tables taken directly from the AC-3 spec.
*/

View File

@ -24,7 +24,7 @@
#include "bytestream.h"
/**
* @file libavcodec/adpcm.c
* @file
* ADPCM codecs.
* First version by Francois Revol (revol@free.fr)
* Fringe ADPCM codecs (e.g., DK3, DK4, Westwood)

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/adx.h
* @file
* SEGA CRI adx codecs.
*
* Reference documents:

View File

@ -24,7 +24,7 @@
#include "adx.h"
/**
* @file libavcodec/adxdec.c
* @file
* SEGA CRI adx codecs.
*
* Reference documents:

View File

@ -24,7 +24,7 @@
#include "adx.h"
/**
* @file libavcodec/adxenc.c
* @file
* SEGA CRI adx codecs.
*
* Reference documents:

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/alac.c
* @file
* ALAC (Apple Lossless Audio Codec) decoder
* @author 2005 David Hammerton
*

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/allcodecs.c
* @file
* Provides registration of all codecs, parsers and bitstream filters for libavcodec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/alsdec.c
* @file
* MPEG-4 ALS decoder
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/

View File

@ -22,7 +22,7 @@
/**
* @file libavcodec/amrnbdata.h
* @file
* AMR narrowband data and definitions
*/

View File

@ -22,7 +22,7 @@
/**
* @file libavcodec/amrnbdec.c
* @file
* AMR narrowband decoder
*
* This decoder uses floats for simplicity and so is not bit-exact. One

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/anm.c
* @file
* Deluxe Paint Animation decoder
*/

View File

@ -27,7 +27,7 @@
#include "bytestream.h"
/**
* @file libavcodec/apedec.c
* @file
* Monkey's Audio lossless audio decoder
*/

View File

@ -19,7 +19,7 @@
*/
/**
* @file libavcodec/apiexample.c
* @file
* avcodec API use example.
*
* Note that this library only handles codecs (mpeg, mpeg4, etc...),

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/asv1.c
* @file
* ASUS V1/V2 codec.
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/atrac.c
* @file
*/
#include <math.h>

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/atrac.h
* @file
* Atrac common header
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/atrac1.c
* @file
* Atrac 1 compatible decoder.
* This decoder handles raw ATRAC1 data and probably SDDS data.
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/atrac1data.h
* @file
* Atrac 1 compatible decoder data
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/atrac3.c
* @file
* Atrac 3 compatible decoder.
* This decoder handles Sony's ATRAC3 data.
*

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/atrac3data.h
* @file
* Atrac 3 AKA RealAudio 8 compatible decoder data
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/audioconvert.c
* @file
* audio conversion
* @author Michael Niedermayer <michaelni@gmx.at>
*/

View File

@ -24,7 +24,7 @@
#define AVCODEC_AUDIOCONVERT_H
/**
* @file libavcodec/audioconvert.h
* @file
* Audio format conversion routines
*/

View File

@ -19,7 +19,7 @@
*/
/**
* @file libavcodec/aura.c
* @file
* Aura 2 decoder
*/

View File

@ -22,7 +22,7 @@
#define AVCODEC_AVCODEC_H
/**
* @file libavcodec/avcodec.h
* @file
* external API header
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/bethsoftvideo.c
* @file
* @brief Bethesda Softworks VID Video Decoder
* @author Nicholas Tung [ntung (at. ntung com] (2007-03)
* @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/bfi.c
* @file
* @brief Brute Force & Ignorance (.bfi) video decoder
* @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
* @sa http://wiki.multimedia.cx/index.php?title=BFI

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/bgmc.c
* @file
* Block Gilbert-Moore decoder as used by MPEG-4 ALS
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/bgmc.h
* @file
* Block Gilbert-Moore decoder header
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/binkaudio.c
* @file
* Bink Audio decoder
*
* Technical details here:

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/binkidct.c
* @file
* Bink IDCT algorithm
*/

View File

@ -24,7 +24,7 @@
*/
/**
* @file libavcodec/bitstream.c
* @file
* bitstream api.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/cabac.c
* @file
* Context Adaptive Binary Arithmetic Coder.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/cabac.h
* @file
* Context Adaptive Binary Arithmetic Coder.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/cavs.c
* @file
* Chinese AVS video (AVS1-P2, JiZhun profile) decoder
* @author Stefan Gehrer <stefan.gehrer@gmx.de>
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/cavs_parser.c
* @file
* Chinese AVS video (AVS1-P2, JiZhun profile) parser
* @author Stefan Gehrer <stefan.gehrer@gmx.de>
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/cavsdec.c
* @file
* Chinese AVS video (AVS1-P2, JiZhun profile) decoder
* @author Stefan Gehrer <stefan.gehrer@gmx.de>
*/

View File

@ -23,7 +23,7 @@
#include "bytestream.h"
/**
* @file libavcodec/cdgraphics.c
* @file
* @brief CD Graphics Video Decoder
* @author Michael Tison
* @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/cinepak.c
* @file
* Cinepak video decoder
* by Ewald Snel <ewald@rambo.its.tudelft.nl>
* For more information on the Cinepak algorithm, visit:

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/cljr.c
* @file
* Cirrus Logic AccuPak codec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/colorspace.h
* @file
* Various defines for YUV<->RGB conversion
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/cook.c
* @file
* Cook compatible decoder. Bastardization of the G.722.1 standard.
* This decoder handles RealNetworks, RealAudio G2 data.
* Cook is identified by the codec name cook in RM files.

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/cookdata.h
* @file
* Cook AKA RealAudio G2 compatible decoderdata
*/

View File

@ -24,7 +24,7 @@
*/
/**
* @file libavcodec/cyuv.c
* @file
* Creative YUV (CYUV) Video Decoder.
*/

View File

@ -22,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @file libavcodec/dca.c
*/
#include <math.h>
#include <stddef.h>
#include <stdio.h>

View File

@ -22,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @file libavcodec/dca_parser.c
*/
#include "parser.h"
#include "dca.h"

View File

@ -20,10 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @file libavcodec/dcadata.h
*/
#ifndef AVCODEC_DCADATA_H
#define AVCODEC_DCADATA_H

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dct-test.c
* @file
* DCT test (c) 2001 Fabrice Bellard
* Started from sample code by Juan J. Sierralta P.
*/

View File

@ -22,7 +22,7 @@
*/
/**
* @file libavcodec/dct.c
* @file
* (Inverse) Discrete Cosine Transforms. These are also known as the
* type II and type III DCTs respectively.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dctref.c
* @file
* reference discrete cosine transform (double precision)
*
* @author Dylan Yudaken (dyudaken at gmail)

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dirac.c
* @file
* Dirac Decoder
* @author Marco Gerards <marco@gnu.org>
*/

View File

@ -23,7 +23,7 @@
#define AVCODEC_DIRAC_H
/**
* @file libavcodec/dirac.h
* @file
* Interfaces to Dirac Decoder/Encoder
* @author Marco Gerards <marco@gnu.org>
*/

View File

@ -22,7 +22,7 @@
*/
/**
* @file libavcodec/dirac_parser.c
* @file
* Dirac Parser
* @author Marco Gerards <marco@gnu.org>
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dnxhd_parser.c
* @file
* DNxHD/VC-3 parser
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dsicinav.c
* @file
* Delphine Software International CIN audio/video decoders
*/

View File

@ -23,7 +23,7 @@
*/
/**
* @file libavcodec/dsputil.c
* @file
* DSP utils
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/dsputil.h
* @file
* DSP utils.
* note, many functions in here may use MMX which trashes the FPU state, it is
* absolutely necessary to call emms_c() between dsp & float/double code

View File

@ -34,7 +34,7 @@
*/
/**
* @file libavcodec/dv.c
* @file
* DV codec.
*/
#define ALT_BITSTREAM_READER

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dv_vlc_data.h
* @file
* VLC constants for DV codec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dvdata.c
* @file
* Constants for DV codec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dvdata.h
* @file
* Constants for DV codec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/dxa.c
* @file
* DXA Video decoder
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/eac3dec_data.c
* @file
* Tables taken directly from the E-AC-3 spec.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/eacmv.c
* @file
* Electronic Arts CMV Video Decoder
* by Peter Ross (pross@xvid.org)
*

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/eaidct.c
* @file
* Electronic Arts TGQ/TQI/MAD IDCT algorithm
* @author Peter Ross <pross@xvid.org>
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/eamad.c
* @file
* Electronic Arts Madcow Video Decoder
* by Peter Ross <pross@xvid.org>
*

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/eatgq.c
* @file
* Electronic Arts TGQ Video Decoder
* @author Peter Ross <pross@xvid.org>
*

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/eatgv.c
* @file
* Electronic Arts TGV Video Decoder
* by Peter Ross (pross@xvid.org)
*

View File

@ -20,7 +20,7 @@
*/
/**
* @file eatqi.c
* @file
* Electronic Arts TQI Video Decoder
* by Peter Ross <pross@xvid.org>
*

View File

@ -19,7 +19,7 @@
*/
/**
* @file libavcodec/elbg.c
* @file
* Codebook Generator using the ELBG algorithm
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/error_resilience.c
* @file
* Error resilience / concealment.
*/

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/eval.c
* @file
* simple arithmetic expression evaluator.
*
* see http://joe.hotchkiss.com/programming/eval/eval.html

View File

@ -19,7 +19,7 @@
*/
/**
* @file libavcodec/eval.h
* @file
* simple arithmetic expression evaluator
*/

View File

@ -19,7 +19,7 @@
*/
/**
* @file libavcodec/faandct.c
* @file
* @brief
* Floating point AAN DCT
* @author Michael Niedermayer <michaelni@gmx.at>

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/faandct.h
* @file
* @brief
* Floating point AAN DCT
* @author Michael Niedermayer <michaelni@gmx.at>

View File

@ -21,7 +21,7 @@
/**
* CCITT Fax Group 3 and 4 decompression
* @file libavcodec/faxcompr.c
* @file
* @author Konstantin Shishkov
*/
#include "avcodec.h"

View File

@ -21,7 +21,7 @@
/**
* CCITT Fax Group 3 and 4 decompression
* @file libavcodec/faxcompr.h
* @file
* @author Konstantin Shishkov
*/
#ifndef AVCODEC_FAXCOMPR_H

View File

@ -19,7 +19,7 @@
*/
/**
* @file libavcodec/fft-test.c
* @file
* FFT and MDCT tests.
*/

View File

@ -22,7 +22,7 @@
*/
/**
* @file libavcodec/fft.c
* @file
* FFT/IFFT transforms.
*/

Some files were not shown because too many files have changed in this diff Show More