diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 6e22fda65680302872e9fc8f1111bda36fa38d40..39b7124b2121baccf9a995c7d4bdb4d52114f372 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -20,7 +20,7 @@ */ /** - * @file 4xm.c + * @file libavcodec/4xm.c * 4XM codec. */ diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c index 5a5f764101368d2d5aacd004e80c565c8b136ffd..03b7ffd4199336d51d1ccf485ade8d98ac45bfb2 100644 --- a/libavcodec/8bps.c +++ b/libavcodec/8bps.c @@ -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/ diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c index a9d16acea371b458f406cff1c1682b036c6e8002..3a69f3d74739fdad94afe69542d149234ac1186d 100644 --- a/libavcodec/8svx.c +++ b/libavcodec/8svx.c @@ -20,7 +20,7 @@ */ /** - * @file 8svx.c + * @file libavcodec/8svx.c * 8svx audio decoder * @author Jaikrishnan Menon * supports: fibonacci delta encoding diff --git a/libavcodec/aac.c b/libavcodec/aac.c index 6150c309c83f166619cccc2b808d035a065fa1c1..87b58bcc4f6cfad696214a8331bd987094ef1763 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -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 ) diff --git a/libavcodec/aac.h b/libavcodec/aac.h index d2f81f2ecbb04f109e96822c7a34c7e6c4a9b353..5b66aefb13d92487f8d17efe150070774cc86e85 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -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 ) diff --git a/libavcodec/aacdectab.h b/libavcodec/aacdectab.h index aca205b40d136d32a03cd9750fb223dbaf9f8cc7..d7e0099d3c2eb8f11a3c461c6b73837ea14dda00 100644 --- a/libavcodec/aacdectab.h +++ b/libavcodec/aacdectab.h @@ -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 ) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index c38932cda9804f6f28e76a9f98ab24a23dced650..fb7b6b18ca120c4a7002ac335b46bc7817b79dfb 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -20,7 +20,7 @@ */ /** - * @file aacenc.c + * @file libavcodec/aacenc.c * AAC encoder */ diff --git a/libavcodec/aacpsy.c b/libavcodec/aacpsy.c index 5a8a8522e9052c2ddffa04311075c327203e65b3..45fcad46be16dcbd2d3ec82ab23fb809d40b3683 100644 --- a/libavcodec/aacpsy.c +++ b/libavcodec/aacpsy.c @@ -20,7 +20,7 @@ */ /** - * @file aacpsy.c + * @file libavcodec/aacpsy.c * AAC encoder psychoacoustic model */ diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c index 76f9bbc624bb71c17da367cf4c9542b59ef50935..56c7bf707f32a33b52f1fb1fcee9cf93c9c3d034 100644 --- a/libavcodec/aactab.c +++ b/libavcodec/aactab.c @@ -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 ) diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 67b700dfc16cd800f7b47258949f46d46fc3716f..dc62d5f376096c609f54787676ddfa33dfe5c76f 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -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 ) diff --git a/libavcodec/aandcttab.c b/libavcodec/aandcttab.c index 4097067963044a5a842c70e26e03c1835fe0c52d..ef05342dc53f52af0db7f36fa6f6fb3463124635 100644 --- a/libavcodec/aandcttab.c +++ b/libavcodec/aandcttab.c @@ -17,7 +17,7 @@ */ /** - * @file aandcttab.c + * @file libavcodec/aandcttab.c * AAN (Arai Agui Aakajima) (I)DCT tables */ diff --git a/libavcodec/aandcttab.h b/libavcodec/aandcttab.h index 03bb8b557bd4c563918f816a3a785b8f7e1f4fc0..ed1c3c34657e93724e1fc8a90f1edf9b957eebb6 100644 --- a/libavcodec/aandcttab.h +++ b/libavcodec/aandcttab.h @@ -17,7 +17,7 @@ */ /** - * @file aandcttab.h + * @file libavcodec/aandcttab.h * AAN (Arai Agui Nakajima) (I)DCT tables */ diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c index fa32231084946a63ca27bca99edc063aabce85a3..001ed3ab6691f6b6b1c1912a2dbc3466e745b9dc 100644 --- a/libavcodec/aasc.c +++ b/libavcodec/aasc.c @@ -20,7 +20,7 @@ */ /** - * @file aasc.c + * @file libavcodec/aasc.c * Autodesk RLE Video Decoder by Konstantin Shishkov */ diff --git a/libavcodec/ac3.c b/libavcodec/ac3.c index 057abd03ab07b11f4a47a53b38a28cb4be3f305d..244fdf33c5808b0cbfc718cc2611ec9d98fc4417 100644 --- a/libavcodec/ac3.c +++ b/libavcodec/ac3.c @@ -20,7 +20,7 @@ */ /** - * @file ac3.c + * @file libavcodec/ac3.c * Common code between the AC-3 encoder and decoder. */ diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index e42509cd825c0a6b0586ac3354b5dcc5915bdee8..7391be1b829781abc135c8cf0c9e8ca7b97da517 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -20,7 +20,7 @@ */ /** - * @file ac3.h + * @file libavcodec/ac3.h * Common code between the AC-3 encoder and decoder. */ diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 617080910b62581b30fa8b991de513efeb4bd441..f72577a83c097c1bcb80eded0dfeb315d79237db 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -20,7 +20,7 @@ */ /** - * @file ac3.h + * @file libavcodec/ac3.h * Common code between the AC-3 and E-AC-3 decoders. */ diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c index a70c8fca45fc39f2f7ddca56a0a0176441aa5417..2a3719ea0746dfeb146540bfed4bf89967ed3640 100644 --- a/libavcodec/ac3dec_data.c +++ b/libavcodec/ac3dec_data.c @@ -20,7 +20,7 @@ */ /** - * @file ac3dec_data.c + * @file libavcodec/ac3dec_data.c * tables taken directly from the AC-3 spec. */ diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index 43c59e0e8146f865b453d04b612271a119595ea6..f95b39478f5071de629d034e4b6ed5642ec8ef8a 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -20,7 +20,7 @@ */ /** - * @file ac3enc.c + * @file libavcodec/ac3enc.c * The simplest AC-3 encoder. */ //#define DEBUG diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c index 8e1e7eb37c16c8069f8cd49d06584c4a7bdd1797..69ede84de8a8a7fb3b479a979912739e6f4b20cc 100644 --- a/libavcodec/ac3tab.c +++ b/libavcodec/ac3tab.c @@ -20,7 +20,7 @@ */ /** - * @file ac3tab.c + * @file libavcodec/ac3tab.c * tables taken directly from the AC-3 spec. */ diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 22ebde29a11c2d79e43f6630ff580a9da95fad8b..5ccddc653d06b22f4ce5bbc39098391f2ec646e9 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -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) diff --git a/libavcodec/adx.h b/libavcodec/adx.h index 1df06117745f7212c3d156def7b59b1ed2ce74a5..cb6e6020dd5bd97f30f6248af22501ce0625dd5f 100644 --- a/libavcodec/adx.h +++ b/libavcodec/adx.h @@ -20,7 +20,7 @@ */ /** - * @file adx.h + * @file libavcodec/adx.h * SEGA CRI adx codecs. * * Reference documents: diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index 0ce3d1fe8281cc9da953966a6f695e8283149229..486516b9abfd105e96efaf853cb28b90b0454279 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -24,7 +24,7 @@ #include "adx.h" /** - * @file adxdec.c + * @file libavcodec/adxdec.c * SEGA CRI adx codecs. * * Reference documents: diff --git a/libavcodec/adxenc.c b/libavcodec/adxenc.c index 21df9d4a4920a71773d1930a7a06e306590d25cb..37e632d9ed031e6a4b53f2e4becfb0d7652871d6 100644 --- a/libavcodec/adxenc.c +++ b/libavcodec/adxenc.c @@ -24,7 +24,7 @@ #include "adx.h" /** - * @file adxenc.c + * @file libavcodec/adxenc.c * SEGA CRI adx codecs. * * Reference documents: diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 8cf1ccc69c027c46db339d565eaadf7315bce47b..095876e13f382b8571b48b2971fa66e6af6c3dde 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -20,7 +20,7 @@ */ /** - * @file alac.c + * @file libavcodec/alac.c * ALAC (Apple Lossless Audio Codec) decoder * @author 2005 David Hammerton * diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index f369c0a20e7b30c6f2fdd7a4f78e06923a53c653..66c364da58b9654cfb1edf7cb4ca7de636f210a3 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -20,7 +20,7 @@ */ /** - * @file allcodecs.c + * @file libavcodec/allcodecs.c * Provides registration of all codecs, parsers and bitstream filters for libavcodec. */ diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c index c3497d7cca78624955c69d7b4cf9468b0dc412f2..59be99694e4799f3bce45625e351455d2cddfd6f 100644 --- a/libavcodec/apedec.c +++ b/libavcodec/apedec.c @@ -27,7 +27,7 @@ #include "bytestream.h" /** - * @file apedec.c + * @file libavcodec/apedec.c * Monkey's Audio lossless audio decoder */ diff --git a/libavcodec/apiexample.c b/libavcodec/apiexample.c index 11cc1559dae8af0e3aa2cda544a0fa01fffea46b..14fee3bd3a644438d9d4ae46fe4c8db469fb5401 100644 --- a/libavcodec/apiexample.c +++ b/libavcodec/apiexample.c @@ -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...), diff --git a/libavcodec/asv1.c b/libavcodec/asv1.c index ee91f61f4708b246601dea52a0656c9fc91142df..7626873133178dea26e1ad738178646bcc9f6a2e 100644 --- a/libavcodec/asv1.c +++ b/libavcodec/asv1.c @@ -20,7 +20,7 @@ */ /** - * @file asv1.c + * @file libavcodec/asv1.c * ASUS V1/V2 codec. */ diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 7c6ba586c7fc66788680f9b5bcf92a19d2d52c13..f4390076d6e64791fd00812bba02affce42ed35a 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -21,7 +21,7 @@ */ /** - * @file atrac3.c + * @file libavcodec/atrac3.c * Atrac 3 compatible decoder. * This decoder handles Sony's ATRAC3 data. * diff --git a/libavcodec/atrac3data.h b/libavcodec/atrac3data.h index ff9ada8753efee9a7008ea540ba07bc1852a33ff..00197d32d46ed68ec64d1851d0bb13a3bd0a16b6 100644 --- a/libavcodec/atrac3data.h +++ b/libavcodec/atrac3data.h @@ -21,7 +21,7 @@ */ /** - * @file atrac3data.h + * @file libavcodec/atrac3data.h * Atrac 3 AKA RealAudio 8 compatible decoder data */ diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c index 618366a18f8cbf0de95df959803aaf8c6a687c32..40a79000fb4db3e0facef5390aa3eb491bbdb6f6 100644 --- a/libavcodec/audioconvert.c +++ b/libavcodec/audioconvert.c @@ -20,7 +20,7 @@ */ /** - * @file audioconvert.c + * @file libavcodec/audioconvert.c * audio conversion * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/audioconvert.h b/libavcodec/audioconvert.h index 4b767101a45ebe0e7f5e4b4d15fc829fcc80427c..157bd44e21c2540124a437460e26c75937013f39 100644 --- a/libavcodec/audioconvert.h +++ b/libavcodec/audioconvert.h @@ -24,7 +24,7 @@ #define AVCODEC_AUDIOCONVERT_H /** - * @file audioconvert.h + * @file libavcodec/audioconvert.h * Audio format conversion routines */ diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e9e69ac72441c4405a657f7ac7de297142d6e00a..b20910342d1f6db59eaff8ad21f8cee7825fc6ef 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -22,7 +22,7 @@ #define AVCODEC_AVCODEC_H /** - * @file avcodec.h + * @file libavcodec/avcodec.h * external API header */ diff --git a/libavcodec/bethsoftvideo.c b/libavcodec/bethsoftvideo.c index 69d08b4f66a3944d967c1c686f55e8d9dbbb5ddd..54bc46c555f8a2f1defb7a245d1e04765c4d0180 100644 --- a/libavcodec/bethsoftvideo.c +++ b/libavcodec/bethsoftvideo.c @@ -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 diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c index eaea8085125fc568250915bdeb9d5e5b6d3da017..baf09976f3686be0112ab513906cf1962ea74e67 100644 --- a/libavcodec/bfi.c +++ b/libavcodec/bfi.c @@ -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 diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 7de6bba5cd1d2052ef0603dd271b19b5e67a188d..57dd93e0ad48e54824607a1a4939d60ba207afcb 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -23,7 +23,7 @@ */ /** - * @file bitstream.c + * @file libavcodec/bitstream.c * bitstream api. */ diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index 9af01afa8feb0f0a134ef4b76c15bfab2a2a3f41..62b8bc9f6cf4822087fbd5c2799136c6b0b73b9c 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -19,7 +19,7 @@ */ /** - * @file bitstream.h + * @file libavcodec/bitstream.h * bitstream api header. */ diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 4ed6e028eb08b5e2b6ca816ec3000166c210914a..c2a7f8a1e535d86800feca0f5288472fd416fe89 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -20,7 +20,7 @@ */ /** - * @file cabac.c + * @file libavcodec/cabac.c * Context Adaptive Binary Arithmetic Coder. */ diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index caed72277cfc9153990a8c75b30e79e160aa8d3f..8ce4245b887afef80e16fcee4c542480b7b884dd 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -20,7 +20,7 @@ */ /** - * @file cabac.h + * @file libavcodec/cabac.h * Context Adaptive Binary Arithmetic Coder. */ diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c index 829d4a0c660ee1bab7477d2d6ff1e038d354cd6e..6bb0f48e97d3304597af2ae09a21cce640dd52e5 100644 --- a/libavcodec/cavs.c +++ b/libavcodec/cavs.c @@ -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> */ diff --git a/libavcodec/cavs_parser.c b/libavcodec/cavs_parser.c index 33f7fff7108148cefdbf403641fa52a337e9792d..6604b1bbcccc967d30ef7b0562537e46d2802ead 100644 --- a/libavcodec/cavs_parser.c +++ b/libavcodec/cavs_parser.c @@ -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> */ diff --git a/libavcodec/cavsdec.c b/libavcodec/cavsdec.c index a964be786da5898fc26329c4e88e74e3d805ac90..4092f88f2a224ab6bd5ff7468e84f564332c2a54 100644 --- a/libavcodec/cavsdec.c +++ b/libavcodec/cavsdec.c @@ -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> */ diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c index 57a9fa56b67cc7d54d0c7cc16e10ed5429f4f64a..d0f5adb7fc3f2ccd067952ea1428c24c9f785ff9 100644 --- a/libavcodec/cinepak.c +++ b/libavcodec/cinepak.c @@ -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: diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index bb8ae2c7b52c2085c6add713f6c365f5d766a523..cca5a91ee19b3b974ece8804077906db2f894df7 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -20,7 +20,7 @@ */ /** - * @file cljr.c + * @file libavcodec/cljr.c * Cirrus Logic AccuPak codec. */ diff --git a/libavcodec/colorspace.h b/libavcodec/colorspace.h index 5f886f76387d5f6cb9385a404c51c2fab486466f..cdadbb3d1cf9e096d4424a3cbb71dc83443b4a02 100644 --- a/libavcodec/colorspace.h +++ b/libavcodec/colorspace.h @@ -20,7 +20,7 @@ */ /** - * @file colorspace.h + * @file libavcodec/colorspace.h * Various defines for YUV<->RGB conversion */ diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 98c0568e55f32451234644df1cfc7d4ca1020b20..cb95cd8d0d29d94b6c6400b65e5cfac77437432f 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -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. diff --git a/libavcodec/cookdata.h b/libavcodec/cookdata.h index 4aa1a4ad3ad64a02f582e9628a9599c22318ba66..e2e81fbab676fad1c9af01da2b3973037d49d34a 100644 --- a/libavcodec/cookdata.h +++ b/libavcodec/cookdata.h @@ -21,7 +21,7 @@ */ /** - * @file cookdata.h + * @file libavcodec/cookdata.h * Cook AKA RealAudio G2 compatible decoderdata */ diff --git a/libavcodec/cyuv.c b/libavcodec/cyuv.c index 2cfe7b32a918a137a9a52c81055dcf8ea5d4e202..2b15814b31c66bde1f2e7d1e171be18d0a62474b 100644 --- a/libavcodec/cyuv.c +++ b/libavcodec/cyuv.c @@ -24,7 +24,7 @@ */ /** - * @file cyuv.c + * @file libavcodec/cyuv.c * Creative YUV (CYUV) Video Decoder. */ diff --git a/libavcodec/dca.c b/libavcodec/dca.c index dbd11526ff429a958dc4f5ce5b424980df5336ef..3bc895bc16aa4bca5edf366a603c2319ce359942 100644 --- a/libavcodec/dca.c +++ b/libavcodec/dca.c @@ -23,7 +23,7 @@ */ /** - * @file dca.c + * @file libavcodec/dca.c */ #include <math.h> diff --git a/libavcodec/dca_parser.c b/libavcodec/dca_parser.c index b1c06e4880e7aabb93343e1e5485afea48da7574..49b2ecd3f5d6380cea8a623d2beb6d9be612df63 100644 --- a/libavcodec/dca_parser.c +++ b/libavcodec/dca_parser.c @@ -23,7 +23,7 @@ */ /** - * @file dca_parser.c + * @file libavcodec/dca_parser.c */ #include "parser.h" diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index 2c15bba5c6637de4bd01382bd1e0d212825ceae3..1ee7c5837a1ca3d8f6927a95bb0fbde7ff31324a 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -21,7 +21,7 @@ */ /** - * @file dcadata.h + * @file libavcodec/dcadata.h */ #ifndef AVCODEC_DCADATA_H diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index f47696251aa06e17e63e5b2b3949f6e93fcbadab..a90bfd721f4116b5b6e45af122c74cac7dcc152d 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -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. */ diff --git a/libavcodec/dirac_parser.c b/libavcodec/dirac_parser.c index 511563cb6cd8fb523b062476a0d6c5d4320e10bf..1dcb8a51d45ece3ac3fc9d01ff75f33dfed0a1f5 100644 --- a/libavcodec/dirac_parser.c +++ b/libavcodec/dirac_parser.c @@ -22,7 +22,7 @@ */ /** - * @file dirac_parser.c + * @file libavcodec/dirac_parser.c * Dirac Parser * @author Marco Gerards <marco@gnu.org> */ diff --git a/libavcodec/dnxhd_parser.c b/libavcodec/dnxhd_parser.c index b5279131088ccd3f666ad49b29b28c6c5f94de9d..8a5d792565d41448ada9cdf8cfe44111a2e5db69 100644 --- a/libavcodec/dnxhd_parser.c +++ b/libavcodec/dnxhd_parser.c @@ -20,7 +20,7 @@ */ /** - * @file dnxhd_parser.c + * @file libavcodec/dnxhd_parser.c * DNxHD/VC-3 parser */ diff --git a/libavcodec/dsicinav.c b/libavcodec/dsicinav.c index 039b0adc0d9f7d361dc29f126f4eae3afeb26aaf..f8093fccf22402da7df70ccbda6c267ba1ecef2e 100644 --- a/libavcodec/dsicinav.c +++ b/libavcodec/dsicinav.c @@ -20,7 +20,7 @@ */ /** - * @file dsicinav.c + * @file libavcodec/dsicinav.c * Delphine Software International CIN audio/video decoders */ diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 2c485175c161fb51c8aaaa3ba23cc830d31e1f6d..3e7e43ac0b04ec631534d5dfc980b4de3912fc02 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -23,7 +23,7 @@ */ /** - * @file dsputil.c + * @file libavcodec/dsputil.c * DSP utils */ diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 66557138bf994b59e8ced470549bc46d410f83b5..fdbd90a6c10677310af5f4ccc68d4aced4620022 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -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 diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 27824004c135781eea988ebb25b145c538b0dbfc..cc8d8c0066a77644c6d5e57b191ad8455ffa0ccb 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -34,7 +34,7 @@ */ /** - * @file dv.c + * @file libavcodec/dv.c * DV codec. */ #define ALT_BITSTREAM_READER diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index a069e9c6cd160e2ece948091cfe1e2dedbec59f4..21023cfe59e1189ac930bf6a67fae50495ce8b56 100644 --- a/libavcodec/dvdata.h +++ b/libavcodec/dvdata.h @@ -20,7 +20,7 @@ */ /** - * @file dvdata.h + * @file libavcodec/dvdata.h * Constants for DV codec. */ diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c index e0f4430a0e9fa707ecec66575c7ebdd4d9659ff0..e415da7187d5797e44d68b4ae284f8715d9ddb85 100644 --- a/libavcodec/dxa.c +++ b/libavcodec/dxa.c @@ -20,7 +20,7 @@ */ /** - * @file dxa.c + * @file libavcodec/dxa.c * DXA Video decoder */ diff --git a/libavcodec/eacmv.c b/libavcodec/eacmv.c index ffd8f462de274f8460a27c835eaa90919ccfa5df..4ab5a61bed343d5a2dcaa253dfa5355fe03a5c1b 100644 --- a/libavcodec/eacmv.c +++ b/libavcodec/eacmv.c @@ -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) * diff --git a/libavcodec/eaidct.c b/libavcodec/eaidct.c index 8a243508f5ab143ff16b3791000f8f95212519ae..9e7bcac3e80273d4be27ff4bee0d797fbe936c2a 100644 --- a/libavcodec/eaidct.c +++ b/libavcodec/eaidct.c @@ -20,7 +20,7 @@ */ /** - * @file eaidct.c + * @file libavcodec/eaidct.c * Electronic Arts TGQ/TQI/MAD IDCT algorithm * @author Peter Ross <pross@xvid.org> */ diff --git a/libavcodec/eatgq.c b/libavcodec/eatgq.c index fa8faf41d0e0009c1dfeae40b699f0edd065dace..12645c5a789b696ba7b14258347aa08f322abdf6 100644 --- a/libavcodec/eatgq.c +++ b/libavcodec/eatgq.c @@ -20,7 +20,7 @@ */ /** - * @file eatgq.c + * @file libavcodec/eatgq.c * Electronic Arts TGQ Video Decoder * @author Peter Ross <pross@xvid.org> * diff --git a/libavcodec/eatgv.c b/libavcodec/eatgv.c index 0b72dffa0c487d8ef2f0ee69c45d92d341b6102f..82f78bc4ab114783af3170a95b43249e7f9acea2 100644 --- a/libavcodec/eatgv.c +++ b/libavcodec/eatgv.c @@ -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) * diff --git a/libavcodec/elbg.c b/libavcodec/elbg.c index 59ae4b97a064ced1041e404394f837ac219a4d7a..712c927cec6e0f24667fd17ff6a06d0a8aa5649c 100644 --- a/libavcodec/elbg.c +++ b/libavcodec/elbg.c @@ -19,7 +19,7 @@ */ /** - * @file elbg.c + * @file libavcodec/elbg.c * Codebook Generator using the ELBG algorithm */ diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index 5f8037f1ee4c4f8550e33fdb1666abdb45a2451b..8ba9461b4ba710da3cd7dad3620eabc12c6c3976 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -21,7 +21,7 @@ */ /** - * @file error_resilience.c + * @file libavcodec/error_resilience.c * Error resilience / concealment. */ diff --git a/libavcodec/eval.c b/libavcodec/eval.c index fce6da5aa8da16190e471c6a8ff19acdd43a161f..335ea5f0e49559f4c541ff8943ad604f73b0629a 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -22,7 +22,7 @@ */ /** - * @file eval.c + * @file libavcodec/eval.c * simple arithmetic expression evaluator. * * see http://joe.hotchkiss.com/programming/eval/eval.html diff --git a/libavcodec/eval.h b/libavcodec/eval.h index c450332d3efccda64487e781af7892334f03675c..82d4315bacf3815579a70dcfcd68ecf98ace0807 100644 --- a/libavcodec/eval.h +++ b/libavcodec/eval.h @@ -21,7 +21,7 @@ */ /** - * @file eval.h + * @file libavcodec/eval.h * eval header. */ diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c index 7abfe48f4edbdb89cf502af9d08028e45f6f9f44..b16d46b48b1a62a38c855df0369db2d32657b303 100644 --- a/libavcodec/faandct.c +++ b/libavcodec/faandct.c @@ -19,7 +19,7 @@ */ /** - * @file faandct.c + * @file libavcodec/faandct.c * @brief * Floating point AAN DCT * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index b86f9accb484ab907de129ed5db6b6f9c725bcde..a69301c1d4cb5b16e40a1961f7c952e9bcc84e8a 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -20,7 +20,7 @@ */ /** - * @file faandct.h + * @file libavcodec/faandct.h * @brief * Floating point AAN DCT * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index f6158ca6d857f8065814782729c09caef84a337f..087197e97c71871ba9391b9941f5467aee882b51 100644 --- a/libavcodec/faxcompr.c +++ b/libavcodec/faxcompr.c @@ -21,7 +21,7 @@ /** * CCITT Fax Group 3 and 4 decompression - * @file faxcompr.c + * @file libavcodec/faxcompr.c * @author Konstantin Shishkov */ #include "avcodec.h" diff --git a/libavcodec/faxcompr.h b/libavcodec/faxcompr.h index 9eb3485b0274a5e162d0495d70ae7b25663763b7..5f0a222e725d4b681e26901a2c33c4c8168ccf92 100644 --- a/libavcodec/faxcompr.h +++ b/libavcodec/faxcompr.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 diff --git a/libavcodec/fdctref.c b/libavcodec/fdctref.c index 119d23f787c3582c8b8196e7997f321a4fba1c2a..164883dcbc0715f3880c3e5f67168141d61d0633 100644 --- a/libavcodec/fdctref.c +++ b/libavcodec/fdctref.c @@ -1,5 +1,5 @@ /** - * @file fdctref.c + * @file libavcodec/fdctref.c * forward discrete cosine transform, double precision. */ diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 1ab653fc3dc741dc2cf1b3bc1bd306e0b15d3bf3..92a09611a69db2729094bfff87be161cb342d53b 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -19,7 +19,7 @@ */ /** - * @file fft-test.c + * @file libavcodec/fft-test.c * FFT and MDCT tests. */ diff --git a/libavcodec/fft.c b/libavcodec/fft.c index 47ecdb48def7b71b5c6c8724afe89203a53d8d5a..e4438ee0252f0593031ec62fcade21247ede7323 100644 --- a/libavcodec/fft.c +++ b/libavcodec/fft.c @@ -22,7 +22,7 @@ */ /** - * @file fft.c + * @file libavcodec/fft.c * FFT/IFFT transforms. */ diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 6c7d895e3a6a62926ad39ee47b4a37d0c0999848..72c5fbd881e75db05ea393c81e0e88069f272f87 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -21,7 +21,7 @@ */ /** - * @file ffv1.c + * @file libavcodec/ffv1.c * FF Video Codec 1 (an experimental lossless codec) */ diff --git a/libavcodec/flac.h b/libavcodec/flac.h index 02b41e1f998b7143f7cf8d23bccf6dfde3c1d162..9a4f8208316c4350e03c665b1c827b6e11f4b325 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -20,7 +20,7 @@ */ /** - * @file flac.h + * @file libavcodec/flac.h * FLAC (Free Lossless Audio Codec) decoder/demuxer common functions */ diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index 9397d9af7b4eb94a623edf075435577527ff93f1..49b45779e41031f0b5f0ba5c450bdbb58e88f6bd 100644 --- a/libavcodec/flacdec.c +++ b/libavcodec/flacdec.c @@ -20,7 +20,7 @@ */ /** - * @file flacdec.c + * @file libavcodec/flacdec.c * FLAC (Free Lossless Audio Codec) decoder * @author Alex Beregszaszi * diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index abe1d8750c796eaba19ae95ed991380419c973b4..7937efce258e5770840318020103e646c9974f2a 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -21,7 +21,7 @@ */ /** - * @file flashsv.c + * @file libavcodec/flashsv.c * Flash Screen Video decoder * @author Alex Beregszaszi * @author Benjamin Larsson diff --git a/libavcodec/flashsvenc.c b/libavcodec/flashsvenc.c index 645a4eb6f20fa1b1842ebd44612c4d0387546bde..ef73a9b19cc67c8d853b291516e87a7da99c9dbc 100644 --- a/libavcodec/flashsvenc.c +++ b/libavcodec/flashsvenc.c @@ -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 diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index a8197b780e6e5eb887480a506dd87fda8a78223f..2261c40524a2d403e01890c4b0e4cfd2392bee72 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -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 diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index 0c31e03c41833bcff9c8f65b916a9f7009a5688b..14da1a0b616bdcb0f1524a934e643f19d57fc940 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -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 diff --git a/libavcodec/golomb.c b/libavcodec/golomb.c index 51e0f9dc095bab64a3e64aa4101a07933586e097..ac9d8370cfd84e0bb74e68cff9be24120cfd6fbd 100644 --- a/libavcodec/golomb.c +++ b/libavcodec/golomb.c @@ -20,7 +20,7 @@ */ /** - * @file golomb.c + * @file libavcodec/golomb.c * @brief * exp golomb vlc stuff * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/golomb.h b/libavcodec/golomb.h index 3c3f75987d6c823b9d5d85191e1f281df1d6bf3d..695609f6c7076d60d2e0d5763050b3bdc4825de4 100644 --- a/libavcodec/golomb.h +++ b/libavcodec/golomb.h @@ -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 diff --git a/libavcodec/h261.c b/libavcodec/h261.c index b4658c58c3f1c01511dc09abfb7f62ea58656fa8..6093853f7ca602a33719d2f24ec6c197b6b3a354 100644 --- a/libavcodec/h261.c +++ b/libavcodec/h261.c @@ -21,7 +21,7 @@ */ /** - * @file h261.c + * @file libavcodec/h261.c * h261codec. */ diff --git a/libavcodec/h261.h b/libavcodec/h261.h index b5eb539e7386635b638a9fe42d4b40d130d5807c..43687d71e0112f2850123bf4f8e6f53bc5f4f5ec 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -21,7 +21,7 @@ */ /** - * @file h261.c + * @file libavcodec/h261.c * h261codec. */ diff --git a/libavcodec/h261_parser.c b/libavcodec/h261_parser.c index 3f3aac6e471e731fbcb409f554235304c4ce28e9..47644b69b8cddffc6f8bded86e2ee18ebadda40a 100644 --- a/libavcodec/h261_parser.c +++ b/libavcodec/h261_parser.c @@ -21,7 +21,7 @@ */ /** - * @file h261_parser.c + * @file libavcodec/h261_parser.c * h261codec. */ diff --git a/libavcodec/h261data.h b/libavcodec/h261data.h index 9218bf1c035f456575d1d510e2ecff932d1501e8..81637aa70b93c71f587e14e0003fa48d4fead9c7 100644 --- a/libavcodec/h261data.h +++ b/libavcodec/h261data.h @@ -20,7 +20,7 @@ */ /** - * @file h261data.h + * @file libavcodec/h261data.h * H.261 tables. */ diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 3f21eb8263fc030c59e71ceb387ac5ac5fa09339..70542869c5f0234c0ce3e2c4221c88c8e04fa8ea 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -21,7 +21,7 @@ */ /** - * @file h261dec.c + * @file libavcodec/h261dec.c * H.261 decoder. */ diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c index 564113fdfdde78fdcdc9c0536a043ad89351d0c7..f24068820ae2a491200a9491da400ad998523a29 100644 --- a/libavcodec/h261enc.c +++ b/libavcodec/h261enc.c @@ -21,7 +21,7 @@ */ /** - * @file h261enc.c + * @file libavcodec/h261enc.c * H.261 encoder. */ diff --git a/libavcodec/h263.c b/libavcodec/h263.c index bdc020b652086306ffd5348b04117b1b37088245..a0ddff84f10b7cbeef0a5286733c17e3abfd65f4 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -27,7 +27,7 @@ */ /** - * @file h263.c + * @file libavcodec/h263.c * h263/mpeg4 codec. */ diff --git a/libavcodec/h263_parser.c b/libavcodec/h263_parser.c index bfef3b5bbdc31a4bd895ff322cdf312203099f5f..4a279d90528a63599d659763f7c85ee3b3a09cdb 100644 --- a/libavcodec/h263_parser.c +++ b/libavcodec/h263_parser.c @@ -20,7 +20,7 @@ */ /** - * @file h263_parser.c + * @file libavcodec/h263_parser.c * H.263 parser */ diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h index 9bae094587629d000485c0d3a7c213b3ae556e0e..40e4199d0bebf240d63c03881420c15a5923e2ce 100644 --- a/libavcodec/h263data.h +++ b/libavcodec/h263data.h @@ -22,7 +22,7 @@ */ /** - * @file h263data.h + * @file libavcodec/h263data.h * H.263 tables. */ diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 03d758d037dfee784ddd97d31ee2aff33a425ff1..a537508c804221aa8e8881d052cd8aad0c3b1448 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -21,7 +21,7 @@ */ /** - * @file h263dec.c + * @file libavcodec/h263dec.c * H.263 decoder. */ diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 6885a6b252b7e46c83ff554e5518955f568c7389..5785e1fc42bf8c0ccb89361a1071f96d326e5d35 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -20,7 +20,7 @@ */ /** - * @file h264.c + * @file libavcodec/h264.c * H.264 / AVC / MPEG4 part10 codec. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 5e879fc7d019095b2c79058bf91a7b7dc6c424a0..21fe4d6e9056bec8c5342712923702657209905c 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -20,7 +20,7 @@ */ /** - * @file h264.h + * @file libavcodec/h264.h * H.264 / AVC / MPEG4 part10 codec. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index 4c3b134a7fe57cffd589508330ad3e028744cfeb..f754f71a2a3e0caba3342cf152cd6eefd7342cb9 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -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> */ diff --git a/libavcodec/h264_parser.h b/libavcodec/h264_parser.h index f37b64f924c9ac65ec6c3c4c78ec6924525333fc..514f86ee97bbf94ebc1768009e4ea9829eb49a53 100644 --- a/libavcodec/h264_parser.h +++ b/libavcodec/h264_parser.h @@ -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> */ diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index d28d4d4181718db4ea147c8d8c09302d09f809df..7d60abbd74d8ed9aeed787bc50d7896b8b361fa4 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -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> diff --git a/libavcodec/h264dspenc.c b/libavcodec/h264dspenc.c index f64fe592bf4d95bde7b6e16f7fbd6617958c1773..9dfa01b336c482b7375d3f11ee7db96ab3e82348 100644 --- a/libavcodec/h264dspenc.c +++ b/libavcodec/h264dspenc.c @@ -21,7 +21,7 @@ */ /** - * @file h264dspenc.c + * @file libavcodec/h264dspenc.c * H.264 encoder related DSP utils * */ diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c index 8aae501d1a0cc56a73c8a6b445a8284294f66b7d..78fe431eb6e3194cd3aca4aee580c31499d62f4c 100644 --- a/libavcodec/h264idct.c +++ b/libavcodec/h264idct.c @@ -20,7 +20,7 @@ */ /** - * @file h264idct.c + * @file libavcodec/h264idct.c * H.264 IDCT. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c index 3282ff47ec7f27c4e61862698b8842d36b832e88..89ed972b9863a31ea6b585f07cebb36e9fdd2d55 100644 --- a/libavcodec/h264pred.c +++ b/libavcodec/h264pred.c @@ -20,7 +20,7 @@ */ /** - * @file h264pred.c + * @file libavcodec/h264pred.c * H.264 / AVC / MPEG4 part10 prediction functions. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index d87df2a31e712fc25ded02acbccff0eb14dadb64..32e9fb1531f5cb2cf9c022b2929f7e28b10c34e7 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -20,7 +20,7 @@ */ /** - * @file h264pred.h + * @file libavcodec/h264pred.h * H.264 / AVC / MPEG4 prediction functions. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c index f21a4f890f210b3c467e8f895d844d380a0c8526..286ac677a1c9d14acc58f2a3b7322ef4f21365d4 100644 --- a/libavcodec/huffman.c +++ b/libavcodec/huffman.c @@ -1,5 +1,5 @@ /** - * @file huffman.c + * @file libavcodec/huffman.c * huffman tree builder and VLC generator * Copyright (c) 2006 Konstantin Shishkov * diff --git a/libavcodec/huffman.h b/libavcodec/huffman.h index bfb772334a8d9137761010dcea116bbaa7ea625c..594013e0bb07490eee3e2684ff17bd15f532899c 100644 --- a/libavcodec/huffman.h +++ b/libavcodec/huffman.h @@ -1,5 +1,5 @@ /** - * @file huffman.h + * @file libavcodec/huffman.h * huffman tree builder and VLC generator * Copyright (C) 2007 Aurelien Jacobs <aurel@gnuage.org> * diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c index 7bb825bb0cd8360ad0b36351ed09731c504efa72..d3f6401b3d576ab20aab0079de6b844c752792ac 100644 --- a/libavcodec/huffyuv.c +++ b/libavcodec/huffyuv.c @@ -24,7 +24,7 @@ */ /** - * @file huffyuv.c + * @file libavcodec/huffyuv.c * huffyuv codec for libavcodec. */ diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c index fa3bb16d8c7ae2d0d64f225bcbd0b7f034ec39bd..63123663c0b10c2bc026b74660e6ee326edc4e0a 100644 --- a/libavcodec/idcinvideo.c +++ b/libavcodec/idcinvideo.c @@ -20,7 +20,7 @@ */ /** - * @file idcinvideo.c + * @file libavcodec/idcinvideo.c * id Quake II Cin Video Decoder by Dr. Tim Ferguson * For more information about the id CIN format, visit: * http://www.csse.monash.edu.au/~timf/ diff --git a/libavcodec/iirfilter.c b/libavcodec/iirfilter.c index bcaa021b60e3c182cc609a1f84f759e1d6f44724..62c2a61cd57c4ac4e5604e0c0df01f9a48059c72 100644 --- a/libavcodec/iirfilter.c +++ b/libavcodec/iirfilter.c @@ -20,7 +20,7 @@ */ /** - * @file iirfilter.c + * @file libavcodec/iirfilter.c * different IIR filters implementation */ diff --git a/libavcodec/iirfilter.h b/libavcodec/iirfilter.h index d51f44b8e8344cf2548a9d2a3917473629d1ef42..e6010390cbfe144ee31b8eb9cc728d4df0759f12 100644 --- a/libavcodec/iirfilter.h +++ b/libavcodec/iirfilter.h @@ -20,7 +20,7 @@ */ /** - * @file iirfilter.h + * @file libavcodec/iirfilter.h * IIR filter interface */ diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 91d9febbf16fc6f0bfd0787dfdaa233bba86defd..e8d43e6b0878c709eae12872825392b5d0f5a3bd 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -22,7 +22,7 @@ */ /** - * @file imc.c IMC - Intel Music Coder + * @file libavcodec/imc.c IMC - Intel Music Coder * A mdct based codec using a 256 points large transform * divied into 32 bands with some mix of scale factors. * Only mono is supported. diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 17c8473c3ad9824b4b5e4071350a234bb8f814b5..a78b454a678e0eb7659d57dd7b54a0da2815ad79 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -20,7 +20,7 @@ */ /** - * @file imgconvert.c + * @file libavcodec/imgconvert.c * misc image conversion routines */ diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index f3bb49d4b0c444e628cd353fd36920f3a8137dba..7ec930210e9fb4477cc25cb3dcab19e07300510a 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -20,7 +20,7 @@ */ /** - * @file imgresample.c + * @file libavcodec/imgresample.c * High quality image resampling with polyphase filters . */ diff --git a/libavcodec/imx_dump_header_bsf.c b/libavcodec/imx_dump_header_bsf.c index d850ec13031409910cfc9e45ab79e69c2d2ff597..bf41c8355fc00e81204b90a988fc87b362ec656a 100644 --- a/libavcodec/imx_dump_header_bsf.c +++ b/libavcodec/imx_dump_header_bsf.c @@ -20,7 +20,7 @@ */ /** - * @file imx_dump_header_bsf.c + * @file libavcodec/imx_dump_header_bsf.c * imx dump header bitstream filter * modifies bitstream to fit in mov and be decoded by final cut pro decoder */ diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index 236e4aa225f971a4d3ff6992e0f33d9008eb2dda..40c561a559ddc5a9ad4aba1ae53122d47e6d1295 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -20,7 +20,7 @@ */ /** - * @file indeo2.c + * @file libavcodec/indeo2.c * Intel Indeo 2 decoder. */ #define ALT_BITSTREAM_READER_LE diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 9a5d5fdb3d23e49dff007385c2875a611311f943..a8bed35f2d6afb4256053d02826df1f84e3d693a 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -17,7 +17,7 @@ */ /** - * @file internal.h + * @file libavcodec/internal.h * common internal api header. */ diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c index 16ac977ec069349667e2f50ac02503e3df9ff7ed..83a9a47ef909861db208a4b2e5753142f09fb8ad 100644 --- a/libavcodec/interplayvideo.c +++ b/libavcodec/interplayvideo.c @@ -20,7 +20,7 @@ */ /** - * @file interplayvideo.c + * @file libavcodec/interplayvideo.c * Interplay MVE Video Decoder by Mike Melanson (melanson@pcisys.net) * For more information about the Interplay MVE format, visit: * http://www.pcisys.net/~melanson/codecs/interplay-mve.txt diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 1bca7f65043bc805ba9f46f4d072d07ee489ce79..e12926f52dc4f3c033d7cd38871f1d8adec77820 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -17,7 +17,7 @@ */ /** - * @file intrax8.c + * @file libavcodec/intrax8.c * @brief IntraX8 (J-Frame) subdecoder, used by WMV2 and VC-1 */ diff --git a/libavcodec/intrax8dsp.c b/libavcodec/intrax8dsp.c index f90c0fdf0b1378dd3b4a4f015f7cfdc2d577286c..0ed2e39d029463912f0a63dc44c84105c43b3bcf 100644 --- a/libavcodec/intrax8dsp.c +++ b/libavcodec/intrax8dsp.c @@ -17,7 +17,7 @@ */ /** -* @file intrax8dsp.c +* @file libavcodec/intrax8dsp.c *@brief IntraX8 frame subdecoder image manipulation routines */ diff --git a/libavcodec/jfdctfst.c b/libavcodec/jfdctfst.c index f952ac9df5d3faa73a052cd32327e9893910101d..dcbe19e69ded95c1049dea54b5b6b12408948ebd 100644 --- a/libavcodec/jfdctfst.c +++ b/libavcodec/jfdctfst.c @@ -64,7 +64,7 @@ */ /** - * @file jfdctfst.c + * @file libavcodec/jfdctfst.c * Independent JPEG Group's fast AAN dct. */ diff --git a/libavcodec/jfdctint.c b/libavcodec/jfdctint.c index dbd7464ae909420e5ac2a4cea1b6847ed8327808..b27657b0df07823c0b7658807ef1fea0094ca95d 100644 --- a/libavcodec/jfdctint.c +++ b/libavcodec/jfdctint.c @@ -57,7 +57,7 @@ */ /** - * @file jfdctint.c + * @file libavcodec/jfdctint.c * Independent JPEG Group's slow & accurate dct. */ diff --git a/libavcodec/jpegls.c b/libavcodec/jpegls.c index 8c222e9e48775174ca53aba4e937ec77ff8b9a77..ff429e5afe2dd7519cbd6bbf52df88938cf16d45 100644 --- a/libavcodec/jpegls.c +++ b/libavcodec/jpegls.c @@ -21,7 +21,7 @@ */ /** - * @file jpegls.c + * @file libavcodec/jpegls.c * JPEG-LS common code. */ diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h index c2b22e25e611ad155c1ceecc8f1f5f448760e4c3..6ce1b92ddf1ee794020b044d775a9962adf831f7 100644 --- a/libavcodec/jpegls.h +++ b/libavcodec/jpegls.h @@ -21,7 +21,7 @@ */ /** - * @file jpegls.h + * @file libavcodec/jpegls.h * JPEG-LS common code. */ diff --git a/libavcodec/jpeglsdec.c b/libavcodec/jpeglsdec.c index 02e15841fb21d161b2313cb931f65ab327399d42..fdf4c4c424ed68926148d563fd591543648f748c 100644 --- a/libavcodec/jpeglsdec.c +++ b/libavcodec/jpeglsdec.c @@ -21,7 +21,7 @@ */ /** - * @file jpeglsdec.c + * @file libavcodec/jpeglsdec.c * JPEG-LS decoder. */ diff --git a/libavcodec/jpeglsdec.h b/libavcodec/jpeglsdec.h index f9416dfa36d6a487aae0cf75d6951ccc0b17d3d8..080aa3d12d6af6839cf68cfbcba6937ce79c6ada 100644 --- a/libavcodec/jpeglsdec.h +++ b/libavcodec/jpeglsdec.h @@ -21,7 +21,7 @@ */ /** - * @file jpeglsdec.h + * @file libavcodec/jpeglsdec.h * JPEG-LS decoder. */ diff --git a/libavcodec/jpeglsenc.c b/libavcodec/jpeglsenc.c index 14a81bee172a3eab17d4bcc15de3330879142dac..8bad77a3bfe71fd97f519c73ef195f5fec5d9c5b 100644 --- a/libavcodec/jpeglsenc.c +++ b/libavcodec/jpeglsenc.c @@ -21,7 +21,7 @@ */ /** - * @file jpeglsenc.c + * @file libavcodec/jpeglsenc.c * JPEG-LS encoder. */ diff --git a/libavcodec/jrevdct.c b/libavcodec/jrevdct.c index d9612ebd8224b58e10d810b2f1f8b62fd05aaed8..b9b2c1421cc7284580c0698e15e32f8faf631e84 100644 --- a/libavcodec/jrevdct.c +++ b/libavcodec/jrevdct.c @@ -60,7 +60,7 @@ */ /** - * @file jrevdct.c + * @file libavcodec/jrevdct.c * Independent JPEG Group's LLM idct. */ diff --git a/libavcodec/kmvc.c b/libavcodec/kmvc.c index 3ab4adf176ef9f04c5f954e9f053ed819673733e..30939ab411e3e9db1f3c0f68025d4a7f27354c11 100644 --- a/libavcodec/kmvc.c +++ b/libavcodec/kmvc.c @@ -20,7 +20,7 @@ */ /** - * @file kmvc.c + * @file libavcodec/kmvc.c * Karl Morton's Video Codec decoder */ diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c index f8630fad153faba6f901c7a7e469a24c1f9c0240..026be4f0b0b548e41701016bc7c6d547b5d872f4 100644 --- a/libavcodec/lcldec.c +++ b/libavcodec/lcldec.c @@ -20,7 +20,7 @@ */ /** - * @file lcldec.c + * @file libavcodec/lcldec.c * LCL (LossLess Codec Library) Video Codec * Decoder for MSZH and ZLIB codecs * Experimental encoder for ZLIB RGB24 diff --git a/libavcodec/lclenc.c b/libavcodec/lclenc.c index 517c26ca911c358a646f18781d8f29f88bf010c4..d4fa9b76246d01b97ecf60c1b44d8475cef6b54b 100644 --- a/libavcodec/lclenc.c +++ b/libavcodec/lclenc.c @@ -20,7 +20,7 @@ */ /** - * @file lclenc.c + * @file libavcodec/lclenc.c * LCL (LossLess Codec Library) Video Codec * Decoder for MSZH and ZLIB codecs * Experimental encoder for ZLIB RGB24 diff --git a/libavcodec/libdirac.h b/libavcodec/libdirac.h index b677a7e5e1f3fa21bb5bf590e82ea0e2ad74b988..0eaed6dea511402421f523669ac5e7a87affdba8 100644 --- a/libavcodec/libdirac.h +++ b/libavcodec/libdirac.h @@ -19,7 +19,7 @@ */ /** -* @file libdirac.h +* @file libavcodec/libdirac.h * data structures common to libdiracenc.c and libdiracdec.c */ diff --git a/libavcodec/libdirac_libschro.c b/libavcodec/libdirac_libschro.c index 416eb598048becb2421423a7dba932103773f6a8..5bfaeb784c38c3bf75710251f93434ce3a9152d3 100644 --- a/libavcodec/libdirac_libschro.c +++ b/libavcodec/libdirac_libschro.c @@ -19,7 +19,7 @@ */ /** -* @file libdirac_libschro.c +* @file libavcodec/libdirac_libschro.c * functions common to libdirac and libschroedinger */ diff --git a/libavcodec/libdirac_libschro.h b/libavcodec/libdirac_libschro.h index 9c6c0f102410207e8c0e241a6acb11c514d0ed66..72b73814b0aed4bcef93be1ad356c9eb3bb8134f 100644 --- a/libavcodec/libdirac_libschro.h +++ b/libavcodec/libdirac_libschro.h @@ -19,7 +19,7 @@ */ /** -* @file libdirac_libschro.h +* @file libavcodec/libdirac_libschro.h * data structures common to libdirac and libschroedinger */ diff --git a/libavcodec/libdiracdec.c b/libavcodec/libdiracdec.c index 6c6e46708cc6f461ef4ebb84a38b18b520fc7709..784592be1a4b7aecb88dddfcf63c9513e5248027 100644 --- a/libavcodec/libdiracdec.c +++ b/libavcodec/libdiracdec.c @@ -21,7 +21,7 @@ */ /** -* @file libdiracdec.c +* @file libavcodec/libdiracdec.c * Dirac decoder support via libdirac library; more details about the Dirac * project can be found at http://dirac.sourceforge.net/. * The libdirac_decoder library implements Dirac specification version 2.2 diff --git a/libavcodec/libdiracenc.c b/libavcodec/libdiracenc.c index 9c99b1545e4df25fc4e4dc08b42a5bf82d462fb5..eae313178307ef4d23d3cadca2e6b6cad9168aed 100644 --- a/libavcodec/libdiracenc.c +++ b/libavcodec/libdiracenc.c @@ -21,7 +21,7 @@ */ /** -* @file libdiracenc.c +* @file libavcodec/libdiracenc.c * Dirac encoding support via libdirac library; more details about the * Dirac project can be found at http://dirac.sourceforge.net/. * The libdirac_encoder library implements Dirac specification version 2.2 diff --git a/libavcodec/libfaac.c b/libavcodec/libfaac.c index 369addd6a2955cfebb2b5a7042c4757da1615f80..cd4d38f5ebbacaa89e56368b0cfc862349a2c12a 100644 --- a/libavcodec/libfaac.c +++ b/libavcodec/libfaac.c @@ -20,7 +20,7 @@ */ /** - * @file libfaac.c + * @file libavcodec/libfaac.c * Interface to libfaac for aac encoding. */ diff --git a/libavcodec/libfaad.c b/libavcodec/libfaad.c index 0eea71bdd7c239f031f8d98fc5f0217be984c7cd..af97ca763f885fd1b748e0cb2ae1b16cf713986b 100644 --- a/libavcodec/libfaad.c +++ b/libavcodec/libfaad.c @@ -21,7 +21,7 @@ */ /** - * @file libfaad.c + * @file libavcodec/libfaad.c * AAC decoder. * * still a bit unfinished - but it plays something diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c index 2d7df9b98481eaa2bd9aad40aded9de93ebcd349..e036afd3c4533dbf769b8cf770ab7449585025ee 100644 --- a/libavcodec/libgsm.c +++ b/libavcodec/libgsm.c @@ -21,7 +21,7 @@ */ /** - * @file libgsm.c + * @file libavcodec/libgsm.c * Interface to libgsm for gsm encoding/decoding */ diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c index 295f5556b9916ef6ef433af345faad1a0541c9d5..c7d529163d09750e68cdca1bfd23226077ed29a6 100644 --- a/libavcodec/libmp3lame.c +++ b/libavcodec/libmp3lame.c @@ -20,7 +20,7 @@ */ /** - * @file libmp3lame.c + * @file libavcodec/libmp3lame.c * Interface to libmp3lame for mp3 encoding. */ diff --git a/libavcodec/libschroedinger.c b/libavcodec/libschroedinger.c index 8c80c96aca74212faf8848d968170c14c74e8c87..4d2099a5eb0b87345bf2582494112db71d9a8a08 100644 --- a/libavcodec/libschroedinger.c +++ b/libavcodec/libschroedinger.c @@ -19,7 +19,7 @@ */ /** -* @file libschroedinger.c +* @file libavcodec/libschroedinger.c * function definitions common to libschroedingerdec.c and libschroedingerenc.c */ diff --git a/libavcodec/libschroedinger.h b/libavcodec/libschroedinger.h index 79faefcb614d39cd07469834b448996566927576..52793cd027bd6529edc129061220594764879e8f 100644 --- a/libavcodec/libschroedinger.h +++ b/libavcodec/libschroedinger.h @@ -19,7 +19,7 @@ */ /** -* @file libschroedinger.h +* @file libavcodec/libschroedinger.h * data structures common to libschroedingerdec.c and libschroedingerenc.c */ diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c index 36cba01d36a77fb81b9667cf4cfdc559c533d767..ec1203e7751b021141c0cb0e7d10aafe73437ae8 100644 --- a/libavcodec/libschroedingerdec.c +++ b/libavcodec/libschroedingerdec.c @@ -20,7 +20,7 @@ */ /** -* @file libschroedingerdec.c +* @file libavcodec/libschroedingerdec.c * Dirac decoder support via libschroedinger-1.0 libraries. More details about * the Schroedinger project can be found at http://www.diracvideo.org/. * The library implements Dirac Specification Version 2.2. diff --git a/libavcodec/libschroedingerenc.c b/libavcodec/libschroedingerenc.c index 2d8462127912d32f72bce0749aed93e9b91bdd84..89d0ba932288b7362e1c8cb9004f1f076810a9df 100644 --- a/libavcodec/libschroedingerenc.c +++ b/libavcodec/libschroedingerenc.c @@ -20,7 +20,7 @@ */ /** -* @file libschroedingerenc.c +* @file libavcodec/libschroedingerenc.c * Dirac encoder support via libschroedinger-1.0 libraries. More details about * the Schroedinger project can be found at http://www.diracvideo.org/. * The library implements Dirac Specification Version 2.2 diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c index 57c0f5b6670113c254abea84c32b8ba08b251130..d8cba52c7e2ef3fc06552d4a2812d64ca885d424 100644 --- a/libavcodec/libvorbis.c +++ b/libavcodec/libvorbis.c @@ -19,7 +19,7 @@ */ /** - * @file libvorbis.c + * @file libavcodec/libvorbis.c * Ogg Vorbis codec support via libvorbisenc. * @author Mark Hills <mark@pogo.org.uk> */ diff --git a/libavcodec/libxvid_internal.h b/libavcodec/libxvid_internal.h index 1cf7589aa1525ec02c1ad21a60ea1ca6ed13658c..11a1a2e7369cf2b975c1ef825ab6bd131bcd4017 100644 --- a/libavcodec/libxvid_internal.h +++ b/libavcodec/libxvid_internal.h @@ -22,7 +22,7 @@ #define AVCODEC_LIBXVID_INTERNAL_H /** - * @file libxvid_internal.h + * @file libavcodec/libxvid_internal.h * common functions for use with the Xvid wrappers */ diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 3041511f72baa3e8c2c8d87ef4aa92e31848dd42..bdf70a09df483b9987048abcbbb16ce3951ccc5e 100644 --- a/libavcodec/libxvidff.c +++ b/libavcodec/libxvidff.c @@ -20,7 +20,7 @@ */ /** - * @file libxvidff.c + * @file libavcodec/libxvidff.c * Interface to xvidcore for MPEG-4 compliant encoding. * @author Adam Thayer (krevnik@comcast.net) */ diff --git a/libavcodec/ljpegenc.c b/libavcodec/ljpegenc.c index b975345ddda67685d8017cd8837e0e889b337c8a..e53e07920f4520911dc4f87c78c8fffae121a02a 100644 --- a/libavcodec/ljpegenc.c +++ b/libavcodec/ljpegenc.c @@ -26,7 +26,7 @@ */ /** - * @file ljpegenc.c + * @file libavcodec/ljpegenc.c * lossless JPEG encoder. */ diff --git a/libavcodec/loco.c b/libavcodec/loco.c index 0bd356f6330cbaf9b39e16d782a5193649c9060c..64b718fb81e29f631308828da94629211e09d47c 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -20,7 +20,7 @@ */ /** - * @file loco.c + * @file libavcodec/loco.c * LOCO codec. */ diff --git a/libavcodec/lzw.c b/libavcodec/lzw.c index 23034aa6dca0ffb7e6f4b6f852d17ca72355bc6c..0447225834d4bd3c7ba62db8b13a618b5f1df221 100644 --- a/libavcodec/lzw.c +++ b/libavcodec/lzw.c @@ -21,7 +21,7 @@ */ /** - * @file lzw.c + * @file libavcodec/lzw.c * @brief LZW decoding routines * @author Fabrice Bellard * Modified for use in TIFF by Konstantin Shishkov diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h index 3d40e158f308307845da2b291ceab48b1bfcfdc2..ea64eef17eddfbe79ba3db6dd5fc254f7ccccb16 100644 --- a/libavcodec/lzw.h +++ b/libavcodec/lzw.h @@ -21,7 +21,7 @@ */ /** - * @file lzw.h + * @file libavcodec/lzw.h * @brief LZW decoding routines * @author Fabrice Bellard * Modified for use in TIFF by Konstantin Shishkov diff --git a/libavcodec/lzwenc.c b/libavcodec/lzwenc.c index 3a24af34713111a7f7d264c1fdaec413524bd18b..d174acdf94c37f13cf07fc98f1424bb0aadf0a10 100644 --- a/libavcodec/lzwenc.c +++ b/libavcodec/lzwenc.c @@ -21,7 +21,7 @@ /** * LZW encoder - * @file lzwenc.c + * @file libavcodec/lzwenc.c * @author Bartlomiej Wolowiec */ diff --git a/libavcodec/mace.c b/libavcodec/mace.c index 10c3f637ed00669b6c35e59c093f54bce22f5d1d..d26164706aa14b18a9b2e79e3124bbe02f21200d 100644 --- a/libavcodec/mace.c +++ b/libavcodec/mace.c @@ -20,7 +20,7 @@ */ /** - * @file mace.c + * @file libavcodec/mace.c * MACE decoder. */ diff --git a/libavcodec/mdct.c b/libavcodec/mdct.c index 97895d0c62226df6ab37e7c703d03779793a0e7b..9de5c2415996665b7371eacb0fe8304a88f0a52c 100644 --- a/libavcodec/mdct.c +++ b/libavcodec/mdct.c @@ -21,7 +21,7 @@ #include "dsputil.h" /** - * @file mdct.c + * @file libavcodec/mdct.c * MDCT/IMDCT transforms. */ diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index 37457676a66d8ce28fbac4f537f0673f29ddfab6..ccde88df7d3697bd3a26e1d5bcda72905558107c 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -22,7 +22,7 @@ */ /** - * @file mdec.c + * @file libavcodec/mdec.c * Sony PlayStation MDEC (Motion DECoder) * This is very similar to intra-only MPEG-1. */ diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c index ad597c0a2ad6b7dfdb0ecfe3d30c9a59adf6884a..196beaa7dcdc9dc048469533c937991cf1706405 100644 --- a/libavcodec/mjpeg.c +++ b/libavcodec/mjpeg.c @@ -26,7 +26,7 @@ */ /** - * @file mjpeg.c + * @file libavcodec/mjpeg.c * MJPEG encoder and decoder. */ diff --git a/libavcodec/mjpeg.h b/libavcodec/mjpeg.h index cc1927459cf20f09f814699f22bcab4db1c1fa96..1d80ae0a222b2cddbaaf2a410203991bad7e600e 100644 --- a/libavcodec/mjpeg.h +++ b/libavcodec/mjpeg.h @@ -26,7 +26,7 @@ */ /** - * @file mjpeg.h + * @file libavcodec/mjpeg.h * MJPEG encoder and decoder. */ diff --git a/libavcodec/mjpeg_parser.c b/libavcodec/mjpeg_parser.c index 6bbf999dd4f2af96c9546b0608d0e893f91a8faa..2cf2e84588a1bb37db8483b07bb3d733fe366529 100644 --- a/libavcodec/mjpeg_parser.c +++ b/libavcodec/mjpeg_parser.c @@ -22,7 +22,7 @@ */ /** - * @file mjpeg_parser.c + * @file libavcodec/mjpeg_parser.c * MJPEG parser. */ diff --git a/libavcodec/mjpega_dump_header_bsf.c b/libavcodec/mjpega_dump_header_bsf.c index f3b6ec7d3bcf3fe44e06ae209d61ddfc148461a6..9215450802e749c193121b57370f476fb746c34e 100644 --- a/libavcodec/mjpega_dump_header_bsf.c +++ b/libavcodec/mjpega_dump_header_bsf.c @@ -20,7 +20,7 @@ */ /** - * @file mjpega_dump_header_bsf.c + * @file libavcodec/mjpega_dump_header_bsf.c * MJPEG A dump header bitstream filter * modifies bitstream to be decoded by quicktime */ diff --git a/libavcodec/mjpegbdec.c b/libavcodec/mjpegbdec.c index 4a6c0d857eaa9ef7f24b242a875c41aa38d1ef3d..62b29e06238fb7dee57ba4c2ed495c6f5cacdb7d 100644 --- a/libavcodec/mjpegbdec.c +++ b/libavcodec/mjpegbdec.c @@ -20,7 +20,7 @@ */ /** - * @file mjpegbdec.c + * @file libavcodec/mjpegbdec.c * Apple MJPEG-B decoder. */ diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c index eae2b3a86ed12b5413f7d335158fc4f535724e2f..145719c16e9c7f8440161bb2d6dd7b45f8112f7e 100644 --- a/libavcodec/mjpegdec.c +++ b/libavcodec/mjpegdec.c @@ -26,7 +26,7 @@ */ /** - * @file mjpegdec.c + * @file libavcodec/mjpegdec.c * MJPEG decoder. */ diff --git a/libavcodec/mjpegdec.h b/libavcodec/mjpegdec.h index b308c91b3c0c99627be256a44be365283718675f..ab034d79ba4e187ae0ac904fa1bc3c04b0d4bf3a 100644 --- a/libavcodec/mjpegdec.h +++ b/libavcodec/mjpegdec.h @@ -22,7 +22,7 @@ */ /** - * @file mjpegdec.h + * @file libavcodec/mjpegdec.h * MJPEG decoder. */ diff --git a/libavcodec/mjpegenc.c b/libavcodec/mjpegenc.c index 0bf350bc48dbac9821a9269dadc218dee0dff287..bfab7cdcd49433c082b0417ba70b962583df5f77 100644 --- a/libavcodec/mjpegenc.c +++ b/libavcodec/mjpegenc.c @@ -26,7 +26,7 @@ */ /** - * @file mjpegenc.c + * @file libavcodec/mjpegenc.c * MJPEG encoder. */ diff --git a/libavcodec/mjpegenc.h b/libavcodec/mjpegenc.h index 15cefa9dbc95a2c936e01b05ba372a0f61282782..7a861b84c4fe9d2072f7aac516d0d07c65f2e52e 100644 --- a/libavcodec/mjpegenc.h +++ b/libavcodec/mjpegenc.h @@ -26,7 +26,7 @@ */ /** - * @file mjpegenc.h + * @file libavcodec/mjpegenc.h * MJPEG encoder. */ diff --git a/libavcodec/mlp_parser.c b/libavcodec/mlp_parser.c index 925ed86de29514dcdabe659f67285acdd45af973..b3e5b3a1919b980bb63ab5597ceaa178104cdcf1 100644 --- a/libavcodec/mlp_parser.c +++ b/libavcodec/mlp_parser.c @@ -20,7 +20,7 @@ */ /** - * @file mlp_parser.c + * @file libavcodec/mlp_parser.c * MLP parser */ diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index 4199db04d7f9db31f96158d1f563063a493e987b..634ed0da7497251c2ee192fd094ff5e1926411b3 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -20,7 +20,7 @@ */ /** - * @file mlp_parser.h + * @file libavcodec/mlp_parser.h * MLP parser prototypes */ diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index a9f69488fcdc9938ad951227e167b52da666cd86..d2e98e42f2b21d20b9779fbc49028bd12fc87a70 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -20,7 +20,7 @@ */ /** - * @file mlpdec.c + * @file libavcodec/mlpdec.c * MLP decoder */ diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c index d66f128c06ccf52b29acdb1a848f545f039230bb..238b991a8d766d7d2ded026ece9785760ddad3f1 100644 --- a/libavcodec/mmvideo.c +++ b/libavcodec/mmvideo.c @@ -20,7 +20,7 @@ */ /** - * @file mmvideo.c + * @file libavcodec/mmvideo.c * American Laser Games MM Video Decoder * by Peter Ross (suxen_drol at hotmail dot com) * diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index 285bac1e5abc819d4a2a48bc3db71a37b1efa5aa..38f59946a8ed1e3c2cc7ccfe2c9b9f94513bf985 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -19,7 +19,7 @@ */ /** - * @file motion-test.c + * @file libavcodec/motion-test.c * motion test. */ diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 2ea01c78c31855fd46abd09bfa09d157aa05d700..047fbd669797d111101d5a93b104a2b0cd6d4a68 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -23,7 +23,7 @@ */ /** - * @file motion_est.c + * @file libavcodec/motion_est.c * Motion estimation. */ diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 05c276412ce05ae31c6ce8cdc69b815bb0d153d0..37f15c8aba22be1ab7c6ea6cb51d631d4bef4f78 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -20,7 +20,7 @@ */ /** - * @file motion_est_template.c + * @file libavcodec/motion_est_template.c * Motion estimation template. */ diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c index 764afd65d3230473eb07d541a0cbe9d7ff7025cb..ff010eb633ea0c0e3ce941a0e6ab346ceefaa26c 100644 --- a/libavcodec/mpc.c +++ b/libavcodec/mpc.c @@ -20,7 +20,7 @@ */ /** - * @file mpc.c Musepack decoder core + * @file libavcodec/mpc.c Musepack decoder core * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples * divided into 32 subbands. */ diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h index 215c96b13b83e74b67c63e9baf8420f1fedfb148..df7915ee483588c3831cf11ea9b48aa3c4b8e81c 100644 --- a/libavcodec/mpc.h +++ b/libavcodec/mpc.h @@ -20,7 +20,7 @@ */ /** - * @file mpc.h Musepack decoder + * @file libavcodec/mpc.h Musepack decoder * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples * divided into 32 subbands. */ diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c index 01b8a70454e6da22f5582007da6b05bd926c6bd9..7077c96fc2d2df6ab8c93347ac5c7f8909522a08 100644 --- a/libavcodec/mpc7.c +++ b/libavcodec/mpc7.c @@ -20,7 +20,7 @@ */ /** - * @file mpc7.c Musepack SV7 decoder + * @file libavcodec/mpc7.c Musepack SV7 decoder * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples * divided into 32 subbands. */ diff --git a/libavcodec/mpc8.c b/libavcodec/mpc8.c index cafefe6bcd8583c44d14ce583084a4bb8d0f2ad1..d235edd8614f1462804cc059b20b5a3baa5a3c5e 100644 --- a/libavcodec/mpc8.c +++ b/libavcodec/mpc8.c @@ -20,7 +20,7 @@ */ /** - * @file mpc8.c Musepack SV8 decoder + * @file libavcodec/mpc8.c Musepack SV8 decoder * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples * divided into 32 subbands. */ diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 8bac5a1fcc50a10b7382caeb08f8115e7c0d159f..0c6ef7aa44b287a2fb849711291f8dbc491841b3 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -21,7 +21,7 @@ */ /** - * @file mpeg12.c + * @file libavcodec/mpeg12.c * MPEG-1/2 decoder */ diff --git a/libavcodec/mpeg12data.c b/libavcodec/mpeg12data.c index 72324a729efeb3759f26e8362d257888fb61bc26..7d90f65a324464e2e8dfe9e9d7658b57af5740ab 100644 --- a/libavcodec/mpeg12data.c +++ b/libavcodec/mpeg12data.c @@ -21,7 +21,7 @@ */ /** - * @file mpeg12data.c + * @file libavcodec/mpeg12data.c * MPEG1/2 tables. */ diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h index 5f04ac44bfbbcef12384e9c511a437657881be3f..47973e19b41e8dc8386e64efe2d336fcaa1c3e09 100644 --- a/libavcodec/mpeg12data.h +++ b/libavcodec/mpeg12data.h @@ -21,7 +21,7 @@ */ /** - * @file mpeg12data.h + * @file libavcodec/mpeg12data.h * MPEG1/2 tables. */ diff --git a/libavcodec/mpeg12decdata.h b/libavcodec/mpeg12decdata.h index b6eada2c24e4a6f8082f9146d69ac1f2ac7e9dd3..07995216393ee69969eaafeb86a19e3f8e5a9bc9 100644 --- a/libavcodec/mpeg12decdata.h +++ b/libavcodec/mpeg12decdata.h @@ -21,7 +21,7 @@ */ /** - * @file mpeg12decdata.h + * @file libavcodec/mpeg12decdata.h * MPEG1/2 decoder tables. */ diff --git a/libavcodec/mpeg12enc.c b/libavcodec/mpeg12enc.c index c8052587ef5a6a1424b51e47f5101644e821323b..bbf0344b1744132aae5341a98eb5c2d5b8ed80e0 100644 --- a/libavcodec/mpeg12enc.c +++ b/libavcodec/mpeg12enc.c @@ -21,7 +21,7 @@ */ /** - * @file mpeg12enc.c + * @file libavcodec/mpeg12enc.c * MPEG1/2 encoder */ diff --git a/libavcodec/mpeg4data.h b/libavcodec/mpeg4data.h index d149ad1c6eb206c30df9e0ce5914ddb284c71caa..d8c1bee334cc0d92492a859fd44246f27cae4b32 100644 --- a/libavcodec/mpeg4data.h +++ b/libavcodec/mpeg4data.h @@ -21,7 +21,7 @@ */ /** - * @file mpeg4data.h + * @file libavcodec/mpeg4data.h * mpeg4 tables. */ diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index b27edddc5685edd55645849afab88cdbbd68bb85..45cb0e4157410b864fafc45303e22d54c4ebd701 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -20,7 +20,7 @@ */ /** - * @file mpegaudio.c + * @file libavcodec/mpegaudio.c * MPEG Audio common code. */ diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h index f32e6abf2ee23ec2fddc28f81ae655e9dbd9544e..e55e6d682e2f29abb600cdb9ee97935ad9d51ad6 100644 --- a/libavcodec/mpegaudio.h +++ b/libavcodec/mpegaudio.h @@ -19,7 +19,7 @@ */ /** - * @file mpegaudio.h + * @file libavcodec/mpegaudio.h * mpeg audio declarations for both encoder and decoder. */ diff --git a/libavcodec/mpegaudiodata.c b/libavcodec/mpegaudiodata.c index 60139e5ece479ba6c89882dd09a3c092c386b5ff..7e811a91d207011f6620288bb4aec1d67c97380d 100644 --- a/libavcodec/mpegaudiodata.c +++ b/libavcodec/mpegaudiodata.c @@ -20,7 +20,7 @@ */ /** - * @file mpegaudiodata.c + * @file libavcodec/mpegaudiodata.c * mpeg audio layer common tables. */ diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h index 85277dfc22c23eebae35499d9e0c8875a932dac4..e45a9d00ecb2ebc35583eb8e6eb1dd02aea73601 100644 --- a/libavcodec/mpegaudiodata.h +++ b/libavcodec/mpegaudiodata.h @@ -20,7 +20,7 @@ */ /** - * @file mpegaudiodata.h + * @file libavcodec/mpegaudiodata.h * mpeg audio layer common tables. */ diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index 080da058edf046701348b122194577158c81058e..30fd1b0867b8ac394e07dbbfa567231a05911162 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -20,7 +20,7 @@ */ /** - * @file mpegaudiodec.c + * @file libavcodec/mpegaudiodec.c * MPEG Audio decoder. */ diff --git a/libavcodec/mpegaudiodecheader.c b/libavcodec/mpegaudiodecheader.c index 807d6244dcc16e8a1bdabed5413f083f303301d0..e29b9b9ee858b590ac69a9b1f0116b0855feca2c 100644 --- a/libavcodec/mpegaudiodecheader.c +++ b/libavcodec/mpegaudiodecheader.c @@ -20,7 +20,7 @@ */ /** - * @file mpegaudiodecheader.c + * @file libavcodec/mpegaudiodecheader.c * MPEG Audio header decoder. */ diff --git a/libavcodec/mpegaudiodecheader.h b/libavcodec/mpegaudiodecheader.h index b7775f6001b4437e49da90e88f912fc4fa3db0eb..2db8a9cb8fb770a15e2ead6030378ff6a668c4e2 100644 --- a/libavcodec/mpegaudiodecheader.h +++ b/libavcodec/mpegaudiodecheader.h @@ -20,7 +20,7 @@ */ /** - * @file mpegaudiodecheader.c + * @file libavcodec/mpegaudiodecheader.c * MPEG Audio header decoder. */ diff --git a/libavcodec/mpegaudiodectab.h b/libavcodec/mpegaudiodectab.h index eea9cfbe224b9a66286e9b54914f4e17939b7b06..f96a90f7cc94e21739aa48a8d907fb5652da2cd4 100644 --- a/libavcodec/mpegaudiodectab.h +++ b/libavcodec/mpegaudiodectab.h @@ -20,7 +20,7 @@ */ /** - * @file mpegaudiodectab.h + * @file libavcodec/mpegaudiodectab.h * mpeg audio layer decoder tables. */ diff --git a/libavcodec/mpegaudioenc.c b/libavcodec/mpegaudioenc.c index bacb25edd0bc6799749c0868ab8458f3153ca6ec..5caa83aaca2121c07e3a5d35dea5842dcf49700d 100644 --- a/libavcodec/mpegaudioenc.c +++ b/libavcodec/mpegaudioenc.c @@ -20,7 +20,7 @@ */ /** - * @file mpegaudio.c + * @file libavcodec/mpegaudio.c * The simplest mpeg audio layer 2 encoder. */ diff --git a/libavcodec/mpegaudiotab.h b/libavcodec/mpegaudiotab.h index 443dded4cf518b2beb32ac309e9003b43bdfd399..bebee76d4e2f8232303ee1ab239bc5ac0490f991 100644 --- a/libavcodec/mpegaudiotab.h +++ b/libavcodec/mpegaudiotab.h @@ -22,7 +22,7 @@ */ /** - * @file mpegaudiotab.h + * @file libavcodec/mpegaudiotab.h * mpeg audio layer 2 tables. * Most of them come from the mpeg audio specification. */ diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index de50b75bb0eb9c4c14daf97f008d39fbb9cad587..5dc5e43e42e69ce85220cc54b9489408f5a59f7c 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -23,7 +23,7 @@ */ /** - * @file mpegvideo.c + * @file libavcodec/mpegvideo.c * The simplest mpeg encoder (well, it was the simplest!). */ diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 00a3e26b949ebe09e7f3cb6ff62da50315d01d2d..8f25ff3dc7b1f42c5a64e0a7f951e756745f05cf 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -21,7 +21,7 @@ */ /** - * @file mpegvideo.h + * @file libavcodec/mpegvideo.h * mpegvideo header. */ diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 701b3c9b75e9cf4415e5aa4ba2bacf26037e4a98..cf66dc7fbb98df6659a2805d2b7ce7e9430c96bd 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -23,7 +23,7 @@ */ /** - * @file mpegvideo_common.h + * @file libavcodec/mpegvideo_common.h * The simplest mpeg encoder (well, it was the simplest!). */ diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c index 23b3d937d6b15ede5a41596f8e3395fb30a13fcc..9f943301a8c3e95919975bc8db641c0d455196bf 100644 --- a/libavcodec/mpegvideo_enc.c +++ b/libavcodec/mpegvideo_enc.c @@ -23,7 +23,7 @@ */ /** - * @file mpegvideo_enc.c + * @file libavcodec/mpegvideo_enc.c * The simplest mpeg encoder (well, it was the simplest!). */ diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index 6bb45506988354f500b1deb7413b6763aa7a0e7e..b08a8ead2311a748fc4f457ea34253cdf8c70561 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -23,7 +23,7 @@ */ /** - * @file msmpeg4.c + * @file libavcodec/msmpeg4.c * MSMPEG4 backend for ffmpeg encoder and decoder. */ diff --git a/libavcodec/msmpeg4.h b/libavcodec/msmpeg4.h index cc34f0a1995a4e37c7e959be46a5849c804c0bd5..4a62698c6ada6dc70de31f3f5c3c5f1ea38f0224 100644 --- a/libavcodec/msmpeg4.h +++ b/libavcodec/msmpeg4.h @@ -20,7 +20,7 @@ */ /** - * @file msmpeg4.h + * @file libavcodec/msmpeg4.h */ #ifndef AVCODEC_MSMPEG4_H diff --git a/libavcodec/msmpeg4data.c b/libavcodec/msmpeg4data.c index 07d11f724fda478357e42c846f5ffd005f3c7a5e..003e3a60eed8baa372351d93f3d20707a41879af 100644 --- a/libavcodec/msmpeg4data.c +++ b/libavcodec/msmpeg4data.c @@ -23,7 +23,7 @@ */ /** - * @file msmpeg4data.c + * @file libavcodec/msmpeg4data.c * MSMPEG4 data tables. */ diff --git a/libavcodec/msmpeg4data.h b/libavcodec/msmpeg4data.h index 45c589c268bd5569afaf426bfc843240388c8812..7492b0b16fb73ea33256908503913861485572d4 100644 --- a/libavcodec/msmpeg4data.h +++ b/libavcodec/msmpeg4data.h @@ -23,7 +23,7 @@ */ /** - * @file msmpeg4data.h + * @file libavcodec/msmpeg4data.h * MSMPEG4 data tables. */ diff --git a/libavcodec/msrle.c b/libavcodec/msrle.c index 0fd036618ce243f428a3f6b614f07a3b5efd4918..002c35e7b3d56786a383f734681e54d47038245d 100644 --- a/libavcodec/msrle.c +++ b/libavcodec/msrle.c @@ -20,7 +20,7 @@ */ /** - * @file msrle.c + * @file libavcodec/msrle.c * MS RLE Video Decoder by Mike Melanson (melanson@pcisys.net) * For more information about the MS RLE format, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/msrledec.c b/libavcodec/msrledec.c index 0a7fda22860bc05d5453ece88a725d16dc190f60..b49c19e095fb396cf8b436e5e9e02d61f04aff79 100644 --- a/libavcodec/msrledec.c +++ b/libavcodec/msrledec.c @@ -20,7 +20,7 @@ */ /** - * @file msrledec.c + * @file libavcodec/msrledec.c * MS RLE Decoder based on decoder by Mike Melanson and my own for TSCC * For more information about the MS RLE format, visit: * http://www.multimedia.cx/msrle.txt diff --git a/libavcodec/msvideo1.c b/libavcodec/msvideo1.c index c208d47e812b05073dfa895eb272a4d06bb6376b..4b27b42ed1f75b7e124c739d4e6ba3c63180558b 100644 --- a/libavcodec/msvideo1.c +++ b/libavcodec/msvideo1.c @@ -20,7 +20,7 @@ */ /** - * @file msvideo1.c + * @file libavcodec/msvideo1.c * Microsoft Video-1 Decoder by Mike Melanson (melanson@pcisys.net) * For more information about the MS Video-1 format, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c index 79c367a455d5ff21dd5b5ea210522ad07543fb5f..d867e9e3785a08925f87f934ac8e873b2899b27b 100644 --- a/libavcodec/nellymoser.c +++ b/libavcodec/nellymoser.c @@ -26,7 +26,7 @@ */ /** - * @file nellymoser.c + * @file libavcodec/nellymoser.c * The 3 alphanumeric copyright notices are md5summed they are from the original * implementors. The original code is available from http://code.google.com/p/nelly2pcm/ */ diff --git a/libavcodec/nellymoser.h b/libavcodec/nellymoser.h index 6a7526dbf048a28eb11202e44c5568abf99d2285..aa16b55e07d51d3aecf6efb833ea83bfa2ce548d 100644 --- a/libavcodec/nellymoser.h +++ b/libavcodec/nellymoser.h @@ -26,7 +26,7 @@ */ /** - * @file nellymoser.h + * @file libavcodec/nellymoser.h * The 3 alphanumeric copyright notices are md5summed they are from the original * implementors. The original code is available from http://code.google.com/p/nelly2pcm/ */ diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index e2a41917f200e80c2bdb9aeac52fdc313598706c..94e61298774e04a3ccd24907b333fdff354d4c79 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -26,7 +26,7 @@ */ /** - * @file nellymoserdec.c + * @file libavcodec/nellymoserdec.c * The 3 alphanumeric copyright notices are md5summed they are from the original * implementors. The original code is available from http://code.google.com/p/nelly2pcm/ */ diff --git a/libavcodec/nellymoserenc.c b/libavcodec/nellymoserenc.c index 13fe64dfa7cf85dec8eec1686a313a0dd70c9452..d3caf9188b838e698adaaac4f89f8c6e5330fb59 100644 --- a/libavcodec/nellymoserenc.c +++ b/libavcodec/nellymoserenc.c @@ -22,7 +22,7 @@ */ /** - * @file nellymoserenc.c + * @file libavcodec/nellymoserenc.c * Nellymoser encoder * by Bartlomiej Wolowiec * diff --git a/libavcodec/opt.c b/libavcodec/opt.c index 78fbfaeb5793fbaeb528bfc25691b3398e383e90..76bf0b2f244e04cb7d0f07df3eb23f3bc0b7213b 100644 --- a/libavcodec/opt.c +++ b/libavcodec/opt.c @@ -20,7 +20,7 @@ */ /** - * @file opt.c + * @file libavcodec/opt.c * AVOptions * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 0e39e3db3852d42df0aee5085d19ced4c25b2700..50d483ef156d28d19fffb11410e16ca90eeeb43a 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -23,7 +23,7 @@ #define AVCODEC_OPT_H /** - * @file opt.h + * @file libavcodec/opt.h * AVOptions */ diff --git a/libavcodec/options.c b/libavcodec/options.c index b753e71987a5445ec91f757e6e597a529b01fb69..1a3c1efd5dc3b222aaec018eb24b33e0c5c692d1 100644 --- a/libavcodec/options.c +++ b/libavcodec/options.c @@ -20,7 +20,7 @@ */ /** - * @file options.c + * @file libavcodec/options.c * Options definition for AVCodecContext. */ diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index 8ff005969586679863426ab4b9b5cfdbd721c008..8428ab828bc4401c346c5d35a1a6b61e9dddbc1b 100644 --- a/libavcodec/pcm.c +++ b/libavcodec/pcm.c @@ -20,7 +20,7 @@ */ /** - * @file pcm.c + * @file libavcodec/pcm.c * PCM codecs */ diff --git a/libavcodec/ppc/check_altivec.c b/libavcodec/ppc/check_altivec.c index 6e38f9c75d66fff9d0d2f028ab52a923370f61de..e034ceba4159ded46f5eafed7924133bde680b01 100644 --- a/libavcodec/ppc/check_altivec.c +++ b/libavcodec/ppc/check_altivec.c @@ -18,7 +18,7 @@ /** - * @file check_altivec.c + * @file libavcodec/ppc/check_altivec.c * Checks for AltiVec presence. */ diff --git a/libavcodec/ppc/imgresample_altivec.c b/libavcodec/ppc/imgresample_altivec.c index efe4ea2d5f157807a10d5b589fe4101a4bc824ed..02d08aee4cf7a390be4ad650009647162c5e4117 100644 --- a/libavcodec/ppc/imgresample_altivec.c +++ b/libavcodec/ppc/imgresample_altivec.c @@ -20,7 +20,7 @@ */ /** - * @file imgresample_altivec.c + * @file libavcodec/ppc/imgresample_altivec.c * High quality image resampling with polyphase filters - AltiVec bits */ diff --git a/libavcodec/ppc/int_altivec.c b/libavcodec/ppc/int_altivec.c index 5cadea2b38daf617ad0e19a41b1e3f61f2b9f7a1..c467f411f2e071b471923e6121415cc9f66ca427 100644 --- a/libavcodec/ppc/int_altivec.c +++ b/libavcodec/ppc/int_altivec.c @@ -19,7 +19,7 @@ */ /** - ** @file int_altivec.c + ** @file libavcodec/ppc/int_altivec.c ** integer misc ops. **/ diff --git a/libavcodec/ppc/util_altivec.h b/libavcodec/ppc/util_altivec.h index b52c1591368dfbd115691db8201582128cf5a7b5..9bf7e390acd8efa38508e8d18f5e5f0c3f0153dc 100644 --- a/libavcodec/ppc/util_altivec.h +++ b/libavcodec/ppc/util_altivec.h @@ -17,7 +17,7 @@ */ /** - * @file util_altivec.h + * @file libavcodec/ppc/util_altivec.h * Contains misc utility macros and inline functions */ diff --git a/libavcodec/qcelp_lsp.c b/libavcodec/qcelp_lsp.c index a6c6595eca0e95d8d36674cfe6ea1812831fe2c2..fdc9ada2338cb913b8cd8164ce9b0b460e1684d7 100644 --- a/libavcodec/qcelp_lsp.c +++ b/libavcodec/qcelp_lsp.c @@ -20,7 +20,7 @@ */ /** - * @file qcelp_lsp.c + * @file libavcodec/qcelp_lsp.c * QCELP decoder * @author Reynaldo H. Verdejo Pinochet * @remark FFmpeg merging spearheaded by Kenan Gillet diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index 9d5915b7d6620618f2d06081fd8846020a998fa3..0ab0be1c9fd604e2d0a02f9c10deb66d57ac7222 100644 --- a/libavcodec/qcelpdata.h +++ b/libavcodec/qcelpdata.h @@ -23,7 +23,7 @@ #define AVCODEC_QCELPDATA_H /** - * @file qcelpdata.h + * @file libavcodec/qcelpdata.h * Data tables for the QCELP decoder * @author Reynaldo H. Verdejo Pinochet * @remark FFmpeg merging spearheaded by Kenan Gillet diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c index 56551fdb9c7d903a8a29cc94152d668a34697d2f..59eff1f91992feb85859258268a1c027fdb00e07 100644 --- a/libavcodec/qcelpdec.c +++ b/libavcodec/qcelpdec.c @@ -20,7 +20,7 @@ */ /** - * @file qcelpdec.c + * @file libavcodec/qcelpdec.c * QCELP decoder * @author Reynaldo H. Verdejo Pinochet * @remark FFmpeg merging spearheaded by Kenan Gillet diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c index 6c514258720d5ac3f6e747e6b01d3ca89e0077f9..541d0728e6c141f9a2815304e14ef1b30893098b 100644 --- a/libavcodec/qdm2.c +++ b/libavcodec/qdm2.c @@ -23,7 +23,7 @@ */ /** - * @file qdm2.c + * @file libavcodec/qdm2.c * QDM2 decoder * @author Ewald Snel, Benjamin Larsson, Alex Beregszaszi, Roberto Togni * The decoder is not perfect yet, there are still some distortions diff --git a/libavcodec/qdm2data.h b/libavcodec/qdm2data.h index 166e720fc97554b6cc31638486cfb405dd41ebda..981db5488c7a1eb1cf57f1f401e4ef8c028b7bb2 100644 --- a/libavcodec/qdm2data.h +++ b/libavcodec/qdm2data.h @@ -23,7 +23,7 @@ */ /** - * @file qdm2data.h + * @file libavcodec/qdm2data.h * Various QDM2 tables. */ diff --git a/libavcodec/qdrw.c b/libavcodec/qdrw.c index 80b84a02c094359d4b1a4711f17338a25867e493..4349e168e0301f1e610ade6a76ef8fcb2d520fb6 100644 --- a/libavcodec/qdrw.c +++ b/libavcodec/qdrw.c @@ -20,7 +20,7 @@ */ /** - * @file qdrw.c + * @file libavcodec/qdrw.c * Apple QuickDraw codec. */ diff --git a/libavcodec/qpeg.c b/libavcodec/qpeg.c index f0ef1ef94c4c6cd7d2b054d30c2d661a4f2836ec..aa8f69c0cf079a901c4830c96e3069fdc737a989 100644 --- a/libavcodec/qpeg.c +++ b/libavcodec/qpeg.c @@ -20,7 +20,7 @@ */ /** - * @file qpeg.c + * @file libavcodec/qpeg.c * QPEG codec. */ diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index 306a07424ebcd3c3ae59354353d024ea1ad276e0..d535c38dd9add5af2c954b762c70157131278a10 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -20,7 +20,7 @@ */ /** - * @file qtrle.c + * @file libavcodec/qtrle.c * QT RLE Video Decoder by Mike Melanson (melanson@pcisys.net) * For more information about the QT RLE format, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/rangecoder.c b/libavcodec/rangecoder.c index 34cda723f345f4b9af7c61f3e01ca0d244a31877..3c3220da27d1c9a92f6f51094ec644caa1ab8f4a 100644 --- a/libavcodec/rangecoder.c +++ b/libavcodec/rangecoder.c @@ -20,7 +20,7 @@ */ /** - * @file rangecoder.c + * @file libavcodec/rangecoder.c * Range coder. * based upon * "Range encoding: an algorithm for removing redundancy from a digitised diff --git a/libavcodec/rangecoder.h b/libavcodec/rangecoder.h index 1e47231539282c5d909a0e5af31d419a90580a56..281c0fde33ccb70ded12de967ebd764787795b95 100644 --- a/libavcodec/rangecoder.h +++ b/libavcodec/rangecoder.h @@ -20,7 +20,7 @@ */ /** - * @file rangecoder.h + * @file libavcodec/rangecoder.h * Range coder. */ diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c index 31c3da79b4cb78af7fc00f899cf28daf1b2e8234..7c0afa0d15a34341c67ce7168116c0834c7c9599 100644 --- a/libavcodec/ratecontrol.c +++ b/libavcodec/ratecontrol.c @@ -21,7 +21,7 @@ */ /** - * @file ratecontrol.c + * @file libavcodec/ratecontrol.c * Rate control for video encoders. */ diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index 5baa1cb2a5f13d057901ba25bc29ba5c3110aaf3..5673750e83c21ccaf30f821b33f9ace0e4ac5293 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -24,7 +24,7 @@ #define AVCODEC_RATECONTROL_H /** - * @file ratecontrol.h + * @file libavcodec/ratecontrol.h * ratecontrol header. */ diff --git a/libavcodec/raw.c b/libavcodec/raw.c index 37ca54fe14a7e0316ba2a18c2972ab2bea71f7d3..28d6b0129b48d25dd4223c6f2dbc85f9ef2190b3 100644 --- a/libavcodec/raw.c +++ b/libavcodec/raw.c @@ -20,7 +20,7 @@ */ /** - * @file raw.c + * @file libavcodec/raw.c * Raw Video Codec */ diff --git a/libavcodec/raw.h b/libavcodec/raw.h index dff1c09334ee6c96996c6fb33b42d82a491c9470..824b8c719a46c791945d2f5d75c0cbcb01629c62 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -20,7 +20,7 @@ */ /** - * @file raw.h + * @file libavcodec/raw.h * Raw Video Codec */ diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c index cf1565dc6d801feb294d8646cf2b73a6ee9944da..22bc13daf87430447ddaed7407d964c2a7f58e4b 100644 --- a/libavcodec/rawdec.c +++ b/libavcodec/rawdec.c @@ -20,7 +20,7 @@ */ /** - * @file rawdec.c + * @file libavcodec/rawdec.c * Raw Video Decoder */ diff --git a/libavcodec/rawenc.c b/libavcodec/rawenc.c index ccee4b3e10dd9abf00275cb592ff1bdd8c893aaa..4e560333e157050ca94fc3373a72266273a732b8 100644 --- a/libavcodec/rawenc.c +++ b/libavcodec/rawenc.c @@ -20,7 +20,7 @@ */ /** - * @file rawenc.c + * @file libavcodec/rawenc.c * Raw Video Encoder */ diff --git a/libavcodec/rdft.c b/libavcodec/rdft.c index 36c6f1bf058e2d3c4cf53c4fb4a0150fa8fcbf4b..a5cf4f9753c669df1541d96ab7b1153b030c92e3 100644 --- a/libavcodec/rdft.c +++ b/libavcodec/rdft.c @@ -22,7 +22,7 @@ #include "dsputil.h" /** - * @file rdft.c + * @file libavcodec/rdft.c * (Inverse) Real Discrete Fourier Transforms. */ diff --git a/libavcodec/rectangle.h b/libavcodec/rectangle.h index bc994f8de12d594598fe3555fd39f055786d566a..cfd0f0696dfcc881e565fbe64c8fbb8b0737d8a9 100644 --- a/libavcodec/rectangle.h +++ b/libavcodec/rectangle.h @@ -20,7 +20,7 @@ */ /** - * @file rectangle.h + * @file libavcodec/rectangle.h * useful rectangle filling function * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/resample.c b/libavcodec/resample.c index 9043390c9559225c091bc3f33e825e217a9b9c47..b1c2ee813b2489f0709f9ace326c6d17dc4f3ec5 100644 --- a/libavcodec/resample.c +++ b/libavcodec/resample.c @@ -20,7 +20,7 @@ */ /** - * @file resample.c + * @file libavcodec/resample.c * samplerate conversion for both audio and video */ diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c index 4397d2a66e0efaa489dc57b5d055eb30940b0267..75766e8659faa4114a693231a5f86960e49df091 100644 --- a/libavcodec/resample2.c +++ b/libavcodec/resample2.c @@ -20,7 +20,7 @@ */ /** - * @file resample2.c + * @file libavcodec/resample2.c * audio resampling * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/rl.h b/libavcodec/rl.h index 20fd8c1c11315023fa3040d38c48691d92119686..6d40a1422498ee92402afad56698292d6d5b39d1 100644 --- a/libavcodec/rl.h +++ b/libavcodec/rl.h @@ -20,7 +20,7 @@ */ /** - * @file rl.h + * @file libavcodec/rl.h * rl header. */ diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 2bd7b157dfb46b9e65d567cd691abd1e4339252c..7cbaca077c8b08e1d746ee807605d15b5adb5ac6 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -21,7 +21,7 @@ /** * RL2 Video Decoder - * @file rl2.c + * @file libavcodec/rl2.c * @author Sascha Sommer (saschasommer@freenet.de) * For more information about the RL2 format, visit: * http://wiki.multimedia.cx/index.php?title=RL2 diff --git a/libavcodec/roqvideo.c b/libavcodec/roqvideo.c index e125a4c67ada1a8cc7797b3e52aca46118a82036..d97c4361ce47578574f9a9b3537e80496d8d7594 100644 --- a/libavcodec/roqvideo.c +++ b/libavcodec/roqvideo.c @@ -20,7 +20,7 @@ */ /** - * @file roqvideo.c + * @file libavcodec/roqvideo.c * id RoQ Video common functions based on work by Dr. Tim Ferguson */ diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 5ddfa4924dc22991846226df6bfd66270b973991..c9daec729fa5ed473fbc3d7cf1510ab7d84a9c60 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -19,7 +19,7 @@ */ /** - * @file roqvideodec.c + * @file libavcodec/roqvideodec.c * id RoQ Video Decoder by Dr. Tim Ferguson * For more information about the id RoQ format, visit: * http://www.csse.monash.edu.au/~timf/ diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c index 828f9957e864cde8a5ca01159e763aaf3f4eb73e..b9ab912564bccb77892f7ced2320e1ac12ea537b 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -23,7 +23,7 @@ */ /** - * @file roqvideoenc.c + * @file libavcodec/roqvideoenc.c * id RoQ encoder by Vitor. Based on the Switchblade3 library and the * Switchblade3 FFmpeg glue by Eric Lasota. */ diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c index ddfe05c9836ac56fea71f57ab4b63a806140cf36..27ed71f9371c743c801e4ecc00b7378250d8a176 100644 --- a/libavcodec/rpza.c +++ b/libavcodec/rpza.c @@ -20,7 +20,7 @@ */ /** - * @file rpza.c + * @file libavcodec/rpza.c * QT RPZA Video Decoder by Roberto Togni * For more information about the RPZA format, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index b125a1e7eff07248a2b485c71446ef840e7a249a..40a08db77e3c82b5d2bea2998a815c16c2c29ab9 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -21,7 +21,7 @@ */ /** - * @file rv10.c + * @file libavcodec/rv10.c * RV10 codec. */ diff --git a/libavcodec/rv30.c b/libavcodec/rv30.c index 0c6f343c9e61c2501e3419e8e4bcb5542d54910b..a18780cc9e62171c8c68ad5a48936722a7e66687 100644 --- a/libavcodec/rv30.c +++ b/libavcodec/rv30.c @@ -20,7 +20,7 @@ */ /** - * @file rv30.c + * @file libavcodec/rv30.c * RV30 decoder */ diff --git a/libavcodec/rv30data.h b/libavcodec/rv30data.h index 1662fd7afe151e7f403e95a78ff049e2a9d23c9b..2a8f3ad991bb67c6e09c7ccd61a2effb47e2967e 100644 --- a/libavcodec/rv30data.h +++ b/libavcodec/rv30data.h @@ -20,7 +20,7 @@ */ /** - * @file rv30data.h + * @file libavcodec/rv30data.h * miscellaneous RV30 tables */ diff --git a/libavcodec/rv30dsp.c b/libavcodec/rv30dsp.c index f693a1495253d5e32450fa739f04ea05f3140867..c0509ea6500b7407d2322073a4cbe200adac7c29 100644 --- a/libavcodec/rv30dsp.c +++ b/libavcodec/rv30dsp.c @@ -20,7 +20,7 @@ */ /** - * @file rv30dsp.c + * @file libavcodec/rv30dsp.c * RV30 decoder motion compensation functions */ diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c index ca1db04b3c1c2d61771ec2e929003601f7720e3a..47b03d11d5e1ad4387bdec0b420e29200e5d906f 100644 --- a/libavcodec/rv34.c +++ b/libavcodec/rv34.c @@ -20,7 +20,7 @@ */ /** - * @file rv34.c + * @file libavcodec/rv34.c * RV30/40 decoder common data */ diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index 65dbb8a7085b3055aa3ba540b7f4c8af8a014a41..b14ba828ddfb3dad84e1fde055090389da1e6a7d 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -20,7 +20,7 @@ */ /** - * @file rv34.h + * @file libavcodec/rv34.h * RV30 and RV40 decoder common data declarations */ diff --git a/libavcodec/rv34data.h b/libavcodec/rv34data.h index 95e5572df741ff6bbee68da927780e2ee0a9e67c..87dbee26e429a8b4c2d9eafda7dfa975762d36dd 100644 --- a/libavcodec/rv34data.h +++ b/libavcodec/rv34data.h @@ -20,7 +20,7 @@ */ /** - * @file rv34data.h + * @file libavcodec/rv34data.h * miscellaneous RV30/40 tables */ diff --git a/libavcodec/rv34vlc.h b/libavcodec/rv34vlc.h index ffee907f957c5b67ea92245fcf596e6bd2176bbf..cfd37bf884b69094f5e3b0387213ea448aad708c 100644 --- a/libavcodec/rv34vlc.h +++ b/libavcodec/rv34vlc.h @@ -20,7 +20,7 @@ */ /** - * @file rv34vlc.h + * @file libavcodec/rv34vlc.h * RV30/40 VLC tables */ diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c index 6b9183af3ed2f9cd4b27ed9a5b8e73e10ba9a8da..5c9196cd7964f86d119117a9c9ce8ad08f000772 100644 --- a/libavcodec/rv40.c +++ b/libavcodec/rv40.c @@ -20,7 +20,7 @@ */ /** - * @file rv40.c + * @file libavcodec/rv40.c * RV40 decoder */ diff --git a/libavcodec/rv40data.h b/libavcodec/rv40data.h index b81b393184749d43e990442ddaf6d29f77c47d01..648f095c772df8a5cca5f9b0c38c4c779ba116e4 100644 --- a/libavcodec/rv40data.h +++ b/libavcodec/rv40data.h @@ -20,7 +20,7 @@ */ /** - * @file rv40data.h + * @file libavcodec/rv40data.h * miscellaneous RV40 tables */ diff --git a/libavcodec/rv40dsp.c b/libavcodec/rv40dsp.c index b48c4e85b4201d0d5060790b63fe84898e1228b5..9226225a19a73a1f3c778781c714d1fdde50c63c 100644 --- a/libavcodec/rv40dsp.c +++ b/libavcodec/rv40dsp.c @@ -20,7 +20,7 @@ */ /** - * @file rv40dsp.c + * @file libavcodec/rv40dsp.c * RV40 decoder motion compensation functions */ diff --git a/libavcodec/rv40vlc2.h b/libavcodec/rv40vlc2.h index 3b17d8faa06badd09ba0154022bd824170c752d8..ef24c25305e67acc6f869565835291a486c73099 100644 --- a/libavcodec/rv40vlc2.h +++ b/libavcodec/rv40vlc2.h @@ -20,7 +20,7 @@ */ /** - * @file rv40vlc2.h + * @file libavcodec/rv40vlc2.h * RV40 VLC tables used for macroblock information decoding */ diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index 89b9ff5aabf339e9ea0c7a76f147cd1ee21310c7..053f5c2ed1a8afb94345cd00b85f9576dee05a25 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -20,7 +20,7 @@ */ /** - * @file shorten.c + * @file libavcodec/shorten.c * Shorten decoder * @author Jeff Muizelaar * diff --git a/libavcodec/simple_idct.c b/libavcodec/simple_idct.c index 914b491ec9d0fcc87457c62e356988ae6e7db3f5..fd59026ffa0e691771144d560d32019c1f4cb8b3 100644 --- a/libavcodec/simple_idct.c +++ b/libavcodec/simple_idct.c @@ -21,7 +21,7 @@ */ /** - * @file simple_idct.c + * @file libavcodec/simple_idct.c * simpleidct in C. */ diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h index c3611e2f50d7051ac67459784b5d710b885a3df9..44db29ec132bf10a41b4ef386003a59ec89a1bb0 100644 --- a/libavcodec/simple_idct.h +++ b/libavcodec/simple_idct.h @@ -21,7 +21,7 @@ */ /** - * @file simple_idct.h + * @file libavcodec/simple_idct.h * simple idct header. */ diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c index bcdf792e3031543a963be7962ad8a56b648733f1..03241cf9212b28e4f39302b939d69c39f115bbb2 100644 --- a/libavcodec/smacker.c +++ b/libavcodec/smacker.c @@ -20,7 +20,7 @@ */ /** - * @file smacker.c + * @file libavcodec/smacker.c * Smacker decoder */ diff --git a/libavcodec/smc.c b/libavcodec/smc.c index 197c0531829508995d33992cdf007430928922bb..d0102eaa9c8a6992f7369a5f5c7b0ed95ae0dc81 100644 --- a/libavcodec/smc.c +++ b/libavcodec/smc.c @@ -20,7 +20,7 @@ */ /** - * @file smc.c + * @file libavcodec/smc.c * QT SMC Video Decoder by Mike Melanson (melanson@pcisys.net) * For more information about the SMC format, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/sonic.c b/libavcodec/sonic.c index 44b458268208eed59d341f8a1a3115662b31603c..14e19ad6391dfe0b7d5e87aa2e8b59dbeeb0960d 100644 --- a/libavcodec/sonic.c +++ b/libavcodec/sonic.c @@ -23,7 +23,7 @@ #include "golomb.h" /** - * @file sonic.c + * @file libavcodec/sonic.c * Simple free lossless/lossy audio codec * Based on Paul Francis Harrison's Bonk (http://www.logarithmic.net/pfh/bonk) * Written and designed by Alex Beregszaszi diff --git a/libavcodec/sp5xdec.c b/libavcodec/sp5xdec.c index 6ef19a9cfc31f9037f5282fd333fcd6bb1bd261d..920b32d8cd0f5945f0da5d8a4ab6b9f654eacc1d 100644 --- a/libavcodec/sp5xdec.c +++ b/libavcodec/sp5xdec.c @@ -20,7 +20,7 @@ */ /** - * @file sp5xdec.c + * @file libavcodec/sp5xdec.c * Sunplus JPEG decoder (SP5X). */ diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index 790bbb3b743382d4a9e539b4f15f57661434f79f..580b1113f8c9283eca094ec3a05a9d163bcfdf6d 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -26,7 +26,7 @@ */ /** - * @file svq1.c + * @file libavcodec/svq1.c * Sorenson Vector Quantizer #1 (SVQ1) video codec. * For more information of the SVQ1 algorithm, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h index a4b5a16115c2c7eb8e851b6df01a0df804acfbff..bcae245e6ebd90cac729a309115b38eff1d3a4ac 100644 --- a/libavcodec/svq1.h +++ b/libavcodec/svq1.h @@ -26,7 +26,7 @@ */ /** - * @file svq1.h + * @file libavcodec/svq1.h * Sorenson Vector Quantizer #1 (SVQ1) video codec. * For more information of the SVQ1 algorithm, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/svq1_cb.h b/libavcodec/svq1_cb.h index 87ac71e666fa9ab0889a6e2c2a7e987e28a12acb..592aa84b8802f4ea55e3edfa55681cf5a5401d78 100644 --- a/libavcodec/svq1_cb.h +++ b/libavcodec/svq1_cb.h @@ -24,7 +24,7 @@ */ /** - * @file svq1_cb.h + * @file libavcodec/svq1_cb.h * svq1 code books. */ diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c index fe1d7edaf7558b9ecb063995c37a277a9d5d2ad8..7fef10bb99bd62883e23a461f5b849fd9dba3ac5 100644 --- a/libavcodec/svq1dec.c +++ b/libavcodec/svq1dec.c @@ -26,7 +26,7 @@ */ /** - * @file svq1.c + * @file libavcodec/svq1.c * Sorenson Vector Quantizer #1 (SVQ1) video codec. * For more information of the SVQ1 algorithm, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/svq1enc.c b/libavcodec/svq1enc.c index 2a96f34b9e82e09bdc0a501dcb3d526e0bf43f87..95942870f06fe95065c6600486dbb25e6fcb6171 100644 --- a/libavcodec/svq1enc.c +++ b/libavcodec/svq1enc.c @@ -20,7 +20,7 @@ */ /** - * @file svq1enc.c + * @file libavcodec/svq1enc.c * Sorenson Vector Quantizer #1 (SVQ1) video codec. * For more information of the SVQ1 algorithm, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/svq1enc_cb.h b/libavcodec/svq1enc_cb.h index c97b92de89d255a853915e737b3458aa25232b36..0c11d2fd3705640c26654b1157f2d36758e0b962 100644 --- a/libavcodec/svq1enc_cb.h +++ b/libavcodec/svq1enc_cb.h @@ -20,7 +20,7 @@ */ /** - * @file svq1enc_cb.h + * @file libavcodec/svq1enc_cb.h * svq1 code books. */ diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index bc02bbceacbcb568acb3bd6a8f21e86314d966cd..63516e1933575f27dedc3d46742c656f01a2301d 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -47,7 +47,7 @@ #include "svq1.h" /** - * @file svq3.c + * @file libavcodec/svq3.c * svq3 decoder. */ diff --git a/libavcodec/tiertexseqv.c b/libavcodec/tiertexseqv.c index 3ff353555d3175e96a82d77b6f82d17ae5807259..fdf635864e5ed4c77ad45032e0157f5c13f04d8a 100644 --- a/libavcodec/tiertexseqv.c +++ b/libavcodec/tiertexseqv.c @@ -20,7 +20,7 @@ */ /** - * @file tiertexseqv.c + * @file libavcodec/tiertexseqv.c * Tiertex Limited SEQ video decoder */ diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 9880391bc80a5736d9ad4bbcb490f3b786213cb7..503f8312f0690f2db7e9a1cfe40a1d0d37f38b74 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -21,7 +21,7 @@ /** * TIFF image decoder - * @file tiff.c + * @file libavcodec/tiff.c * @author Konstantin Shishkov */ #include "avcodec.h" diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index dfabe291db10b20c1e37bf9d853974b98e807161..e53c6e85f3d902513155f8fe57bed5f85a9bc925 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -21,7 +21,7 @@ /** * TIFF tables - * @file tiff.h + * @file libavcodec/tiff.h * @author Konstantin Shishkov */ #ifndef AVCODEC_TIFF_H diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c index 6d95e89058c370abb658c67e00bbd4aecf551230..1bc3c82c7e013dcdf402edb88c9a86c3cf35a226 100644 --- a/libavcodec/tiffenc.c +++ b/libavcodec/tiffenc.c @@ -21,7 +21,7 @@ /** * TIFF image encoder - * @file tiffenc.c + * @file libavcodec/tiffenc.c * @author Bartlomiej Wolowiec */ #include "avcodec.h" diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c index 10b17df601b03e7b14935c8b0f9fe3ff074182b2..1cf56ed3dd53da8cb76c8a074e5266aad8c3612d 100644 --- a/libavcodec/truemotion1.c +++ b/libavcodec/truemotion1.c @@ -20,7 +20,7 @@ */ /** - * @file truemotion1.c + * @file libavcodec/truemotion1.c * Duck TrueMotion v1 Video Decoder by * Alex Beregszaszi and * Mike Melanson (melanson@pcisys.net) diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c index d1d3f71133a7026de973b996e16da875a722d7ef..9651869273b63a23f97212aaae6fbedfd932571f 100644 --- a/libavcodec/truemotion2.c +++ b/libavcodec/truemotion2.c @@ -20,7 +20,7 @@ */ /** - * @file truemotion2.c + * @file libavcodec/truemotion2.c * Duck TrueMotion2 decoder. */ diff --git a/libavcodec/truespeech.c b/libavcodec/truespeech.c index 2c0b22f098880e58e78c947208e872b375754a09..df5d57bbcc35fde40d6555ec6da32b3363473201 100644 --- a/libavcodec/truespeech.c +++ b/libavcodec/truespeech.c @@ -24,7 +24,7 @@ #include "truespeech_data.h" /** - * @file truespeech.c + * @file libavcodec/truespeech.c * TrueSpeech decoder. */ diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c index d370487123011673a479f4125b5add130e892641..1db244412f3294a8a787b8ce4148b6e483867e4e 100644 --- a/libavcodec/tscc.c +++ b/libavcodec/tscc.c @@ -20,7 +20,7 @@ */ /** - * @file tscc.c + * @file libavcodec/tscc.c * TechSmith Camtasia decoder * * Fourcc: TSCC diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 2400acbb750bda9822ee1be775a0df2d3970d3e1..6f7ea109c23f153b66de0f072694221d257080f6 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -20,7 +20,7 @@ */ /** - * @file tta.c + * @file libavcodec/tta.c * TTA (The Lossless True Audio) decoder * (www.true-audio.com or tta.corecodec.org) * @author Alex Beregszaszi diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c index d2608d585beb27ffdde5ca7d664b86990ec66729..efc05924c361c8f5b7551b62d3f3e6c44419dc97 100644 --- a/libavcodec/ulti.c +++ b/libavcodec/ulti.c @@ -20,7 +20,7 @@ */ /** - * @file ulti.c + * @file libavcodec/ulti.c * IBM Ultimotion Video Decoder. */ diff --git a/libavcodec/utils.c b/libavcodec/utils.c index a94594ef8f531b74619b3d8d6042c7ab122b010f..292698c33633e08fb25cd4c138ba4b52430896e5 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -21,7 +21,7 @@ */ /** - * @file utils.c + * @file libavcodec/utils.c * utils. */ diff --git a/libavcodec/vb.c b/libavcodec/vb.c index e0a587431c5c4c64e9cbefa53a4c8e532eb04a4c..4c927888975558f242e9d38da5adcd84dec2b227 100644 --- a/libavcodec/vb.c +++ b/libavcodec/vb.c @@ -20,7 +20,7 @@ */ /** - * @file vb.c + * @file libavcodec/vb.c * VB Video decoder */ diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 6977e3eeb9375843b62a71aeb139b2f831863774..199dc6888729f0c155f14c3518ee99b5767a540f 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -21,7 +21,7 @@ */ /** - * @file vc1.c + * @file libavcodec/vc1.c * VC-1 and WMV3 decoder * */ diff --git a/libavcodec/vc1_parser.c b/libavcodec/vc1_parser.c index a76d147079f0ed04e23a38b3297f24a6e56ae6b1..a9baccce79a8df9e1a9e1bdf3a430e38b33efd1a 100644 --- a/libavcodec/vc1_parser.c +++ b/libavcodec/vc1_parser.c @@ -21,7 +21,7 @@ */ /** - * @file vc1_parser.c + * @file libavcodec/vc1_parser.c * VC-1 and WMV3 parser */ diff --git a/libavcodec/vc1data.c b/libavcodec/vc1data.c index db5c5c74f43cae4ffcf3f9ff4370142cad73e226..e4ceb168c52e3eb215dd0f7aaf10ee41937a0abb 100644 --- a/libavcodec/vc1data.c +++ b/libavcodec/vc1data.c @@ -21,7 +21,7 @@ */ /** - * @file vc1data.c + * @file libavcodec/vc1data.c * VC-1 tables. */ diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h index 714d83a3536e8920a81a70ed541e0725210ddcda..a9c06342ff30b3bebbbc7b259090269adb98ff86 100644 --- a/libavcodec/vc1data.h +++ b/libavcodec/vc1data.h @@ -21,7 +21,7 @@ */ /** - * @file vc1data.h + * @file libavcodec/vc1data.h * VC-1 tables. */ diff --git a/libavcodec/vc1dsp.c b/libavcodec/vc1dsp.c index 5868abbb887d1c46e98699028c4b18e264fdd525..ab7a9a6722fd73d82a86ef3e98c6f779e09b5250 100644 --- a/libavcodec/vc1dsp.c +++ b/libavcodec/vc1dsp.c @@ -20,7 +20,7 @@ */ /** -* @file vc1dsp.c +* @file libavcodec/vc1dsp.c * VC-1 and WMV3 decoder * */ diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c index c3b35567ea28a34f22abc59f6a30c37dd004d511..a907b50cb9f5717fa161acf5db03db57069fcdc6 100644 --- a/libavcodec/vcr1.c +++ b/libavcodec/vcr1.c @@ -20,7 +20,7 @@ */ /** - * @file vcr1.c + * @file libavcodec/vcr1.c * ati vcr1 codec. */ diff --git a/libavcodec/vmdav.c b/libavcodec/vmdav.c index 975efe5ac254790865c797603c649f1057f17e76..1921c81ca2726e3be54c1046d6ab6183c3351b72 100644 --- a/libavcodec/vmdav.c +++ b/libavcodec/vmdav.c @@ -20,7 +20,7 @@ */ /** - * @file vmdav.c + * @file libavcodec/vmdav.c * Sierra VMD audio & video decoders * by Vladimir "VAG" Gneushev (vagsoft at mail.ru) * for more information on the Sierra VMD format, visit: diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c index 5a7e5b0243134d15ffb512a49e604c76bf3b39ae..c7efaf8a2f958558764cf00dba8d47f2eff0b3c1 100644 --- a/libavcodec/vmnc.c +++ b/libavcodec/vmnc.c @@ -20,7 +20,7 @@ */ /** - * @file vmnc.c + * @file libavcodec/vmnc.c * VMware Screen Codec (VMnc) decoder * As Alex Beregszaszi discovered, this is effectively RFB data dump */ diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c index b6243b8ef11846b198adb199d97b1d900c754605..45daa3c2a9b92e08b8c14fa90deedcc8de9571e3 100644 --- a/libavcodec/vorbis.c +++ b/libavcodec/vorbis.c @@ -1,5 +1,5 @@ /** - * @file vorbis.c + * @file libavcodec/vorbis.c * Common code for Vorbis I encoder and decoder * @author Denes Balatoni ( dbalatoni programozo hu ) diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c index 16f6dec2b1509fb9f9033eb35001f2ab70439544..6ca8763bb3ff43700dc7ec43bef2ebffe78163c9 100644 --- a/libavcodec/vorbis_dec.c +++ b/libavcodec/vorbis_dec.c @@ -1,5 +1,5 @@ /** - * @file vorbis_dec.c + * @file libavcodec/vorbis_dec.c * Vorbis I decoder * @author Denes Balatoni ( dbalatoni programozo hu ) diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index 43350deaf61741a6435302fbff921c9785760c20..8ab7de51cefa154dc9c0117fe5e416d010833bdf 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -19,7 +19,7 @@ */ /** - * @file vorbis_enc.c + * @file libavcodec/vorbis_enc.c * Native Vorbis encoder. * @author Oded Shimon <ods15@ods15.dyndns.org> */ diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 73e285eda20dae71972d04cef96af7c1cb5e9a14..8dc2da4f03fd676bce68f4abd58ad01d2b9cd4b1 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -19,7 +19,7 @@ */ /** - * @file vp3.c + * @file libavcodec/vp3.c * On2 VP3 Video Decoder * * VP3 Video Decoder by Mike Melanson (mike at multimedia.cx) diff --git a/libavcodec/vp3dsp.c b/libavcodec/vp3dsp.c index da5b108bdc0bfb72624fee35031d8f4767ecbf68..87b64de385eac865b3b7600220989a31e03e6e49 100644 --- a/libavcodec/vp3dsp.c +++ b/libavcodec/vp3dsp.c @@ -19,7 +19,7 @@ */ /** - * @file vp3dsp.c + * @file libavcodec/vp3dsp.c * Standard C DSP-oriented functions cribbed from the original VP3 * source code. */ diff --git a/libavcodec/vp5.c b/libavcodec/vp5.c index 3eecb562e4966e52fcef68a75d42ee08220f5f47..dfa2a1b094ad8850680a79804451cf6a8740bc77 100644 --- a/libavcodec/vp5.c +++ b/libavcodec/vp5.c @@ -1,5 +1,5 @@ /** - * @file vp5.c + * @file libavcodec/vp5.c * VP5 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c index 79667cf26313d04eee20b58ea68fc1c80326e58e..c436fe545818c8b0443fd4b4bf6db2036021ac8f 100644 --- a/libavcodec/vp56.c +++ b/libavcodec/vp56.c @@ -1,5 +1,5 @@ /** - * @file vp56.c + * @file libavcodec/vp56.c * VP5 and VP6 compatible video decoder (common features) * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index aaa18dd5e9b228eb279d4a7fbf0ec1dacc427168..3a9019460c89069ead770ae0a69df82edaf41c5d 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -1,5 +1,5 @@ /** - * @file vp56.h + * @file libavcodec/vp56.h * VP5 and VP6 compatible video decoder (common features) * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp56data.c b/libavcodec/vp56data.c index 9b98014e4bb92c1ba0085ac97e0213823d535eec..02306f17eb22ae5866a4a2e38cbb26365a743d5c 100644 --- a/libavcodec/vp56data.c +++ b/libavcodec/vp56data.c @@ -1,5 +1,5 @@ /** - * @file vp56data.c + * @file libavcodec/vp56data.c * VP5 and VP6 compatible video decoder (common data) * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp56data.h b/libavcodec/vp56data.h index 92f2512a37f0eea59e24e8abac575a058ab3cefb..aef69f758f5ead64333c29891320138bff5521d0 100644 --- a/libavcodec/vp56data.h +++ b/libavcodec/vp56data.h @@ -1,5 +1,5 @@ /** - * @file vp56data.h + * @file libavcodec/vp56data.h * VP5 and VP6 compatible video decoder (common data) * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp5data.h b/libavcodec/vp5data.h index 64ecb78b835cca049b0a47e8cbdf009bd085a8ba..ae04559a4a523cdd1babc732d22b7c17af96cd23 100644 --- a/libavcodec/vp5data.h +++ b/libavcodec/vp5data.h @@ -1,5 +1,5 @@ /** - * @file vp5data.h + * @file libavcodec/vp5data.h * VP5 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 6ffde072f7b7d3281db45ea6b90097c08060b6b7..05a265b2216dcb0b8efb223f2de60d9f3bc99733 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -1,5 +1,5 @@ /** - * @file vp6.c + * @file libavcodec/vp6.c * VP6 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index f57115c0a015dfde006ac8281a6b20b4abedf873..9bf410b4b55a70df152cae6d943667ede5846cfb 100644 --- a/libavcodec/vp6data.h +++ b/libavcodec/vp6data.h @@ -1,5 +1,5 @@ /** - * @file vp6data.h + * @file libavcodec/vp6data.h * VP6 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c index c392a829c9f603c7da99eb255d5405c07590bfd4..00df736d3bd6a98a4f17c5a9ba691aca0dd1af0a 100644 --- a/libavcodec/vqavideo.c +++ b/libavcodec/vqavideo.c @@ -20,7 +20,7 @@ */ /** - * @file vqavideo.c + * @file libavcodec/vqavideo.c * VQA Video Decoder by Mike Melanson (melanson@pcisys.net) * For more information about the VQA format, visit: * http://wiki.multimedia.cx/index.php?title=VQA diff --git a/libavcodec/wavpack.c b/libavcodec/wavpack.c index c1558f1c6b101f6c178a2d3a8a7289edd72190f1..12eac33fe7685c9619c50303f172f8b0baad26f1 100644 --- a/libavcodec/wavpack.c +++ b/libavcodec/wavpack.c @@ -24,7 +24,7 @@ #include "unary.h" /** - * @file wavpack.c + * @file libavcodec/wavpack.c * WavPack lossless audio decoder */ diff --git a/libavcodec/wmadata.h b/libavcodec/wmadata.h index fbe66eaca553b2ad0daed454ee5de980058c9db2..0a26ea4802d66881fde3d8ded5eabf54523e50aa 100644 --- a/libavcodec/wmadata.h +++ b/libavcodec/wmadata.h @@ -20,7 +20,7 @@ */ /** - * @file wmadata.h + * @file libavcodec/wmadata.h * Various WMA tables. */ diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index b7521cd2da18def6e780f990a03ca0931b748df5..e7936ce49f2e668100ca9caa35b2ac2d90395dda 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -20,7 +20,7 @@ */ /** - * @file wmadec.c + * @file libavcodec/wmadec.c * WMA compatible decoder. * This decoder handles Microsoft Windows Media Audio data, versions 1 & 2. * WMA v1 is identified by audio format 0x160 in Microsoft media files diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c index 70c633803701e1541e7ed4dde88d4c239e6d26ec..47e54ee6b206ff184368130482792deac257a96b 100644 --- a/libavcodec/wnv1.c +++ b/libavcodec/wnv1.c @@ -20,7 +20,7 @@ */ /** - * @file wnv1.c + * @file libavcodec/wnv1.c * Winnov WNV1 codec. */ diff --git a/libavcodec/ws-snd1.c b/libavcodec/ws-snd1.c index 099f9b6d606217a942315abd466c57071e3fb894..b27b155135901468cebb3725a80878c76d05f0c0 100644 --- a/libavcodec/ws-snd1.c +++ b/libavcodec/ws-snd1.c @@ -23,7 +23,7 @@ #include "avcodec.h" /** - * @file ws-snd1.c + * @file libavcodec/ws-snd1.c * Westwood SNDx codecs. * * Reference documents about VQA format and its audio codecs diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h index 2394a8e4910716a2279378f31637b3594b006caa..29b214a85f7ea03448c1e7950292f99d53ddbd04 100644 --- a/libavcodec/x86/h264_i386.h +++ b/libavcodec/x86/h264_i386.h @@ -20,7 +20,7 @@ */ /** - * @file h264_i386.h + * @file libavcodec/x86/h264_i386.h * H.264 / AVC / MPEG4 part10 codec. * non-MMX i386-specific optimizations for H.264 * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/x86/idct_sse2_xvid.c b/libavcodec/x86/idct_sse2_xvid.c index 789167f712d213011fba7978c613f80e75133d4b..4b83a44d1837fa4bb124467ad4e5b63bb793f2d0 100644 --- a/libavcodec/x86/idct_sse2_xvid.c +++ b/libavcodec/x86/idct_sse2_xvid.c @@ -42,7 +42,7 @@ #include "idct_xvid.h" /*! - * @file idct_sse2_xvid.c + * @file libavcodec/x86/idct_sse2_xvid.c * @brief SSE2 idct compatible with xvidmmx */ diff --git a/libavcodec/x86/idct_xvid.h b/libavcodec/x86/idct_xvid.h index bddbdb95c09e5e6ce23c9a5ec7cf559a552d0061..6e29f0d8da6b2608d506a863f26a4b7c146b4585 100644 --- a/libavcodec/x86/idct_xvid.h +++ b/libavcodec/x86/idct_xvid.h @@ -19,7 +19,7 @@ */ /*! - * @file idct_xvid.h + * @file libavcodec/x86/idct_xvid.h * header for Xvid IDCT functions */ diff --git a/libavcodec/x86/vp3dsp_mmx.c b/libavcodec/x86/vp3dsp_mmx.c index 010bfc65d690760f2ad11fdb5996c067d255023b..27d4640217fe50a503f6b9fdcca3699fbf5fb4e7 100644 --- a/libavcodec/x86/vp3dsp_mmx.c +++ b/libavcodec/x86/vp3dsp_mmx.c @@ -19,7 +19,7 @@ */ /** - * @file vp3dsp_mmx.c + * @file libavcodec/x86/vp3dsp_mmx.c * MMX-optimized functions cribbed from the original VP3 source code. */ diff --git a/libavcodec/x86/vp3dsp_sse2.c b/libavcodec/x86/vp3dsp_sse2.c index 82670c74ef43050bba7edad9c48336d324ea3e45..6f90dc6ed1b3e41b820d1a3d23c4afa79c1de4f8 100644 --- a/libavcodec/x86/vp3dsp_sse2.c +++ b/libavcodec/x86/vp3dsp_sse2.c @@ -19,7 +19,7 @@ */ /** - * @file vp3dsp_sse2.c + * @file libavcodec/x86/vp3dsp_sse2.c * SSE2-optimized functions cribbed from the original VP3 source code. */ diff --git a/libavcodec/xan.c b/libavcodec/xan.c index 236c22c7ddf054997a2b59a802f82d2633929ae9..e269c2fcf63a1cd8fe2866e3d770250b3aad69c3 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -20,7 +20,7 @@ */ /** - * @file xan.c + * @file libavcodec/xan.c * Xan video decoder for Wing Commander III computer game * by Mario Brito (mbrito@student.dei.uc.pt) * and Mike Melanson (melanson@pcisys.net) diff --git a/libavcodec/xl.c b/libavcodec/xl.c index 8af9a3287a81881905d1f009223566d461290973..8611951e1e1287c3f532ebac6ef7e3dca9381a23 100644 --- a/libavcodec/xl.c +++ b/libavcodec/xl.c @@ -20,7 +20,7 @@ */ /** - * @file xl.c + * @file libavcodec/xl.c * Miro VideoXL codec. */ diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index 6943ff3568470f05cc1d4e8764e1db053997e5c5..33c1087e2d88bbf6e1838f99ea45361df825c4ab 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -20,7 +20,7 @@ */ /** - * @file zmbv.c + * @file libavcodec/zmbv.c * Zip Motion Blocks Video decoder */ diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index a960f7a8b5eae7c29bb44322c7aaf29aaf9214bd..1bad57d958deb2ebff22e56b9c31faa49efaa820 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -20,7 +20,7 @@ */ /** - * @file zmbvenc.c + * @file libavcodec/zmbvenc.c * Zip Motion Blocks Video encoder */ diff --git a/libavdevice/alsa-audio-common.c b/libavdevice/alsa-audio-common.c index 1cb2640998d9408176aa13622abd0ac3cde9c664..9616d8aa4b75bd6882d66c563b03593fdaf06a71 100644 --- a/libavdevice/alsa-audio-common.c +++ b/libavdevice/alsa-audio-common.c @@ -21,7 +21,7 @@ */ /** - * @file alsa-audio-common.c + * @file libavdevice/alsa-audio-common.c * ALSA input and output: common code * @author Luca Abeni ( lucabe72 email it ) * @author Benoit Fouet ( benoit fouet free fr ) diff --git a/libavdevice/alsa-audio-dec.c b/libavdevice/alsa-audio-dec.c index 1be0a6c7eb29e96768b63f038fd0d1d00ff6b0a3..6f0c214d9647d6d03c77b8a1542815145432bcae 100644 --- a/libavdevice/alsa-audio-dec.c +++ b/libavdevice/alsa-audio-dec.c @@ -21,7 +21,7 @@ */ /** - * @file alsa-audio-dec.c + * @file libavdevice/alsa-audio-dec.c * ALSA input and output: input * @author Luca Abeni ( lucabe72 email it ) * @author Benoit Fouet ( benoit fouet free fr ) diff --git a/libavdevice/alsa-audio-enc.c b/libavdevice/alsa-audio-enc.c index 375ad63765b004dc93a793e4237b667d55300376..7d3107accaa653ad14071823034cca9110587998 100644 --- a/libavdevice/alsa-audio-enc.c +++ b/libavdevice/alsa-audio-enc.c @@ -21,7 +21,7 @@ */ /** - * @file alsa-audio-enc.c + * @file libavdevice/alsa-audio-enc.c * ALSA input and output: output * @author Luca Abeni ( lucabe72 email it ) * @author Benoit Fouet ( benoit fouet free fr ) diff --git a/libavdevice/alsa-audio.h b/libavdevice/alsa-audio.h index 9547f790af00f453d5b2f16ef47c55d1ef195a4e..91c95602906b2ea17faabef4dcdfdaec2f815416 100644 --- a/libavdevice/alsa-audio.h +++ b/libavdevice/alsa-audio.h @@ -21,7 +21,7 @@ */ /** - * @file alsa-audio.h + * @file libavdevice/alsa-audio.h * ALSA input and output: definitions and structures * @author Luca Abeni ( lucabe72 email it ) * @author Benoit Fouet ( benoit fouet free fr ) diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 8f37f285660c1420542f68ca8846751fb6bb0a0a..7388c66ceda59a4382d116c3e05e426619ab4d34 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -30,7 +30,7 @@ */ /** - * @file x11grab.c + * @file libavdevice/x11grab.c * X11 frame device demuxer by Clemens Fruhwirth <clemens@endorphin.org> * and Edouard Gomez <ed.gomez@free.fr>. */ diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 74522f8d2704c6c15567b7fc4b69d603c416f296..631f8216a55157d8ce19fa3bed46221355e0e98a 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -20,7 +20,7 @@ */ /** - * @file 4xm.c + * @file libavformat/4xm.c * 4X Technologies file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the .4xm file format, visit: diff --git a/libavformat/bethsoftvid.c b/libavformat/bethsoftvid.c index 7fcf65143ae75970b9723c8ba69a59600c01911b..e599255f16910201b1d161bbceb5e70bcff4ac38 100644 --- a/libavformat/bethsoftvid.c +++ b/libavformat/bethsoftvid.c @@ -20,7 +20,7 @@ */ /** - * @file bethsoftvid.c + * @file libavformat/bethsoftvid.c * @brief Bethesda Softworks VID (.vid) file demuxer * @author Nicholas Tung [ntung (at. ntung com] (2007-03) * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID diff --git a/libavformat/bfi.c b/libavformat/bfi.c index b08d166f650e01a75999499b94c12abea196d479..cecbfbabd0f989cbb8834a2adba91f8b419dd96b 100644 --- a/libavformat/bfi.c +++ b/libavformat/bfi.c @@ -20,7 +20,7 @@ */ /** - * @file bfi.c + * @file libavformat/bfi.c * @brief Brute Force & Ignorance (.bfi) file demuxer * @author Sisir Koppaka ( sisir.koppaka at gmail dot com ) * @sa http://wiki.multimedia.cx/index.php?title=BFI diff --git a/libavformat/dsicin.c b/libavformat/dsicin.c index 8e486518dba8cf187b194bfc98cc96bbb3c2eab7..ba94babbfedd780795c76fa2ea68220c04861cfc 100644 --- a/libavformat/dsicin.c +++ b/libavformat/dsicin.c @@ -20,7 +20,7 @@ */ /** - * @file dsicin.c + * @file libavformat/dsicin.c * Delphine Software International CIN file demuxer */ diff --git a/libavformat/eacdata.c b/libavformat/eacdata.c index 6c021efea49d9d11d978f7ca6343d2d1c21728cb..f4ea2f2e98942e0eec70d6237188d9bee8f8a12f 100644 --- a/libavformat/eacdata.c +++ b/libavformat/eacdata.c @@ -20,7 +20,7 @@ */ /** - * @file eacdata.c + * @file libavformat/eacdata.c * Electronic Arts cdata Format Demuxer * by Peter Ross (suxen_drol at hotmail dot com) * diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 96345cc1f47682698e667d40c1b406f0acee1f5d..774b16099eda6a302926d45ab739f5b3b8ddd4d8 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -20,7 +20,7 @@ */ /** - * @file electronicarts.c + * @file libavformat/electronicarts.c * Electronic Arts Multimedia file demuxer (WVE/UV2/etc.) * by Robin Kay (komadori at gekkou.co.uk) */ diff --git a/libavformat/flic.c b/libavformat/flic.c index 7867f9c083951794cf486833b5f1074e57cfcdee..b382a25f96de6ca14a5ab1118c6e58350334742a 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -20,7 +20,7 @@ */ /** - * @file flic.c + * @file libavformat/flic.c * FLI/FLC file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the .fli/.flc file format and all of its many diff --git a/libavformat/flv.h b/libavformat/flv.h index c2a037b026b57925edcedbc80b5a7848bd9aab16..f3888b94762605cf7177c1e89d187504c819d715 100644 --- a/libavformat/flv.h +++ b/libavformat/flv.h @@ -1,5 +1,5 @@ /** - * @file flv.h + * @file libavformat/flv.h * FLV common header * * Copyright (c) 2006 The FFmpeg Project diff --git a/libavformat/idcin.c b/libavformat/idcin.c index a0361899b53c1b057658c3c2b9c54869f93bae0f..7cd0b819d64e2ed155940c3bc5b8e3b59dbf4bd4 100644 --- a/libavformat/idcin.c +++ b/libavformat/idcin.c @@ -20,7 +20,7 @@ */ /** - * @file idcin.c + * @file libavformat/idcin.c * id Quake II CIN file demuxer by Mike Melanson (melanson@pcisys.net) * For more information about the id CIN format, visit: * http://www.csse.monash.edu.au/~timf/ diff --git a/libavformat/idroq.c b/libavformat/idroq.c index 032614030862713d998ae6d699449efcd4806a6e..7cf3808e22b0d1c86ffc40291679abe8bdec0b4b 100644 --- a/libavformat/idroq.c +++ b/libavformat/idroq.c @@ -20,7 +20,7 @@ */ /** - * @file idroq.c + * @file libavformat/idroq.c * id RoQ format file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the .roq file format, visit: diff --git a/libavformat/iff.c b/libavformat/iff.c index 035477988d06d63e1783ba5bbfd4ba2904d222be..812ed23404e4d4bc4c52855fb4de49e387353219 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -20,7 +20,7 @@ */ /** - * @file iff.c + * @file libavformat/iff.c * IFF file demuxer * by Jaikrishnan Menon * for more information on the .iff file format, visit: diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index 71bae337f7c4cbc13135ac5caa464ea2fad216da..2b0d955df965dbedddc53b37911be3c98c8aca13 100644 --- a/libavformat/ipmovie.c +++ b/libavformat/ipmovie.c @@ -20,7 +20,7 @@ */ /** - * @file ipmovie.c + * @file libavformat/ipmovie.c * Interplay MVE file demuxer * by Mike Melanson (melanson@pcisys.net) * For more information regarding the Interplay MVE file format, visit: diff --git a/libavformat/iss.c b/libavformat/iss.c index 0d24c96ce3b5be421394ad23a17863d617416775..891729a2b57c507384ced5ccd9b333cbb80696fa 100644 --- a/libavformat/iss.c +++ b/libavformat/iss.c @@ -20,7 +20,7 @@ */ /** - * @file iss.c + * @file libavformat/iss.c * Funcom ISS file demuxer * @author Jaikrishnan Menon * for more information on the .iss file format, visit: diff --git a/libavformat/libnut.c b/libavformat/libnut.c index a088551816f5b2b5e0e7c7a61d3dcdb972137e2e..86cf6a5ec7ea266240e3759ce945c720624de38e 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -20,7 +20,7 @@ */ /** - * @file libnut.c + * @file libavformat/libnut.c * NUT demuxing and muxing via libnut. * @author Oded Shimon <ods15@ods15.dyndns.org> */ diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 8ee1f6e33543ecbd4ba7c8e7bb9a2748f1c00d10..7751db88eb131d22f5ceedc9c4dc4c22d24b2418 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -20,7 +20,7 @@ */ /** - * @file matroskadec.c + * @file libavformat/matroskadec.c * Matroska file demuxer * by Ronald Bultje <rbultje@ronald.bitfreak.net> * with a little help from Moritz Bunkus <moritz@bunkus.org> diff --git a/libavformat/metadata.h b/libavformat/metadata.h index b6912efc5f5de69d09a45158a695bd2dc618e64d..a906df47c332bf7df0e6b3fb92cb7cd077fa3513 100644 --- a/libavformat/metadata.h +++ b/libavformat/metadata.h @@ -22,7 +22,7 @@ #define AVFORMAT_METADATA_H /** - * @file metadata.h + * @file libavformat/metadata.h * internal metadata API header * see avformat.h or the public API! */ diff --git a/libavformat/mm.c b/libavformat/mm.c index c6467e139636139c1b588a74a2d76d976e605504..b72c259e143617fdc5fabc38aa22a01fb8662fee 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@ -20,7 +20,7 @@ */ /** - * @file mm.c + * @file libavformat/mm.c * American Laser Games MM Format Demuxer * by Peter Ross (suxen_drol at hotmail dot com) * diff --git a/libavformat/mtv.c b/libavformat/mtv.c index 7bf0d841897aadb737d9029a514d50985b9c71a4..dd488ad45808ccd7208fe87d8788d5a95f5e88ee 100644 --- a/libavformat/mtv.c +++ b/libavformat/mtv.c @@ -20,7 +20,7 @@ */ /** - * @file mtv.c + * @file libavformat/mtv.c * MTV demuxer. */ diff --git a/libavformat/oma.c b/libavformat/oma.c index 161d1a0867fd02eab7a16e75e998a519652c46bd..e82eeaca43dd687920a9633407c52f4302719a95 100644 --- a/libavformat/oma.c +++ b/libavformat/oma.c @@ -22,7 +22,7 @@ */ /** - * @file oma.c + * @file libavformat/oma.c * This is a demuxer for Sony OpenMG Music files * * Known file extensions: ".oma", "aa3" diff --git a/libavformat/options.c b/libavformat/options.c index 057de7e305de2fce299fb1b2b5fb3d620ca03df3..6f6ffe41a32d28b9b59329f873c797daac5e8f5f 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -21,7 +21,7 @@ #include "libavcodec/opt.h" /** - * @file options.c + * @file libavformat/options.c * Options definition for AVFormatContext. */ diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 2425b988c6d813296849875eb71a8fa580ae4691..f6330d8c860a361f08d3e64b959eb3ff7b735297 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -23,7 +23,7 @@ #define AVFORMAT_OS_SUPPORT_H /** - * @file os_support.h + * @file libavformat/os_support.h * miscellaneous OS support macros and functions. */ diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index 583b87fa62f7cf8d3dfaf01e638e18fe8d1b7b12..f5fea95cd64da7dfa45f32eaf6571028eabde029 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -20,7 +20,7 @@ */ /** - * @file psxstr.c + * @file libavformat/psxstr.c * PSX STR file demuxer * by Mike Melanson (melanson@pcisys.net) * This module handles streams that have been ripped from Sony Playstation diff --git a/libavformat/rdt.c b/libavformat/rdt.c index b7e0fa5222aa793f53ab680e2fcaabb664607b7c..2865b422e03f401722cedbb800e487785672579d 100644 --- a/libavformat/rdt.c +++ b/libavformat/rdt.c @@ -20,7 +20,7 @@ */ /** - * @file rdt.c + * @file libavformat/rdt.c * @brief Realmedia RTSP protocol (RDT) support * @author Ronald S. Bultje <rbultje@ronald.bitfreak.net> */ diff --git a/libavformat/riff.h b/libavformat/riff.h index 93c1d71cf3db6a23aaf52ef2209e9c5141304e38..d287929eb8379eb6067beaac1b63218d8be5427f 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -20,7 +20,7 @@ */ /** - * @file riff.h + * @file libavformat/riff.h * internal header for RIFF based (de)muxers * do NOT include this in end user applications */ diff --git a/libavformat/rl2.c b/libavformat/rl2.c index fd211bfabbc468120b0f46b59f13f4651fc1cb7c..8f60c2097ebeade2fff6b0007fe90605e0ec7c2c 100644 --- a/libavformat/rl2.c +++ b/libavformat/rl2.c @@ -21,7 +21,7 @@ /** * RL2 file demuxer - * @file rl2.c + * @file libavformat/rl2.c * @author Sascha Sommer (saschasommer@freenet.de) * For more information regarding the RL2 file format, visit: * http://wiki.multimedia.cx/index.php?title=RL2 diff --git a/libavformat/rtp_h264.c b/libavformat/rtp_h264.c index 4999e0e6937db0115725fbf71275ea586d96f2e8..18f0e8e63a529826d0c1623ba9db8f32f1750886 100644 --- a/libavformat/rtp_h264.c +++ b/libavformat/rtp_h264.c @@ -20,7 +20,7 @@ */ /** -* @file rtp_h264.c +* @file libavformat/rtp_h264.c * @brief H.264 / RTP Code (RFC3984) * @author Ryan Martell <rdm4@martellventures.com> * diff --git a/libavformat/rtpenc_h264.c b/libavformat/rtpenc_h264.c index f488386a79127fcebc243de2115f2ce934ce8050..fabc5584dc82b2fb73749be818372dcd23aadf0e 100644 --- a/libavformat/rtpenc_h264.c +++ b/libavformat/rtpenc_h264.c @@ -20,7 +20,7 @@ */ /** - * @file rtpenc_h264.c + * @file libavformat/rtpenc_h264.c * @brief H.264 packetization * @author Luca Abeni <lucabe72@email.it> */ diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 9a192b1e77431c2a783a7765a3f69da100a8c1ea..610a7f78590f7af30453cfb097c8126cfff50d72 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -20,7 +20,7 @@ */ /** - * @file rtpproto.c + * @file libavformat/rtpproto.c * RTP protocol */ diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c index 462d658bf8325f2fd26aaec2ba4d5b6d646d35c2..ae1263cf98317a3b250d6c5951768c827fa1a179 100644 --- a/libavformat/segafilm.c +++ b/libavformat/segafilm.c @@ -20,7 +20,7 @@ */ /** - * @file segafilm.c + * @file libavformat/segafilm.c * Sega FILM (.cpk) file demuxer * by Mike Melanson (melanson@pcisys.net) * For more information regarding the Sega FILM file format, visit: diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c index 2aeebc4fc8c987a99e2bf0b6b79584e307cc538a..068694f7048632073cd6ee9cc864b6bb29d1ec45 100644 --- a/libavformat/sierravmd.c +++ b/libavformat/sierravmd.c @@ -20,7 +20,7 @@ */ /** - * @file sierravmd.c + * @file libavformat/sierravmd.c * Sierra VMD file demuxer * by Vladimir "VAG" Gneushev (vagsoft at mail.ru) * for more information on the Sierra VMD file format, visit: diff --git a/libavformat/tiertexseq.c b/libavformat/tiertexseq.c index 7588ff037d446b5971f50f31e9fe60de7350292f..43ee6b1e21801f2cdbefe9f7b13ab82014e447a7 100644 --- a/libavformat/tiertexseq.c +++ b/libavformat/tiertexseq.c @@ -20,7 +20,7 @@ */ /** - * @file tiertexseq.c + * @file libavformat/tiertexseq.c * Tiertex Limited SEQ file demuxer */ diff --git a/libavformat/udp.c b/libavformat/udp.c index 26c4383c41b6c35813e22e6c4764ea0d0307b902..70d0e2b38c99a9034f401945e1ed341c966a6355 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -20,7 +20,7 @@ */ /** - * @file udp.c + * @file libavformat/udp.c * UDP protocol */ diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c index 9c06f4334516504f20f5a330af4f0afbf3520c10..007c3a1a1e671bf718bbdde0f6d37a3a0bf13670 100644 --- a/libavformat/vc1test.c +++ b/libavformat/vc1test.c @@ -20,7 +20,7 @@ */ /** - * @file vc1test.c + * @file libavformat/vc1test.c * VC1 test bitstream file demuxer * by Konstantin Shishkov * Format specified in SMPTE standard 421 Annex L diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c index 01fb617ac2c4fb03fbf5a776af8b689f24b1b816..6f7f49d76abc461ff318fcca0823e7c58a46441c 100644 --- a/libavformat/wc3movie.c +++ b/libavformat/wc3movie.c @@ -20,7 +20,7 @@ */ /** - * @file wc3movie.c + * @file libavformat/wc3movie.c * Wing Commander III Movie file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the WC3 .mve file format, visit: diff --git a/libavformat/westwood.c b/libavformat/westwood.c index 753daca57178f1edfcbf90e550b832ecd67af6a9..d2736accc554b8b84e8983f95610a1c89343b77d 100644 --- a/libavformat/westwood.c +++ b/libavformat/westwood.c @@ -20,7 +20,7 @@ */ /** - * @file westwood.c + * @file libavformat/westwood.c * Westwood Studios VQA & AUD file demuxers * by Mike Melanson (melanson@pcisys.net) * for more information on the Westwood file formats, visit: diff --git a/libavformat/xa.c b/libavformat/xa.c index 9c0df89c765c3755ceaf7c491737cfbccd1d71b5..2f547106ea9a87367ce28a9fdb8895c10d756007 100644 --- a/libavformat/xa.c +++ b/libavformat/xa.c @@ -20,7 +20,7 @@ */ /** - * @file xa.c + * @file libavformat/xa.c * Maxis XA File Demuxer * by Robert Marston (rmarston@gmail.com) * for more information on the XA audio format see diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 6550d9fea87fe7e7dcac556fb26cce101b9e2fdd..20735183c742b585e657442f5a07b90abb9b1fc8 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -22,7 +22,7 @@ #define AVUTIL_AVUTIL_H /** - * @file avutil.h + * @file libavutil/avutil.h * external API header */ diff --git a/libavutil/base64.c b/libavutil/base64.c index b7ad4897c7a914a7422fe9b0681178c4d11cb130..06fe5407e2870fc5ec4155fa7ed44b6070be906a 100644 --- a/libavutil/base64.c +++ b/libavutil/base64.c @@ -19,7 +19,7 @@ */ /** - * @file base64.c + * @file libavutil/base64.c * @brief Base64 encode/decode * @author Ryan Martell <rdm4@martellventures.com> (with lots of Michael) */ diff --git a/libavutil/bfin/bswap.h b/libavutil/bfin/bswap.h index bfd850e2945773ea4b3bd2eb8f871a4935c89b8b..f0d49b5d6dbf3ab6376c789ae79c60764d264475 100644 --- a/libavutil/bfin/bswap.h +++ b/libavutil/bfin/bswap.h @@ -19,7 +19,7 @@ */ /** - * @file bswap.h + * @file libavutil/bfin/bswap.h * byte swapping routines */ diff --git a/libavutil/bswap.h b/libavutil/bswap.h index 1bcdbeae7c97702fab2836222a1e6cb4fcc4e53c..cf68c43c72007044645a029e367a977c6d283029 100644 --- a/libavutil/bswap.h +++ b/libavutil/bswap.h @@ -19,7 +19,7 @@ */ /** - * @file bswap.h + * @file libavutil/bswap.h * byte swapping routines */ diff --git a/libavutil/common.h b/libavutil/common.h index 5dcc40decbdc79b85d6989544568b5b3278b5416..3005b96d474cbd96696664e2e3af8d2fb13cfda2 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -19,7 +19,7 @@ */ /** - * @file common.h + * @file libavutil/common.h * common internal and external API header */ diff --git a/libavutil/fifo.h b/libavutil/fifo.h index 7d76efb956b05fc91ad07a94ef8de6fed6785ae5..1a549f254c1087e148b168c441d956c4558bd1be 100644 --- a/libavutil/fifo.h +++ b/libavutil/fifo.h @@ -17,7 +17,7 @@ */ /** - * @file fifo.h + * @file libavutil/fifo.h * a very simple circular buffer FIFO implementation */ diff --git a/libavutil/integer.c b/libavutil/integer.c index 2a39f0e642eb93daf14ec315a3e09e58504784b9..3dfbcdf695f150ba9a822cba41603ec86b321214 100644 --- a/libavutil/integer.c +++ b/libavutil/integer.c @@ -20,7 +20,7 @@ */ /** - * @file integer.c + * @file libavutil/integer.c * arbitrary precision integers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/integer.h b/libavutil/integer.h index 718a194bccb9c0b96c72ab16f78fde416c08305f..d4d0201db4f9131c5d06cd3497fc9a14222e3b06 100644 --- a/libavutil/integer.h +++ b/libavutil/integer.h @@ -20,7 +20,7 @@ */ /** - * @file integer.h + * @file libavutil/integer.h * arbitrary precision integers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/internal.h b/libavutil/internal.h index 6138892785f599b6eba99a95a43a336c1a14322d..7041be2d6b72ad3e64b7a2ba9b53a31228b2532f 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -19,7 +19,7 @@ */ /** - * @file internal.h + * @file libavutil/internal.h * common internal API header */ diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c index c138cf47414e169aaa5a3a15079fef37a7b1b4eb..bfe36a641a23ad3e274457b8cf57b28d610fa5b4 100644 --- a/libavutil/intfloat_readwrite.c +++ b/libavutil/intfloat_readwrite.c @@ -21,7 +21,7 @@ */ /** - * @file intfloat_readwrite.c + * @file libavutil/intfloat_readwrite.c * portable IEEE float/double read/write functions */ diff --git a/libavutil/lls.c b/libavutil/lls.c index 265b57498c19c8db94238c2ffc1d4801a457d5ad..ad54aba01bce332a02fd75f514779d1690e80af1 100644 --- a/libavutil/lls.c +++ b/libavutil/lls.c @@ -21,7 +21,7 @@ */ /** - * @file lls.c + * @file libavutil/lls.c * linear least squares model */ diff --git a/libavutil/log.c b/libavutil/log.c index 3a96a850c2c47b62433301f38a9520635897ad11..65328bb25f6417d37b23b32fbeef3f98eba9f1e0 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -20,7 +20,7 @@ */ /** - * @file log.c + * @file libavutil/log.c * logging functions */ diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c index 47488414ddd13eb16f067eb0dc7666d9902689b0..ff488a70ef7c75b6d60114896cf6ca27ca616f63 100644 --- a/libavutil/mathematics.c +++ b/libavutil/mathematics.c @@ -19,7 +19,7 @@ */ /** - * @file mathematics.c + * @file libavutil/mathematics.c * miscellaneous math routines and tables */ diff --git a/libavutil/mem.c b/libavutil/mem.c index 9268ab4dfc20c862b75b7a87fb9694f25c780917..f21e918e1510a9837cd257143587664dabbe15e2 100644 --- a/libavutil/mem.c +++ b/libavutil/mem.c @@ -20,7 +20,7 @@ */ /** - * @file mem.c + * @file libavutil/mem.c * default memory allocator for libavutil */ diff --git a/libavutil/mem.h b/libavutil/mem.h index 97243d297aacf1643dc8fb645aab829ec83b33e8..e50553aefee85bfdd3f7c382fb4200924206bb6a 100644 --- a/libavutil/mem.h +++ b/libavutil/mem.h @@ -19,7 +19,7 @@ */ /** - * @file mem.h + * @file libavutil/mem.h * memory handling functions */ diff --git a/libavutil/pca.c b/libavutil/pca.c index 4cdd3c65776a9425bd355af447c4d811c2717a10..f803d3b6778250e98954cb528354d68cf4e57a49 100644 --- a/libavutil/pca.c +++ b/libavutil/pca.c @@ -20,7 +20,7 @@ */ /** - * @file pca.c + * @file libavutil/pca.c * principal component analysis (PCA) */ diff --git a/libavutil/pca.h b/libavutil/pca.h index 0c050d3afcbd463cfcd1909c02c59b534ffe2757..f339f2b5d65a52de39bdddcf1f83a0a27374f52c 100644 --- a/libavutil/pca.h +++ b/libavutil/pca.h @@ -20,7 +20,7 @@ */ /** - * @file pca.h + * @file libavutil/pca.h * principal component analysis (PCA) */ diff --git a/libavutil/rational.c b/libavutil/rational.c index 10343776d22a8549ef8b52a052fcfffe42dd1a3a..097519ccbe03af858e0d9ee8a416ddec038fd184 100644 --- a/libavutil/rational.c +++ b/libavutil/rational.c @@ -20,7 +20,7 @@ */ /** - * @file rational.c + * @file libavutil/rational.c * rational numbers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/rational.h b/libavutil/rational.h index 274595c6f3a95fe3d5e9d185b745fd3ee1c6be49..5ee70c9bedef6f8f9500dc012c79df9b7a141481 100644 --- a/libavutil/rational.h +++ b/libavutil/rational.h @@ -20,7 +20,7 @@ */ /** - * @file rational.h + * @file libavutil/rational.h * rational numbers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/sh4/bswap.h b/libavutil/sh4/bswap.h index 8e3c346a2b1a25130dddac1bc98bd568603c5d9c..db8e07eb121a4a160ffd6ae706b4ddb5a3216db8 100644 --- a/libavutil/sh4/bswap.h +++ b/libavutil/sh4/bswap.h @@ -17,7 +17,7 @@ */ /** - * @file bswap.h + * @file libavutil/sh4/bswap.h * byte swapping routines */ diff --git a/libavutil/timer.h b/libavutil/timer.h index 6d11fe2b5bbb6e9a2c6a3b9eb9fba9e22797d001..709e12fe39fd80f4c4dc4b985900cb28cc7a4fb5 100644 --- a/libavutil/timer.h +++ b/libavutil/timer.h @@ -1,5 +1,5 @@ /** - * @file timer.h + * @file libavutil/timer.h * high precision timer, useful to profile code * * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> diff --git a/libavutil/tree.h b/libavutil/tree.h index fc3b4b58d4140653d3dae9a2851df8dbd81a96b5..e6803f8a604e0cbd860b4d526968e3e909693646 100644 --- a/libavutil/tree.h +++ b/libavutil/tree.h @@ -19,7 +19,7 @@ */ /** - * @file tree.h + * @file libavutil/tree.h * A tree container. * Insertion, removal, finding equal, largest which is smaller than and * smallest which is larger than, all have O(log n) worst case complexity. diff --git a/libavutil/x86/bswap.h b/libavutil/x86/bswap.h index 0ff8a93385a221bc9c423f5e05979202c1253cc4..3eeb5a46978d116d8cc61979b50207cfc433d1e8 100644 --- a/libavutil/x86/bswap.h +++ b/libavutil/x86/bswap.h @@ -17,7 +17,7 @@ */ /** - * @file bswap.h + * @file libavutil/x86/bswap.h * byte swapping routines */ diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 99e525f2b62afa918896c6dc653aa375bed3cd0b..4cfbaad7ca8731fc7fe24a09c87ebe2a0f613e92 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -21,7 +21,7 @@ */ /** - * @file postprocess.c + * @file libpostproc/postprocess.c * postprocessing. */ diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 7e30da7db1fa0d0e2a51967f74e7ed08fe0d9664..f5e350c457d611137a7fc7e31cfbc32025d1239b 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -22,7 +22,7 @@ #define POSTPROCESS_POSTPROCESS_H /** - * @file postprocess.h + * @file libpostproc/postprocess.h * @brief * external postprocessing API */ diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index de6f0bea20ce7c48c3cb7305db7aec367bd94ba9..3b39874169dd8845c86c9e28c6378eccc28dd84d 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -19,7 +19,7 @@ */ /** - * @file postprocess_internal.h + * @file libpostproc/postprocess_internal.h * internal api header. */ diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index f75ad8758031c6c2ffaa172cc32ba28818b47834..6879dba8c1db71229281d7c63562be8e0bb0f1d0 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -19,7 +19,7 @@ */ /** - * @file postprocess_template.c + * @file libpostproc/postprocess_template.c * mmx/mmx2/3dnow postprocess code. */