mirror of
				https://git.ffmpeg.org/ffmpeg.git
				synced 2025-10-31 15:50:55 +00: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:
		
							parent
							
								
									65ffe3e85c
								
							
						
					
					
						commit
						bad5537e2c
					
				
					 380 changed files with 380 additions and 380 deletions
				
			
		|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file 4xm.c | ||||
|  * @file libavcodec/4xm.c | ||||
|  * 4XM codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file 8bps.c | ||||
|  * @file libavcodec/8bps.c | ||||
|  * QT 8BPS Video Decoder by Roberto Togni | ||||
|  * For more information about the 8BPS format, visit: | ||||
|  *   http://www.pcisys.net/~melanson/codecs/
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file 8svx.c | ||||
|  * @file libavcodec/8svx.c | ||||
|  * 8svx audio decoder | ||||
|  * @author Jaikrishnan Menon | ||||
|  * supports: fibonacci delta encoding | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aac.c | ||||
|  * @file libavcodec/aac.c | ||||
|  * AAC decoder | ||||
|  * @author Oded Shimon  ( ods15 ods15 dyndns org ) | ||||
|  * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aac.h | ||||
|  * @file libavcodec/aac.h | ||||
|  * AAC definitions and structures | ||||
|  * @author Oded Shimon  ( ods15 ods15 dyndns org ) | ||||
|  * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aacdectab.h | ||||
|  * @file libavcodec/aacdectab.h | ||||
|  * AAC decoder data | ||||
|  * @author Oded Shimon  ( ods15 ods15 dyndns org ) | ||||
|  * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aacenc.c | ||||
|  * @file libavcodec/aacenc.c | ||||
|  * AAC encoder | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aacpsy.c | ||||
|  * @file libavcodec/aacpsy.c | ||||
|  * AAC encoder psychoacoustic model | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aactab.c | ||||
|  * @file libavcodec/aactab.c | ||||
|  * AAC data | ||||
|  * @author Oded Shimon  ( ods15 ods15 dyndns org ) | ||||
|  * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aactab.h | ||||
|  * @file libavcodec/aactab.h | ||||
|  * AAC data declarations | ||||
|  * @author Oded Shimon  ( ods15 ods15 dyndns org ) | ||||
|  * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aandcttab.c | ||||
|  * @file libavcodec/aandcttab.c | ||||
|  * AAN (Arai Agui Aakajima) (I)DCT tables | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aandcttab.h | ||||
|  * @file libavcodec/aandcttab.h | ||||
|  * AAN (Arai Agui Nakajima) (I)DCT tables | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file aasc.c | ||||
|  * @file libavcodec/aasc.c | ||||
|  * Autodesk RLE Video Decoder by Konstantin Shishkov | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file ac3.c | ||||
|  * @file libavcodec/ac3.c | ||||
|  * Common code between the AC-3 encoder and decoder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file ac3.h | ||||
|  * @file libavcodec/ac3.h | ||||
|  * Common code between the AC-3 encoder and decoder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file ac3.h | ||||
|  * @file libavcodec/ac3.h | ||||
|  * Common code between the AC-3 and E-AC-3 decoders. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file ac3dec_data.c | ||||
|  * @file libavcodec/ac3dec_data.c | ||||
|  * tables taken directly from the AC-3 spec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file ac3enc.c | ||||
|  * @file libavcodec/ac3enc.c | ||||
|  * The simplest AC-3 encoder. | ||||
|  */ | ||||
| //#define DEBUG
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file ac3tab.c | ||||
|  * @file libavcodec/ac3tab.c | ||||
|  * tables taken directly from the AC-3 spec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
| #include "bytestream.h" | ||||
| 
 | ||||
