Mercurial > libavformat.hg
changeset 5969:178de7695c6c libavformat
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.
author | diego |
---|---|
date | Tue, 20 Apr 2010 14:45:34 +0000 |
parents | 9fef9c7acf03 |
children | 8bb6b2e62a62 |
files | 4xm.c aea.c aiff.h anm.c avio.h bethsoftvid.c bfi.c bink.c caf.c caf.h cafdec.c dsicin.c eacdata.c electronicarts.c filmstripdec.c filmstripenc.c flic.c flv.h idcin.c idroq.c iff.c ipmovie.c iss.c libnut.c librtmp.c matroskadec.c metadata.h mm.c mtv.c oma.c options.c os_support.h psxstr.c qcp.c rdt.c riff.h rl2.c rtmpproto.c rtpdec_asf.c rtpdec_h264.c rtpdec_xiph.c rtpenc_h264.c rtpproto.c segafilm.c sierravmd.c soxdec.c soxenc.c spdif.c tiertexseq.c tmv.c udp.c utils.c vc1test.c wc3movie.c westwood.c xa.c yop.c |
diffstat | 57 files changed, 56 insertions(+), 60 deletions(-) [+] |
line wrap: on
line diff
--- a/4xm.c Tue Apr 20 14:41:55 2010 +0000 +++ b/4xm.c Tue Apr 20 14:45:34 2010 +0000 @@ -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:
--- a/aea.c Tue Apr 20 14:41:55 2010 +0000 +++ b/aea.c Tue Apr 20 14:45:34 2010 +0000 @@ -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"
--- a/aiff.h Tue Apr 20 14:41:55 2010 +0000 +++ b/aiff.h Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/aiff.h + * @file * common header for AIFF muxer and demuxer */
--- a/anm.c Tue Apr 20 14:41:55 2010 +0000 +++ b/anm.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/anm.c + * @file * Deluxe Paint Animation demuxer */
--- a/avio.h Tue Apr 20 14:41:55 2010 +0000 +++ b/avio.h Tue Apr 20 14:45:34 2010 +0000 @@ -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
--- a/bethsoftvid.c Tue Apr 20 14:41:55 2010 +0000 +++ b/bethsoftvid.c Tue Apr 20 14:45:34 2010 +0000 @@ -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
--- a/bfi.c Tue Apr 20 14:41:55 2010 +0000 +++ b/bfi.c Tue Apr 20 14:45:34 2010 +0000 @@ -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
--- a/bink.c Tue Apr 20 14:41:55 2010 +0000 +++ b/bink.c Tue Apr 20 14:45:34 2010 +0000 @@ -21,7 +21,7 @@ */ /** - * @file libavformat/bink.c + * @file * Bink demuxer * * Technical details here:
--- a/caf.c Tue Apr 20 14:41:55 2010 +0000 +++ b/caf.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/caf.c + * @file * CAF common code */
--- a/caf.h Tue Apr 20 14:41:55 2010 +0000 +++ b/caf.h Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/caf.h + * @file * CAF common code */
--- a/cafdec.c Tue Apr 20 14:41:55 2010 +0000 +++ b/cafdec.c Tue Apr 20 14:45:34 2010 +0000 @@ -21,7 +21,7 @@ */ /** - * @file libavformat/cafdec.c + * @file * Core Audio Format demuxer */
--- a/dsicin.c Tue Apr 20 14:41:55 2010 +0000 +++ b/dsicin.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/dsicin.c + * @file * Delphine Software International CIN file demuxer */
--- a/eacdata.c Tue Apr 20 14:41:55 2010 +0000 +++ b/eacdata.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/eacdata.c + * @file * Electronic Arts cdata Format Demuxer * by Peter Ross (pross@xvid.org) *
--- a/electronicarts.c Tue Apr 20 14:41:55 2010 +0000 +++ b/electronicarts.c Tue Apr 20 14:45:34 2010 +0000 @@ -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) */
--- a/filmstripdec.c Tue Apr 20 14:41:55 2010 +0000 +++ b/filmstripdec.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/filmstripdec.c + * @file * Adobe Filmstrip demuxer */
--- a/filmstripenc.c Tue Apr 20 14:41:55 2010 +0000 +++ b/filmstripenc.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/filmstripenc.c + * @file * Adobe Filmstrip muxer */
--- a/flic.c Tue Apr 20 14:41:55 2010 +0000 +++ b/flic.c Tue Apr 20 14:45:34 2010 +0000 @@ -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
--- a/flv.h Tue Apr 20 14:41:55 2010 +0000 +++ b/flv.h Tue Apr 20 14:45:34 2010 +0000 @@ -1,5 +1,5 @@ /** - * @file libavformat/flv.h + * @file * FLV common header * * Copyright (c) 2006 The FFmpeg Project
--- a/idcin.c Tue Apr 20 14:41:55 2010 +0000 +++ b/idcin.c Tue Apr 20 14:45:34 2010 +0000 @@ -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/
--- a/idroq.c Tue Apr 20 14:41:55 2010 +0000 +++ b/idroq.c Tue Apr 20 14:45:34 2010 +0000 @@ -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:
--- a/iff.c Tue Apr 20 14:41:55 2010 +0000 +++ b/iff.c Tue Apr 20 14:45:34 2010 +0000 @@ -21,7 +21,7 @@ */ /** - * @file libavformat/iff.c + * @file * IFF file demuxer * by Jaikrishnan Menon * for more information on the .iff file format, visit:
--- a/ipmovie.c Tue Apr 20 14:41:55 2010 +0000 +++ b/ipmovie.c Tue Apr 20 14:45:34 2010 +0000 @@ -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:
--- a/iss.c Tue Apr 20 14:41:55 2010 +0000 +++ b/iss.c Tue Apr 20 14:45:34 2010 +0000 @@ -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:
--- a/libnut.c Tue Apr 20 14:41:55 2010 +0000 +++ b/libnut.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/libnut.c + * @file * NUT demuxing and muxing via libnut. * @author Oded Shimon <ods15@ods15.dyndns.org> */
--- a/librtmp.c Tue Apr 20 14:41:55 2010 +0000 +++ b/librtmp.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/librtmp.c + * @file * RTMP protocol based on http://rtmpdump.mplayerhq.hu/ librtmp */
--- a/matroskadec.c Tue Apr 20 14:41:55 2010 +0000 +++ b/matroskadec.c Tue Apr 20 14:45:34 2010 +0000 @@ -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>
--- a/metadata.h Tue Apr 20 14:41:55 2010 +0000 +++ b/metadata.h Tue Apr 20 14:45:34 2010 +0000 @@ -22,7 +22,7 @@ #define AVFORMAT_METADATA_H /** - * @file libavformat/metadata.h + * @file * internal metadata API header * see avformat.h or the public API! */
--- a/mm.c Tue Apr 20 14:41:55 2010 +0000 +++ b/mm.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/mm.c + * @file * American Laser Games MM Format Demuxer * by Peter Ross (pross@xvid.org) *
--- a/mtv.c Tue Apr 20 14:41:55 2010 +0000 +++ b/mtv.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/mtv.c + * @file * MTV demuxer. */
--- a/oma.c Tue Apr 20 14:41:55 2010 +0000 +++ b/oma.c Tue Apr 20 14:45:34 2010 +0000 @@ -22,7 +22,7 @@ */ /** - * @file libavformat/oma.c + * @file * This is a demuxer for Sony OpenMG Music files * * Known file extensions: ".oma", "aa3"
--- a/options.c Tue Apr 20 14:41:55 2010 +0000 +++ b/options.c Tue Apr 20 14:45:34 2010 +0000 @@ -21,7 +21,7 @@ #include "libavcodec/opt.h" /** - * @file libavformat/options.c + * @file * Options definition for AVFormatContext. */
--- a/os_support.h Tue Apr 20 14:41:55 2010 +0000 +++ b/os_support.h Tue Apr 20 14:45:34 2010 +0000 @@ -23,7 +23,7 @@ #define AVFORMAT_OS_SUPPORT_H /** - * @file libavformat/os_support.h + * @file * miscellaneous OS support macros and functions. */
--- a/psxstr.c Tue Apr 20 14:41:55 2010 +0000 +++ b/psxstr.c Tue Apr 20 14:45:34 2010 +0000 @@ -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
--- a/qcp.c Tue Apr 20 14:41:55 2010 +0000 +++ b/qcp.c Tue Apr 20 14:45:34 2010 +0000 @@ -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"
--- a/rdt.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rdt.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rdt.c + * @file * @brief Realmedia RTSP protocol (RDT) support * @author Ronald S. Bultje <rbultje@ronald.bitfreak.net> */
--- a/riff.h Tue Apr 20 14:41:55 2010 +0000 +++ b/riff.h Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/riff.h + * @file * internal header for RIFF based (de)muxers * do NOT include this in end user applications */
--- a/rl2.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rl2.c Tue Apr 20 14:45:34 2010 +0000 @@ -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
--- a/rtmpproto.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rtmpproto.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtmpproto.c + * @file * RTMP protocol */
--- a/rtpdec_asf.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rtpdec_asf.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtpdec_asf.c + * @file * @brief Microsoft RTP/ASF support * @author Ronald S. Bultje <rbultje@ronald.bitfreak.net> */
--- a/rtpdec_h264.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rtpdec_h264.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** -* @file libavformat/rtpdec_h264.c +* @file * @brief H.264 / RTP Code (RFC3984) * @author Ryan Martell <rdm4@martellventures.com> *
--- a/rtpdec_xiph.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rtpdec_xiph.c Tue Apr 20 14:45:34 2010 +0000 @@ -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>
--- a/rtpenc_h264.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rtpenc_h264.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtpenc_h264.c + * @file * @brief H.264 packetization * @author Luca Abeni <lucabe72@email.it> */
--- a/rtpproto.c Tue Apr 20 14:41:55 2010 +0000 +++ b/rtpproto.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/rtpproto.c + * @file * RTP protocol */
--- a/segafilm.c Tue Apr 20 14:41:55 2010 +0000 +++ b/segafilm.c Tue Apr 20 14:45:34 2010 +0000 @@ -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:
--- a/sierravmd.c Tue Apr 20 14:41:55 2010 +0000 +++ b/sierravmd.c Tue Apr 20 14:45:34 2010 +0000 @@ -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:
--- a/soxdec.c Tue Apr 20 14:41:55 2010 +0000 +++ b/soxdec.c Tue Apr 20 14:45:34 2010 +0000 @@ -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 */
--- a/soxenc.c Tue Apr 20 14:41:55 2010 +0000 +++ b/soxenc.c Tue Apr 20 14:45:34 2010 +0000 @@ -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 */
--- a/spdif.c Tue Apr 20 14:41:55 2010 +0000 +++ b/spdif.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/spdif.c + * @file * IEC-61937 encapsulation of various formats, used by S/PDIF * @author Bartlomiej Wolowiec */
--- a/tiertexseq.c Tue Apr 20 14:41:55 2010 +0000 +++ b/tiertexseq.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/tiertexseq.c + * @file * Tiertex Limited SEQ file demuxer */
--- a/tmv.c Tue Apr 20 14:41:55 2010 +0000 +++ b/tmv.c Tue Apr 20 14:45:34 2010 +0000 @@ -21,7 +21,7 @@ /** * 8088flex TMV file demuxer - * @file libavformat/tmv.c + * @file * @author Daniel Verkamp * @sa http://www.oldskool.org/pc/8088_Corruption */
--- a/udp.c Tue Apr 20 14:41:55 2010 +0000 +++ b/udp.c Tue Apr 20 14:45:34 2010 +0000 @@ -20,7 +20,7 @@ */ /** - * @file libavformat/udp.c + * @file * UDP protocol */
--- a/utils.c Tue Apr 20 14:41:55 2010 +0000 +++ b/utils.c Tue Apr 20 14:45:34 2010 +0000 @@ -37,7 +37,7 @@ #include <assert.h> /** - * @file libavformat/utils.c + * @file * various utility functions for use within FFmpeg */
--- a/vc1test.c Tue Apr 20 14:41:55 2010 +0000 +++ b/vc1test.c Tue Apr 20 14:45:34 2010 +0000 @@ -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
--- a/wc3movie.c Tue Apr 20 14:41:55 2010 +0000 +++ b/wc3movie.c Tue Apr 20 14:45:34 2010 +0000 @@ -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:
--- a/westwood.c Tue Apr 20 14:41:55 2010 +0000 +++ b/westwood.c Tue Apr 20 14:45:34 2010 +0000 @@ -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: