diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index ec25b9b7a94fdf46d503c600c79d9ff363881850..219850302c0fca46bbf08fe7778b5877e09f16d2 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/4xm.c + * @file * 4XM codec. */ diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c index be5735f608bbc4ff58844b9a34d06013a3f629b1..ff5795533b48a78aecb4c88d68c1798a0d803766 100644 --- a/libavcodec/8bps.c +++ b/libavcodec/8bps.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/8bps.c + * @file * QT 8BPS Video Decoder by Roberto Togni * For more information about the 8BPS format, visit: * http://www.pcisys.net/~melanson/codecs/ diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c index 2afd57dce60ec6d539f922961affb254913c0ae4..6e09b11e03859427d5190722a0b840668a692688 100644 --- a/libavcodec/8svx.c +++ b/libavcodec/8svx.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/8svx.c + * @file * 8svx audio decoder * @author Jaikrishnan Menon * supports: fibonacci delta encoding diff --git a/libavcodec/aac.c b/libavcodec/aac.c index c4636015a7ead4d7dbc9d3452857899af7073a57..a43d1f63675bda9cf825fcaf6b70ab64e20e1584 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/aac.c + * @file * AAC decoder * @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 4779cbfc570633facf98a50bb825d2998d192b35..1a8aa6c145f9310ecf5cd08181fab3b2e9b7f218 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/aac.h + * @file * AAC definitions and structures * @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c index 6eb28b1e76e74384df4b9e353d8a901da57bea28..e19fa3803fbc56373762aeadc74d618641db70c3 100644 --- a/libavcodec/aaccoder.c +++ b/libavcodec/aaccoder.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/aaccoder.c + * @file * AAC coefficients encoder */ diff --git a/libavcodec/aacdectab.h b/libavcodec/aacdectab.h index f632ca20daef2efae7fcf944c76038d648141220..b74f100112c228db4c016d25cefcd9484da12e00 100644 --- a/libavcodec/aacdectab.h +++ b/libavcodec/aacdectab.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/aacdectab.h + * @file * AAC decoder data * @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 6b836ae79f60e6be0b1325011080a87eb06328e9..ff68f84e7bfe63486e8ff70d8e622c0f456d6ab7 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/aacenc.c + * @file * AAC encoder */ diff --git a/libavcodec/aacpsy.c b/libavcodec/aacpsy.c index 1200134baf21e8adb15c7743be0438b9b6d0cbc8..53dac3dbfd625680d4096bc55c8334f15ac8239a 100644 --- a/libavcodec/aacpsy.c +++ b/libavcodec/aacpsy.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/aacpsy.c + * @file * AAC encoder psychoacoustic model */ diff --git a/libavcodec/aacsbr.c b/libavcodec/aacsbr.c index 9821d9981075572e4a568befaa44a0432aa4590c..375130029388ba17457735ea331839d560d3b6a0 100644 --- a/libavcodec/aacsbr.c +++ b/libavcodec/aacsbr.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/aacsbr.c + * @file * AAC Spectral Band Replication decoding functions * @author Robert Swain ( rob opendot cl ) */ diff --git a/libavcodec/aacsbr.h b/libavcodec/aacsbr.h index c865371b15c11fbcdaa6a3c6f15d0d5aebc160bb..e89f870028570d94c16e7038241c0f11ba12fb04 100644 --- a/libavcodec/aacsbr.h +++ b/libavcodec/aacsbr.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/aacsbr.h + * @file * AAC Spectral Band Replication function declarations * @author Robert Swain ( rob opendot cl ) */ diff --git a/libavcodec/aacsbrdata.h b/libavcodec/aacsbrdata.h index c8afeee06c28755bd846919b0a023ab7d5ddc32c..5d33a60888ee88ed1da94d70a97068ba6001700e 100644 --- a/libavcodec/aacsbrdata.h +++ b/libavcodec/aacsbrdata.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/aacsbrdata.h + * @file * AAC Spectral Band Replication decoding data * @author Robert Swain ( rob opendot cl ) */ diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c index 15fb0406861d0679d6f89e9176c44ac233798716..eaa5486822fe37d9cb349dc7c8c0d5cc63a66c24 100644 --- a/libavcodec/aactab.c +++ b/libavcodec/aactab.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/aactab.c + * @file * AAC data * @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 85e3a6d05bd2c9fd895160d864b2ba2deccf544d..283d6c3a2d869ef27f658383d9d0a45d2b13e664 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/aactab.h + * @file * AAC data declarations * @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) diff --git a/libavcodec/aandcttab.c b/libavcodec/aandcttab.c index ef05342dc53f52af0db7f36fa6f6fb3463124635..87c50b37cf4c4f646b7a19b4edcd8c11f1231aba 100644 --- a/libavcodec/aandcttab.c +++ b/libavcodec/aandcttab.c @@ -17,7 +17,7 @@ */ /** - * @file libavcodec/aandcttab.c + * @file * AAN (Arai Agui Aakajima) (I)DCT tables */ diff --git a/libavcodec/aandcttab.h b/libavcodec/aandcttab.h index ed1c3c34657e93724e1fc8a90f1edf9b957eebb6..d774828a4d1fbe0282857ca081630238fcb465cb 100644 --- a/libavcodec/aandcttab.h +++ b/libavcodec/aandcttab.h @@ -17,7 +17,7 @@ */ /** - * @file libavcodec/aandcttab.h + * @file * AAN (Arai Agui Nakajima) (I)DCT tables */ diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c index c5e8fd089403e862e29b77fd369987ac3c664ab0..82bd2bfd3d8cc40c4dbc4c0058d43a8aba2828bf 100644 --- a/libavcodec/aasc.c +++ b/libavcodec/aasc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/aasc.c + * @file * Autodesk RLE Video Decoder by Konstantin Shishkov */ diff --git a/libavcodec/ac3.c b/libavcodec/ac3.c index 10d43792981e866d4f1570691c9438a1d40753b9..3fce5bcfb9e4e9df404e9bc6bf2aaba651efe33c 100644 --- a/libavcodec/ac3.c +++ b/libavcodec/ac3.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/ac3.c + * @file * Common code between the AC-3 encoder and decoder. */ diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 9c822261071d745b6f5a07532f9858309d626901..0def3b06ccd1fdac1d080c44498868cc0221c5c4 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/ac3.h + * @file * Common code between the AC-3 encoder and decoder. */ diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index bd555bdde1e6de7c02b1e284bb890b7b52b5516a..8c0d442fc0b6b57d58a64fd1e93e96101f7dae4c 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/ac3.h + * @file * Common code between the AC-3 and E-AC-3 decoders. * * Summary of MDCT Coefficient Grouping: diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c index abe359b889dcba9e9246eb6ecc6fcbad9236ccb2..ea13d3de51762df18f196f2f6907478cee1ff24e 100644 --- a/libavcodec/ac3dec_data.c +++ b/libavcodec/ac3dec_data.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/ac3dec_data.c + * @file * Tables taken directly from the AC-3 spec. */ diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index 9ff309e7bd72ef90da82a9250385fe2e6c812917..e30e1bdbb9bf33eca155c524921d629014f37303 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/ac3enc.c + * @file * The simplest AC-3 encoder. */ //#define DEBUG diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c index e7835c6748f830b7ad2ed031ed6aecd44bd2fab2..4f28fb3d39a41f8e375f05d63a9bc8210ea86c1b 100644 --- a/libavcodec/ac3tab.c +++ b/libavcodec/ac3tab.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/ac3tab.c + * @file * tables taken directly from the AC-3 spec. */ diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index e1234fc1c753691bc2e0b4922ae6c806a174e081..68bd656aa6e2f8bf575bacf8a8ad286e42703bda 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -24,7 +24,7 @@ #include "bytestream.h" /** - * @file libavcodec/adpcm.c + * @file * ADPCM codecs. * First version by Francois Revol (revol@free.fr) * Fringe ADPCM codecs (e.g., DK3, DK4, Westwood) diff --git a/libavcodec/adx.h b/libavcodec/adx.h index cb6e6020dd5bd97f30f6248af22501ce0625dd5f..0fa1003ffc552f2a8d05719247f4dece3eb2cb84 100644 --- a/libavcodec/adx.h +++ b/libavcodec/adx.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/adx.h + * @file * SEGA CRI adx codecs. * * Reference documents: diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index 9828b1beff1dd0f4a529d745cda0b814d3c60d19..adb22fcfe5b89478babfaba0c25560eedad066d1 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -24,7 +24,7 @@ #include "adx.h" /** - * @file libavcodec/adxdec.c + * @file * SEGA CRI adx codecs. * * Reference documents: diff --git a/libavcodec/adxenc.c b/libavcodec/adxenc.c index 833dde8bd3b8a564d2779fdf852190dca4bd1d7e..116b746ed03e29d62ddd4f85acf9ab55fa296862 100644 --- a/libavcodec/adxenc.c +++ b/libavcodec/adxenc.c @@ -24,7 +24,7 @@ #include "adx.h" /** - * @file libavcodec/adxenc.c + * @file * SEGA CRI adx codecs. * * Reference documents: diff --git a/libavcodec/alac.c b/libavcodec/alac.c index b896e32bb9904d35323ef3d65fa51064f10f2f3c..50fc7a1a3ffba79f0ca58350d4f52030658305c2 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/alac.c + * @file * ALAC (Apple Lossless Audio Codec) decoder * @author 2005 David Hammerton * diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 662ae02f9825be959ea6fa0b5bd7f703a5671ac9..6db65cfdde187dd4c484c0ccd8bef6811b943860 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/allcodecs.c + * @file * Provides registration of all codecs, parsers and bitstream filters for libavcodec. */ diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index 5050d0bcc94ad5d0a6622cbbe7a1a91eefbb3598..2058a853846828d99b7226c2ee49b3b7eaf33538 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/alsdec.c + * @file * MPEG-4 ALS decoder * @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> */ diff --git a/libavcodec/amrnbdata.h b/libavcodec/amrnbdata.h index 418a6745cd2d92f7a386e1434386b675574a136d..2f21439896adb7e9f3189cfa22d9f9a6a5217e65 100644 --- a/libavcodec/amrnbdata.h +++ b/libavcodec/amrnbdata.h @@ -22,7 +22,7 @@ /** - * @file libavcodec/amrnbdata.h + * @file * AMR narrowband data and definitions */ diff --git a/libavcodec/amrnbdec.c b/libavcodec/amrnbdec.c index 653a03e927541040b7cca5973fc145b3b69bebbb..cecb4ce9271b1973f72f17b425720e7699ac24db 100644 --- a/libavcodec/amrnbdec.c +++ b/libavcodec/amrnbdec.c @@ -22,7 +22,7 @@ /** - * @file libavcodec/amrnbdec.c + * @file * AMR narrowband decoder * * This decoder uses floats for simplicity and so is not bit-exact. One diff --git a/libavcodec/anm.c b/libavcodec/anm.c index bccffabad4c43b6a4e0a41e1f26a18b855ac6702..f38486188cb68f6954c68f82c217656c4e80b67a 100644 --- a/libavcodec/anm.c +++ b/libavcodec/anm.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/anm.c + * @file * Deluxe Paint Animation decoder */ diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c index 9930e2139cc0e9d0e2f6004cc0eb2f9023da245e..a90a07fa7deff206fa91344428e8a4a4ac27cf37 100644 --- a/libavcodec/apedec.c +++ b/libavcodec/apedec.c @@ -27,7 +27,7 @@ #include "bytestream.h" /** - * @file libavcodec/apedec.c + * @file * Monkey's Audio lossless audio decoder */ diff --git a/libavcodec/api-example.c b/libavcodec/api-example.c index cf74c26514e1b06ca78cca468bbf19116a1b9c0f..fb48b1f6d6baf7a3e4b15043820d07cf092f36e2 100644 --- a/libavcodec/api-example.c +++ b/libavcodec/api-example.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/apiexample.c + * @file * 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 978e6b68d9677272237fe2950341d8469c611fe0..211a13faf8e0ea2748d23da649cbd000d142dc80 100644 --- a/libavcodec/asv1.c +++ b/libavcodec/asv1.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/asv1.c + * @file * ASUS V1/V2 codec. */ diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c index 1b8b88327ef53d4943f70ea5c317e2c8a80bc979..e398cee7b87a55827d9e89a5285892aecbb6ff25 100644 --- a/libavcodec/atrac.c +++ b/libavcodec/atrac.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/atrac.c + * @file */ #include <math.h> diff --git a/libavcodec/atrac.h b/libavcodec/atrac.h index 63f3c1d8d0977626e71238a6e4f396ce45debdde..0732da074017cfc2cb8dcb5951c7b453371a78b2 100644 --- a/libavcodec/atrac.h +++ b/libavcodec/atrac.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/atrac.h + * @file * Atrac common header */ diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c index 202ed8f5ea994c37c423ac8813659fc730b4efb2..61599549662e1f8c95541505971ed591a0e9adce 100644 --- a/libavcodec/atrac1.c +++ b/libavcodec/atrac1.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/atrac1.c + * @file * Atrac 1 compatible decoder. * This decoder handles raw ATRAC1 data and probably SDDS data. */ diff --git a/libavcodec/atrac1data.h b/libavcodec/atrac1data.h index 61162fb17539724244b4f5746f2ff0ebc0d37f30..ebebe4b105444d2650373a6697c89febfed881b5 100644 --- a/libavcodec/atrac1data.h +++ b/libavcodec/atrac1data.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/atrac1data.h + * @file * Atrac 1 compatible decoder data */ diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index aa5a7536a9c0332613a45e1a2fa986f22561499a..5179c345cfcd080ca537a724d2c2c9635ba1c6dc 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/atrac3.c + * @file * Atrac 3 compatible decoder. * This decoder handles Sony's ATRAC3 data. * diff --git a/libavcodec/atrac3data.h b/libavcodec/atrac3data.h index e3457c5f302fd94972832679119220f028fcaa38..b5aa71f8ca0c14e830389a619b5d3bb97a898a83 100644 --- a/libavcodec/atrac3data.h +++ b/libavcodec/atrac3data.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/atrac3data.h + * @file * Atrac 3 AKA RealAudio 8 compatible decoder data */ diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c index 8410d29489dd03d66adab27abd72dda5c17e4b30..8ea7158ce4813c777832f03f83c8ce67d9a86d03 100644 --- a/libavcodec/audioconvert.c +++ b/libavcodec/audioconvert.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/audioconvert.c + * @file * audio conversion * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/audioconvert.h b/libavcodec/audioconvert.h index 46ba3d39296c1c609ef259d0cebfa8fbb4c75ea9..e0f9bb06e240a58424f626ae83958c50d6189bf2 100644 --- a/libavcodec/audioconvert.h +++ b/libavcodec/audioconvert.h @@ -24,7 +24,7 @@ #define AVCODEC_AUDIOCONVERT_H /** - * @file libavcodec/audioconvert.h + * @file * Audio format conversion routines */ diff --git a/libavcodec/aura.c b/libavcodec/aura.c index dd22328a0160d6da5ff8037a6bf9ae0289707f02..8942cdd576424103d3fce478b948357b235d3d40 100644 --- a/libavcodec/aura.c +++ b/libavcodec/aura.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/aura.c + * @file * Aura 2 decoder */ diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index add4b100aeb900e37886989d38e2490c5ff4dd98..23ea4bb5490109c7d859c16dea92dc665110a7d0 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -22,7 +22,7 @@ #define AVCODEC_AVCODEC_H /** - * @file libavcodec/avcodec.h + * @file * external API header */ diff --git a/libavcodec/bethsoftvideo.c b/libavcodec/bethsoftvideo.c index 4ed48c2a1aa8651d12b32dd6d94afc1b3ba23bb7..0ba39e63a5a0a73698e1d5a3d5c42afe83cfcecf 100644 --- a/libavcodec/bethsoftvideo.c +++ b/libavcodec/bethsoftvideo.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/bethsoftvideo.c + * @file * @brief Bethesda Softworks VID Video Decoder * @author Nicholas Tung [ntung (at. ntung com] (2007-03) * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c index 2581b377a49aa6e3a3ab23b065095087d92c1569..91c8f6d24d657c5261d9f64c900536cfc609180a 100644 --- a/libavcodec/bfi.c +++ b/libavcodec/bfi.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/bfi.c + * @file * @brief Brute Force & Ignorance (.bfi) video decoder * @author Sisir Koppaka ( sisir.koppaka at gmail dot com ) * @sa http://wiki.multimedia.cx/index.php?title=BFI diff --git a/libavcodec/bgmc.c b/libavcodec/bgmc.c index fcf02a081ebe0712c8dc60496a5683fd0be14552..86b807bc2f8a330e44da790d0fd6bf3aff5286eb 100644 --- a/libavcodec/bgmc.c +++ b/libavcodec/bgmc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/bgmc.c + * @file * Block Gilbert-Moore decoder as used by MPEG-4 ALS * @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> */ diff --git a/libavcodec/bgmc.h b/libavcodec/bgmc.h index bae4f3b9a0564888dc6d9b30ae34388620ba0ecd..eab413b6a871999405c1b080d64ef64624fe5c71 100644 --- a/libavcodec/bgmc.h +++ b/libavcodec/bgmc.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/bgmc.h + * @file * Block Gilbert-Moore decoder header * @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> */ diff --git a/libavcodec/binkaudio.c b/libavcodec/binkaudio.c index f887f9e6c45dcc91eafab8ced7d2e3374322a2d3..295b3518981da84d83c05a13af8af235e383bc39 100644 --- a/libavcodec/binkaudio.c +++ b/libavcodec/binkaudio.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/binkaudio.c + * @file * Bink Audio decoder * * Technical details here: diff --git a/libavcodec/binkidct.c b/libavcodec/binkidct.c index 613955766838ed7c072b7ffce2e145b02a2c5bb2..160926e163b8c4e5b4fe7f5d6720318eb98575aa 100644 --- a/libavcodec/binkidct.c +++ b/libavcodec/binkidct.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/binkidct.c + * @file * Bink IDCT algorithm */ diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 1e24099cc8b7bf1f359a5e224223f4edd3a810da..0d7a2dbc8534cfc29c563d97f040de0c276128f7 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -24,7 +24,7 @@ */ /** - * @file libavcodec/bitstream.c + * @file * bitstream api. */ diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 9a3bdafb8fd133de80c9b4a7e2cf451778b82b97..7b5e5b1de425edda44e5ea2c5fb8f3a4c0d9bc11 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/cabac.c + * @file * Context Adaptive Binary Arithmetic Coder. */ diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 2794626c35dc7c958e8ff6503a9bc4482e973b61..0af77e426fb2518de00294df8d166336dece0bef 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/cabac.h + * @file * Context Adaptive Binary Arithmetic Coder. */ diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c index 42335042abeaa7e6731fa9f13de06bcc08d50185..ff6c86964a9c34701fbca4f0ac20107caad7a7f8 100644 --- a/libavcodec/cavs.c +++ b/libavcodec/cavs.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/cavs.c + * @file * 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 6d19e1fd82adf7d2dacf259cedc918e72557e720..8e9c35b7a79e2b644415816d86cef85d166ce49f 100644 --- a/libavcodec/cavs_parser.c +++ b/libavcodec/cavs_parser.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/cavs_parser.c + * @file * Chinese AVS video (AVS1-P2, JiZhun profile) parser * @author Stefan Gehrer <stefan.gehrer@gmx.de> */ diff --git a/libavcodec/cavsdec.c b/libavcodec/cavsdec.c index b4ae451ed6797c64686866d114be56199fb5cf7a..9d6307c217b85aad1973902816f55b63a2e8697d 100644 --- a/libavcodec/cavsdec.c +++ b/libavcodec/cavsdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/cavsdec.c + * @file * Chinese AVS video (AVS1-P2, JiZhun profile) decoder * @author Stefan Gehrer <stefan.gehrer@gmx.de> */ diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c index 5ad6e51c1c0f41e50fad4c7e978499219f9a42fd..c174aa9d984612ad7a44a45d067f1d5f75c9c259 100644 --- a/libavcodec/cdgraphics.c +++ b/libavcodec/cdgraphics.c @@ -23,7 +23,7 @@ #include "bytestream.h" /** - * @file libavcodec/cdgraphics.c + * @file * @brief CD Graphics Video Decoder * @author Michael Tison * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c index 90c2a6410dbf1158c61542d1cbd35789d392a2d1..8e7aa5aa998d5d85234817fb8e298e96f2c765b2 100644 --- a/libavcodec/cinepak.c +++ b/libavcodec/cinepak.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/cinepak.c + * @file * Cinepak video decoder * by Ewald Snel <ewald@rambo.its.tudelft.nl> * For more information on the Cinepak algorithm, visit: diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index b7c34436755a65aa0bd6fa5bdc381bc6a0568fdd..47809c0ce44eae97bfbe23329c1d8f9c1a54febf 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/cljr.c + * @file * Cirrus Logic AccuPak codec. */ diff --git a/libavcodec/colorspace.h b/libavcodec/colorspace.h index cdadbb3d1cf9e096d4424a3cbb71dc83443b4a02..4ec081e9d2278f435819b5805c973adeb634e52e 100644 --- a/libavcodec/colorspace.h +++ b/libavcodec/colorspace.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/colorspace.h + * @file * Various defines for YUV<->RGB conversion */ diff --git a/libavcodec/cook.c b/libavcodec/cook.c index f7efe9e60c233f89d9ae703528dedc82e3c3df00..e406e6510e665c654ad652ff30f535d3e62e157b 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/cook.c + * @file * Cook compatible decoder. Bastardization of the G.722.1 standard. * This decoder handles RealNetworks, RealAudio G2 data. * Cook is identified by the codec name cook in RM files. diff --git a/libavcodec/cookdata.h b/libavcodec/cookdata.h index e2e81fbab676fad1c9af01da2b3973037d49d34a..15e8e9519fdfd33e8c5b050fe99d97147da79bd3 100644 --- a/libavcodec/cookdata.h +++ b/libavcodec/cookdata.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/cookdata.h + * @file * Cook AKA RealAudio G2 compatible decoderdata */ diff --git a/libavcodec/cyuv.c b/libavcodec/cyuv.c index cfc7000897066df861c79cc70923c7052923e87f..db7e690be7434004a260691c9a93c327591f99c9 100644 --- a/libavcodec/cyuv.c +++ b/libavcodec/cyuv.c @@ -24,7 +24,7 @@ */ /** - * @file libavcodec/cyuv.c + * @file * Creative YUV (CYUV) Video Decoder. */ diff --git a/libavcodec/dca.c b/libavcodec/dca.c index 6d0b966aab43a7fc8e9fe6ddb82ef7e0cf3a139f..10bc956e980e56d725f38065af668b600621dbbb 100644 --- a/libavcodec/dca.c +++ b/libavcodec/dca.c @@ -22,10 +22,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/** - * @file libavcodec/dca.c - */ - #include <math.h> #include <stddef.h> #include <stdio.h> diff --git a/libavcodec/dca_parser.c b/libavcodec/dca_parser.c index 49b2ecd3f5d6380cea8a623d2beb6d9be612df63..01c559709ad3c34ca40183f11cc67da8f6a3aac3 100644 --- a/libavcodec/dca_parser.c +++ b/libavcodec/dca_parser.c @@ -22,10 +22,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/** - * @file libavcodec/dca_parser.c - */ - #include "parser.h" #include "dca.h" diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index ccf194e8050383b36bea20ff1218edac285450bf..fbd22ab21185e59772a5efaa8224a8c6c023fd5a 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -20,10 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/** - * @file libavcodec/dcadata.h - */ - #ifndef AVCODEC_DCADATA_H #define AVCODEC_DCADATA_H diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index cccf16296c1bcdcce7f2cba98e0fff43855a677f..4f0a0c69964f2152adab7c3c3534d0ca5dc5abb1 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dct-test.c + * @file * DCT test (c) 2001 Fabrice Bellard * Started from sample code by Juan J. Sierralta P. */ diff --git a/libavcodec/dct.c b/libavcodec/dct.c index 57314c29cb6cdcb781ae3714cb1edf901b60a2cf..0840feca0abc1d683ae5a412d00771d1c0e8829b 100644 --- a/libavcodec/dct.c +++ b/libavcodec/dct.c @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/dct.c + * @file * (Inverse) Discrete Cosine Transforms. These are also known as the * type II and type III DCTs respectively. */ diff --git a/libavcodec/dctref.c b/libavcodec/dctref.c index c915ed6fd7aa23945465abcc0a32077dd63e216d..851014b664ab19298954c83c24eab1dcbdecf9eb 100644 --- a/libavcodec/dctref.c +++ b/libavcodec/dctref.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dctref.c + * @file * reference discrete cosine transform (double precision) * * @author Dylan Yudaken (dyudaken at gmail) diff --git a/libavcodec/dirac.c b/libavcodec/dirac.c index 1d6a468d4eeaef4b99a1c6b77b29c443fda15897..c65a51f96435dbd53dc50c50d696fe648cec76f4 100644 --- a/libavcodec/dirac.c +++ b/libavcodec/dirac.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dirac.c + * @file * Dirac Decoder * @author Marco Gerards <marco@gnu.org> */ diff --git a/libavcodec/dirac.h b/libavcodec/dirac.h index 5a53bd431e974232ccdf03ed5716affcec5b34fe..09c5581013c0c5aa06b5bded0beccff9842b2430 100644 --- a/libavcodec/dirac.h +++ b/libavcodec/dirac.h @@ -23,7 +23,7 @@ #define AVCODEC_DIRAC_H /** - * @file libavcodec/dirac.h + * @file * Interfaces to Dirac Decoder/Encoder * @author Marco Gerards <marco@gnu.org> */ diff --git a/libavcodec/dirac_parser.c b/libavcodec/dirac_parser.c index 1dcb8a51d45ece3ac3fc9d01ff75f33dfed0a1f5..c82f0e673d18708f291d50dc76bc7099d8d2cb89 100644 --- a/libavcodec/dirac_parser.c +++ b/libavcodec/dirac_parser.c @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/dirac_parser.c + * @file * Dirac Parser * @author Marco Gerards <marco@gnu.org> */ diff --git a/libavcodec/dnxhd_parser.c b/libavcodec/dnxhd_parser.c index 8a5d792565d41448ada9cdf8cfe44111a2e5db69..6149a2daab2bea184a8144709418da5535f72f01 100644 --- a/libavcodec/dnxhd_parser.c +++ b/libavcodec/dnxhd_parser.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dnxhd_parser.c + * @file * DNxHD/VC-3 parser */ diff --git a/libavcodec/dsicinav.c b/libavcodec/dsicinav.c index 03ea3c9e543c919a0c466c315f2430945f942441..895b6237d7c5e0e79f2f6b24f2909694576291c8 100644 --- a/libavcodec/dsicinav.c +++ b/libavcodec/dsicinav.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dsicinav.c + * @file * Delphine Software International CIN audio/video decoders */ diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index bbff06df78bca3642f4d11b9f43718e95e4a4172..07013240c0e085ceba6be805c0af66f4c070786d 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/dsputil.c + * @file * DSP utils */ diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 2c361b9f768be93631def8aceb184b1428d86cd8..fd2d07f6e631be6b7d459acfeb9d6d383b46b64a 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/dsputil.h + * @file * DSP utils. * note, many functions in here may use MMX which trashes the FPU state, it is * absolutely necessary to call emms_c() between dsp & float/double code diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 182fe29d38956ea4ba896ea609d7e4e9bc08afe2..ea1f66179c63a433e3f97f8cd8d9e80383071322 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -34,7 +34,7 @@ */ /** - * @file libavcodec/dv.c + * @file * DV codec. */ #define ALT_BITSTREAM_READER diff --git a/libavcodec/dv_vlc_data.h b/libavcodec/dv_vlc_data.h index 52b7457ab08ec36a3240a4d8358ff42d8383a80d..c23c56461335fb08a2f418a65c26cdcf47cee7e7 100644 --- a/libavcodec/dv_vlc_data.h +++ b/libavcodec/dv_vlc_data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dv_vlc_data.h + * @file * VLC constants for DV codec. */ diff --git a/libavcodec/dvdata.c b/libavcodec/dvdata.c index 1045afd00694ee5e63ec9fbb88bf389415ca890a..7232bafe0d7a7c8ea0ce906db10304ce67447a3c 100644 --- a/libavcodec/dvdata.c +++ b/libavcodec/dvdata.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dvdata.c + * @file * Constants for DV codec. */ diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index a1e95d3a41d099e57d87d1bab6bc4103673bb544..90f40598396a40bffe6a792e1930da095203c53e 100644 --- a/libavcodec/dvdata.h +++ b/libavcodec/dvdata.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dvdata.h + * @file * Constants for DV codec. */ diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c index 97420c13e85a606b5172e2159c8facc4bcaf2fd0..62e4e0ae82419994069cec17b4125e4954b61260 100644 --- a/libavcodec/dxa.c +++ b/libavcodec/dxa.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/dxa.c + * @file * DXA Video decoder */ diff --git a/libavcodec/eac3dec_data.c b/libavcodec/eac3dec_data.c index 9e9f8a254bae9e8873c9042e70f5200f31260c78..031702e9e96a85831e33476e2b3dbaebd87a6908 100644 --- a/libavcodec/eac3dec_data.c +++ b/libavcodec/eac3dec_data.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/eac3dec_data.c + * @file * Tables taken directly from the E-AC-3 spec. */ diff --git a/libavcodec/eacmv.c b/libavcodec/eacmv.c index a39705de87e04bca9c768687ed739b91f75f4276..517b307271051cf041f19d058fa1eb92a5d9103d 100644 --- a/libavcodec/eacmv.c +++ b/libavcodec/eacmv.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/eacmv.c + * @file * Electronic Arts CMV Video Decoder * by Peter Ross (pross@xvid.org) * diff --git a/libavcodec/eaidct.c b/libavcodec/eaidct.c index 9e7bcac3e80273d4be27ff4bee0d797fbe936c2a..9972e422ed31152fcad82d56fdef9e162a1bd82c 100644 --- a/libavcodec/eaidct.c +++ b/libavcodec/eaidct.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/eaidct.c + * @file * Electronic Arts TGQ/TQI/MAD IDCT algorithm * @author Peter Ross <pross@xvid.org> */ diff --git a/libavcodec/eamad.c b/libavcodec/eamad.c index 91f5ec0c6f6f207a35896c23dcea80d7d4deb9fc..8fc5ef1362b85c7c96fe8d473cb5c1dd31b84159 100644 --- a/libavcodec/eamad.c +++ b/libavcodec/eamad.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/eamad.c + * @file * Electronic Arts Madcow Video Decoder * by Peter Ross <pross@xvid.org> * diff --git a/libavcodec/eatgq.c b/libavcodec/eatgq.c index 1a28e09d2d94f9dc7c9d9d57760e9929ff50b50a..7a985050c5a7a39087df76eaa060d7475f03c03f 100644 --- a/libavcodec/eatgq.c +++ b/libavcodec/eatgq.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/eatgq.c + * @file * Electronic Arts TGQ Video Decoder * @author Peter Ross <pross@xvid.org> * diff --git a/libavcodec/eatgv.c b/libavcodec/eatgv.c index e5a908ea2142aae6f4feda8da170cc64bb2112de..8c6a654fad8f84bf3557d974825929c23756195d 100644 --- a/libavcodec/eatgv.c +++ b/libavcodec/eatgv.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/eatgv.c + * @file * Electronic Arts TGV Video Decoder * by Peter Ross (pross@xvid.org) * diff --git a/libavcodec/eatqi.c b/libavcodec/eatqi.c index bedfaadc153f4ae720f731015bffe06f0d400e2f..7f1901d30902651e3ed8496342ec521aa1b4d8d5 100644 --- a/libavcodec/eatqi.c +++ b/libavcodec/eatqi.c @@ -20,7 +20,7 @@ */ /** - * @file eatqi.c + * @file * Electronic Arts TQI Video Decoder * by Peter Ross <pross@xvid.org> * diff --git a/libavcodec/elbg.c b/libavcodec/elbg.c index 2f9d15300eff3b5dd65cc0a678dcf4fec21d2ac5..d6a4ce765839b8e099eccfacc6d57e4d56047b51 100644 --- a/libavcodec/elbg.c +++ b/libavcodec/elbg.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/elbg.c + * @file * Codebook Generator using the ELBG algorithm */ diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index 54f7b1065c46e29d582c40610034ca438262d0fe..dc015b9f6af63beb30528b32044ca0d3e9b7a51e 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/error_resilience.c + * @file * Error resilience / concealment. */ diff --git a/libavcodec/eval.c b/libavcodec/eval.c index 0b2aed9ddcb1627b3629558d59fc17d5bae70428..ce4d0f515e814ad14f3e73ef7c0139d2e3ce4308 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/eval.c + * @file * simple arithmetic expression evaluator. * * see http://joe.hotchkiss.com/programming/eval/eval.html diff --git a/libavcodec/eval.h b/libavcodec/eval.h index 63ee99b60c3e6859c8145b3d845aad9b76d49768..50c16aff7c01ba5c586f24c43382fb49cdb9035d 100644 --- a/libavcodec/eval.h +++ b/libavcodec/eval.h @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/eval.h + * @file * simple arithmetic expression evaluator */ diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c index b16d46b48b1a62a38c855df0369db2d32657b303..a986f654400a8fae8ab22e6217309e8c884ae5f3 100644 --- a/libavcodec/faandct.c +++ b/libavcodec/faandct.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/faandct.c + * @file * @brief * Floating point AAN DCT * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index a69301c1d4cb5b16e40a1961f7c952e9bcc84e8a..f43b62f168e5cd2243d45bc6b4d40ce4eb70b82d 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/faandct.h + * @file * @brief * Floating point AAN DCT * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index c5613e9f4657ceecb057df64a018a4f5acafa3d5..34aa57666013206799bba13946c3cab47010344d 100644 --- a/libavcodec/faxcompr.c +++ b/libavcodec/faxcompr.c @@ -21,7 +21,7 @@ /** * CCITT Fax Group 3 and 4 decompression - * @file libavcodec/faxcompr.c + * @file * @author Konstantin Shishkov */ #include "avcodec.h" diff --git a/libavcodec/faxcompr.h b/libavcodec/faxcompr.h index 04b23c31665c8822b843ed5025f7b4d72481b425..62f591ceee23aeff1aba3b44c52e90106077a738 100644 --- a/libavcodec/faxcompr.h +++ b/libavcodec/faxcompr.h @@ -21,7 +21,7 @@ /** * CCITT Fax Group 3 and 4 decompression - * @file libavcodec/faxcompr.h + * @file * @author Konstantin Shishkov */ #ifndef AVCODEC_FAXCOMPR_H diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 5df660b4f604ad510c75dc143b962c1a3724db0c..ae436029ed8968a9e68f9a18ff1cd6bd573314e9 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/fft-test.c + * @file * FFT and MDCT tests. */ diff --git a/libavcodec/fft.c b/libavcodec/fft.c index 7275d98e9f70e4d7ac7d7389b6e73179c42d61bd..bf240bf5c1dbe6d19abbc10b7344d26230e21d9e 100644 --- a/libavcodec/fft.c +++ b/libavcodec/fft.c @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/fft.c + * @file * FFT/IFFT transforms. */ diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 360bc78ff37cb627240768734d6d062b88598bc8..12056e120851080e481c60fcff11b5efa5bf4691 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/ffv1.c + * @file * FF Video Codec 1 (a lossless codec) */ diff --git a/libavcodec/flac.h b/libavcodec/flac.h index 25494ed6672858cea9e5a9e6cf21e5d2eacc4cd2..1b114635ec5ad05df9e160205c065af7e5c1535f 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/flac.h + * @file * FLAC (Free Lossless Audio Codec) decoder/demuxer common functions */ diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index 89b09e87209524fac3d9ba22001df12bb1309640..07acf6e81be590ef8fc8de21b6f23e9815e114c3 100644 --- a/libavcodec/flacdec.c +++ b/libavcodec/flacdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/flacdec.c + * @file * FLAC (Free Lossless Audio Codec) decoder * @author Alex Beregszaszi * diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index 9d581c70992c2b8899a07509728b4dab435b8971..394ac0f82a124b0f54b23834666d5e95ac84df4c 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/flashsv.c + * @file * Flash Screen Video decoder * @author Alex Beregszaszi * @author Benjamin Larsson diff --git a/libavcodec/flashsvenc.c b/libavcodec/flashsvenc.c index 852b344396dd3b1de338dffc89bd5565571bec50..ff917e93702817c0447dba018ca7a719f243ad6c 100644 --- a/libavcodec/flashsvenc.c +++ b/libavcodec/flashsvenc.c @@ -23,7 +23,7 @@ /* Encoding development sponsored by http://fh-campuswien.ac.at */ /** - * @file libavcodec/flashsvenc.c + * @file * Flash Screen Video encoder * @author Alex Beregszaszi * @author Benjamin Larsson diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index e2bb0e90ecc77eb53d733fc7b63e3df22e90dfd0..429ded53b25dd766b22596b481d0c262e26e02d1 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/flicvideo.c + * @file * 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 4e85f6106ab20a1c28765207b3eb40093e2240b9..959ce92ea10aff85c1e837e290022634b9937f4d 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/fraps.c + * @file * Lossless Fraps 'FPS1' decoder * @author Roine Gustafsson <roine at users sf net> * @author Konstantin Shishkov diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h index c325778d676cce2523faffce8d2371ec2a69357e..556f542e69bba52ccaa68647527973161b9b3d06 100644 --- a/libavcodec/get_bits.h +++ b/libavcodec/get_bits.h @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/get_bits.h + * @file * bitstream reader API header. */ diff --git a/libavcodec/golomb.c b/libavcodec/golomb.c index ac9d8370cfd84e0bb74e68cff9be24120cfd6fbd..611598c6f11ccaff4ad4db84adff36e2df5c40a6 100644 --- a/libavcodec/golomb.c +++ b/libavcodec/golomb.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/golomb.c + * @file * @brief * exp golomb vlc stuff * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/golomb.h b/libavcodec/golomb.h index c227607f1fd60bac43eed516cd22c883212445de..90eeb30b545d2c06410ee611f076632db2ce750a 100644 --- a/libavcodec/golomb.h +++ b/libavcodec/golomb.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/golomb.h + * @file * @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 6093853f7ca602a33719d2f24ec6c197b6b3a354..562a151e90f87ac1816b0bff8a964493ad98aa22 100644 --- a/libavcodec/h261.c +++ b/libavcodec/h261.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/h261.c + * @file * h261codec. */ diff --git a/libavcodec/h261.h b/libavcodec/h261.h index 43687d71e0112f2850123bf4f8e6f53bc5f4f5ec..5b60dd65a31767f4210fdccb2dc9a3b444c538cf 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/h261.c + * @file * h261codec. */ diff --git a/libavcodec/h261_parser.c b/libavcodec/h261_parser.c index 47644b69b8cddffc6f8bded86e2ee18ebadda40a..c32300d6ed84a8c5c2046913d1ed2d1b49e912be 100644 --- a/libavcodec/h261_parser.c +++ b/libavcodec/h261_parser.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/h261_parser.c + * @file * h261codec. */ diff --git a/libavcodec/h261data.h b/libavcodec/h261data.h index 81637aa70b93c71f587e14e0003fa48d4fead9c7..82bae163df3668ff20ca6b2f6c5e9224a119b9e8 100644 --- a/libavcodec/h261data.h +++ b/libavcodec/h261data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h261data.h + * @file * H.261 tables. */ diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 328e959637413e8bd4e6df4b40cbfe45e2bf18c4..bb5f27d50399744e4d8a1c7fcc59ae67c1c1a673 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/h261dec.c + * @file * H.261 decoder. */ diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c index 9538567999f94dca574da917c99d9d5eefe2c6a8..d3f2219f6909f173e08444e98068147bff2a9a71 100644 --- a/libavcodec/h261enc.c +++ b/libavcodec/h261enc.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/h261enc.c + * @file * H.261 encoder. */ diff --git a/libavcodec/h263.c b/libavcodec/h263.c index d5d5c38967be8b15d192cb894248813f450e43ec..50ea6ce2b8efd24c38d1b9eafcb7e4b21f8dddb0 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/h263.c + * @file * h263/mpeg4 codec. */ diff --git a/libavcodec/h263_parser.c b/libavcodec/h263_parser.c index d4cc9a36882dfe35da968fff13e3dfe90de96012..16c5ea5055cf46f5fdb73acd89585342dfcbe339 100644 --- a/libavcodec/h263_parser.c +++ b/libavcodec/h263_parser.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h263_parser.c + * @file * H.263 parser */ diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h index ab5d5b339d59d22f6db6275be780f68b65cc343e..81e3ddd2e053331b33d5df4b644d99a3513f094d 100644 --- a/libavcodec/h263data.h +++ b/libavcodec/h263data.h @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/h263data.h + * @file * H.263 tables. */ diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index f85f15abe34b46423eb7973c11d8d449b04e0406..f5df5560c5f36a25386108800302595e424dcec1 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/h263dec.c + * @file * H.263 decoder. */ diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 05afe51af3a8192c2993d4b35056d18518c61bd6..e4654f0435709ea143af86a13a9608d5c6af4a7b 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264.c + * @file * H.264 / AVC / MPEG4 part10 codec. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264.h b/libavcodec/h264.h index ec3a94f0a2ae98a3b853aa3a237621804853e4af..c6563af35e242500cacaf7f3f24351d9cf885021 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264.h + * @file * H.264 / AVC / MPEG4 part10 codec. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c index c5e866179b98a980b96c9b7e38b30c37b1b775f9..485837879d39f0f4bc249c885e2d91f2c03397ec 100644 --- a/libavcodec/h264_cabac.c +++ b/libavcodec/h264_cabac.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_cabac.c + * @file * H.264 / AVC / MPEG4 part10 cabac decoding. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index 7da645dcd336c2d4c5ca31a3e7eaed86c2fccea3..0475e9454a75a370d22d5b05f62aa0261475eec2 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_cavlc.c + * @file * H.264 / AVC / MPEG4 part10 cavlc bitstream decoding. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index 4d716796cd467f2883c78ed180d4b464b394be58..d22780d925524960cc82e11eb23b5d22b9a0d09a 100644 --- a/libavcodec/h264_direct.c +++ b/libavcodec/h264_direct.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_direct.c + * @file * H.264 / AVC / MPEG4 part10 direct mb/block decoding. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_loopfilter.c b/libavcodec/h264_loopfilter.c index a3696b3d5cdeeaeaae30658847965fe8d3e5c6ee..710e03706e8d8e43490405a63fd91e5b15671d55 100644 --- a/libavcodec/h264_loopfilter.c +++ b/libavcodec/h264_loopfilter.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_loopfilter.c + * @file * H.264 / AVC / MPEG4 part10 loop filter. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_mvpred.h b/libavcodec/h264_mvpred.h index 892b0218cd07ccb09ce7e532c521ed593583034c..661ef6c381efe081071b026f4be8b6ecea89ef1c 100644 --- a/libavcodec/h264_mvpred.h +++ b/libavcodec/h264_mvpred.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_mvpred.h + * @file * H.264 / AVC / MPEG4 part10 motion vector predicion. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index 521597dfa4a1c7d4cd6706474e17117b706dba6b..a3cbe3b39cd066cf46ee05fa60d4d57312cb1d77 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_parser.c + * @file * 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 514f86ee97bbf94ebc1768009e4ea9829eb49a53..149f49a3866047196251469e1be7fc11ae6f5692 100644 --- a/libavcodec/h264_parser.h +++ b/libavcodec/h264_parser.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_parser.h + * @file * H.264 / AVC / MPEG4 part10 parser. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c index 0c4083fbaeb428feaec456a93b8c8ac517843bb0..e5ae40320480e5c01f53252bf005b2bdb728026a 100644 --- a/libavcodec/h264_ps.c +++ b/libavcodec/h264_ps.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_ps.c + * @file * H.264 / AVC / MPEG4 part10 parameter set decoding. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index a5b5d5c80bde199fde21e71874ab2aa46efbb332..ed715c6b03153bc87db037af8afd3fb0ec0fbe7c 100644 --- a/libavcodec/h264_refs.c +++ b/libavcodec/h264_refs.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264_refs.c + * @file * H.264 / AVC / MPEG4 part10 reference picture handling. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index 850060875d44297b6cd93d8351a1e9f94324bf12..195ea2856fba90014a23ba48fed17368bf0bf71c 100644 --- a/libavcodec/h264_sei.c +++ b/libavcodec/h264_sei.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264-sei.c + * @file * H.264 / AVC / MPEG4 part10 sei decoding. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 101633ad936c0d3b643d777eba54f3a71ec53b8d..b3631da93b28ef3d1514dc76af8a17cac25ddaf0 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264data.h + * @file * @brief * H264 / AVC / MPEG4 part10 codec data table * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/h264dsp.c b/libavcodec/h264dsp.c index b0821caa23d9d91992c1d33d936e75cf9d33d4c1..c01fc77c009ce8c56391cb456073e5842044d343 100644 --- a/libavcodec/h264dsp.c +++ b/libavcodec/h264dsp.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264dsp.c + * @file * H.264 / AVC / MPEG4 part10 DSP functions. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264dsp.h b/libavcodec/h264dsp.h index 454f434c99f4e98b7baf7e832d063f3e14f0cb39..3d32a9c18f89448b3e1c9c9019ed4e32ed44ff77 100644 --- a/libavcodec/h264dsp.h +++ b/libavcodec/h264dsp.h @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/h264dsp.h + * @file * H.264 DSP functions. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264dspenc.c b/libavcodec/h264dspenc.c index c80e284ba49fafe9f088468fb90ae972c3fc5988..b65a2cc4a2fd49f302a3022c217f1f0b459c091b 100644 --- a/libavcodec/h264dspenc.c +++ b/libavcodec/h264dspenc.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/h264dspenc.c + * @file * H.264 encoder related DSP utils * */ diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c index 78fe431eb6e3194cd3aca4aee580c31499d62f4c..da5c6a51828e71321a8a9142a5172cfbba31934d 100644 --- a/libavcodec/h264idct.c +++ b/libavcodec/h264idct.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264idct.c + * @file * H.264 IDCT. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c index 74085b929c5dba97f760a7809f1936cb727436da..9637b45427dc2001875b38250b0d6a858d97d248 100644 --- a/libavcodec/h264pred.c +++ b/libavcodec/h264pred.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264pred.c + * @file * H.264 / AVC / MPEG4 part10 prediction functions. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index 6d00685a68f714ff4f5fd143f5b79afab10c82d6..c52aeaa257e43f056770cb6cf0059c0bc65b5eb6 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/h264pred.h + * @file * H.264 / AVC / MPEG4 prediction functions. * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c index 10dd2b09d038027d76d8cd2d7c5a42e80a428956..853fa64a48e9aa62d6410af50276818919350202 100644 --- a/libavcodec/huffman.c +++ b/libavcodec/huffman.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/huffman.c + * @file * huffman tree builder and VLC generator * Copyright (c) 2006 Konstantin Shishkov * diff --git a/libavcodec/huffman.h b/libavcodec/huffman.h index d56c7274b0ea4598f8c5dced1ed148af775a3cf9..3c08e6fb1b9e8de6cae0aa77338e252c83a004d2 100644 --- a/libavcodec/huffman.h +++ b/libavcodec/huffman.h @@ -1,5 +1,5 @@ /** - * @file libavcodec/huffman.h + * @file * 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 8d787585d57a36e438f467b1e97217f522c76dc4..7764c351815c810beb0edc1e2acedd3979526689 100644 --- a/libavcodec/huffyuv.c +++ b/libavcodec/huffyuv.c @@ -24,7 +24,7 @@ */ /** - * @file libavcodec/huffyuv.c + * @file * huffyuv codec for libavcodec. */ diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c index 7cb887c8eb059512ab0b8364706725df14cc2bac..203812b128b16c1c3565a7003c68e2071d5975bf 100644 --- a/libavcodec/idcinvideo.c +++ b/libavcodec/idcinvideo.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/idcinvideo.c + * @file * 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/iff.c b/libavcodec/iff.c index a5d8c93e787c135aff4939480d6c432b75e630d5..4b2ef1f920e1d8cd17814303c9d0059566cdcac4 100644 --- a/libavcodec/iff.c +++ b/libavcodec/iff.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/iff.c + * @file * IFF PBM/ILBM bitmap decoder */ diff --git a/libavcodec/iirfilter.c b/libavcodec/iirfilter.c index eb6ec90d166db47e211b5699938d93e918288a72..90af43190e1b7cd0dbba8bd774f2b4d7325f5bb2 100644 --- a/libavcodec/iirfilter.c +++ b/libavcodec/iirfilter.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/iirfilter.c + * @file * different IIR filters implementation */ diff --git a/libavcodec/iirfilter.h b/libavcodec/iirfilter.h index e6010390cbfe144ee31b8eb9cc728d4df0759f12..f660955403ca088e19cd9b4e089eb5f520b2e2ea 100644 --- a/libavcodec/iirfilter.h +++ b/libavcodec/iirfilter.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/iirfilter.h + * @file * IIR filter interface */ diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 4dd73b6a4c1a96ef981bb1a5d9d6e1b9f5a1925c..2a420f5bcf0961933e145ff911449de8992bb380 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -22,7 +22,8 @@ */ /** - * @file libavcodec/imc.c IMC - Intel Music Coder + * @file + * 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 15a7aaaf97ea036f4463bd06673045241792ba32..8f789c4ae0c2243c3670e1504d51c8aa0fc3a9fc 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/imgconvert.c + * @file * misc image conversion routines */ diff --git a/libavcodec/imx_dump_header_bsf.c b/libavcodec/imx_dump_header_bsf.c index bf41c8355fc00e81204b90a988fc87b362ec656a..2310185b8eacafc169a3bfc2b2ce03c338ea3d91 100644 --- a/libavcodec/imx_dump_header_bsf.c +++ b/libavcodec/imx_dump_header_bsf.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/imx_dump_header_bsf.c + * @file * 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 f210a4bf095293530ed543f9781e6774bcfd7386..a3d6c80081fdd9c47e52c385253b546efe8a656a 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/indeo2.c + * @file * Intel Indeo 2 decoder. */ #define ALT_BITSTREAM_READER_LE diff --git a/libavcodec/indeo5.c b/libavcodec/indeo5.c index eb8961cbfacde5fe0e2a9183560df5037c53f133..2593e552726c89aac945995d27f5a951f240d0c2 100644 --- a/libavcodec/indeo5.c +++ b/libavcodec/indeo5.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/indeo5.c + * @file * Indeo Video Interactive version 5 decoder * * Indeo5 data is usually transported within .avi or .mov files. diff --git a/libavcodec/indeo5data.h b/libavcodec/indeo5data.h index cee15a45aeed226049755fde70373ca87ee50c75..972e59886bc6ccae373b0f0f035e9050689b8efb 100644 --- a/libavcodec/indeo5data.h +++ b/libavcodec/indeo5data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/indeo5data.h + * @file * This file contains data needed for the Indeo5 decoder. */ diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 7ce019c12a9f39ee28e37099682836213eb4417b..97c0dcb3a6dec697fac66c9d9936115f6c79eb70 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -17,7 +17,7 @@ */ /** - * @file libavcodec/internal.h + * @file * common internal api header. */ diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c index e1d6baf8c7632863adc567f43d5fb60c708e8598..b98386f77ca0c7a9a02dc99bd587daaf8daa3556 100644 --- a/libavcodec/interplayvideo.c +++ b/libavcodec/interplayvideo.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/interplayvideo.c + * @file * 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 70e3bff7530c136e96d6661cdbcbbc6c35ed8349..75166e8ffd19c8e940532e12e3f4d9223c73e722 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -17,7 +17,7 @@ */ /** - * @file libavcodec/intrax8.c + * @file * @brief IntraX8 (J-Frame) subdecoder, used by WMV2 and VC-1 */ diff --git a/libavcodec/intrax8dsp.c b/libavcodec/intrax8dsp.c index 05d6f66fbffdf670a6c21d4532a0a8d75bed93b4..692e1b102f506786a23184912cd73d7c4545c6ce 100644 --- a/libavcodec/intrax8dsp.c +++ b/libavcodec/intrax8dsp.c @@ -17,7 +17,7 @@ */ /** -* @file libavcodec/intrax8dsp.c +* @file *@brief IntraX8 frame subdecoder image manipulation routines */ diff --git a/libavcodec/ituh263dec.c b/libavcodec/ituh263dec.c index 75106be6708a0762c5c5819d3bdabdf53a712001..8b5d9391b2e196b6767848660ecbc93497d337b8 100644 --- a/libavcodec/ituh263dec.c +++ b/libavcodec/ituh263dec.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/ituh263dec.c + * @file * h263 decoder. */ diff --git a/libavcodec/ituh263enc.c b/libavcodec/ituh263enc.c index 816500990127a4bf0a5c65ff7fbca053c0e7a135..f736d7c66aa98882f175a2aab85c255f76aebfa3 100644 --- a/libavcodec/ituh263enc.c +++ b/libavcodec/ituh263enc.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/ituh263enc.c + * @file * h263 bitstream encoder. */ diff --git a/libavcodec/ivi_common.c b/libavcodec/ivi_common.c index 531b7d75211680fb0a328fccff7e03bda42c0268..a0596f67af457b7f12fde9c1b5c395c3b417793a 100644 --- a/libavcodec/ivi_common.c +++ b/libavcodec/ivi_common.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/ivi_common.c + * @file * This file contains functions and data shared by both Indeo4 and * Indeo5 decoders. */ diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h index ef0a0f4917dba7e265693ac2baf1f321f4a7389a..9d0eac1a343ab254a9cf817beda5e27639cf9b0e 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/ivi_common.h + * @file * This file contains structures and macros shared by both Indeo4 and * Indeo5 decoders. */ diff --git a/libavcodec/ivi_dsp.c b/libavcodec/ivi_dsp.c index 5aa8f94c995920dcc3e24c22ad4120f7c2e337aa..ccaffd45ce3b9f42c84a50d27c5bd247b8608544 100644 --- a/libavcodec/ivi_dsp.c +++ b/libavcodec/ivi_dsp.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/ivi_dsp.c + * @file * DSP functions (inverse transforms, motion compensation, wavelet recompostions) * for Indeo Video Interactive codecs. */ diff --git a/libavcodec/ivi_dsp.h b/libavcodec/ivi_dsp.h index 43c0923ead4af67160092a3dd22cf9847c9e2fee..bdd9654c790aa2a7cf63666f59b5cb21cbc98555 100644 --- a/libavcodec/ivi_dsp.h +++ b/libavcodec/ivi_dsp.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/ivi_dsp.h + * @file * DSP functions (inverse transforms, motion compensations, wavelet recompostion) * for Indeo Video Interactive codecs. */ diff --git a/libavcodec/jfdctfst.c b/libavcodec/jfdctfst.c index 9d0595586bbff890d382718241ec8164dba1699f..b911909ec3939759d9b90a6b765a1d57d2f08a46 100644 --- a/libavcodec/jfdctfst.c +++ b/libavcodec/jfdctfst.c @@ -64,7 +64,7 @@ */ /** - * @file libavcodec/jfdctfst.c + * @file * Independent JPEG Group's fast AAN dct. */ diff --git a/libavcodec/jfdctint.c b/libavcodec/jfdctint.c index 1d2c0ca391cad8cdacef3c65b47adf45a75af2cc..f6e8c4e939eda54be4a32cb8be684b6e18224b47 100644 --- a/libavcodec/jfdctint.c +++ b/libavcodec/jfdctint.c @@ -57,7 +57,7 @@ */ /** - * @file libavcodec/jfdctint.c + * @file * Independent JPEG Group's slow & accurate dct. */ diff --git a/libavcodec/jpegls.c b/libavcodec/jpegls.c index ff429e5afe2dd7519cbd6bbf52df88938cf16d45..c40b929e95fda9a9f1d02c74a77817bcdccbb433 100644 --- a/libavcodec/jpegls.c +++ b/libavcodec/jpegls.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/jpegls.c + * @file * JPEG-LS common code. */ diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h index 6ce1b92ddf1ee794020b044d775a9962adf831f7..28c75248be7cf0ec6efb0ef7bd2f8eee560a4336 100644 --- a/libavcodec/jpegls.h +++ b/libavcodec/jpegls.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/jpegls.h + * @file * JPEG-LS common code. */ diff --git a/libavcodec/jpeglsdec.c b/libavcodec/jpeglsdec.c index 0df3c4bcd888eabe3bed8bd088e486814caa7add..6b7dd94647f890bebb8a5ee4bf3228180844ad1c 100644 --- a/libavcodec/jpeglsdec.c +++ b/libavcodec/jpeglsdec.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/jpeglsdec.c + * @file * JPEG-LS decoder. */ diff --git a/libavcodec/jpeglsdec.h b/libavcodec/jpeglsdec.h index 080aa3d12d6af6839cf68cfbcba6937ce79c6ada..5204ecb2053fba30242e46d10f435ba4e19ac436 100644 --- a/libavcodec/jpeglsdec.h +++ b/libavcodec/jpeglsdec.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/jpeglsdec.h + * @file * JPEG-LS decoder. */ diff --git a/libavcodec/jpeglsenc.c b/libavcodec/jpeglsenc.c index 91e0f2d496339ccfbeb71673409c973bf1ec44de..08ef71f71691e7fb5462af956f2ea4c60b9611ae 100644 --- a/libavcodec/jpeglsenc.c +++ b/libavcodec/jpeglsenc.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/jpeglsenc.c + * @file * JPEG-LS encoder. */ diff --git a/libavcodec/jrevdct.c b/libavcodec/jrevdct.c index 3096b0b2eb8c6ad7d6fc7d152bf6d9f79f707bad..9e28daeae6d6d307dc1d05f57219b2394191d7f6 100644 --- a/libavcodec/jrevdct.c +++ b/libavcodec/jrevdct.c @@ -60,7 +60,7 @@ */ /** - * @file libavcodec/jrevdct.c + * @file * Independent JPEG Group's LLM idct. */ diff --git a/libavcodec/kgv1dec.c b/libavcodec/kgv1dec.c index f07d2367ec497d22aa48bd87122096cb8f45e438..5af6b3b2bb583fd2ebd2c885187be63ae493b41f 100644 --- a/libavcodec/kgv1dec.c +++ b/libavcodec/kgv1dec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/kgv1dec.c + * @file * Kega Game Video decoder */ diff --git a/libavcodec/kmvc.c b/libavcodec/kmvc.c index 48c7ca44a2ab11b949675eb5bb35b050e3090d87..3e8dccd363b50f18bed5dbb93574490a913c14f9 100644 --- a/libavcodec/kmvc.c +++ b/libavcodec/kmvc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/kmvc.c + * @file * Karl Morton's Video Codec decoder */ diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c index b6dc266b46384a64d4788d78c45f3436e5c66bd1..2bf448a7750cb3837045c08e2cb27f98cea8e22b 100644 --- a/libavcodec/lcldec.c +++ b/libavcodec/lcldec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/lcldec.c + * @file * 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 abaa86891ae53847db936ffbb805c6f2f7533edd..8d7c5bf4e614ebc400939135c633673572a8848e 100644 --- a/libavcodec/lclenc.c +++ b/libavcodec/lclenc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/lclenc.c + * @file * 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 93e75d2dc637c349fb5873a96aaf1a64f28b6fc3..0dc19ca338c8d834c02a3556e2841095bb99dbef 100644 --- a/libavcodec/libdirac.h +++ b/libavcodec/libdirac.h @@ -19,7 +19,7 @@ */ /** -* @file libavcodec/libdirac.h +* @file * data structures common to libdiracenc.c and libdiracdec.c */ diff --git a/libavcodec/libdirac_libschro.c b/libavcodec/libdirac_libschro.c index 115cc49965120fa087d9067cdfe4fb7b9f6e8122..aee185885e69de26409fdfb13189058e5f5a9713 100644 --- a/libavcodec/libdirac_libschro.c +++ b/libavcodec/libdirac_libschro.c @@ -19,7 +19,7 @@ */ /** -* @file libavcodec/libdirac_libschro.c +* @file * functions common to libdirac and libschroedinger */ diff --git a/libavcodec/libdirac_libschro.h b/libavcodec/libdirac_libschro.h index 2d47a0c4066a5b991cac542b53555a641ad805f4..3d63f977cfd5acba7e08bdb70ebb67dca004b9da 100644 --- a/libavcodec/libdirac_libschro.h +++ b/libavcodec/libdirac_libschro.h @@ -19,7 +19,7 @@ */ /** -* @file libavcodec/libdirac_libschro.h +* @file * data structures common to libdirac and libschroedinger */ diff --git a/libavcodec/libdiracdec.c b/libavcodec/libdiracdec.c index 273a9501f3a082faae8db4c0fa253311c507b5aa..d24d3baf99888de014a26ffea751ec3764e7796d 100644 --- a/libavcodec/libdiracdec.c +++ b/libavcodec/libdiracdec.c @@ -21,7 +21,7 @@ */ /** -* @file libavcodec/libdiracdec.c +* @file * 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 65b088c2b3e0c9609c9429eb02b834ec40a287cc..d390aa8a7b3dad1953ee37bc5678e8c56c63ce60 100644 --- a/libavcodec/libdiracenc.c +++ b/libavcodec/libdiracenc.c @@ -21,7 +21,7 @@ */ /** -* @file libavcodec/libdiracenc.c +* @file * 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 e8514e11b849d4f62728c4cbbc59ba76c28d2493..82fd05bafdcdf24a44917f90ae6079bc79f028c3 100644 --- a/libavcodec/libfaac.c +++ b/libavcodec/libfaac.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/libfaac.c + * @file * Interface to libfaac for aac encoding. */ diff --git a/libavcodec/libfaad.c b/libavcodec/libfaad.c index eff5089db2bd5a81db64c2318b8f10d86d3f4cab..679729ad2c695e61ed09b3c44eb4fb79ac06ae70 100644 --- a/libavcodec/libfaad.c +++ b/libavcodec/libfaad.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/libfaad.c + * @file * AAC decoder. * * still a bit unfinished - but it plays something diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c index d8122488dbdc18756ab73788976ffbcaa00e04a8..1062099a7a95c6827454308269671b50e0a0d16e 100644 --- a/libavcodec/libgsm.c +++ b/libavcodec/libgsm.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/libgsm.c + * @file * Interface to libgsm for gsm encoding/decoding */ diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c index 31190cc5d055de281b48d7815d21dbc013e37beb..1bbb8dae35975bc96b23a54c268a15068f0d4c02 100644 --- a/libavcodec/libmp3lame.c +++ b/libavcodec/libmp3lame.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/libmp3lame.c + * @file * Interface to libmp3lame for mp3 encoding. */ diff --git a/libavcodec/libopenjpeg.c b/libavcodec/libopenjpeg.c index 86282f7163f8adcddad8a3fab193fa6e6dd9a4dd..0956da9c36d4a57ad2c4cc81dd64fca510ac8894 100644 --- a/libavcodec/libopenjpeg.c +++ b/libavcodec/libopenjpeg.c @@ -20,7 +20,7 @@ */ /** -* @file libavcodec/libopenjpeg.c +* @file * JPEG 2000 decoder using libopenjpeg */ diff --git a/libavcodec/libschroedinger.c b/libavcodec/libschroedinger.c index 242d354be356b5365bc5e1a4ebc6d907a16946a2..04c15a2a01a8ca85c3db3a22a3ab7516373a5eec 100644 --- a/libavcodec/libschroedinger.c +++ b/libavcodec/libschroedinger.c @@ -19,7 +19,7 @@ */ /** -* @file libavcodec/libschroedinger.c +* @file * function definitions common to libschroedingerdec.c and libschroedingerenc.c */ diff --git a/libavcodec/libschroedinger.h b/libavcodec/libschroedinger.h index cfc2087b47a37acb5d59d23a3336d69952eefc35..65a41e642a6a1aa65b81836cc35e0efd6ca9c487 100644 --- a/libavcodec/libschroedinger.h +++ b/libavcodec/libschroedinger.h @@ -19,7 +19,7 @@ */ /** -* @file libavcodec/libschroedinger.h +* @file * data structures common to libschroedingerdec.c and libschroedingerenc.c */ diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c index 1e623c0ec25f01871d37753d08661a9a813e9350..ef20f20f3341c5d89647aca39382891047be1d9e 100644 --- a/libavcodec/libschroedingerdec.c +++ b/libavcodec/libschroedingerdec.c @@ -20,7 +20,7 @@ */ /** -* @file libavcodec/libschroedingerdec.c +* @file * 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 d4430bf3ac60d57519faad3efeee5ec3e40e6cb6..c375c73c0be20d5eeb5420950953e6b30d309ebe 100644 --- a/libavcodec/libschroedingerenc.c +++ b/libavcodec/libschroedingerenc.c @@ -20,7 +20,7 @@ */ /** -* @file libavcodec/libschroedingerenc.c +* @file * 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/libtheoraenc.c b/libavcodec/libtheoraenc.c index 3de1aef5542a5ea9a6b2b470004dfc9262fd4042..2dc45a92cb26ae35c235618e3129c2d41c5d4ee5 100644 --- a/libavcodec/libtheoraenc.c +++ b/libavcodec/libtheoraenc.c @@ -19,7 +19,7 @@ */ /** - * @file libtheoraenc.c + * @file * @brief Theora encoder using libtheora. * @author Paul Richards <paul.richards@gmail.com> * diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c index afa6c046931732e37b38662c0824fdbb9f9f9e9d..81d328af4ecfb40e21225e679f235561b1dee5bf 100644 --- a/libavcodec/libvorbis.c +++ b/libavcodec/libvorbis.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/libvorbis.c + * @file * 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 11a1a2e7369cf2b975c1ef825ab6bd131bcd4017..ffa5cf8d2c9fd98f43e648aae7efa9d1d6c53d1d 100644 --- a/libavcodec/libxvid_internal.h +++ b/libavcodec/libxvid_internal.h @@ -22,7 +22,7 @@ #define AVCODEC_LIBXVID_INTERNAL_H /** - * @file libavcodec/libxvid_internal.h + * @file * common functions for use with the Xvid wrappers */ diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 3624770087536698d7f9392dd45566dcde3abb42..2a404cd5f952e84d0d1842a9b614806630f089dd 100644 --- a/libavcodec/libxvidff.c +++ b/libavcodec/libxvidff.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/libxvidff.c + * @file * 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 d529352b073488fc30c28128029ef03a9adf3a6c..2ef07c3a324c82de2e53409b416c4c81ebb71b16 100644 --- a/libavcodec/ljpegenc.c +++ b/libavcodec/ljpegenc.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/ljpegenc.c + * @file * lossless JPEG encoder. */ diff --git a/libavcodec/loco.c b/libavcodec/loco.c index 988cd0ec639c993f764a9c901a1c0c5c377191c5..d19a80cf3473eb5319e6b17e14de6db01a0d54f4 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/loco.c + * @file * LOCO codec. */ diff --git a/libavcodec/lzw.c b/libavcodec/lzw.c index 0447225834d4bd3c7ba62db8b13a618b5f1df221..8043789d568c60e535f5fa20fc0d90b8b99ac529 100644 --- a/libavcodec/lzw.c +++ b/libavcodec/lzw.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/lzw.c + * @file * @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 d7690cc71b9cf7a5c23e00ab3a863cf7a7ca87e1..76a5b6752ef3abf8df0a41a56a16dc1e286fe069 100644 --- a/libavcodec/lzw.h +++ b/libavcodec/lzw.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/lzw.h + * @file * @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 f8cf4911b650a605c83fcc6f955b352f321c68d0..23248a6034c47e83bd350d7f70dacf53b041b320 100644 --- a/libavcodec/lzwenc.c +++ b/libavcodec/lzwenc.c @@ -21,7 +21,7 @@ /** * LZW encoder - * @file libavcodec/lzwenc.c + * @file * @author Bartlomiej Wolowiec */ diff --git a/libavcodec/mace.c b/libavcodec/mace.c index 95473345df17d2230847bd8ad8708a5d59855a0e..3c71320d54ba7c3cc2f5e3928b7f12890342090b 100644 --- a/libavcodec/mace.c +++ b/libavcodec/mace.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mace.c + * @file * MACE decoder. */ diff --git a/libavcodec/mdct.c b/libavcodec/mdct.c index 9d0a59dc84a2569da1779127da6b381e29d1ee8a..69e1bbff2266d0667121b3aee1e9d19ee1147e83 100644 --- a/libavcodec/mdct.c +++ b/libavcodec/mdct.c @@ -26,7 +26,7 @@ #include "fft.h" /** - * @file libavcodec/mdct.c + * @file * MDCT/IMDCT transforms. */ diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index 33408a6f006ec15a2b3c20b17614adf8427e28d9..606a749695050d639700a43a9608b926756ca57e 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/mdec.c + * @file * 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 196beaa7dcdc9dc048469533c937991cf1706405..6eba27da0bec089ce5e551ec0c1c0114590004a9 100644 --- a/libavcodec/mjpeg.c +++ b/libavcodec/mjpeg.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/mjpeg.c + * @file * MJPEG encoder and decoder. */ diff --git a/libavcodec/mjpeg.h b/libavcodec/mjpeg.h index c556cb2366b74cbe1ca69be0a8ea13d492d69362..3c88471bab21674a77f2f3c2235b9adc66064ca4 100644 --- a/libavcodec/mjpeg.h +++ b/libavcodec/mjpeg.h @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/mjpeg.h + * @file * MJPEG encoder and decoder. */ diff --git a/libavcodec/mjpeg_parser.c b/libavcodec/mjpeg_parser.c index ce824a68713af3a12a18376693ab8d141ceb7909..b1848fac519a419229f36bda58afd195ab2300fe 100644 --- a/libavcodec/mjpeg_parser.c +++ b/libavcodec/mjpeg_parser.c @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/mjpeg_parser.c + * @file * MJPEG parser. */ diff --git a/libavcodec/mjpega_dump_header_bsf.c b/libavcodec/mjpega_dump_header_bsf.c index 9215450802e749c193121b57370f476fb746c34e..bb7858e49888b214e775c7e1ab23f09a8e6cd495 100644 --- a/libavcodec/mjpega_dump_header_bsf.c +++ b/libavcodec/mjpega_dump_header_bsf.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mjpega_dump_header_bsf.c + * @file * MJPEG A dump header bitstream filter * modifies bitstream to be decoded by quicktime */ diff --git a/libavcodec/mjpegbdec.c b/libavcodec/mjpegbdec.c index 3bea47e3c9d75c08b7b2155ddb22158211f9f567..b418f5734cfd7d8317374488c0e33ca75097e94c 100644 --- a/libavcodec/mjpegbdec.c +++ b/libavcodec/mjpegbdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mjpegbdec.c + * @file * Apple MJPEG-B decoder. */ diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c index 9b930e5bfd7087c4e8ee664d268f1c9eba5026dd..7f57af905cae9f5529a5b28405a13923cca85e97 100644 --- a/libavcodec/mjpegdec.c +++ b/libavcodec/mjpegdec.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/mjpegdec.c + * @file * MJPEG decoder. */ diff --git a/libavcodec/mjpegdec.h b/libavcodec/mjpegdec.h index 359ddb9efe302abdb2c037a79c332e307a505385..bbf734b56ffd1fea2d4fdc66d95b092bee3df9b0 100644 --- a/libavcodec/mjpegdec.h +++ b/libavcodec/mjpegdec.h @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/mjpegdec.h + * @file * MJPEG decoder. */ diff --git a/libavcodec/mjpegenc.c b/libavcodec/mjpegenc.c index 635fa1206f01912052aa81d7b8f27470b4dd64db..ec819c800a6b2d491da57ef47bb89d7768cb0a0f 100644 --- a/libavcodec/mjpegenc.c +++ b/libavcodec/mjpegenc.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/mjpegenc.c + * @file * MJPEG encoder. */ diff --git a/libavcodec/mjpegenc.h b/libavcodec/mjpegenc.h index 7a861b84c4fe9d2072f7aac516d0d07c65f2e52e..49627a3d558c3da1548c532bbd6ee60e5a27b891 100644 --- a/libavcodec/mjpegenc.h +++ b/libavcodec/mjpegenc.h @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/mjpegenc.h + * @file * MJPEG encoder. */ diff --git a/libavcodec/mlp_parser.c b/libavcodec/mlp_parser.c index 716e9e9b2a1da77bb2105a065f0550346a7b225a..90bf9391e940443b8777e793524905833812dc19 100644 --- a/libavcodec/mlp_parser.c +++ b/libavcodec/mlp_parser.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mlp_parser.c + * @file * MLP parser */ diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index 5e8861b94faadc1e487c194ccfe058d5cab6bbb4..d7ce2b8311bd286b234fc012a675ff85d53abb9f 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mlp_parser.h + * @file * MLP parser prototypes */ diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index 88e6cdf5bd0a5ab85fde049382202fccd033f123..9169948f51e0c0e5355b885f631881f96ffb7217 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mlpdec.c + * @file * MLP decoder */ diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c index 6d9aaacbe6b4b3c5c1053ae684c64492c235ac19..6dbc0c44945deff6b820650f0bb1957e36a55851 100644 --- a/libavcodec/mmvideo.c +++ b/libavcodec/mmvideo.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mmvideo.c + * @file * American Laser Games MM Video Decoder * by Peter Ross (pross@xvid.org) * diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index 5fa06ad41a8b8370d5a6e54dbbeb4eaa761b97ef..37f55a6f42a517aaf85d5fd26bf60e98e53c5dcc 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/motion-test.c + * @file * motion test. */ diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 2f5383d7dbc49a76d5162b4d5a1f42e4a43351bd..82a36d0032e7a045c37e89d5bdb42d9aece70a3a 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/motion_est.c + * @file * Motion estimation. */ diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 61f113e5cbea06a4c2f27c5bd3152fdca17c2f29..8f730ef14fd5a7b7b6c897d8298c48d28a4208c2 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/motion_est_template.c + * @file * Motion estimation template. */ diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c index dc37df6095c904fba2c0366d824cb48ea6ffee71..30ae591a0f2a5c9c4b00d7cb3c2237ac068d3b91 100644 --- a/libavcodec/mpc.c +++ b/libavcodec/mpc.c @@ -20,7 +20,8 @@ */ /** - * @file libavcodec/mpc.c Musepack decoder core + * @file + * 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 51bee757a5f03a06dbab2cfbfd682132fc402a18..25d1d2ce045590435aeca7529d38c6f6500e57d3 100644 --- a/libavcodec/mpc.h +++ b/libavcodec/mpc.h @@ -20,7 +20,8 @@ */ /** - * @file libavcodec/mpc.h Musepack decoder + * @file + * 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 5eadbc6162e6a6a8d81ccd253d2a0d7a70b69916..42de27e7b93bf9b261abfd32cc8306c0982f9017 100644 --- a/libavcodec/mpc7.c +++ b/libavcodec/mpc7.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpc7.c Musepack SV7 decoder + * @file * 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 780f0b7066a1fcaf5c4c44e05cec0a453509f81f..376274608fd80fe789a703db314eabd97b0fedb7 100644 --- a/libavcodec/mpc8.c +++ b/libavcodec/mpc8.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpc8.c Musepack SV8 decoder + * @file * 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 bcc7fcfe78c2e07f832b2ba2f25fdbc89c8954ef..bc9ddcc4cb6cab55daf055e89b582e6d8c5f934f 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/mpeg12.c + * @file * MPEG-1/2 decoder */ diff --git a/libavcodec/mpeg12data.c b/libavcodec/mpeg12data.c index 7d90f65a324464e2e8dfe9e9d7658b57af5740ab..8b1f563bf4dc0df0138356b398330d32a996d7d8 100644 --- a/libavcodec/mpeg12data.c +++ b/libavcodec/mpeg12data.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/mpeg12data.c + * @file * MPEG1/2 tables. */ diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h index 47973e19b41e8dc8386e64efe2d336fcaa1c3e09..9695e9d41e65aa6b5196825d210aa8b15b2bea8f 100644 --- a/libavcodec/mpeg12data.h +++ b/libavcodec/mpeg12data.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/mpeg12data.h + * @file * MPEG1/2 tables. */ diff --git a/libavcodec/mpeg12decdata.h b/libavcodec/mpeg12decdata.h index 8ad4ba8c2dc12adf288f6858cd3d7e0801f90498..66ca5c4971294842b7563f0801820d719fdad525 100644 --- a/libavcodec/mpeg12decdata.h +++ b/libavcodec/mpeg12decdata.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/mpeg12decdata.h + * @file * MPEG1/2 decoder tables. */ diff --git a/libavcodec/mpeg12enc.c b/libavcodec/mpeg12enc.c index 9cb4ef29d0821601e98f370476d19cca4a9d3cd6..bf36129029369455528e3527d1c73a97359ea7e2 100644 --- a/libavcodec/mpeg12enc.c +++ b/libavcodec/mpeg12enc.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/mpeg12enc.c + * @file * MPEG1/2 encoder */ diff --git a/libavcodec/mpeg4data.h b/libavcodec/mpeg4data.h index a809d56c4b96e7b3a68831ba0a2958f1a3b76d23..bef5f8804b09dfc4bf8131668afed2fdbe39ba1c 100644 --- a/libavcodec/mpeg4data.h +++ b/libavcodec/mpeg4data.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/mpeg4data.h + * @file * mpeg4 tables. */ diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index 45cb0e4157410b864fafc45303e22d54c4ebd701..cba52992ef3130fb09c92889002e7f056ac3a5b7 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudio.c + * @file * MPEG Audio common code. */ diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h index 94e9f59ef0ec91df0cfd22a8983f3271467e1f27..26ec2bebc1ac7d61bfddca9dcca88d81d606df23 100644 --- a/libavcodec/mpegaudio.h +++ b/libavcodec/mpegaudio.h @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/mpegaudio.h + * @file * mpeg audio declarations for both encoder and decoder. */ diff --git a/libavcodec/mpegaudiodata.c b/libavcodec/mpegaudiodata.c index 7e811a91d207011f6620288bb4aec1d67c97380d..c9dabf318518048552e937cb3f20f3b1676ccee3 100644 --- a/libavcodec/mpegaudiodata.c +++ b/libavcodec/mpegaudiodata.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudiodata.c + * @file * mpeg audio layer common tables. */ diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h index e45a9d00ecb2ebc35583eb8e6eb1dd02aea73601..5626e3df505cd6735a609092cd526e44b2b59084 100644 --- a/libavcodec/mpegaudiodata.h +++ b/libavcodec/mpegaudiodata.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudiodata.h + * @file * mpeg audio layer common tables. */ diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index af518aab9ba58ab276fb95c0e695a20004eadd0d..40383a81439e8c0f46c0b0981e7124c897206224 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudiodec.c + * @file * MPEG Audio decoder. */ diff --git a/libavcodec/mpegaudiodecheader.c b/libavcodec/mpegaudiodecheader.c index 9441a6decd94104e9d405f5edbd4a5e6752fd5bd..67f882f566e2373989cc0a4ded009daeb77a2a3d 100644 --- a/libavcodec/mpegaudiodecheader.c +++ b/libavcodec/mpegaudiodecheader.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudiodecheader.c + * @file * MPEG Audio header decoder. */ diff --git a/libavcodec/mpegaudiodecheader.h b/libavcodec/mpegaudiodecheader.h index 2db8a9cb8fb770a15e2ead6030378ff6a668c4e2..55786182884272810220f0364b13a72fd35fd775 100644 --- a/libavcodec/mpegaudiodecheader.h +++ b/libavcodec/mpegaudiodecheader.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudiodecheader.c + * @file * MPEG Audio header decoder. */ diff --git a/libavcodec/mpegaudiodectab.h b/libavcodec/mpegaudiodectab.h index f96a90f7cc94e21739aa48a8d907fb5652da2cd4..234a70e47495cf2249a9e5304372895920e91621 100644 --- a/libavcodec/mpegaudiodectab.h +++ b/libavcodec/mpegaudiodectab.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudiodectab.h + * @file * mpeg audio layer decoder tables. */ diff --git a/libavcodec/mpegaudioenc.c b/libavcodec/mpegaudioenc.c index 222db5357bd4c186e8ddce8c7ee22284d3c97540..70f76e87c2c885c4995348960c4936f8e32a5833 100644 --- a/libavcodec/mpegaudioenc.c +++ b/libavcodec/mpegaudioenc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/mpegaudio.c + * @file * The simplest mpeg audio layer 2 encoder. */ diff --git a/libavcodec/mpegaudiotab.h b/libavcodec/mpegaudiotab.h index bebee76d4e2f8232303ee1ab239bc5ac0490f991..35129e646c194d53f46451da0f6be53208a5b241 100644 --- a/libavcodec/mpegaudiotab.h +++ b/libavcodec/mpegaudiotab.h @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/mpegaudiotab.h + * @file * 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 b47ff9adb1de6ec31ea50c480593f2dad438a7b3..e11fee8ffc849b711930839457bed95b1aa1416b 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/mpegvideo.c + * @file * The simplest mpeg encoder (well, it was the simplest!). */ diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 5302be947c31fa923a354ccaa389436913e41100..8cd20b7036908376b51e1ca2cbd4f2fdae41a471 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/mpegvideo.h + * @file * mpegvideo header. */ diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index b24b864bf7371f34d651e3d34159f6083a38e406..73106664f9f7c66cc4170eb6315df4f27f2de0fa 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/mpegvideo_common.h + * @file * The simplest mpeg encoder (well, it was the simplest!). */ diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c index ec1cbc5db8f7b66df70595b170923bcc4ca24ef8..a8616d0ae801aba9e7832fc889faec8e8250dfc7 100644 --- a/libavcodec/mpegvideo_enc.c +++ b/libavcodec/mpegvideo_enc.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/mpegvideo_enc.c + * @file * The simplest mpeg encoder (well, it was the simplest!). */ diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index 94127cf7b65bb90f854683c10ecd49f477adee86..84658fe84d70a1215e83ffea52cb08128dfb255c 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/msmpeg4.c + * @file * MSMPEG4 backend for ffmpeg encoder and decoder. */ diff --git a/libavcodec/msmpeg4.h b/libavcodec/msmpeg4.h index 259be2f370fef6cbcd2937d9c01ea61c987fa491..28372a0bc8d56362123c74894e6ddb19a75b0023 100644 --- a/libavcodec/msmpeg4.h +++ b/libavcodec/msmpeg4.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/msmpeg4.h + * @file */ #ifndef AVCODEC_MSMPEG4_H diff --git a/libavcodec/msmpeg4data.c b/libavcodec/msmpeg4data.c index b8544a8e20eaf72c2ddeddb9241525ede173d805..f72715dea086a118030058dc2ef1a55ee7d42fe7 100644 --- a/libavcodec/msmpeg4data.c +++ b/libavcodec/msmpeg4data.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/msmpeg4data.c + * @file * MSMPEG4 data tables. */ diff --git a/libavcodec/msmpeg4data.h b/libavcodec/msmpeg4data.h index 8d64f0aa24edeb77ca266c47fc55b42f8246f702..623d9570a733ccbaa0d61be3c2ceef530f345b63 100644 --- a/libavcodec/msmpeg4data.h +++ b/libavcodec/msmpeg4data.h @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/msmpeg4data.h + * @file * MSMPEG4 data tables. */ diff --git a/libavcodec/msrle.c b/libavcodec/msrle.c index 0fa2c67a87d4f42c5862bf6825307f36000ecd7a..28eb5d33f11e08350df64f958c554834f0abffb2 100644 --- a/libavcodec/msrle.c +++ b/libavcodec/msrle.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/msrle.c + * @file * 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 407022d34d74ea83a83e9e934793930553aabbd4..6e16d535b3ccc82d59705be2eb6e31ef2e00369a 100644 --- a/libavcodec/msrledec.c +++ b/libavcodec/msrledec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/msrledec.c + * @file * 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 b2e98a015b6248c81052b63262bbb89b595a229c..30aca3954e1c9b64be5c5b096267625c283800ef 100644 --- a/libavcodec/msvideo1.c +++ b/libavcodec/msvideo1.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/msvideo1.c + * @file * 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 08559e68c73d63ce5c659f5b3a635dcd8d8d260c..0716c25a20fb50fb53f7ad0bc8792133f9790f8d 100644 --- a/libavcodec/nellymoser.c +++ b/libavcodec/nellymoser.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/nellymoser.c + * @file * 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 aa16b55e07d51d3aecf6efb833ea83bfa2ce548d..88d9aa624540238b63d654db708d44c8a4fce797 100644 --- a/libavcodec/nellymoser.h +++ b/libavcodec/nellymoser.h @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/nellymoser.h + * @file * 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 95e8ed58785881e7941238d436afb236fefe7c79..82a3f07950552946c855f5c7525be875e0c9bc4b 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/nellymoserdec.c + * @file * 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 3ea2763b7851daf4c6bbd4a98bf9852873abf0d2..dd9a2719e23d789d89100e9a1c39dfe8929ad5cb 100644 --- a/libavcodec/nellymoserenc.c +++ b/libavcodec/nellymoserenc.c @@ -22,7 +22,7 @@ */ /** - * @file libavcodec/nellymoserenc.c + * @file * Nellymoser encoder * by Bartlomiej Wolowiec * diff --git a/libavcodec/opt.c b/libavcodec/opt.c index e22ecf28809060d94ccd330c7989b9818948000a..f9cba057591af899412d2d7836e589c53d1bd759 100644 --- a/libavcodec/opt.c +++ b/libavcodec/opt.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/opt.c + * @file * AVOptions * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/opt.h b/libavcodec/opt.h index cb1d7d78a22faac1a2527687b20f6ce7de9eb59b..55ca4ea63e819eb834037d6437e121d370bbe2c3 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -23,7 +23,7 @@ #define AVCODEC_OPT_H /** - * @file libavcodec/opt.h + * @file * AVOptions */ diff --git a/libavcodec/options.c b/libavcodec/options.c index 7ca1062b39daaf14f63bd30d0d6bee39f32cb7fb..65305224feab09438a865a8b9fefd2343eb1ddae 100644 --- a/libavcodec/options.c +++ b/libavcodec/options.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/options.c + * @file * Options definition for AVCodecContext. */ diff --git a/libavcodec/pcm-mpeg.c b/libavcodec/pcm-mpeg.c index 20c1db92f1050334cec465202e8ea532167cfbdd..c2343a69b0ac9377ec822d2ed144ddc02a3c75d6 100644 --- a/libavcodec/pcm-mpeg.c +++ b/libavcodec/pcm-mpeg.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/pcm-mpeg.c + * @file * PCM codecs for encodings found in MPEG streams (DVD/Blu-ray) */ diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index b68da7c3544bb43fab02b6f5ff27cc3eaca29603..746a520256a708d7d8401151ce0db2e7f3b5ccc7 100644 --- a/libavcodec/pcm.c +++ b/libavcodec/pcm.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/pcm.c + * @file * PCM codecs */ diff --git a/libavcodec/pcxenc.c b/libavcodec/pcxenc.c index 43ebc8720aa3637036afba6cecd3f5582a2a8d44..a3ce284b5bb95acdb8605f70a3d782a0b8f1c182 100644 --- a/libavcodec/pcxenc.c +++ b/libavcodec/pcxenc.c @@ -21,7 +21,7 @@ /** * PCX image encoder - * @file libavcodec/pcxenc.c + * @file * @author Daniel Verkamp * @sa http://www.qzx.com/pc-gpe/pcx.txt */ diff --git a/libavcodec/pgssubdec.c b/libavcodec/pgssubdec.c index 85db88ebac1f44a437ff8785b9ed54c3ce4684af..5512006845d9beb9c03a19410875f5078009a427 100644 --- a/libavcodec/pgssubdec.c +++ b/libavcodec/pgssubdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/pgssubdec.c + * @file * PGS subtitle decoder */ diff --git a/libavcodec/ppc/check_altivec.c b/libavcodec/ppc/check_altivec.c index f2c923edb4253c33d456c702b3921f16ca6476eb..c8bc6edcf3f8f2845c6c8bffe462df6c3af8c776 100644 --- a/libavcodec/ppc/check_altivec.c +++ b/libavcodec/ppc/check_altivec.c @@ -18,7 +18,7 @@ /** - * @file libavcodec/ppc/check_altivec.c + * @file * Checks for AltiVec presence. */ diff --git a/libavcodec/ppc/int_altivec.c b/libavcodec/ppc/int_altivec.c index 4f7529fe4bd56b52fbcd995eca536043a77172cb..7fb11ddd9b8e4c6c8fc5142b73d2fdfe6aabc268 100644 --- a/libavcodec/ppc/int_altivec.c +++ b/libavcodec/ppc/int_altivec.c @@ -19,7 +19,7 @@ */ /** - ** @file libavcodec/ppc/int_altivec.c + ** @file ** integer misc ops. **/ diff --git a/libavcodec/ppc/util_altivec.h b/libavcodec/ppc/util_altivec.h index 9bf7e390acd8efa38508e8d18f5e5f0c3f0153dc..62f228a275a41ab75bf65e7ba67ff6faf138885c 100644 --- a/libavcodec/ppc/util_altivec.h +++ b/libavcodec/ppc/util_altivec.h @@ -17,7 +17,7 @@ */ /** - * @file libavcodec/ppc/util_altivec.h + * @file * Contains misc utility macros and inline functions */ diff --git a/libavcodec/put_bits.h b/libavcodec/put_bits.h index c0139661a504996d8bbd4f34cfdf54d52dd59d2b..80a514df89b807f300223b06206f2c8a0ca374e7 100644 --- a/libavcodec/put_bits.h +++ b/libavcodec/put_bits.h @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/put_bits.h + * @file * bitstream writer API */ diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index 6ca80dd8efe6cd5d8e6004b0dd1fc17dc634e7ed..52be252d1c69b27fb1c00168f3b121f96554fba2 100644 --- a/libavcodec/qcelpdata.h +++ b/libavcodec/qcelpdata.h @@ -23,7 +23,7 @@ #define AVCODEC_QCELPDATA_H /** - * @file libavcodec/qcelpdata.h + * @file * 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 15481e0a91751d48a694dcf888932aa1bc5b618f..707cb21e74e1c8efa36659db8c6181f993a96e21 100644 --- a/libavcodec/qcelpdec.c +++ b/libavcodec/qcelpdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/qcelpdec.c + * @file * 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 33d4824e7b9fa91062ab5caa354ed4d28e67c0cb..6451fbe91f92dd38caf92697873ee903e864ab16 100644 --- a/libavcodec/qdm2.c +++ b/libavcodec/qdm2.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/qdm2.c + * @file * 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 981db5488c7a1eb1cf57f1f401e4ef8c028b7bb2..355d61387be3679eeab9a5e7c571a9fec35950a1 100644 --- a/libavcodec/qdm2data.h +++ b/libavcodec/qdm2data.h @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/qdm2data.h + * @file * Various QDM2 tables. */ diff --git a/libavcodec/qdrw.c b/libavcodec/qdrw.c index 594ef8c768fb44d565029dc7e0fa6d30c164bfe2..57500580e2dce16b012051bfc2cbe76612e0c9c4 100644 --- a/libavcodec/qdrw.c +++ b/libavcodec/qdrw.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/qdrw.c + * @file * Apple QuickDraw codec. */ diff --git a/libavcodec/qpeg.c b/libavcodec/qpeg.c index e72afd1dd951d7513f0536a4298e1b3812ee4ffe..e6a0b30aefbc6075c545e7602320d5bb2276400e 100644 --- a/libavcodec/qpeg.c +++ b/libavcodec/qpeg.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/qpeg.c + * @file * QPEG codec. */ diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index dc300f00ac5c28f726e1a655603816b2bd55140a..1fd9a803e4d61973d1de297b39bd627451617a0e 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/qtrle.c + * @file * 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 d750e6545311a8e8ec15a85a9f6b9231ba79c833..04c2738523bf350630e8329cffd2ad8b1ba17141 100644 --- a/libavcodec/rangecoder.c +++ b/libavcodec/rangecoder.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rangecoder.c + * @file * 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 281c0fde33ccb70ded12de967ebd764787795b95..47c0362ba3bb91a9a6d668d824d07a5f5cc9226e 100644 --- a/libavcodec/rangecoder.h +++ b/libavcodec/rangecoder.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rangecoder.h + * @file * Range coder. */ diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c index d88cb0fb198e66dba16d2db771887a590e7ae100..e52ef1a295536c6816dcc148dc27b88277b91db2 100644 --- a/libavcodec/ratecontrol.c +++ b/libavcodec/ratecontrol.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/ratecontrol.c + * @file * Rate control for video encoders. */ diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index 276f976cd115a535fc7bce1be54383f705b3254a..d5fe2bc81d9011fb3210f54a7fbf3d326b2aa2cd 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -24,7 +24,7 @@ #define AVCODEC_RATECONTROL_H /** - * @file libavcodec/ratecontrol.h + * @file * ratecontrol header. */ diff --git a/libavcodec/raw.c b/libavcodec/raw.c index d71b08b5ebbf3748818188b44b30133ab44ac72d..c2ce3bc9dc399f4579765bbd8d973a2cd981fed9 100644 --- a/libavcodec/raw.c +++ b/libavcodec/raw.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/raw.c + * @file * Raw Video Codec */ diff --git a/libavcodec/raw.h b/libavcodec/raw.h index 824b8c719a46c791945d2f5d75c0cbcb01629c62..e74006ac3c76ef5cc36dac96642d132bfe143f72 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/raw.h + * @file * Raw Video Codec */ diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c index b2a3c99e87410bd5d807913ef4e9e8953f0c0656..6caa7521f7bec332d7a32113c46ec563a94988fd 100644 --- a/libavcodec/rawdec.c +++ b/libavcodec/rawdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rawdec.c + * @file * Raw Video Decoder */ diff --git a/libavcodec/rawenc.c b/libavcodec/rawenc.c index 8a9bb311b662793d4fb192e6af60f08c0e424b48..419970486b5304e9193eaa1f7d0c7cad13493240 100644 --- a/libavcodec/rawenc.c +++ b/libavcodec/rawenc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rawenc.c + * @file * Raw Video Encoder */ diff --git a/libavcodec/rdft.c b/libavcodec/rdft.c index 457abeea78644121a315ca60d4268e8e78bb0d06..f37263b7c2b12dbeb2ec0346b44226e5bd90ffc7 100644 --- a/libavcodec/rdft.c +++ b/libavcodec/rdft.c @@ -24,7 +24,7 @@ #include "fft.h" /** - * @file libavcodec/rdft.c + * @file * (Inverse) Real Discrete Fourier Transforms. */ diff --git a/libavcodec/rectangle.h b/libavcodec/rectangle.h index 787ff2d4009dba87268b3ce277873527d8b18c5f..cf4a9ccec39d615f95244e22677fae2d40e8a313 100644 --- a/libavcodec/rectangle.h +++ b/libavcodec/rectangle.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rectangle.h + * @file * useful rectangle filling function * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/resample.c b/libavcodec/resample.c index e1d29f7e9289ef655ead8dd067e2cdf141d7a9cd..dce88abd43271fd35395c582cad47b9a7ec9cb51 100644 --- a/libavcodec/resample.c +++ b/libavcodec/resample.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/resample.c + * @file * samplerate conversion for both audio and video */ diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c index 695f51ec15b0519a69f1ca10bdf815e605b0a50b..45f41a144c2a9a2e20d63bb4641292f493f63085 100644 --- a/libavcodec/resample2.c +++ b/libavcodec/resample2.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/resample2.c + * @file * audio resampling * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavcodec/rl.h b/libavcodec/rl.h index 64cbeddfaae5ad4dd1361bfd87efbc2e291babe9..b2445890e689c106a8154b1f4ea6f9bb620f0521 100644 --- a/libavcodec/rl.h +++ b/libavcodec/rl.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rl.h + * @file * rl header. */ diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 0e582754b67f9d58485317c16019c018dfa60a3d..30f5e839ccb9e07a4479e9e5dd1348bef9b4c787 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -21,7 +21,7 @@ /** * RL2 Video Decoder - * @file libavcodec/rl2.c + * @file * @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 d97c4361ce47578574f9a9b3537e80496d8d7594..830eb7b329a398df915564d8d4a326dcc7c6f602 100644 --- a/libavcodec/roqvideo.c +++ b/libavcodec/roqvideo.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/roqvideo.c + * @file * id RoQ Video common functions based on work by Dr. Tim Ferguson */ diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index a762adbc8892de99081dd263a8670928191699ab..7c6f5ff6fb6946eef6b1e4ea1d993c19b3b6b622 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/roqvideodec.c + * @file * 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 0326dee3687bb851509a143ff9af7af404f360c0..f9fbb64bd8b1f7b5ab29de64b051770c4362164b 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -23,7 +23,7 @@ */ /** - * @file libavcodec/roqvideoenc.c + * @file * 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 1ddb5aad627b60d86a1cab2216e0c68460cded72..e103f525d2e5dad250653d9827252c4a99163c10 100644 --- a/libavcodec/rpza.c +++ b/libavcodec/rpza.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rpza.c + * @file * 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 7fb1af91d6dda11ff143076807610527b8b0c951..b6ca031dfa1f01a07037d0e0347db7264a1cd318 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/rv10.c + * @file * RV10/RV20 decoder */ diff --git a/libavcodec/rv10enc.c b/libavcodec/rv10enc.c index 333a108c489a610d641bf8521cdae9b50f65eb9e..51ca69118a090b67dd51eeb2a73175f5e94b4d85 100644 --- a/libavcodec/rv10enc.c +++ b/libavcodec/rv10enc.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/rv10enc.c + * @file * RV10 encoder */ diff --git a/libavcodec/rv20enc.c b/libavcodec/rv20enc.c index ac43891c39c37c4f453322acf9e2c257d782c3a9..5ab0b9a039549ffb061d8c621aa74207a9c0d11c 100644 --- a/libavcodec/rv20enc.c +++ b/libavcodec/rv20enc.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/rv20enc.c + * @file * RV20 encoder */ diff --git a/libavcodec/rv30.c b/libavcodec/rv30.c index 8bab0bba09fde707dc73bf0753b4903e5936abba..22a5dd5b647908ef0265b5f38a7331dee5f4b3a8 100644 --- a/libavcodec/rv30.c +++ b/libavcodec/rv30.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv30.c + * @file * RV30 decoder */ diff --git a/libavcodec/rv30data.h b/libavcodec/rv30data.h index 2a8f3ad991bb67c6e09c7ccd61a2effb47e2967e..9cc48a6a31fd3d0b243e6f638a371b5faa5046a5 100644 --- a/libavcodec/rv30data.h +++ b/libavcodec/rv30data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv30data.h + * @file * miscellaneous RV30 tables */ diff --git a/libavcodec/rv30dsp.c b/libavcodec/rv30dsp.c index bf2dc18b8aba13755f8de14698784bbd6073cf04..4700e7868c250e40b60e20bd31144294e3f9e636 100644 --- a/libavcodec/rv30dsp.c +++ b/libavcodec/rv30dsp.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv30dsp.c + * @file * RV30 decoder motion compensation functions */ diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c index 50ded799779f7260873368117d90113f9fc00701..88652f9fe12ee189d681ff038ac1d3ece760b75c 100644 --- a/libavcodec/rv34.c +++ b/libavcodec/rv34.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv34.c + * @file * RV30/40 decoder common data */ diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index 3c0a61b0ffaadb2e830a817552b5028b9d5af4e1..24a27ce4824e17d608913ed316a795086b6c0cc7 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv34.h + * @file * RV30 and RV40 decoder common data declarations */ diff --git a/libavcodec/rv34data.h b/libavcodec/rv34data.h index 87dbee26e429a8b4c2d9eafda7dfa975762d36dd..2155084d093071ceb33bdee690c1c4a1e0b9506a 100644 --- a/libavcodec/rv34data.h +++ b/libavcodec/rv34data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv34data.h + * @file * miscellaneous RV30/40 tables */ diff --git a/libavcodec/rv34vlc.h b/libavcodec/rv34vlc.h index cfd37bf884b69094f5e3b0387213ea448aad708c..2b89e4cb467d03b80eaacc3a60a3c59dbe565ade 100644 --- a/libavcodec/rv34vlc.h +++ b/libavcodec/rv34vlc.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv34vlc.h + * @file * RV30/40 VLC tables */ diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c index 2eb030d8336b1b0892517afcd47a821f68997a5e..abdeeffb7916f549e5bb71e65b105beefbe35beb 100644 --- a/libavcodec/rv40.c +++ b/libavcodec/rv40.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv40.c + * @file * RV40 decoder */ diff --git a/libavcodec/rv40data.h b/libavcodec/rv40data.h index 648f095c772df8a5cca5f9b0c38c4c779ba116e4..5566569201cfdf15bd9b3b5293bd424c7b383e96 100644 --- a/libavcodec/rv40data.h +++ b/libavcodec/rv40data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv40data.h + * @file * miscellaneous RV40 tables */ diff --git a/libavcodec/rv40dsp.c b/libavcodec/rv40dsp.c index 9226225a19a73a1f3c778781c714d1fdde50c63c..27bc79eec0d47bbcc177183218909999be2b98a2 100644 --- a/libavcodec/rv40dsp.c +++ b/libavcodec/rv40dsp.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv40dsp.c + * @file * RV40 decoder motion compensation functions */ diff --git a/libavcodec/rv40vlc2.h b/libavcodec/rv40vlc2.h index ef24c25305e67acc6f869565835291a486c73099..15119a145b9d6aef5e3e700218fa26efdf96abd5 100644 --- a/libavcodec/rv40vlc2.h +++ b/libavcodec/rv40vlc2.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/rv40vlc2.h + * @file * RV40 VLC tables used for macroblock information decoding */ diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h index 10a5e4f72b54d16fb8bc33ccc2f56c9ba6d9d142..11c97f704584e14d87f8a2fa944ed3da6e3ae7d2 100644 --- a/libavcodec/sbr.h +++ b/libavcodec/sbr.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/sbr.h + * @file * Spectral Band Replication definitions and structures * @author Robert Swain ( rob opendot cl ) */ diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index 0dd07dd83cf900e32c09acaf32f54798cefe3d8d..7e17f18e179a636d860d6c320f333a92cfdac940 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/shorten.c + * @file * Shorten decoder * @author Jeff Muizelaar * diff --git a/libavcodec/simple_idct.c b/libavcodec/simple_idct.c index 6670740bf3d9d5055b20585a84f064ff5c2a0bc3..475be6d2d408cf549b44065743545aeeb784df2e 100644 --- a/libavcodec/simple_idct.c +++ b/libavcodec/simple_idct.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/simple_idct.c + * @file * simpleidct in C. */ diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h index 44db29ec132bf10a41b4ef386003a59ec89a1bb0..24f6a6d5dbcd8f29aeada1e0de9af8e706d58b5a 100644 --- a/libavcodec/simple_idct.h +++ b/libavcodec/simple_idct.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/simple_idct.h + * @file * simple idct header. */ diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c index a7134f227d04df6a82d0bc66ecf2476af646f06e..1d85f68907734a4c3a7cb452d982d0ea0cc198fd 100644 --- a/libavcodec/smacker.c +++ b/libavcodec/smacker.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/smacker.c + * @file * Smacker decoder */ diff --git a/libavcodec/smc.c b/libavcodec/smc.c index 7891220c35ebe94110b4f605393b8def8412224c..2e2dffdc8634609defa58c6846fd7fe9c97aec54 100644 --- a/libavcodec/smc.c +++ b/libavcodec/smc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/smc.c + * @file * 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 570dd245d0ebbc235824896af20fb9fa0009a8ca..d24931f6fe086a523a9eeeebf3ae065e33796dae 100644 --- a/libavcodec/sonic.c +++ b/libavcodec/sonic.c @@ -23,7 +23,7 @@ #include "golomb.h" /** - * @file libavcodec/sonic.c + * @file * 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 d0b4b8cc56c0475f434cb3add4fe88e31f49988d..754926a4cef8a11aebf7bf530c0e626e4221e974 100644 --- a/libavcodec/sp5xdec.c +++ b/libavcodec/sp5xdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/sp5xdec.c + * @file * Sunplus JPEG decoder (SP5X). */ diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index cae76104e55a75c84a5d33931ff431287c1766a5..d0e113267b865563fab5f175e25dc8d5a844f100 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/svq1.c + * @file * 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 283bc18399c560ac2fcdae8adc768620d07bc06f..3ade05d84884957598b38e54528c547b7fe19313 100644 --- a/libavcodec/svq1.h +++ b/libavcodec/svq1.h @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/svq1.h + * @file * 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 c9b4ca9506bb53f4be0896c9296fc6681a990c94..7926ce137705f0f2efd3e6591733532a2cde2350 100644 --- a/libavcodec/svq1_cb.h +++ b/libavcodec/svq1_cb.h @@ -24,7 +24,7 @@ */ /** - * @file libavcodec/svq1_cb.h + * @file * svq1 code books. */ diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c index 3834afb14a9fcd18710216d96561c70453994047..2aa28ab0b0e8e550e9c458aa91e50c97c6540d3f 100644 --- a/libavcodec/svq1dec.c +++ b/libavcodec/svq1dec.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/svq1.c + * @file * 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 03c77ffcd6aef052e361c12e0785b57cae68eda2..c89be259d7cd8825b22f7e7c097366b03061d5d7 100644 --- a/libavcodec/svq1enc.c +++ b/libavcodec/svq1enc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/svq1enc.c + * @file * 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 0c11d2fd3705640c26654b1157f2d36758e0b962..7eff82ee1f25b736a7bb5e8ab197c1230a3bad33 100644 --- a/libavcodec/svq1enc_cb.h +++ b/libavcodec/svq1enc_cb.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/svq1enc_cb.h + * @file * svq1 code books. */ diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 50de623cba8e50aaf7df657fad8f220058d0527a..bf7659a80e31afcd27e35d28451366b0db65356a 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -59,7 +59,7 @@ #include "svq1.h" /** - * @file libavcodec/svq3.c + * @file * svq3 decoder. */ diff --git a/libavcodec/tiertexseqv.c b/libavcodec/tiertexseqv.c index 3e29c46fe246985a6e3221bc845ad4eb968d81ea..c5f632e1866de5753e0854067640f053e2413437 100644 --- a/libavcodec/tiertexseqv.c +++ b/libavcodec/tiertexseqv.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/tiertexseqv.c + * @file * Tiertex Limited SEQ video decoder */ diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index e02767caadb1602166abe892ebffc0befe9caeba..2f3cef2b00d20747d54b23844095a6780f727739 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -21,7 +21,7 @@ /** * TIFF image decoder - * @file libavcodec/tiff.c + * @file * @author Konstantin Shishkov */ #include "avcodec.h" diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index 17c65b921c3f673ae27b81fb12c28248e5eb9f99..235a998fcd4d99b43df7a4d585b21d0687ff4b28 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -21,7 +21,7 @@ /** * TIFF tables - * @file libavcodec/tiff.h + * @file * @author Konstantin Shishkov */ #ifndef AVCODEC_TIFF_H diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c index 0cc8655b6d7b8e5f2e7ebf058f23503d9da277bb..0905ceae196aac54c49731bd32c1293a0b6181c8 100644 --- a/libavcodec/tiffenc.c +++ b/libavcodec/tiffenc.c @@ -21,7 +21,7 @@ /** * TIFF image encoder - * @file libavcodec/tiffenc.c + * @file * @author Bartlomiej Wolowiec */ #include "avcodec.h" diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c index 827d8a618371a5fc85bf106dd22eb45d4fbbff80..5117cd03cd071657f38901689c8840f4cc777587 100644 --- a/libavcodec/tmv.c +++ b/libavcodec/tmv.c @@ -21,7 +21,7 @@ /** * 8088flex TMV video decoder - * @file libavcodec/tmv.c + * @file * @author Daniel Verkamp * @sa http://www.oldskool.org/pc/8088_Corruption */ diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c index 2e8b72080af0318b755def61ba3dae970e4d8795..4306917912d16f9a7438dfe6307ccb1fbe92e053 100644 --- a/libavcodec/truemotion1.c +++ b/libavcodec/truemotion1.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/truemotion1.c + * @file * 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 4a5a2edf4035e51c862d381b73c4fddedf0b5cbb..5013a9eeb75c807ebf977d69bfd9570b8ac11c4d 100644 --- a/libavcodec/truemotion2.c +++ b/libavcodec/truemotion2.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/truemotion2.c + * @file * Duck TrueMotion2 decoder. */ diff --git a/libavcodec/truespeech.c b/libavcodec/truespeech.c index da5f2636d732843cf80b8b5110a88a5c7d96ccf8..37fbef9deab3d2ef40069d3cd02a173c8a5c62eb 100644 --- a/libavcodec/truespeech.c +++ b/libavcodec/truespeech.c @@ -24,7 +24,7 @@ #include "truespeech_data.h" /** - * @file libavcodec/truespeech.c + * @file * TrueSpeech decoder. */ diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c index d200c8aabd3ef719f759b3809e6a9317a993a989..2b717c1481d5688fb96b3722cb34fef5eeb49326 100644 --- a/libavcodec/tscc.c +++ b/libavcodec/tscc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/tscc.c + * @file * TechSmith Camtasia decoder * * Fourcc: TSCC diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 68c9840465ec3589d056a11eb36480207bb2ca4e..4bdfd73fbd706c28a335a274a7772870177318bd 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/tta.c + * @file * 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 f53690f4d0e06e9a9b2ee65ae492e488f5d2c7b8..1d04c807fb47e5146e0f8d4ab65de6a7a4c2190d 100644 --- a/libavcodec/ulti.c +++ b/libavcodec/ulti.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/ulti.c + * @file * IBM Ultimotion Video Decoder. */ diff --git a/libavcodec/utils.c b/libavcodec/utils.c index fd6dc073e2eecb9d76b2a139f3573d3ffea3ff4b..34e8ae45fe9a583358fdcd8a4bcd482d55ad24f2 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/utils.c + * @file * utils. */ diff --git a/libavcodec/vb.c b/libavcodec/vb.c index 2d4d4e286d0355981b6e6c81354b6517e34e2dea..13c4b0a8d94ed24e1b213adf1e351a9728361bd0 100644 --- a/libavcodec/vb.c +++ b/libavcodec/vb.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/vb.c + * @file * VB Video decoder */ diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 648541e2b502c3a48bb7cd1ec081fe3c973e56a6..7d00072b7a67bf45fb3164c77752e4313372bb38 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/vc1.c + * @file * VC-1 and WMV3 decoder common code * */ diff --git a/libavcodec/vc1_parser.c b/libavcodec/vc1_parser.c index 55580c95d1d0aeb2fb9267e11c482d809e33d2a4..6e559dec9b2777b00a6962a5ee10fbafab5531e6 100644 --- a/libavcodec/vc1_parser.c +++ b/libavcodec/vc1_parser.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/vc1_parser.c + * @file * VC-1 and WMV3 parser */ diff --git a/libavcodec/vc1data.c b/libavcodec/vc1data.c index e4ceb168c52e3eb215dd0f7aaf10ee41937a0abb..52980794480799ae47d90d7d2d5655ba207fe207 100644 --- a/libavcodec/vc1data.c +++ b/libavcodec/vc1data.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/vc1data.c + * @file * VC-1 tables. */ diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h index 0f3c47ea1b3eb37802a7ff9b509d2a188de86c1b..934627a7815c2e0fc3c8066de8063d1dab0ad1ec 100644 --- a/libavcodec/vc1data.h +++ b/libavcodec/vc1data.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/vc1data.h + * @file * VC-1 tables. */ diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index 333afbd6b65276f4837ff41884d6eb3c93b8f8b2..52392c3f76fbd042d7d960362c594d00864e58e1 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/vc1dec.c + * @file * VC-1 and WMV3 decoder * */ diff --git a/libavcodec/vc1dsp.c b/libavcodec/vc1dsp.c index 31c976d6c09c704a1f0dfec268d34021c8cbb9e1..47b69c8214e77521022dfcf918f26f57cc2544ca 100644 --- a/libavcodec/vc1dsp.c +++ b/libavcodec/vc1dsp.c @@ -20,7 +20,7 @@ */ /** -* @file libavcodec/vc1dsp.c +* @file * VC-1 and WMV3 decoder * */ diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c index 7800859760003403d5cf27f03b9482c6008f1fbe..31da94f3d06d220ef07dd7ec24b731eea6b6261a 100644 --- a/libavcodec/vcr1.c +++ b/libavcodec/vcr1.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/vcr1.c + * @file * ati vcr1 codec. */ diff --git a/libavcodec/vmdav.c b/libavcodec/vmdav.c index 9e2d1a13c835e9e534b9d0ee6c1953cb2fd9e5b1..4914d2a09a9eb95cd7d057dcd38aa08ae8c694b0 100644 --- a/libavcodec/vmdav.c +++ b/libavcodec/vmdav.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/vmdav.c + * @file * 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 1b30f0af104258af3dd42389209f311ea101843f..49aaeb2992732db3a0d633463cc35f7d376f0909 100644 --- a/libavcodec/vmnc.c +++ b/libavcodec/vmnc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/vmnc.c + * @file * 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 8c6c0e4d2a1f706172a148c15cb8d00e89ee43d2..47388d830233bea76afd2e3409f35d2751fcb7fa 100644 --- a/libavcodec/vorbis.c +++ b/libavcodec/vorbis.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/vorbis.c + * @file * 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 0676e87efe7b7c52c2f21c6c77d19d141ea1350a..8c56400c77e7e7121e6a13d3e0688df4a8888a3e 100644 --- a/libavcodec/vorbis_dec.c +++ b/libavcodec/vorbis_dec.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/vorbis_dec.c + * @file * Vorbis I decoder * @author Denes Balatoni ( dbalatoni programozo hu ) * diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index 862d16c878aa8f057f24eccc0d7939e60ba04b7f..2bc0a24096b574466d5cf43f0424a966272316d3 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/vorbis_enc.c + * @file * Native Vorbis encoder. * @author Oded Shimon <ods15@ods15.dyndns.org> */ diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index cc5b28fdbbd0729a3cb024747df9cf9215991634..90967950e83a4d6bb4ecb34c00cbc33c8f5d2880 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/vp3.c + * @file * 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 049758e67165581004cb5886a26fef48ea7f26ea..058eb562c4ef689c489400a70dc1fdf865c60503 100644 --- a/libavcodec/vp3dsp.c +++ b/libavcodec/vp3dsp.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/vp3dsp.c + * @file * Standard C DSP-oriented functions cribbed from the original VP3 * source code. */ diff --git a/libavcodec/vp5.c b/libavcodec/vp5.c index 41e649720200cc24631f08333df4d739ebaf0a74..f7177cafbfc8d5111c81e1a1e653ba431d3dc43a 100644 --- a/libavcodec/vp5.c +++ b/libavcodec/vp5.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp5.c + * @file * VP5 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c index 63055f50590ae2d87e8d353ce48480511c69edd1..5ce838aa78e3d409106d08afa669bf5113a53390 100644 --- a/libavcodec/vp56.c +++ b/libavcodec/vp56.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp56.c + * @file * 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 7f7938b347e0ac4715a91b7e7b30a1d031f64318..2d9e2d81b1c9589c565a63c7c3743911922f9de3 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp56.h + * @file * 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 02306f17eb22ae5866a4a2e38cbb26365a743d5c..b0515c2410fbbfd0aefe179ca61ab59d831b5277 100644 --- a/libavcodec/vp56data.c +++ b/libavcodec/vp56data.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp56data.c + * @file * 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 aef69f758f5ead64333c29891320138bff5521d0..57b0968d894de1d18fb4a1987f6a5457a74ba32a 100644 --- a/libavcodec/vp56data.h +++ b/libavcodec/vp56data.h @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp56data.h + * @file * 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 ae04559a4a523cdd1babc732d22b7c17af96cd23..5c2d46cde543543bb400a8c69df0ec44309919c1 100644 --- a/libavcodec/vp5data.h +++ b/libavcodec/vp5data.h @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp5data.h + * @file * VP5 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 53e2ca25ed2deb4309c559a565da992c4e561ceb..e4adb174f47705e21d1821b16509cdf63f94c5e3 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp6.c + * @file * VP6 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index 9bf410b4b55a70df152cae6d943667ede5846cfb..1cfdbe7bea4ac369771ae5743a019e1e60a527f8 100644 --- a/libavcodec/vp6data.h +++ b/libavcodec/vp6data.h @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp6data.h + * @file * VP6 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vp6dsp.c b/libavcodec/vp6dsp.c index f4b7670d78d16f59dc3647c8578f336b132e3fdc..69a11ee1883abcd14be60344b5990389b74e545e 100644 --- a/libavcodec/vp6dsp.c +++ b/libavcodec/vp6dsp.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/vp6dsp.c + * @file * VP6 DSP-oriented functions * * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c index a40e4e0102a800dafc751cb2fe86ae92ee8a05c1..a1698394ef7b61d15742f1d194fb3830ad3fda56 100644 --- a/libavcodec/vqavideo.c +++ b/libavcodec/vqavideo.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/vqavideo.c + * @file * 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 d4608939371b61ff96f4cb832c6ff876f6073655..7358d29735a7ba22db8e08663d5ccd92b289680b 100644 --- a/libavcodec/wavpack.c +++ b/libavcodec/wavpack.c @@ -24,7 +24,7 @@ #include "unary.h" /** - * @file libavcodec/wavpack.c + * @file * WavPack lossless audio decoder */ diff --git a/libavcodec/wmadata.h b/libavcodec/wmadata.h index 965f060e127d967e49fd40936386ad546544a242..381f182fa0e56b8e3e22aafece4dc21789c040b1 100644 --- a/libavcodec/wmadata.h +++ b/libavcodec/wmadata.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/wmadata.h + * @file * Various WMA tables. */ diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index e7705470f2d84e9f824502608203c3db52c3bad0..a24256d4572243cd3d5785581ae970152b323e4e 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/wmadec.c + * @file * 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/wmaprodata.h b/libavcodec/wmaprodata.h index a1d186e0c274c0d4c5e69d7da0950865e8dad23d..53824799d573657d4c41994bd4f1fbb7d39c3c62 100644 --- a/libavcodec/wmaprodata.h +++ b/libavcodec/wmaprodata.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/wmaprodata.h + * @file * @brief tables for wmapro decoding */ diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 82f1b3623b28c3e57f93f8cf1c2c1cbcfa2dfa46..71bf0f72b314d54a39fcce4d378d030655861711 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/wmaprodec.c + * @file * @brief wmapro decoder implementation * Wmapro is an MDCT based codec comparable to wma standard or AAC. * The decoding therefore consists of the following steps: diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index 259755343d950923bb7a60c45df1df07c10f2ff2..0d81d58bd42e0dcac1050bdb06c2412917452640 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/wmavoice.c + * @file * @brief Windows Media Audio Voice compatible decoder * @author Ronald S. Bultje <rsbultje@gmail.com> */ diff --git a/libavcodec/wmavoice_data.h b/libavcodec/wmavoice_data.h index ae4651ca4555b2c79e43f7a48778b55fb7ab0699..5d74f384e55a886b40da4aba7f72e1e5307b9d09 100644 --- a/libavcodec/wmavoice_data.h +++ b/libavcodec/wmavoice_data.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/wmavoice_data.h + * @file * @brief Windows Media Voice (WMAVoice) tables * @author Ronald S. Bultje <rsbultje@gmail.com> */ diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c index 7d325578afb68a083f8bdc26728836185bdb32cd..56634d10ac628135a00a9d6d345cf87c643aa407 100644 --- a/libavcodec/wnv1.c +++ b/libavcodec/wnv1.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/wnv1.c + * @file * Winnov WNV1 codec. */ diff --git a/libavcodec/ws-snd1.c b/libavcodec/ws-snd1.c index 0e75654c1eba2b85f0330c26730763e830ca861d..a383673db704bb1b0a9b8a9e3b09af5a54e78ad3 100644 --- a/libavcodec/ws-snd1.c +++ b/libavcodec/ws-snd1.c @@ -23,7 +23,7 @@ #include "avcodec.h" /** - * @file libavcodec/ws-snd1.c + * @file * 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 29b214a85f7ea03448c1e7950292f99d53ddbd04..26c163be3ca4351cc53be97aee046047b8ebccdf 100644 --- a/libavcodec/x86/h264_i386.h +++ b/libavcodec/x86/h264_i386.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/x86/h264_i386.h + * @file * 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 a81c7d517347dc820d8ecf79154325c67a64e728..fc670e25d476a5329376b06dc048ff33a9332fee 100644 --- a/libavcodec/x86/idct_sse2_xvid.c +++ b/libavcodec/x86/idct_sse2_xvid.c @@ -43,7 +43,7 @@ #include "dsputil_mmx.h" /*! - * @file libavcodec/x86/idct_sse2_xvid.c + * @file * @brief SSE2 idct compatible with xvidmmx */ diff --git a/libavcodec/x86/idct_xvid.h b/libavcodec/x86/idct_xvid.h index 6e29f0d8da6b2608d506a863f26a4b7c146b4585..5fdc20d3eac95834e47c805a038589f961450855 100644 --- a/libavcodec/x86/idct_xvid.h +++ b/libavcodec/x86/idct_xvid.h @@ -19,7 +19,7 @@ */ /*! - * @file libavcodec/x86/idct_xvid.h + * @file * header for Xvid IDCT functions */ diff --git a/libavcodec/x86/vp3dsp_mmx.c b/libavcodec/x86/vp3dsp_mmx.c index 309dd4aa5dac771bd077d8494e363aef105a9cb8..44a8477a896f5c08de8e037476cb55d6a50215b3 100644 --- a/libavcodec/x86/vp3dsp_mmx.c +++ b/libavcodec/x86/vp3dsp_mmx.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/x86/vp3dsp_mmx.c + * @file * 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 3de3e472723dd9497cc9474718f279540437bf29..e0ebd42427d01490664be16cb0942e4084e0c403 100644 --- a/libavcodec/x86/vp3dsp_sse2.c +++ b/libavcodec/x86/vp3dsp_sse2.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/x86/vp3dsp_sse2.c + * @file * SSE2-optimized functions cribbed from the original VP3 source code. */ diff --git a/libavcodec/x86/vp6dsp_mmx.c b/libavcodec/x86/vp6dsp_mmx.c index 39e40d568e373506a49d2acaa5fbf936f39604e4..905b3a7f0d12f3d4c0b5a62c0e5083be4abb2065 100644 --- a/libavcodec/x86/vp6dsp_mmx.c +++ b/libavcodec/x86/vp6dsp_mmx.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/x86/vp6dsp_mmx.c + * @file * MMX-optimized functions for the VP6 decoder * * Copyright (C) 2009 Sebastien Lucas <sebastien.lucas@gmail.com> diff --git a/libavcodec/x86/vp6dsp_sse2.c b/libavcodec/x86/vp6dsp_sse2.c index c72a0cacb867f00af4faf696a23252519cb1a491..bfd733aa7fd00e945d8944bfd838e91dc6bf4390 100644 --- a/libavcodec/x86/vp6dsp_sse2.c +++ b/libavcodec/x86/vp6dsp_sse2.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/x86/vp6dsp_mmx.c + * @file * SSE2-optimized functions for the VP6 decoder * * Copyright (C) 2009 Zuxy Meng <zuxy.meng@gmail.com> diff --git a/libavcodec/xan.c b/libavcodec/xan.c index d75d4692a2bd6dc786c421e770fa4a648a2325bd..3f6aa8cee5890b576c2ccb9dd9500c460f9b4788 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/xan.c + * @file * 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 bf88938bf50c8cdea31f9d66ad71f3b52adca167..f7d025eca44acd6c73d174e79e420c71bd3bdcb2 100644 --- a/libavcodec/xl.c +++ b/libavcodec/xl.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/xl.c + * @file * Miro VideoXL codec. */ diff --git a/libavcodec/yop.c b/libavcodec/yop.c index 0c771fe05ea71b3cbc037b1cd927a468ca0e632d..1eb76b128e0abc345e245fa2bc80890a64d7d7ca 100644 --- a/libavcodec/yop.c +++ b/libavcodec/yop.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/yop.c + * @file * Psygnosis YOP decoder * * Copyright (C) 2010 Mohamed Naufal Basheer <naufal11@gmail.com> diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index bfd6067cd3e861c06f6f79807b10e55c0c367970..8af8c840a0ee2a81b55f409c65f9f484d7b48ad7 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/zmbv.c + * @file * Zip Motion Blocks Video decoder */ diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index 162b8485cb3161ab63cd582745393d7e9bb4bf61..95f2906268ef19599dbc203d816aa5c0f4e6bf95 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/zmbvenc.c + * @file * Zip Motion Blocks Video encoder */ diff --git a/libavdevice/alsa-audio-common.c b/libavdevice/alsa-audio-common.c index 5bd0b49581694a6f5c7eb8190e922febc1f92717..38cb0de0eff1bb17ce6f0daca1de2292811ab5a0 100644 --- a/libavdevice/alsa-audio-common.c +++ b/libavdevice/alsa-audio-common.c @@ -21,7 +21,7 @@ */ /** - * @file libavdevice/alsa-audio-common.c + * @file * 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 1fb0bf5c68d7260e2699826cd1c1ddf7d8a2b24d..f1dd29bafc90cd4c1a83907f240b151cc4fa228b 100644 --- a/libavdevice/alsa-audio-dec.c +++ b/libavdevice/alsa-audio-dec.c @@ -21,7 +21,7 @@ */ /** - * @file libavdevice/alsa-audio-dec.c + * @file * 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 a0b01449b021c900b2c7f9671d29e3362981212d..7c07bf722e342a58c04c55a76bffb54787e865b1 100644 --- a/libavdevice/alsa-audio-enc.c +++ b/libavdevice/alsa-audio-enc.c @@ -21,7 +21,7 @@ */ /** - * @file libavdevice/alsa-audio-enc.c + * @file * 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 6adde772d298f90c7fccf992cdc873b0e7dea9c5..9a8a089ba617141b59ed14e863442bdfb6cdb58d 100644 --- a/libavdevice/alsa-audio.h +++ b/libavdevice/alsa-audio.h @@ -21,7 +21,7 @@ */ /** - * @file libavdevice/alsa-audio.h + * @file * 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 865206dfcf8171041a3aa44c32eede979c1823df..ab0a94ca203b218a5665a7b4a73d4f1c3c28b0b2 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -30,7 +30,7 @@ */ /** - * @file libavdevice/x11grab.c + * @file * X11 frame device demuxer by Clemens Fruhwirth <clemens@endorphin.org> * and Edouard Gomez <ed.gomez@free.fr>. */ diff --git a/libavfilter/parseutils.c b/libavfilter/parseutils.c index 79fa8b74703b552e09ed62b0217985656f387f16..222ac730316ed435f6ce0a12159d923b76ab043c 100644 --- a/libavfilter/parseutils.c +++ b/libavfilter/parseutils.c @@ -18,7 +18,7 @@ */ /** - * @file libavfilter/parseutils.c + * @file * parsing utils */ diff --git a/libavfilter/parseutils.h b/libavfilter/parseutils.h index 621687dca6f74d81688a499b328b886d204aacae..b5b494e3aa23eacffa523b5c0c7b8899ebcea968 100644 --- a/libavfilter/parseutils.h +++ b/libavfilter/parseutils.h @@ -18,7 +18,7 @@ */ /** - * @file libavfilter/parseutils.h + * @file * parsing utils */ diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c index 79e26998e9b48fbced7221bc7f8566b50db46838..2627722a368771d197260b3c1a91e29e237abd0f 100644 --- a/libavfilter/vf_aspect.c +++ b/libavfilter/vf_aspect.c @@ -20,7 +20,7 @@ */ /** - * @file libavfilter/vf_aspect.c + * @file * aspect ratio modification video filter */ diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index 85e99c28b9f07cc7158c17c347c0aeab8f76400c..204adcfaa4f3970c318f7f303b1309558feff7b4 100644 --- a/libavfilter/vf_crop.c +++ b/libavfilter/vf_crop.c @@ -19,7 +19,7 @@ */ /** - * @file libavfilter/vf_crop.c + * @file * video crop filter */ diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c index 36d5f4009a01dc99700227736f53a827e39f3f23..36b7d337ecb515ea7076a0ac7158c011af71252c 100644 --- a/libavfilter/vf_format.c +++ b/libavfilter/vf_format.c @@ -19,7 +19,7 @@ */ /** - * @file libavfilter/vf_format.c + * @file * format and noformat video filters */ diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c index e3987ff693fb9d505119a7c7d7a4a544a2140498..989cd86fc1fe2348a54442452b3a666454496c0c 100644 --- a/libavfilter/vf_null.c +++ b/libavfilter/vf_null.c @@ -17,7 +17,7 @@ */ /** - * @file libavfilter/vf_null.c + * @file * null video filter */ diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 4898dc554dd6c91d1f6f081f1a80df5820125c1e..a6b50ac16bcf50ebddce094f9f29f1d7e3ec5863 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -19,7 +19,7 @@ */ /** - * @file libavfilter/vf_scale.c + * @file * scale video filter */ diff --git a/libavfilter/vf_slicify.c b/libavfilter/vf_slicify.c index e405e70e2a4d7fdb1297ab21c01b582e8ce80844..35e05da933dba9eee9c6fa5dada3a98f9dbd6dfc 100644 --- a/libavfilter/vf_slicify.c +++ b/libavfilter/vf_slicify.c @@ -19,7 +19,7 @@ */ /** - * @file libavfilter/vf_slicify.c + * @file * video slicing filter */ diff --git a/libavfilter/vf_unsharp.c b/libavfilter/vf_unsharp.c index 4231aa5f0571591512b340b66f129d89bc4de74c..78a6d7c368848c045d667de79425f969885003bc 100644 --- a/libavfilter/vf_unsharp.c +++ b/libavfilter/vf_unsharp.c @@ -22,7 +22,7 @@ */ /** - * @file libavfilter/vf_unsharp.c + * @file * blur / sharpen filter * * This code is based on: diff --git a/libavfilter/vf_vflip.c b/libavfilter/vf_vflip.c index 3ab56b993996a0b39908f9821e128bda363c8492..0dfcb35429f5a09af481d9cb43a433f89c26420c 100644 --- a/libavfilter/vf_vflip.c +++ b/libavfilter/vf_vflip.c @@ -19,7 +19,7 @@ */ /** - * @file libavfilter/vf_vflip.c + * @file * video vertical flip filter */ diff --git a/libavfilter/vsrc_nullsrc.c b/libavfilter/vsrc_nullsrc.c index 892ee1205ef418760872950dd5a1291f1ad7afaa..43561991272d404bb3bda7cec18468525afa5be6 100644 --- a/libavfilter/vsrc_nullsrc.c +++ b/libavfilter/vsrc_nullsrc.c @@ -17,7 +17,7 @@ */ /** - * @file libavfilter/vsrc_nullsrc.c + * @file * null video source */ diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 661d6718b614330a8aaaeef476f2e09ced58ab81..a697f8de8ddf1203c0f702b8f19718c9b605c65e 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/4xm.c + * @file * 4X Technologies file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the .4xm file format, visit: diff --git a/libavformat/aea.c b/libavformat/aea.c index ec95a0f92c8bb946d5c58cdb5c17385d3eb9b5ea..4b85f910687a22c9ece8d8a182767e6e0424e0d3 100644 --- a/libavformat/aea.c +++ b/libavformat/aea.c @@ -20,10 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/** - * @file libavformat/aea.c - */ - #include "avformat.h" #include "raw.h" #include "libavutil/intreadwrite.h" diff --git a/libavformat/aiff.h b/libavformat/aiff.h index 48fecbe8b0a7cc863b2ea5639a53a3b981463947..047f81dc1d8c80e8dee0575765ef0506e92ee1d1 100644 --- a/libavformat/aiff.h +++ b/libavformat/aiff.h @@ -20,7 +20,7 @@ */ /** - * @file libavformat/aiff.h + * @file * common header for AIFF muxer and demuxer */ diff --git a/libavformat/anm.c b/libavformat/anm.c index de59b40675512ee90618c6785df825629568c4f6..ba77e186c57562beb0810ee5fea0bf8f3c8c049e 100644 --- a/libavformat/anm.c +++ b/libavformat/anm.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/anm.c + * @file * Deluxe Paint Animation demuxer */ diff --git a/libavformat/avio.h b/libavformat/avio.h index d1868760513e9773f2ed14512103ca08801b060c..9ffe93567533284d84137160b9042328ce2474cc 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -21,7 +21,7 @@ #define AVFORMAT_AVIO_H /** - * @file libavformat/avio.h + * @file * unbuffered I/O operations * * @warning This file has to be considered an internal but installed diff --git a/libavformat/bethsoftvid.c b/libavformat/bethsoftvid.c index 43275c985906d56b7b387f22faef6b1274d7f83f..4f9d1c1b1afdb7efb5ba5ecef71ad699f13f0935 100644 --- a/libavformat/bethsoftvid.c +++ b/libavformat/bethsoftvid.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/bethsoftvid.c + * @file * @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 f9e427ccd1ee9fc70a7030627f0693f653be6d58..94014a49120472c58feb1577503601376afa672d 100644 --- a/libavformat/bfi.c +++ b/libavformat/bfi.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/bfi.c + * @file * @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/bink.c b/libavformat/bink.c index 9230cfb1e472aa0ad633feb40220869bab89a962..afa629f3551ccdfe94d2c5e5d12881fd04dd31fa 100644 --- a/libavformat/bink.c +++ b/libavformat/bink.c @@ -21,7 +21,7 @@ */ /** - * @file libavformat/bink.c + * @file * Bink demuxer * * Technical details here: diff --git a/libavformat/caf.c b/libavformat/caf.c index 931a779469bc3c34c787eb44dafc9d42956ffad4..a814ab0d3c4821376e86ae714808fa9f5ab4512c 100644 --- a/libavformat/caf.c +++ b/libavformat/caf.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/caf.c + * @file * CAF common code */ diff --git a/libavformat/caf.h b/libavformat/caf.h index e83378ed75cc5737c4d51a5cf76a24127634d85b..e1f93a6b31adbcca63b067b60f4db2ca7865c3ac 100644 --- a/libavformat/caf.h +++ b/libavformat/caf.h @@ -20,7 +20,7 @@ */ /** - * @file libavformat/caf.h + * @file * CAF common code */ diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c index 3fe4eab5c74338847eb2cc405cffbe8fa373ba9c..3495ea259f3e5cb338a36310e03b3188ea1ae87a 100644 --- a/libavformat/cafdec.c +++ b/libavformat/cafdec.c @@ -21,7 +21,7 @@ */ /** - * @file libavformat/cafdec.c + * @file * Core Audio Format demuxer */ diff --git a/libavformat/dsicin.c b/libavformat/dsicin.c index 72ce17c57e44760c89a8e6e788cd0e037fbaae56..af5e2d94728c694c5013f69820f9fb91c375baec 100644 --- a/libavformat/dsicin.c +++ b/libavformat/dsicin.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/dsicin.c + * @file * Delphine Software International CIN file demuxer */ diff --git a/libavformat/eacdata.c b/libavformat/eacdata.c index ac5dbe3947d1541a136bde309d68ca59d4837788..32c3343320c194600e37d5929e21d711f3414f2f 100644 --- a/libavformat/eacdata.c +++ b/libavformat/eacdata.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/eacdata.c + * @file * Electronic Arts cdata Format Demuxer * by Peter Ross (pross@xvid.org) * diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index afc22728677104f06f6b9bc3900afd2b803ae78f..86d7f91e669198a39679d004c53a3ba5596e925b 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/electronicarts.c + * @file * Electronic Arts Multimedia file demuxer (WVE/UV2/etc.) * by Robin Kay (komadori at gekkou.co.uk) */ diff --git a/libavformat/filmstripdec.c b/libavformat/filmstripdec.c index 0975025ebc49481c41ecd90242828c212c880c28..0442fc370d2b9d8e23d246b2729e456daef27144 100644 --- a/libavformat/filmstripdec.c +++ b/libavformat/filmstripdec.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/filmstripdec.c + * @file * Adobe Filmstrip demuxer */ diff --git a/libavformat/filmstripenc.c b/libavformat/filmstripenc.c index 9d76846cebaa8f3a65bc0fac2b78f6244a0f426d..4e10c28af233435e7862071480fd7142db60449e 100644 --- a/libavformat/filmstripenc.c +++ b/libavformat/filmstripenc.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/filmstripenc.c + * @file * Adobe Filmstrip muxer */ diff --git a/libavformat/flic.c b/libavformat/flic.c index 55f07587bef30b0dddb8974246fc23b1544ed3d8..011d519c21f03818c1bc396b62d46f5f5d951890 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/flic.c + * @file * 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 3e7a9a5991c6e023a58ca6aeea9723b81dd1b306..55266a16e3494d980f1b8a8943ba1752ddb9e547 100644 --- a/libavformat/flv.h +++ b/libavformat/flv.h @@ -1,5 +1,5 @@ /** - * @file libavformat/flv.h + * @file * FLV common header * * Copyright (c) 2006 The FFmpeg Project diff --git a/libavformat/idcin.c b/libavformat/idcin.c index 9014a6e502668262ac4ee178d72b85fce1014d7b..cd4ebf83fcac3a3c5a96d553b6728740a5aadd51 100644 --- a/libavformat/idcin.c +++ b/libavformat/idcin.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/idcin.c + * @file * 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 4df7fd4a679af330bcfb494b2e131c5647d94691..6b036d9c072271c1981ae963fc7d7775f4794403 100644 --- a/libavformat/idroq.c +++ b/libavformat/idroq.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/idroq.c + * @file * 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 d473d3db9158cf2a823ff1712446d8335ae30bb8..59891d91d76a3f8becce63d4f56ba3a8f8f2e674 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -21,7 +21,7 @@ */ /** - * @file libavformat/iff.c + * @file * 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 7e94acef0b4ff2306da8f54820e28605c277bb0d..372a926266403ede4264c83695264e0496b49c54 100644 --- a/libavformat/ipmovie.c +++ b/libavformat/ipmovie.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/ipmovie.c + * @file * 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 b417eb364c520a1aad0d2205b0a96efd197f12b1..156af976ca1cecf1174961ea559a5734beca9d25 100644 --- a/libavformat/iss.c +++ b/libavformat/iss.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/iss.c + * @file * 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 d1e86d45d09cf8682d9e2fa8b01aede0cc32c891..4543df7bd9270b5620400e41d9219e7032f462af 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/libnut.c + * @file * NUT demuxing and muxing via libnut. * @author Oded Shimon <ods15@ods15.dyndns.org> */ diff --git a/libavformat/librtmp.c b/libavformat/librtmp.c index b9efa51477ae47662bdea9186c8a8b9ef9b119df..d765102f1b8865fe550ee3c7383db4b00c9b998e 100644 --- a/libavformat/librtmp.c +++ b/libavformat/librtmp.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/librtmp.c + * @file * RTMP protocol based on http://rtmpdump.mplayerhq.hu/ librtmp */ diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index b6b30e829c8df0525316be3687dc35770eb2faed..314078b9f616c9da62c35b90e42fd501c2718865 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/matroskadec.c + * @file * 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 21724e9774e11201f7070eac8527ff4baba4d359..fe7130e8a3087d9e01334058e79d99762e9bf161 100644 --- a/libavformat/metadata.h +++ b/libavformat/metadata.h @@ -22,7 +22,7 @@ #define AVFORMAT_METADATA_H /** - * @file libavformat/metadata.h + * @file * internal metadata API header * see avformat.h or the public API! */ diff --git a/libavformat/mm.c b/libavformat/mm.c index d6c9c303c9dc9218d60fbfef1bd6a62b4ca83c83..cb0917a7abdbeec8880c662108f52f6ee1c7fd2e 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/mm.c + * @file * American Laser Games MM Format Demuxer * by Peter Ross (pross@xvid.org) * diff --git a/libavformat/mtv.c b/libavformat/mtv.c index fd26c14869ca39de8dae265b75ffa5b3e2e5a41d..98c3790d25fa237a51d5c5a2b171910226f988dc 100644 --- a/libavformat/mtv.c +++ b/libavformat/mtv.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/mtv.c + * @file * MTV demuxer. */ diff --git a/libavformat/oma.c b/libavformat/oma.c index dc47b1b54cfbb12a69a492b11ac2d7bb7e59c11d..c12365e10c599197ae5bc9796a429e913c8fd2e1 100644 --- a/libavformat/oma.c +++ b/libavformat/oma.c @@ -22,7 +22,7 @@ */ /** - * @file libavformat/oma.c + * @file * 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 e8fb7cc5e899b292e335173129660a56c0169ea3..50daba9309beda2780f792ecde8133e4a2a4eca8 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -21,7 +21,7 @@ #include "libavcodec/opt.h" /** - * @file libavformat/options.c + * @file * Options definition for AVFormatContext. */ diff --git a/libavformat/os_support.h b/libavformat/os_support.h index f9a1706cb14e552a2cc3d913123bbcd9e37028af..e90f2c244fcdbf2c0fc81e313a135842b2937450 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -23,7 +23,7 @@ #define AVFORMAT_OS_SUPPORT_H /** - * @file libavformat/os_support.h + * @file * miscellaneous OS support macros and functions. */ diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index b1ed66364cc6b766f47951a6d5a631423d429892..347c26e401110ee69a3d52ec5f9a1b260b0f1e3a 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/psxstr.c + * @file * 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/qcp.c b/libavformat/qcp.c index 78b7ef734fa3cb865b7a95c5ee0e91730586847c..676e9c7c57eb59e8c7655e5b15a21e92d529f5a2 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/qcp.c + * @file * QCP format (.qcp) demuxer * @author Kenan Gillet * @sa RFC 3625: "The QCP File Format and Media Types for Speech Data" diff --git a/libavformat/rdt.c b/libavformat/rdt.c index 5dfa86128a5b9c1ae48f7dd7e98e8371ca219d65..7dda3f3d75e1d2adaf91f36df00f99e0e4c1635d 100644 --- a/libavformat/rdt.c +++ b/libavformat/rdt.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rdt.c + * @file * @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 876c22f31b55f2e0b6ea8e0cb053929421fa80a9..2696a0b3c9be679c27318a67c38bf74b5446acaf 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -20,7 +20,7 @@ */ /** - * @file libavformat/riff.h + * @file * 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 7057e7e33d66e0a7bd56bbeb7ec02f6dbd845fa3..1b7edce82456b5923d41599191a44c95ec426ee0 100644 --- a/libavformat/rl2.c +++ b/libavformat/rl2.c @@ -21,7 +21,7 @@ /** * RL2 file demuxer - * @file libavformat/rl2.c + * @file * @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/rtmpproto.c b/libavformat/rtmpproto.c index a8e8de0446ec85aef74251ec93f96e53ad410969..4edbffab62842b115f5b2921a3c498cd1c72b6f4 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtmpproto.c + * @file * RTMP protocol */ diff --git a/libavformat/rtpdec_asf.c b/libavformat/rtpdec_asf.c index 8fea87201436799e5f3886e8bcbbb74b87acb3b1..7ca15f0243395e71491674b89a97677e0561fabf 100644 --- a/libavformat/rtpdec_asf.c +++ b/libavformat/rtpdec_asf.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtpdec_asf.c + * @file * @brief Microsoft RTP/ASF support * @author Ronald S. Bultje <rbultje@ronald.bitfreak.net> */ diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index dd32e18b447fba69bcc405a874763d07bc6f5eab..d6901732295e07f4ca93fd832196ca4088881a19 100644 --- a/libavformat/rtpdec_h264.c +++ b/libavformat/rtpdec_h264.c @@ -20,7 +20,7 @@ */ /** -* @file libavformat/rtpdec_h264.c +* @file * @brief H.264 / RTP Code (RFC3984) * @author Ryan Martell <rdm4@martellventures.com> * diff --git a/libavformat/rtpdec_xiph.c b/libavformat/rtpdec_xiph.c index 665a313ba0f8a70f077c75840bb0c770fd6891fc..9a1f33d5315ca7274b35f28f1f3ca7827092b1ab 100644 --- a/libavformat/rtpdec_xiph.c +++ b/libavformat/rtpdec_xiph.c @@ -21,7 +21,7 @@ */ /** - * @file libavformat/rtpdec_xiph.c + * @file * @brief Xiph / RTP Code * @author Colin McQuillan <m.niloc@gmail.com> * @author Josh Allmann <joshua.allmann@gmail.com> diff --git a/libavformat/rtpenc_h264.c b/libavformat/rtpenc_h264.c index 2ba0771a97153ae999e641815c6ba7d323b65e37..697def61c2fdc9554a810afb9de899a51a151015 100644 --- a/libavformat/rtpenc_h264.c +++ b/libavformat/rtpenc_h264.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtpenc_h264.c + * @file * @brief H.264 packetization * @author Luca Abeni <lucabe72@email.it> */ diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 3232221206f0686e06a7955eeb5b22604e8081f5..754908cc0b1450cc1306e1062767af8bdee2fd33 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtpproto.c + * @file * RTP protocol */ diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c index aec8c4bd79cbdcaf25f8e5411cd909f13718573d..6274041892384630e1ef739b8a83e643a5cef24e 100644 --- a/libavformat/segafilm.c +++ b/libavformat/segafilm.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/segafilm.c + * @file * 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 a052e7bffa90d5a0bc84684a8194f8412b2cf252..c239f5c66c835705cedd3f39ec23a81fc0405bcf 100644 --- a/libavformat/sierravmd.c +++ b/libavformat/sierravmd.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/sierravmd.c + * @file * 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/soxdec.c b/libavformat/soxdec.c index 41cf884b25a1f6d886e1ca909f030a453aca87df..42fa53e430cb784b9a8390b92754570db9144945 100644 --- a/libavformat/soxdec.c +++ b/libavformat/soxdec.c @@ -24,7 +24,7 @@ /** * SoX native format demuxer - * @file libavformat/soxdec.c + * @file * @author Daniel Verkamp * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c index 1a04b2b6617d179bf8fb4321d0e04d96fd6a6560..918bfad9ec000843456cedeff721e4e0264f41ae 100644 --- a/libavformat/soxenc.c +++ b/libavformat/soxenc.c @@ -24,7 +24,7 @@ /** * SoX native format muxer - * @file libavformat/soxenc.c + * @file * @author Daniel Verkamp * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ diff --git a/libavformat/spdif.c b/libavformat/spdif.c index 9b4a8617b769526fdc3ee929aa37a97959c6acfa..1c53f736c76775d874f96cc91704d705d8d6c4b7 100644 --- a/libavformat/spdif.c +++ b/libavformat/spdif.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/spdif.c + * @file * IEC-61937 encapsulation of various formats, used by S/PDIF * @author Bartlomiej Wolowiec */ diff --git a/libavformat/tiertexseq.c b/libavformat/tiertexseq.c index b8516f9f8ad79516498ed0f196a6479c24fba863..938eea59e56c87ce0e3014933e7b4d29b3e6263e 100644 --- a/libavformat/tiertexseq.c +++ b/libavformat/tiertexseq.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/tiertexseq.c + * @file * Tiertex Limited SEQ file demuxer */ diff --git a/libavformat/tmv.c b/libavformat/tmv.c index 939b65d6cca925bdd7e5fd59e1ccaf04d06e0771..4be2f32568a4a1af97c3eb8a95b2327ed0ca9e3a 100644 --- a/libavformat/tmv.c +++ b/libavformat/tmv.c @@ -21,7 +21,7 @@ /** * 8088flex TMV file demuxer - * @file libavformat/tmv.c + * @file * @author Daniel Verkamp * @sa http://www.oldskool.org/pc/8088_Corruption */ diff --git a/libavformat/udp.c b/libavformat/udp.c index 84bca7b0d3f3fdac910e3d3379913c8e01a8cda3..a11f4c37d80a7f8deefdc8a0a858c1f3403a9556 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/udp.c + * @file * UDP protocol */ diff --git a/libavformat/utils.c b/libavformat/utils.c index 445434c277cc383aeed6754d3cf5e4833925aaef..466d079573f41cdc64aee77876e5bfbfb57f990b 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -37,7 +37,7 @@ #include <assert.h> /** - * @file libavformat/utils.c + * @file * various utility functions for use within FFmpeg */ diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c index 4e261ad5d9e1ad608a580e42cb42229a34ce539e..7a006f2b26b1ad6509a1848ae95920fb2be521c5 100644 --- a/libavformat/vc1test.c +++ b/libavformat/vc1test.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/vc1test.c + * @file * 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 a91df1b036e02b0105af80f50696b274c3a13449..d5f0863e71959e492bbadaa7b285c73ae59c8ce7 100644 --- a/libavformat/wc3movie.c +++ b/libavformat/wc3movie.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/wc3movie.c + * @file * 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 369d67a85e8cf0f53890a63692adcb9de18d4eb4..10d579803567114cdc287a8a93f7c74776b7b670 100644 --- a/libavformat/westwood.c +++ b/libavformat/westwood.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/westwood.c + * @file * 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 6576c527809d7afa18db79a2688aeb9665c224b5..3a866b992fece39005a83287b8a874e7f0612978 100644 --- a/libavformat/xa.c +++ b/libavformat/xa.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/xa.c + * @file * Maxis XA File Demuxer * by Robert Marston (rmarston@gmail.com) * for more information on the XA audio format see diff --git a/libavformat/yop.c b/libavformat/yop.c index 4fa2df13e3e3841f42a95d1fa059c6e38c4b14de..54d38454a1471571a00db9c82770375d67ff8e91 100644 --- a/libavformat/yop.c +++ b/libavformat/yop.c @@ -1,5 +1,5 @@ /** - * @file libavformat/yop.c + * @file * Psygnosis YOP demuxer * * Copyright (C) 2010 Mohamed Naufal Basheer <naufal11@gmail.com> diff --git a/libavutil/attributes.h b/libavutil/attributes.h index 1208bc0c72030edb3a9b031131ea2d47da1b9e36..da45234c6a0bb0ae239d02bcf18da7fd142d7185 100644 --- a/libavutil/attributes.h +++ b/libavutil/attributes.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/attributes.h + * @file * Macro definitions for various function/variable attributes */ diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 1523de675368af5da58399d125bfbef9393ddd67..b31eb0d6ab5508a15b5dc20b0736710dadd51fac 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -22,7 +22,7 @@ #define AVUTIL_AVUTIL_H /** - * @file libavutil/avutil.h + * @file * external API header */ diff --git a/libavutil/base64.c b/libavutil/base64.c index 60e35a81b319d54d6c04ea0a19eaf7eba1c051b4..d84ca36984858169654a67a5daf87a639e6971e1 100644 --- a/libavutil/base64.c +++ b/libavutil/base64.c @@ -19,7 +19,7 @@ */ /** - * @file libavutil/base64.c + * @file * @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 c40f922e32be6665ef51a84c9f07204c21036100..ccdfeb7c8baa32a68a789f242dc5e5379996df04 100644 --- a/libavutil/bfin/bswap.h +++ b/libavutil/bfin/bswap.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/bfin/bswap.h + * @file * byte swapping routines */ diff --git a/libavutil/bswap.h b/libavutil/bswap.h index 74c7af3026c1e6871cf84a9fd6e2ef1a0f65e176..f2023c01bce52887a28152f176057e3a596d1558 100644 --- a/libavutil/bswap.h +++ b/libavutil/bswap.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/bswap.h + * @file * byte swapping routines */ diff --git a/libavutil/common.h b/libavutil/common.h index fae0b5b09bcd7122d22f765a96ca10be18aa6020..11ae3688264ca00a2b6d95fb8c3cdc44b3fed338 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/common.h + * @file * common internal and external API header */ diff --git a/libavutil/error.h b/libavutil/error.h index c75798192adc589c036f38caed12d27b208d42f9..33b94f549ed4638253d91b4cad200e1ded16be58 100644 --- a/libavutil/error.h +++ b/libavutil/error.h @@ -17,7 +17,7 @@ */ /** - * @file libavutil/error.h + * @file * error code definitions */ diff --git a/libavutil/fifo.h b/libavutil/fifo.h index 79cd233088f13099eb59f4d7711a57084d7930d5..fb1ed47ff11585aa8e25ee01225b47f457d6e20f 100644 --- a/libavutil/fifo.h +++ b/libavutil/fifo.h @@ -17,7 +17,7 @@ */ /** - * @file libavutil/fifo.h + * @file * a very simple circular buffer FIFO implementation */ diff --git a/libavutil/integer.c b/libavutil/integer.c index 3dfbcdf695f150ba9a822cba41603ec86b321214..4f9b66cbc8e0aa90fdbb700f79e27a952c2a9e64 100644 --- a/libavutil/integer.c +++ b/libavutil/integer.c @@ -20,7 +20,7 @@ */ /** - * @file libavutil/integer.c + * @file * arbitrary precision integers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/integer.h b/libavutil/integer.h index d4d0201db4f9131c5d06cd3497fc9a14222e3b06..fb46acbe0f7228915afe7a07f2c921e2c9c4d6fb 100644 --- a/libavutil/integer.h +++ b/libavutil/integer.h @@ -20,7 +20,7 @@ */ /** - * @file libavutil/integer.h + * @file * arbitrary precision integers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/internal.h b/libavutil/internal.h index b47db3d8c61da398c9412706ebd10beebe1d3b44..70cf2ffef9e70f119885a42bf3198fc2015e6e1b 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/internal.h + * @file * common internal API header */ diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c index cb9835b317b9a52a309d297f3dd115f13ca4cf1f..79fe18671eb5446b1a2d2128f4cd9a6229e0b462 100644 --- a/libavutil/intfloat_readwrite.c +++ b/libavutil/intfloat_readwrite.c @@ -21,7 +21,7 @@ */ /** - * @file libavutil/intfloat_readwrite.c + * @file * portable IEEE float/double read/write functions */ diff --git a/libavutil/libm.h b/libavutil/libm.h index 996486c36c3ef8ce07e9999c505c9d9f6d405a56..db014a9066d89ce7c7505a364f7aa210969f8410 100644 --- a/libavutil/libm.h +++ b/libavutil/libm.h @@ -17,7 +17,7 @@ */ /** - * @file libavutil/libm.h + * @file * Replacements for frequently missing libm functions */ diff --git a/libavutil/lls.c b/libavutil/lls.c index 047f976c3f0e37568d20182b921463252d88e46e..3855792760580411657a500225a7392fda76e2dc 100644 --- a/libavutil/lls.c +++ b/libavutil/lls.c @@ -21,7 +21,7 @@ */ /** - * @file libavutil/lls.c + * @file * linear least squares model */ diff --git a/libavutil/log.c b/libavutil/log.c index 166e724b07daa095da6f7d81b15ab3d86f2825c8..82eebf1d0878a8a7f916f95fe7f387277a8151ec 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -20,7 +20,7 @@ */ /** - * @file libavutil/log.c + * @file * logging functions */ diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c index 81d47c1bf1eaefbd932b5eb0afc512f3b2f326bd..c06cb1616596463396a4f99c17ef357cbb63b00b 100644 --- a/libavutil/mathematics.c +++ b/libavutil/mathematics.c @@ -19,7 +19,7 @@ */ /** - * @file libavutil/mathematics.c + * @file * miscellaneous math routines and tables */ diff --git a/libavutil/mem.c b/libavutil/mem.c index 4d776d445086e71da5847800122bdfdb1ee52138..8cad089a7db29d790ae707628602dde646eb48d0 100644 --- a/libavutil/mem.c +++ b/libavutil/mem.c @@ -20,7 +20,7 @@ */ /** - * @file libavutil/mem.c + * @file * default memory allocator for libavutil */ diff --git a/libavutil/mem.h b/libavutil/mem.h index fffbb872ae204a664c84e36bb59670a5c3550ac3..14887927067f26c65f90a80e04e85b63a5338d3e 100644 --- a/libavutil/mem.h +++ b/libavutil/mem.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/mem.h + * @file * memory handling functions */ diff --git a/libavutil/pca.c b/libavutil/pca.c index 6891026a5bd3bfb6fd7a014dacc6c513ddaabb6b..ce08e9ccb43077d094d17fa9871c9cb8fcda41fa 100644 --- a/libavutil/pca.c +++ b/libavutil/pca.c @@ -20,7 +20,7 @@ */ /** - * @file libavutil/pca.c + * @file * principal component analysis (PCA) */ diff --git a/libavutil/pca.h b/libavutil/pca.h index f339f2b5d65a52de39bdddcf1f83a0a27374f52c..00ddd60c7e455cf0150e186ce6930278ef39fa2a 100644 --- a/libavutil/pca.h +++ b/libavutil/pca.h @@ -20,7 +20,7 @@ */ /** - * @file libavutil/pca.h + * @file * principal component analysis (PCA) */ diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index 9ea0ee033cb682dff14f9e1ea0f61c1c0d340744..ef06049b1200692c260f3182e880d3b27db2de3d 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -22,7 +22,7 @@ #define AVUTIL_PIXFMT_H /** - * @file libavutil/pixfmt.h + * @file * pixel format definitions * * @warning This file has to be considered an internal but installed diff --git a/libavutil/rational.c b/libavutil/rational.c index 097519ccbe03af858e0d9ee8a416ddec038fd184..3217b7daeb251b275328f28a39c42e2c1da7f670 100644 --- a/libavutil/rational.c +++ b/libavutil/rational.c @@ -20,7 +20,7 @@ */ /** - * @file libavutil/rational.c + * @file * rational numbers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/rational.h b/libavutil/rational.h index c5ecf2c6fd73a492b0aecdf11362f6237add2425..4d91f7baee8769dd54d308a41d9d07d41e4c4e79 100644 --- a/libavutil/rational.h +++ b/libavutil/rational.h @@ -20,7 +20,7 @@ */ /** - * @file libavutil/rational.h + * @file * rational numbers * @author Michael Niedermayer <michaelni@gmx.at> */ diff --git a/libavutil/sh4/bswap.h b/libavutil/sh4/bswap.h index c7cd90519459c149804a23112fd2cffa1223c591..6d237c5dc5315eddbccc14d0a6e58f9eba7c4ef5 100644 --- a/libavutil/sh4/bswap.h +++ b/libavutil/sh4/bswap.h @@ -17,7 +17,7 @@ */ /** - * @file libavutil/sh4/bswap.h + * @file * byte swapping routines */ diff --git a/libavutil/timer.h b/libavutil/timer.h index db0abaec68e293d6991a082eed91d4f3e2a400af..cd8fba8dedb0df53295b3adb6f0587f01d50a724 100644 --- a/libavutil/timer.h +++ b/libavutil/timer.h @@ -1,5 +1,5 @@ /** - * @file libavutil/timer.h + * @file * 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 75191f4f7ede37ad29e92f5bb16c19b9f70f4ca1..dde2f10565bc8c989e42c8e25e5bfbcfdd5c4bcf 100644 --- a/libavutil/tree.h +++ b/libavutil/tree.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/tree.h + * @file * 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/utils.c b/libavutil/utils.c index 452198703ba73e5f5f961ca6b5bafbf7c2aae86c..8a1d32e16775737c9c9e40b6b2c45a97fdf684fc 100644 --- a/libavutil/utils.c +++ b/libavutil/utils.c @@ -20,7 +20,7 @@ #include "avutil.h" /** - * @file libavutil/utils.c + * @file * various utility functions */ diff --git a/libavutil/x86/bswap.h b/libavutil/x86/bswap.h index 462309f41eb776b151dd1c8edc7d77f2957621ee..26dc4e2bfe3aece556d45152957d3e41dfd3ac0b 100644 --- a/libavutil/x86/bswap.h +++ b/libavutil/x86/bswap.h @@ -17,7 +17,7 @@ */ /** - * @file libavutil/x86/bswap.h + * @file * byte swapping routines */ diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 04c1fa8bd32001f821820675429e72d8dd7cefe8..92c822b7722ee516376d8a0dd0d209141fc25590 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -21,7 +21,7 @@ */ /** - * @file libpostproc/postprocess.c + * @file * postprocessing. */ diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 6c38eb342709da4d6b58bda294eb54feee09ee19..4cfcf7c6f8bc10c3098ff4ce3c2c7ec8f0d338c7 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -22,7 +22,7 @@ #define POSTPROC_POSTPROCESS_H /** - * @file libpostproc/postprocess.h + * @file * @brief * external postprocessing API */ diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index 0344babfe53ee34764e21b1fc96293877a118f48..3bc51c49a4c83ff0dc9070eba5da37927d42eae8 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -19,7 +19,7 @@ */ /** - * @file libpostproc/postprocess_internal.h + * @file * internal api header. */ diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index 00df0d70ace3c3c533001404521367a5e47daf4c..637ebc637171fade15480fc06e191eedbf9a8e1c 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -19,7 +19,7 @@ */ /** - * @file libpostproc/postprocess_template.c + * @file * mmx/mmx2/3dnow postprocess code. */