| /**
 | ||||
|  * @file adpcm.c | ||||
|  * @file libavcodec/adpcm.c | ||||
|  * ADPCM codecs. | ||||
|  * First version by Francois Revol (revol@free.fr) | ||||
|  * Fringe ADPCM codecs (e.g., DK3, DK4, Westwood) | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file adx.h | ||||
|  * @file libavcodec/adx.h | ||||
|  * SEGA CRI adx codecs. | ||||
|  * | ||||
|  * Reference documents: | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
| #include "adx.h" | ||||
| 
 | ||||
| /**
 | ||||
|  * @file adxdec.c | ||||
|  * @file libavcodec/adxdec.c | ||||
|  * SEGA CRI adx codecs. | ||||
|  * | ||||
|  * Reference documents: | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
| #include "adx.h" | ||||
| 
 | ||||
| /**
 | ||||
|  * @file adxenc.c | ||||
|  * @file libavcodec/adxenc.c | ||||
|  * SEGA CRI adx codecs. | ||||
|  * | ||||
|  * Reference documents: | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file alac.c | ||||
|  * @file libavcodec/alac.c | ||||
|  * ALAC (Apple Lossless Audio Codec) decoder | ||||
|  * @author 2005 David Hammerton | ||||
|  * | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file allcodecs.c | ||||
|  * @file libavcodec/allcodecs.c | ||||
|  * Provides registration of all codecs, parsers and bitstream filters for libavcodec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -27,7 +27,7 @@ | |||
| #include "bytestream.h" | ||||
| 
 | ||||
| /**
 | ||||
|  * @file apedec.c | ||||
|  * @file libavcodec/apedec.c | ||||
|  * Monkey's Audio lossless audio decoder | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file apiexample.c | ||||
|  * @file libavcodec/apiexample.c | ||||
|  * avcodec API use example. | ||||
|  * | ||||
|  * Note that this library only handles codecs (mpeg, mpeg4, etc...), | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file asv1.c | ||||
|  * @file libavcodec/asv1.c | ||||
|  * ASUS V1/V2 codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file atrac3.c | ||||
|  * @file libavcodec/atrac3.c | ||||
|  * Atrac 3 compatible decoder. | ||||
|  * This decoder handles Sony's ATRAC3 data. | ||||
|  * | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file atrac3data.h | ||||
|  * @file libavcodec/atrac3data.h | ||||
|  * Atrac 3 AKA RealAudio 8 compatible decoder data | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file audioconvert.c | ||||
|  * @file libavcodec/audioconvert.c | ||||
|  * audio conversion | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  */ | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
| #define AVCODEC_AUDIOCONVERT_H | ||||
| 
 | ||||
| /**
 | ||||
|  * @file audioconvert.h | ||||
|  * @file libavcodec/audioconvert.h | ||||
|  * Audio format conversion routines | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
| #define AVCODEC_AVCODEC_H | ||||
| 
 | ||||
| /**
 | ||||
|  * @file avcodec.h | ||||
|  * @file libavcodec/avcodec.h | ||||
|  * external API header | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file bethsoftvideo.c | ||||
|  * @file libavcodec/bethsoftvideo.c | ||||
|  * @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
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file bfi.c | ||||
|  * @file libavcodec/bfi.c | ||||
|  * @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
 | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file bitstream.c | ||||
|  * @file libavcodec/bitstream.c | ||||
|  * bitstream api. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file bitstream.h | ||||
|  * @file libavcodec/bitstream.h | ||||
|  * bitstream api header. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cabac.c | ||||
|  * @file libavcodec/cabac.c | ||||
|  * Context Adaptive Binary Arithmetic Coder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cabac.h | ||||
|  * @file libavcodec/cabac.h | ||||
|  * Context Adaptive Binary Arithmetic Coder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cavs.c | ||||
|  * @file libavcodec/cavs.c | ||||
|  * Chinese AVS video (AVS1-P2, JiZhun profile) decoder | ||||
|  * @author Stefan Gehrer <stefan.gehrer@gmx.de> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cavs_parser.c | ||||
|  * @file libavcodec/cavs_parser.c | ||||
|  * Chinese AVS video (AVS1-P2, JiZhun profile) parser | ||||
|  * @author Stefan Gehrer <stefan.gehrer@gmx.de> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cavsdec.c | ||||
|  * @file libavcodec/cavsdec.c | ||||
|  * Chinese AVS video (AVS1-P2, JiZhun profile) decoder | ||||
|  * @author Stefan Gehrer <stefan.gehrer@gmx.de> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cinepak.c | ||||
|  * @file libavcodec/cinepak.c | ||||
|  * Cinepak video decoder | ||||
|  * by Ewald Snel <ewald@rambo.its.tudelft.nl> | ||||
|  * For more information on the Cinepak algorithm, visit: | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cljr.c | ||||
|  * @file libavcodec/cljr.c | ||||
|  * Cirrus Logic AccuPak codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file colorspace.h | ||||
|  * @file libavcodec/colorspace.h | ||||
|  * Various defines for YUV<->RGB conversion | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cook.c | ||||
|  * @file libavcodec/cook.c | ||||
|  * 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. | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cookdata.h | ||||
|  * @file libavcodec/cookdata.h | ||||
|  * Cook AKA RealAudio G2 compatible decoderdata | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file cyuv.c | ||||
|  * @file libavcodec/cyuv.c | ||||
|  * Creative YUV (CYUV) Video Decoder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dca.c | ||||
|  * @file libavcodec/dca.c | ||||
|  */ | ||||
| 
 | ||||
