From ba87f0801d77c21eb1e4891ca1f846500bbb0939 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Apr 2010 14:45:34 +0000 Subject: Remove explicit filename from Doxygen @file commands. Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/4xm.c | 2 +- libavformat/aea.c | 4 ---- libavformat/aiff.h | 2 +- libavformat/anm.c | 2 +- libavformat/avio.h | 2 +- libavformat/bethsoftvid.c | 2 +- libavformat/bfi.c | 2 +- libavformat/bink.c | 2 +- libavformat/caf.c | 2 +- libavformat/caf.h | 2 +- libavformat/cafdec.c | 2 +- libavformat/dsicin.c | 2 +- libavformat/eacdata.c | 2 +- libavformat/electronicarts.c | 2 +- libavformat/filmstripdec.c | 2 +- libavformat/filmstripenc.c | 2 +- libavformat/flic.c | 2 +- libavformat/flv.h | 2 +- libavformat/idcin.c | 2 +- libavformat/idroq.c | 2 +- libavformat/iff.c | 2 +- libavformat/ipmovie.c | 2 +- libavformat/iss.c | 2 +- libavformat/libnut.c | 2 +- libavformat/librtmp.c | 2 +- libavformat/matroskadec.c | 2 +- libavformat/metadata.h | 2 +- libavformat/mm.c | 2 +- libavformat/mtv.c | 2 +- libavformat/oma.c | 2 +- libavformat/options.c | 2 +- libavformat/os_support.h | 2 +- libavformat/psxstr.c | 2 +- libavformat/qcp.c | 2 +- libavformat/rdt.c | 2 +- libavformat/riff.h | 2 +- libavformat/rl2.c | 2 +- libavformat/rtmpproto.c | 2 +- libavformat/rtpdec_asf.c | 2 +- libavformat/rtpdec_h264.c | 2 +- libavformat/rtpdec_xiph.c | 2 +- libavformat/rtpenc_h264.c | 2 +- libavformat/rtpproto.c | 2 +- libavformat/segafilm.c | 2 +- libavformat/sierravmd.c | 2 +- libavformat/soxdec.c | 2 +- libavformat/soxenc.c | 2 +- libavformat/spdif.c | 2 +- libavformat/tiertexseq.c | 2 +- libavformat/tmv.c | 2 +- libavformat/udp.c | 2 +- libavformat/utils.c | 2 +- libavformat/vc1test.c | 2 +- libavformat/wc3movie.c | 2 +- libavformat/westwood.c | 2 +- libavformat/xa.c | 2 +- libavformat/yop.c | 2 +- 57 files changed, 56 insertions(+), 60 deletions(-) (limited to 'libavformat') diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 661d6718b6..a697f8de8d 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 ec95a0f92c..4b85f91068 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 48fecbe8b0..047f81dc1d 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 de59b40675..ba77e186c5 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 d186876051..9ffe935675 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 43275c9859..4f9d1c1b1a 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 f9e427ccd1..94014a4912 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 9230cfb1e4..afa629f355 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 931a779469..a814ab0d3c 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 e83378ed75..e1f93a6b31 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 3fe4eab5c7..3495ea259f 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 72ce17c57e..af5e2d9472 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 ac5dbe3947..32c3343320 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 afc2272867..86d7f91e66 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 0975025ebc..0442fc370d 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 9d76846ceb..4e10c28af2 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 55f07587be..011d519c21 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 3e7a9a5991..55266a16e3 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 9014a6e502..cd4ebf83fc 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 4df7fd4a67..6b036d9c07 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 d473d3db91..59891d91d7 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 7e94acef0b..372a926266 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 b417eb364c..156af976ca 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 d1e86d45d0..4543df7bd9 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 */ diff --git a/libavformat/librtmp.c b/libavformat/librtmp.c index b9efa51477..d765102f1b 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 b6b30e829c..314078b9f6 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -20,7 +20,7 @@ */ /** - * @file libavformat/matroskadec.c + * @file * Matroska file demuxer * by Ronald Bultje * with a little help from Moritz Bunkus diff --git a/libavformat/metadata.h b/libavformat/metadata.h index 21724e9774..fe7130e8a3 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 d6c9c303c9..cb0917a7ab 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 fd26c14869..98c3790d25 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 dc47b1b54c..c12365e10c 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 e8fb7cc5e8..50daba9309 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 f9a1706cb1..e90f2c244f 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 b1ed66364c..347c26e401 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 78b7ef734f..676e9c7c57 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 5dfa86128a..7dda3f3d75 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 */ diff --git a/libavformat/riff.h b/libavformat/riff.h index 876c22f31b..2696a0b3c9 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 7057e7e33d..1b7edce824 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 a8e8de0446..4edbffab62 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 8fea872014..7ca15f0243 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 */ diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index dd32e18b44..d690173229 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 * diff --git a/libavformat/rtpdec_xiph.c b/libavformat/rtpdec_xiph.c index 665a313ba0..9a1f33d531 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 * @author Josh Allmann diff --git a/libavformat/rtpenc_h264.c b/libavformat/rtpenc_h264.c index 2ba0771a97..697def61c2 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 */ diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 3232221206..754908cc0b 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 aec8c4bd79..6274041892 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 a052e7bffa..c239f5c66c 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 41cf884b25..42fa53e430 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 1a04b2b661..918bfad9ec 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 9b4a8617b7..1c53f736c7 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 b8516f9f8a..938eea59e5 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 939b65d6cc..4be2f32568 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 84bca7b0d3..a11f4c37d8 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 445434c277..466d079573 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -37,7 +37,7 @@ #include /** - * @file libavformat/utils.c + * @file * various utility functions for use within FFmpeg */ diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c index 4e261ad5d9..7a006f2b26 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 a91df1b036..d5f0863e71 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 369d67a85e..10d5798035 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 6576c52780..3a866b992f 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 4fa2df13e3..54d38454a1 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 -- cgit v1.2.3