From bad5537e2c2caeb5deb1ff9d771ea01058b8010c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Feb 2009 02:00:19 +0000 Subject: Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/4xm.c | 2 +- libavformat/bethsoftvid.c | 2 +- libavformat/bfi.c | 2 +- libavformat/dsicin.c | 2 +- libavformat/eacdata.c | 2 +- libavformat/electronicarts.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/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/rdt.c | 2 +- libavformat/riff.h | 2 +- libavformat/rl2.c | 2 +- libavformat/rtp_h264.c | 2 +- libavformat/rtpenc_h264.c | 2 +- libavformat/rtpproto.c | 2 +- libavformat/segafilm.c | 2 +- libavformat/sierravmd.c | 2 +- libavformat/tiertexseq.c | 2 +- libavformat/udp.c | 2 +- libavformat/vc1test.c | 2 +- libavformat/wc3movie.c | 2 +- libavformat/westwood.c | 2 +- libavformat/xa.c | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) (limited to 'libavformat') diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 74522f8d27..631f8216a5 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -20,7 +20,7 @@ */ /** - * @file 4xm.c + * @file libavformat/4xm.c * 4X Technologies file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the .4xm file format, visit: diff --git a/libavformat/bethsoftvid.c b/libavformat/bethsoftvid.c index 7fcf65143a..e599255f16 100644 --- a/libavformat/bethsoftvid.c +++ b/libavformat/bethsoftvid.c @@ -20,7 +20,7 @@ */ /** - * @file bethsoftvid.c + * @file libavformat/bethsoftvid.c * @brief Bethesda Softworks VID (.vid) file demuxer * @author Nicholas Tung [ntung (at. ntung com] (2007-03) * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID diff --git a/libavformat/bfi.c b/libavformat/bfi.c index b08d166f65..cecbfbabd0 100644 --- a/libavformat/bfi.c +++ b/libavformat/bfi.c @@ -20,7 +20,7 @@ */ /** - * @file bfi.c + * @file libavformat/bfi.c * @brief Brute Force & Ignorance (.bfi) file demuxer * @author Sisir Koppaka ( sisir.koppaka at gmail dot com ) * @sa http://wiki.multimedia.cx/index.php?title=BFI diff --git a/libavformat/dsicin.c b/libavformat/dsicin.c index 8e486518db..ba94babbfe 100644 --- a/libavformat/dsicin.c +++ b/libavformat/dsicin.c @@ -20,7 +20,7 @@ */ /** - * @file dsicin.c + * @file libavformat/dsicin.c * Delphine Software International CIN file demuxer */ diff --git a/libavformat/eacdata.c b/libavformat/eacdata.c index 6c021efea4..f4ea2f2e98 100644 --- a/libavformat/eacdata.c +++ b/libavformat/eacdata.c @@ -20,7 +20,7 @@ */ /** - * @file eacdata.c + * @file libavformat/eacdata.c * Electronic Arts cdata Format Demuxer * by Peter Ross (suxen_drol at hotmail dot com) * diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 96345cc1f4..774b16099e 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -20,7 +20,7 @@ */ /** - * @file electronicarts.c + * @file libavformat/electronicarts.c * Electronic Arts Multimedia file demuxer (WVE/UV2/etc.) * by Robin Kay (komadori at gekkou.co.uk) */ diff --git a/libavformat/flic.c b/libavformat/flic.c index 7867f9c083..b382a25f96 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -20,7 +20,7 @@ */ /** - * @file flic.c + * @file libavformat/flic.c * FLI/FLC file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the .fli/.flc file format and all of its many diff --git a/libavformat/flv.h b/libavformat/flv.h index c2a037b026..f3888b9476 100644 --- a/libavformat/flv.h +++ b/libavformat/flv.h @@ -1,5 +1,5 @@ /** - * @file flv.h + * @file libavformat/flv.h * FLV common header * * Copyright (c) 2006 The FFmpeg Project diff --git a/libavformat/idcin.c b/libavformat/idcin.c index a0361899b5..7cd0b819d6 100644 --- a/libavformat/idcin.c +++ b/libavformat/idcin.c @@ -20,7 +20,7 @@ */ /** - * @file idcin.c + * @file libavformat/idcin.c * id Quake II CIN file demuxer by Mike Melanson (melanson@pcisys.net) * For more information about the id CIN format, visit: * http://www.csse.monash.edu.au/~timf/ diff --git a/libavformat/idroq.c b/libavformat/idroq.c index 0326140308..7cf3808e22 100644 --- a/libavformat/idroq.c +++ b/libavformat/idroq.c @@ -20,7 +20,7 @@ */ /** - * @file idroq.c + * @file libavformat/idroq.c * id RoQ format file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the .roq file format, visit: diff --git a/libavformat/iff.c b/libavformat/iff.c index 035477988d..812ed23404 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -20,7 +20,7 @@ */ /** - * @file iff.c + * @file libavformat/iff.c * IFF file demuxer * by Jaikrishnan Menon * for more information on the .iff file format, visit: diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index 71bae337f7..2b0d955df9 100644 --- a/libavformat/ipmovie.c +++ b/libavformat/ipmovie.c @@ -20,7 +20,7 @@ */ /** - * @file ipmovie.c + * @file libavformat/ipmovie.c * Interplay MVE file demuxer * by Mike Melanson (melanson@pcisys.net) * For more information regarding the Interplay MVE file format, visit: diff --git a/libavformat/iss.c b/libavformat/iss.c index 0d24c96ce3..891729a2b5 100644 --- a/libavformat/iss.c +++ b/libavformat/iss.c @@ -20,7 +20,7 @@ */ /** - * @file iss.c + * @file libavformat/iss.c * Funcom ISS file demuxer * @author Jaikrishnan Menon * for more information on the .iss file format, visit: diff --git a/libavformat/libnut.c b/libavformat/libnut.c index a088551816..86cf6a5ec7 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -20,7 +20,7 @@ */ /** - * @file libnut.c + * @file libavformat/libnut.c * NUT demuxing and muxing via libnut. * @author Oded Shimon */ diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 8ee1f6e335..7751db88eb 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -20,7 +20,7 @@ */ /** - * @file matroskadec.c + * @file libavformat/matroskadec.c * Matroska file demuxer * by Ronald Bultje * with a little help from Moritz Bunkus diff --git a/libavformat/metadata.h b/libavformat/metadata.h index b6912efc5f..a906df47c3 100644 --- a/libavformat/metadata.h +++ b/libavformat/metadata.h @@ -22,7 +22,7 @@ #define AVFORMAT_METADATA_H /** - * @file metadata.h + * @file libavformat/metadata.h * internal metadata API header * see avformat.h or the public API! */ diff --git a/libavformat/mm.c b/libavformat/mm.c index c6467e1396..b72c259e14 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@ -20,7 +20,7 @@ */ /** - * @file mm.c + * @file libavformat/mm.c * American Laser Games MM Format Demuxer * by Peter Ross (suxen_drol at hotmail dot com) * diff --git a/libavformat/mtv.c b/libavformat/mtv.c index 7bf0d84189..dd488ad458 100644 --- a/libavformat/mtv.c +++ b/libavformat/mtv.c @@ -20,7 +20,7 @@ */ /** - * @file mtv.c + * @file libavformat/mtv.c * MTV demuxer. */ diff --git a/libavformat/oma.c b/libavformat/oma.c index 161d1a0867..e82eeaca43 100644 --- a/libavformat/oma.c +++ b/libavformat/oma.c @@ -22,7 +22,7 @@ */ /** - * @file oma.c + * @file libavformat/oma.c * This is a demuxer for Sony OpenMG Music files * * Known file extensions: ".oma", "aa3" diff --git a/libavformat/options.c b/libavformat/options.c index 057de7e305..6f6ffe41a3 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -21,7 +21,7 @@ #include "libavcodec/opt.h" /** - * @file options.c + * @file libavformat/options.c * Options definition for AVFormatContext. */ diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 2425b988c6..f6330d8c86 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -23,7 +23,7 @@ #define AVFORMAT_OS_SUPPORT_H /** - * @file os_support.h + * @file libavformat/os_support.h * miscellaneous OS support macros and functions. */ diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index 583b87fa62..f5fea95cd6 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -20,7 +20,7 @@ */ /** - * @file psxstr.c + * @file libavformat/psxstr.c * PSX STR file demuxer * by Mike Melanson (melanson@pcisys.net) * This module handles streams that have been ripped from Sony Playstation diff --git a/libavformat/rdt.c b/libavformat/rdt.c index b7e0fa5222..2865b422e0 100644 --- a/libavformat/rdt.c +++ b/libavformat/rdt.c @@ -20,7 +20,7 @@ */ /** - * @file rdt.c + * @file libavformat/rdt.c * @brief Realmedia RTSP protocol (RDT) support * @author Ronald S. Bultje */ diff --git a/libavformat/riff.h b/libavformat/riff.h index 93c1d71cf3..d287929eb8 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -20,7 +20,7 @@ */ /** - * @file riff.h + * @file libavformat/riff.h * internal header for RIFF based (de)muxers * do NOT include this in end user applications */ diff --git a/libavformat/rl2.c b/libavformat/rl2.c index fd211bfabb..8f60c2097e 100644 --- a/libavformat/rl2.c +++ b/libavformat/rl2.c @@ -21,7 +21,7 @@ /** * RL2 file demuxer - * @file rl2.c + * @file libavformat/rl2.c * @author Sascha Sommer (saschasommer@freenet.de) * For more information regarding the RL2 file format, visit: * http://wiki.multimedia.cx/index.php?title=RL2 diff --git a/libavformat/rtp_h264.c b/libavformat/rtp_h264.c index 4999e0e693..18f0e8e63a 100644 --- a/libavformat/rtp_h264.c +++ b/libavformat/rtp_h264.c @@ -20,7 +20,7 @@ */ /** -* @file rtp_h264.c +* @file libavformat/rtp_h264.c * @brief H.264 / RTP Code (RFC3984) * @author Ryan Martell * diff --git a/libavformat/rtpenc_h264.c b/libavformat/rtpenc_h264.c index f488386a79..fabc5584dc 100644 --- a/libavformat/rtpenc_h264.c +++ b/libavformat/rtpenc_h264.c @@ -20,7 +20,7 @@ */ /** - * @file rtpenc_h264.c + * @file libavformat/rtpenc_h264.c * @brief H.264 packetization * @author Luca Abeni */ diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 9a192b1e77..610a7f7859 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -20,7 +20,7 @@ */ /** - * @file rtpproto.c + * @file libavformat/rtpproto.c * RTP protocol */ diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c index 462d658bf8..ae1263cf98 100644 --- a/libavformat/segafilm.c +++ b/libavformat/segafilm.c @@ -20,7 +20,7 @@ */ /** - * @file segafilm.c + * @file libavformat/segafilm.c * Sega FILM (.cpk) file demuxer * by Mike Melanson (melanson@pcisys.net) * For more information regarding the Sega FILM file format, visit: diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c index 2aeebc4fc8..068694f704 100644 --- a/libavformat/sierravmd.c +++ b/libavformat/sierravmd.c @@ -20,7 +20,7 @@ */ /** - * @file sierravmd.c + * @file libavformat/sierravmd.c * Sierra VMD file demuxer * by Vladimir "VAG" Gneushev (vagsoft at mail.ru) * for more information on the Sierra VMD file format, visit: diff --git a/libavformat/tiertexseq.c b/libavformat/tiertexseq.c index 7588ff037d..43ee6b1e21 100644 --- a/libavformat/tiertexseq.c +++ b/libavformat/tiertexseq.c @@ -20,7 +20,7 @@ */ /** - * @file tiertexseq.c + * @file libavformat/tiertexseq.c * Tiertex Limited SEQ file demuxer */ diff --git a/libavformat/udp.c b/libavformat/udp.c index 26c4383c41..70d0e2b38c 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -20,7 +20,7 @@ */ /** - * @file udp.c + * @file libavformat/udp.c * UDP protocol */ diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c index 9c06f43345..007c3a1a1e 100644 --- a/libavformat/vc1test.c +++ b/libavformat/vc1test.c @@ -20,7 +20,7 @@ */ /** - * @file vc1test.c + * @file libavformat/vc1test.c * VC1 test bitstream file demuxer * by Konstantin Shishkov * Format specified in SMPTE standard 421 Annex L diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c index 01fb617ac2..6f7f49d76a 100644 --- a/libavformat/wc3movie.c +++ b/libavformat/wc3movie.c @@ -20,7 +20,7 @@ */ /** - * @file wc3movie.c + * @file libavformat/wc3movie.c * Wing Commander III Movie file demuxer * by Mike Melanson (melanson@pcisys.net) * for more information on the WC3 .mve file format, visit: diff --git a/libavformat/westwood.c b/libavformat/westwood.c index 753daca571..d2736accc5 100644 --- a/libavformat/westwood.c +++ b/libavformat/westwood.c @@ -20,7 +20,7 @@ */ /** - * @file westwood.c + * @file libavformat/westwood.c * Westwood Studios VQA & AUD file demuxers * by Mike Melanson (melanson@pcisys.net) * for more information on the Westwood file formats, visit: diff --git a/libavformat/xa.c b/libavformat/xa.c index 9c0df89c76..2f547106ea 100644 --- a/libavformat/xa.c +++ b/libavformat/xa.c @@ -20,7 +20,7 @@ */ /** - * @file xa.c + * @file libavformat/xa.c * Maxis XA File Demuxer * by Robert Marston (rmarston@gmail.com) * for more information on the XA audio format see -- cgit v1.2.3