| #include <math.h> | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dca_parser.c | ||||
|  * @file libavcodec/dca_parser.c | ||||
|  */ | ||||
| 
 | ||||
| #include "parser.h" | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dcadata.h | ||||
|  * @file libavcodec/dcadata.h | ||||
|  */ | ||||
| 
 | ||||
| #ifndef AVCODEC_DCADATA_H | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dct-test.c | ||||
|  * @file libavcodec/dct-test.c | ||||
|  * DCT test. (c) 2001 Fabrice Bellard. | ||||
|  * Started from sample code by Juan J. Sierralta P. | ||||
|  */ | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dirac_parser.c | ||||
|  * @file libavcodec/dirac_parser.c | ||||
|  * Dirac Parser | ||||
|  * @author Marco Gerards <marco@gnu.org> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dnxhd_parser.c | ||||
|  * @file libavcodec/dnxhd_parser.c | ||||
|  * DNxHD/VC-3 parser | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dsicinav.c | ||||
|  * @file libavcodec/dsicinav.c | ||||
|  * Delphine Software International CIN audio/video decoders | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dsputil.c | ||||
|  * @file libavcodec/dsputil.c | ||||
|  * DSP utils | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dsputil.h | ||||
|  * @file libavcodec/dsputil.h | ||||
|  * 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 | ||||
|  |  | |||
|  | @ -34,7 +34,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dv.c | ||||
|  * @file libavcodec/dv.c | ||||
|  * DV codec. | ||||
|  */ | ||||
| #define ALT_BITSTREAM_READER | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dvdata.h | ||||
|  * @file libavcodec/dvdata.h | ||||
|  * Constants for DV codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file dxa.c | ||||
|  * @file libavcodec/dxa.c | ||||
|  * DXA Video decoder | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file eacmv.c | ||||
|  * @file libavcodec/eacmv.c | ||||
|  * Electronic Arts CMV Video Decoder | ||||
|  * by Peter Ross (suxen_drol at hotmail dot com) | ||||
|  * | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file eaidct.c | ||||
|  * @file libavcodec/eaidct.c | ||||
|  * Electronic Arts TGQ/TQI/MAD IDCT algorithm | ||||
|  * @author Peter Ross <pross@xvid.org> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file eatgq.c | ||||
|  * @file libavcodec/eatgq.c | ||||
|  * Electronic Arts TGQ Video Decoder | ||||
|  * @author Peter Ross <pross@xvid.org> | ||||
|  * | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file eatgv.c | ||||
|  * @file libavcodec/eatgv.c | ||||
|  * Electronic Arts TGV Video Decoder | ||||
|  * by Peter Ross (suxen_drol at hotmail dot com) | ||||
|  * | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file elbg.c | ||||
|  * @file libavcodec/elbg.c | ||||
|  * Codebook Generator using the ELBG algorithm | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file error_resilience.c | ||||
|  * @file libavcodec/error_resilience.c | ||||
|  * Error resilience / concealment. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file eval.c | ||||
|  * @file libavcodec/eval.c | ||||
|  * simple arithmetic expression evaluator. | ||||
|  * | ||||
|  * see http://joe.hotchkiss.com/programming/eval/eval.html
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file eval.h | ||||
|  * @file libavcodec/eval.h | ||||
|  * eval header. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file faandct.c | ||||
|  * @file libavcodec/faandct.c | ||||
|  * @brief | ||||
|  *     Floating point AAN DCT | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file faandct.h | ||||
|  * @file libavcodec/faandct.h | ||||
|  * @brief | ||||
|  *     Floating point AAN DCT | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
| 
 | ||||
| /**
 | ||||
|  * CCITT Fax Group 3 and 4 decompression | ||||
|  * @file faxcompr.c | ||||
|  * @file libavcodec/faxcompr.c | ||||
|  * @author Konstantin Shishkov | ||||
|  */ | ||||
| #include "avcodec.h" | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
| 
 | ||||
| /**
 | ||||
|  * CCITT Fax Group 3 and 4 decompression | ||||
|  * @file faxcompr.h | ||||
|  * @file libavcodec/faxcompr.h | ||||
|  * @author Konstantin Shishkov | ||||
|  */ | ||||
| #ifndef AVCODEC_FAXCOMPR_H | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| /**
 | ||||
