1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Diego Biurrun 2009-02-01 02:00:19 +00:00
parent 65ffe3e85c
commit bad5537e2c
380 changed files with 380 additions and 380 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* @file bitstream.h * @file libavcodec/bitstream.h
* bitstream api header. * bitstream api header.
*/ */

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -23,7 +23,7 @@
*/ */
/** /**
* @file dca_parser.c * @file libavcodec/dca_parser.c
*/ */
#include "parser.h" #include "parser.h"

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file dcadata.h * @file libavcodec/dcadata.h
*/ */
#ifndef AVCODEC_DCADATA_H #ifndef AVCODEC_DCADATA_H

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file eacmv.c * @file libavcodec/eacmv.c
* Electronic Arts CMV Video Decoder * Electronic Arts CMV Video Decoder
* by Peter Ross (suxen_drol at hotmail dot com) * by Peter Ross (suxen_drol at hotmail dot com)
* *

View File

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

View File

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

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file eatgv.c * @file libavcodec/eatgv.c
* Electronic Arts TGV Video Decoder * Electronic Arts TGV Video Decoder
* by Peter Ross (suxen_drol at hotmail dot com) * by Peter Ross (suxen_drol at hotmail dot com)
* *

View File

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

View File

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

View File

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

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file eval.h * @file libavcodec/eval.h
* eval header. * eval header.
*/ */

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
/** /**
* @file fdctref.c * @file libavcodec/fdctref.c
* forward discrete cosine transform, double precision. * forward discrete cosine transform, double precision.
*/ */

View File

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

View File

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

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file ffv1.c * @file libavcodec/ffv1.c
* FF Video Codec 1 (an experimental lossless codec) * FF Video Codec 1 (an experimental lossless codec)
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file flac.h * @file libavcodec/flac.h
* FLAC (Free Lossless Audio Codec) decoder/demuxer common functions * FLAC (Free Lossless Audio Codec) decoder/demuxer common functions
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file flacdec.c * @file libavcodec/flacdec.c
* FLAC (Free Lossless Audio Codec) decoder * FLAC (Free Lossless Audio Codec) decoder
* @author Alex Beregszaszi * @author Alex Beregszaszi
* *

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file flashsv.c * @file libavcodec/flashsv.c
* Flash Screen Video decoder * Flash Screen Video decoder
* @author Alex Beregszaszi * @author Alex Beregszaszi
* @author Benjamin Larsson * @author Benjamin Larsson

View File

@ -23,7 +23,7 @@
/* Encoding development sponsored by http://fh-campuswien.ac.at */ /* Encoding development sponsored by http://fh-campuswien.ac.at */
/** /**
* @file flashsvenc.c * @file libavcodec/flashsvenc.c
* Flash Screen Video encoder * Flash Screen Video encoder
* @author Alex Beregszaszi * @author Alex Beregszaszi
* @author Benjamin Larsson * @author Benjamin Larsson

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file flicvideo.c * @file libavcodec/flicvideo.c
* Autodesk Animator FLI/FLC Video Decoder * Autodesk Animator FLI/FLC Video Decoder
* by Mike Melanson (melanson@pcisys.net) * by Mike Melanson (melanson@pcisys.net)
* for more information on the .fli/.flc file format and all of its many * for more information on the .fli/.flc file format and all of its many

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file fraps.c * @file libavcodec/fraps.c
* Lossless Fraps 'FPS1' decoder * Lossless Fraps 'FPS1' decoder
* @author Roine Gustafsson <roine at users sf net> * @author Roine Gustafsson <roine at users sf net>
* @author Konstantin Shishkov * @author Konstantin Shishkov

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file golomb.c * @file libavcodec/golomb.c
* @brief * @brief
* exp golomb vlc stuff * exp golomb vlc stuff
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file golomb.h * @file libavcodec/golomb.h
* @brief * @brief
* exp golomb vlc stuff * exp golomb vlc stuff
* @author Michael Niedermayer <michaelni@gmx.at> and Alex Beregszaszi * @author Michael Niedermayer <michaelni@gmx.at> and Alex Beregszaszi

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file h261.c * @file libavcodec/h261.c
* h261codec. * h261codec.
*/ */

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file h261.c * @file libavcodec/h261.c
* h261codec. * h261codec.
*/ */

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file h261_parser.c * @file libavcodec/h261_parser.c
* h261codec. * h261codec.
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file h261data.h * @file libavcodec/h261data.h
* H.261 tables. * H.261 tables.
*/ */

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file h261dec.c * @file libavcodec/h261dec.c
* H.261 decoder. * H.261 decoder.
*/ */

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file h261enc.c * @file libavcodec/h261enc.c
* H.261 encoder. * H.261 encoder.
*/ */

View File

@ -27,7 +27,7 @@
*/ */
/** /**
* @file h263.c * @file libavcodec/h263.c
* h263/mpeg4 codec. * h263/mpeg4 codec.
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file h263_parser.c * @file libavcodec/h263_parser.c
* H.263 parser * H.263 parser
*/ */

View File

@ -22,7 +22,7 @@
*/ */
/** /**
* @file h263data.h * @file libavcodec/h263data.h
* H.263 tables. * H.263 tables.
*/ */

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file h263dec.c * @file libavcodec/h263dec.c
* H.263 decoder. * H.263 decoder.
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file h264.c * @file libavcodec/h264.c
* H.264 / AVC / MPEG4 part10 codec. * H.264 / AVC / MPEG4 part10 codec.
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file h264.h * @file libavcodec/h264.h
* H.264 / AVC / MPEG4 part10 codec. * H.264 / AVC / MPEG4 part10 codec.
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file h264_parser.c * @file libavcodec/h264_parser.c
* H.264 / AVC / MPEG4 part10 parser. * H.264 / AVC / MPEG4 part10 parser.
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file h264_parser.h * @file libavcodec/h264_parser.h
* H.264 / AVC / MPEG4 part10 parser. * H.264 / AVC / MPEG4 part10 parser.
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file h264data.h * @file libavcodec/h264data.h
* @brief * @brief
* H264 / AVC / MPEG4 part10 codec data table * H264 / AVC / MPEG4 part10 codec data table
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file h264dspenc.c * @file libavcodec/h264dspenc.c
* H.264 encoder related DSP utils * H.264 encoder related DSP utils
* *
*/ */

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