|  * @file fdctref.c | ||||
|  * @file libavcodec/fdctref.c | ||||
|  * forward discrete cosine transform, double precision. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file fft-test.c | ||||
|  * @file libavcodec/fft-test.c | ||||
|  * FFT and MDCT tests. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file fft.c | ||||
|  * @file libavcodec/fft.c | ||||
|  * FFT/IFFT transforms. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file ffv1.c | ||||
|  * @file libavcodec/ffv1.c | ||||
|  * FF Video Codec 1 (an experimental lossless codec) | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file flac.h | ||||
|  * @file libavcodec/flac.h | ||||
|  * FLAC (Free Lossless Audio Codec) decoder/demuxer common functions | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file flacdec.c | ||||
|  * @file libavcodec/flacdec.c | ||||
|  * FLAC (Free Lossless Audio Codec) decoder | ||||
|  * @author Alex Beregszaszi | ||||
|  * | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file flashsv.c | ||||
|  * @file libavcodec/flashsv.c | ||||
|  * Flash Screen Video decoder | ||||
|  * @author Alex Beregszaszi | ||||
|  * @author Benjamin Larsson | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
| /* Encoding development sponsored by http://fh-campuswien.ac.at */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file flashsvenc.c | ||||
|  * @file libavcodec/flashsvenc.c | ||||
|  * Flash Screen Video encoder | ||||
|  * @author Alex Beregszaszi | ||||
|  * @author Benjamin Larsson | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file flicvideo.c | ||||
|  * @file libavcodec/flicvideo.c | ||||
|  * Autodesk Animator FLI/FLC Video Decoder | ||||
|  * by Mike Melanson (melanson@pcisys.net) | ||||
|  * for more information on the .fli/.flc file format and all of its many | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file fraps.c | ||||
|  * @file libavcodec/fraps.c | ||||
|  * Lossless Fraps 'FPS1' decoder | ||||
|  * @author Roine Gustafsson <roine at users sf net> | ||||
|  * @author Konstantin Shishkov | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file golomb.c | ||||
|  * @file libavcodec/golomb.c | ||||
|  * @brief | ||||
|  *     exp golomb vlc stuff | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file golomb.h | ||||
|  * @file libavcodec/golomb.h | ||||
|  * @brief | ||||
|  *     exp golomb vlc stuff | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> and Alex Beregszaszi | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h261.c | ||||
|  * @file libavcodec/h261.c | ||||
|  * h261codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h261.c | ||||
|  * @file libavcodec/h261.c | ||||
|  * h261codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h261_parser.c | ||||
|  * @file libavcodec/h261_parser.c | ||||
|  * h261codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h261data.h | ||||
|  * @file libavcodec/h261data.h | ||||
|  * H.261 tables. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h261dec.c | ||||
|  * @file libavcodec/h261dec.c | ||||
|  * H.261 decoder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h261enc.c | ||||
|  * @file libavcodec/h261enc.c | ||||
|  * H.261 encoder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -27,7 +27,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h263.c | ||||
|  * @file libavcodec/h263.c | ||||
|  * h263/mpeg4 codec. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h263_parser.c | ||||
|  * @file libavcodec/h263_parser.c | ||||
|  * H.263 parser | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h263data.h | ||||
|  * @file libavcodec/h263data.h | ||||
|  * H.263 tables. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h263dec.c | ||||
|  * @file libavcodec/h263dec.c | ||||
|  * H.263 decoder. | ||||
|  */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h264.c | ||||
|  * @file libavcodec/h264.c | ||||
|  * H.264 / AVC / MPEG4 part10 codec. | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h264.h | ||||
|  * @file libavcodec/h264.h | ||||
|  * H.264 / AVC / MPEG4 part10 codec. | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h264_parser.c | ||||
|  * @file libavcodec/h264_parser.c | ||||
|  * H.264 / AVC / MPEG4 part10 parser. | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h264_parser.h | ||||
|  * @file libavcodec/h264_parser.h | ||||
|  * H.264 / AVC / MPEG4 part10 parser. | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  */ | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h264data.h | ||||
|  * @file libavcodec/h264data.h | ||||
|  * @brief | ||||
|  *     H264 / AVC / MPEG4 part10 codec data table | ||||
|  * @author Michael Niedermayer <michaelni@gmx.at> | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|  */ | ||||
| 
 | ||||
| /**
 | ||||
|  * @file h264dspenc.c | ||||
|  * @file libavcodec/h264dspenc.c | ||||
|  * H.264 encoder related DSP utils | ||||
|  * | ||||
|  */ | ||||
|  |  | |||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Diego Biurrun
						Diego Biurrun