[FFmpeg-soc] [soc]: r5849 - aac-sbr/aacsbr.c aac-sbr/aacsbr.h aac-sbr/aacsbr_internal.h aac-sbr/aacsbrdata.h aac/aac.c aac/aac.h aac/aacdectab.h aac/aactab.c aac/aactab.h aacenc/3gpp-based/aac.h aacenc/3gpp-bas...
diego
subversion at mplayerhq.hu
Thu Jul 8 15:32:31 CEST 2010
Author: diego
Date: Thu Jul 8 15:32:31 2010
New Revision: 5849
Log:
Remove unnecessary and harmful explicit filenames from @file doxygen commands.
Modified:
aac-sbr/aacsbr.c
aac-sbr/aacsbr.h
aac-sbr/aacsbr_internal.h
aac-sbr/aacsbrdata.h
aac/aac.c
aac/aac.h
aac/aacdectab.h
aac/aactab.c
aac/aactab.h
aacenc/3gpp-based/aac.h
aacenc/3gpp-based/aacenc.c
aacenc/3gpp-based/aacpsy.c
aacenc/3gpp-based/lowpass.c
aacenc/3gpp-based/lowpass.h
aacenc/aac.h
aacenc/aaccoder.c
aacenc/aacenc.c
aacenc/aacpsy.c
afilters/af_null.c
afilters/af_vol.c
afilters/parseutils.c
afilters/parseutils.h
als/als_data.h
als/alsdec.c
amr/amrfixeddata.h
amr/amrnbdata.h
amr/amrnbdec.c
amr/amrnbfixeddec.c
concat/libavformat/avplaylist.c
concat/libavformat/avplaylist.h
concat/libavformat/concat.c
concat/libavformat/concat.h
concat/libavformat/concatgen.c
concat/libavformat/datanode.c
concat/libavformat/datanode.h
concat/libavformat/m3u.c
concat/libavformat/playlist.c
concat/libavformat/playlist.h
concat/libavformat/pls.c
concat/libavformat/xspf.c
dirac/libavcodec/dirac.c
dirac/libavcodec/dirac.h
dirac/libavcodec/dirac_arith.c
dirac/libavcodec/dirac_arith.h
dirac/libavcodec/dirac_parser.c
dirac/libavcodec/dirac_wavelet.c
dirac/libavcodec/dirac_wavelet.h
dirac/libavcodec/diracdec.c
dirac/libavcodec/diracenc.c
dvbmuxer/ffmpeg_svn.patch
dvbmuxer/mpegpes.h
indeo4/indeo4.c
indeo4/indeo4data.h
indeo5/indeo5.c
indeo5/indeo5data.h
indeo5/ivi_common.c
indeo5/ivi_common.h
indeo5/ivi_dsp.c
indeo5/ivi_dsp.h
jpeg2000/dwt.c
jpeg2000/dwt.h
jpeg2000/j2k.c
jpeg2000/j2k.h
jpeg2000/j2kdec.c
jpeg2000/j2kenc.c
jpeg2000/mqc.c
jpeg2000/mqc.h
jpeg2000/mqcdec.c
jpeg2000/mqcenc.c
libavfilter/vf_rotate.c
libavfilter/vf_transpose.c
nellyenc/nellymoserenc.c
qcelp/qcelp_parser.c
qcelp/qcelpdata.h
qcelp/qcelpdec.c
rtmp/rtmpproto.c
rv40/h264pred.c
rv40/h264pred.h
rv40/rv30.c
rv40/rv30data.h
rv40/rv34.c
rv40/rv34.h
rv40/rv34data.h
rv40/rv34vlc.h
rv40/rv40.c
rv40/rv40data.h
rv40/rv40dsp.c
rv40/rv40vlc2.h
seek_api/utils.c
spdif/spdif.c
vc-1/demuxer/vc1test.c
vc-1/try0/vc1.c
vc-1/try0/vc1data.h
vorbis_enc/vorbis_enc.c
wmapro/wmaprodata.h
wmapro/wmaprodec.c
Modified: aac-sbr/aacsbr.c
==============================================================================
--- aac-sbr/aacsbr.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aac-sbr/aacsbr.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file libavcodec/aacsbr.c
+ * @file
* AAC Spectral Band Replication decoding functions
* @author Robert Swain ( rob opendot cl )
*/
Modified: aac-sbr/aacsbr.h
==============================================================================
--- aac-sbr/aacsbr.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aac-sbr/aacsbr.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/aacsbr.h
+ * @file
* AAC Spectral Band Replication definitions and structures
* @author Robert Swain ( rob opendot cl )
*/
Modified: aac-sbr/aacsbr_internal.h
==============================================================================
--- aac-sbr/aacsbr_internal.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aac-sbr/aacsbr_internal.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/aacsbr_internal.h
+ * @file
* AAC Spectral Band Replication function declarations
* @author Robert Swain ( rob opendot cl )
*/
Modified: aac-sbr/aacsbrdata.h
==============================================================================
--- aac-sbr/aacsbrdata.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aac-sbr/aacsbrdata.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/aacsbrdata.h
+ * @file
* AAC Spectral Band Replication decoding data
* @author Robert Swain ( rob opendot cl )
*/
Modified: aac/aac.c
==============================================================================
--- aac/aac.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aac/aac.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file aac.c
+ * @file
* AAC decoder
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
Modified: aac/aac.h
==============================================================================
--- aac/aac.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aac/aac.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file aac.h
+ * @file
* AAC definitions and structures
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
Modified: aac/aacdectab.h
==============================================================================
--- aac/aacdectab.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aac/aacdectab.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file aacdectab.h
+ * @file
* AAC decoder data
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
Modified: aac/aactab.c
==============================================================================
--- aac/aactab.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aac/aactab.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file aactab.c
+ * @file
* AAC data
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aac/aactab.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file aactab.h
+ * @file
* AAC data declarations
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
Modified: aacenc/3gpp-based/aac.h
==============================================================================
--- aacenc/3gpp-based/aac.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/3gpp-based/aac.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file aac.h
+ * @file
* AAC definitions and structures
* @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
Modified: aacenc/3gpp-based/aacenc.c
==============================================================================
--- aacenc/3gpp-based/aacenc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/3gpp-based/aacenc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file aacenc.c
+ * @file
* AAC encoder
*/
Modified: aacenc/3gpp-based/aacpsy.c
==============================================================================
--- aacenc/3gpp-based/aacpsy.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/3gpp-based/aacpsy.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file aacpsy.c
+ * @file
* AAC encoder psychoacoustic model
*/
Modified: aacenc/3gpp-based/lowpass.c
==============================================================================
--- aacenc/3gpp-based/lowpass.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/3gpp-based/lowpass.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file lowpass.c
+ * @file
* lowpass filter implementation
*/
Modified: aacenc/3gpp-based/lowpass.h
==============================================================================
--- aacenc/3gpp-based/lowpass.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/3gpp-based/lowpass.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file lowpass.h
+ * @file
* lowpass filter interface
*/
Modified: aacenc/aac.h
==============================================================================
--- aacenc/aac.h Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/aac.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -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 )
Modified: aacenc/aaccoder.c
==============================================================================
--- aacenc/aaccoder.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/aaccoder.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/aaccoder.c
+ * @file
* AAC coefficients encoder
*/
Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/aacenc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/aacenc.c
+ * @file
* AAC encoder
*/
Modified: aacenc/aacpsy.c
==============================================================================
--- aacenc/aacpsy.c Sun Jul 4 21:08:10 2010 (r5848)
+++ aacenc/aacpsy.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/aacpsy.c
+ * @file
* AAC encoder psychoacoustic model
*/
Modified: afilters/af_null.c
==============================================================================
--- afilters/af_null.c Sun Jul 4 21:08:10 2010 (r5848)
+++ afilters/af_null.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -17,7 +17,7 @@
*/
/**
- * @file libavfilter/vf_null.c
+ * @file
* null filter. used as an example, or for development
*/
Modified: afilters/af_vol.c
==============================================================================
--- afilters/af_vol.c Sun Jul 4 21:08:10 2010 (r5848)
+++ afilters/af_vol.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -17,7 +17,7 @@
*/
/**
- * @file libavfilter/af_vol.c
+ * @file
* null filter. used as an example, or for development
*/
Modified: afilters/parseutils.c
==============================================================================
--- afilters/parseutils.c Sun Jul 4 21:08:10 2010 (r5848)
+++ afilters/parseutils.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -18,7 +18,7 @@
*/
/**
- * @file libavfilter/parseutils.c
+ * @file
* parsing utils
*/
Modified: afilters/parseutils.h
==============================================================================
--- afilters/parseutils.h Sun Jul 4 21:08:10 2010 (r5848)
+++ afilters/parseutils.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -18,7 +18,7 @@
*/
/**
- * @file libavfilter/parseutils.h
+ * @file
* parsing utils
*/
Modified: als/als_data.h
==============================================================================
--- als/als_data.h Sun Jul 4 21:08:10 2010 (r5848)
+++ als/als_data.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -23,7 +23,7 @@
#define AVCODEC_ALS_DATA_H
/**
- * @file libavcodec/als_data.h
+ * @file
* MPEG-4 ALS common data tables
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ als/alsdec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/alsdec.c
+ * @file
* MPEG-4 ALS decoder
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/
Modified: amr/amrfixeddata.h
==============================================================================
--- amr/amrfixeddata.h Sun Jul 4 21:08:10 2010 (r5848)
+++ amr/amrfixeddata.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -23,7 +23,7 @@
#define AVCODEC_AMRFIXEDDATA_H
/**
- * @file libavcodec/amrfixeddata.h
+ * @file
* AMR data and definitions
*/
Modified: amr/amrnbdata.h
==============================================================================
--- amr/amrnbdata.h Sun Jul 4 21:08:10 2010 (r5848)
+++ amr/amrnbdata.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -22,7 +22,7 @@
/**
- * @file libavcodec/amrnbdata.h
+ * @file
* AMR narrowband data and definitions
*/
Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ amr/amrnbdec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -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
Modified: amr/amrnbfixeddec.c
==============================================================================
--- amr/amrnbfixeddec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ amr/amrnbfixeddec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
- * @file libavcodec/amrnbfixeddec.c
+ * @file
* AMR narrowband decoder
*/
Modified: concat/libavformat/avplaylist.c
==============================================================================
--- concat/libavformat/avplaylist.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/avplaylist.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/avplaylist.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief General components used by playlist formats
Modified: concat/libavformat/avplaylist.h
==============================================================================
--- concat/libavformat/avplaylist.h Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/avplaylist.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/avplaylist.h
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief General components used by playlist formats
Modified: concat/libavformat/concat.c
==============================================================================
--- concat/libavformat/concat.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/concat.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/concat.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief Minimal playlist/concatenation demuxer
Modified: concat/libavformat/concat.h
==============================================================================
--- concat/libavformat/concat.h Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/concat.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/concat.h
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief Minimal playlist/concatenation demuxer
Modified: concat/libavformat/concatgen.c
==============================================================================
--- concat/libavformat/concatgen.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/concatgen.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/concatgen.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief Generic functions used by playlist/concatenation demuxers
Modified: concat/libavformat/datanode.c
==============================================================================
--- concat/libavformat/datanode.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/datanode.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/datanode.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief Format to represent ini and xml files as doubly linked 2D data nodes
Modified: concat/libavformat/datanode.h
==============================================================================
--- concat/libavformat/datanode.h Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/datanode.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/datanode.h
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief Format to represent ini and xml files as doubly linked 2D data nodes
Modified: concat/libavformat/m3u.c
==============================================================================
--- concat/libavformat/m3u.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/m3u.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/m3u.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief M3U playlist demuxer
Modified: concat/libavformat/playlist.c
==============================================================================
--- concat/libavformat/playlist.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/playlist.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/playlist.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief Internal functions used to manipulate playlists
Modified: concat/libavformat/playlist.h
==============================================================================
--- concat/libavformat/playlist.h Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/playlist.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/playlist.h
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief Internal functions used to manipulate playlists
Modified: concat/libavformat/pls.c
==============================================================================
--- concat/libavformat/pls.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/pls.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/pls.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief PLS playlist demuxer
Modified: concat/libavformat/xspf.c
==============================================================================
--- concat/libavformat/xspf.c Sun Jul 4 21:08:10 2010 (r5848)
+++ concat/libavformat/xspf.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/pls.c
+/** @file
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief XSPF playlist demuxer
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/dirac.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/dirac.c
+ * @file
* Dirac Decoder
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/dirac.h
==============================================================================
--- dirac/libavcodec/dirac.h Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/dirac.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -23,7 +23,7 @@
#define AVCODEC_DIRAC_H
/**
- * @file libavcodec/dirac.h
+ * @file
* Interfaces to Dirac Decoder/Encoder
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/dirac_arith.c
==============================================================================
--- dirac/libavcodec/dirac_arith.c Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/dirac_arith.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/dirac_arith.c
+ * @file
* Arithmetic decoder for Dirac
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/dirac_arith.h
==============================================================================
--- dirac/libavcodec/dirac_arith.h Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/dirac_arith.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/dirac_arith.h
+ * @file
* Arithmetic decoder for Dirac
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/dirac_parser.c
==============================================================================
--- dirac/libavcodec/dirac_parser.c Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/dirac_parser.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -22,7 +22,7 @@
*/
/**
- * @file libavcodec/dirac_parser.c
+ * @file
* Dirac Parser
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/dirac_wavelet.c
==============================================================================
--- dirac/libavcodec/dirac_wavelet.c Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/dirac_wavelet.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/dirac_wavelet.c
+ * @file
* Dirac wavelet functions
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/dirac_wavelet.h
==============================================================================
--- dirac/libavcodec/dirac_wavelet.h Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/dirac_wavelet.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/dirac_arith.h
+ * @file
* Dirac support interfaces
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/diracdec.c
==============================================================================
--- dirac/libavcodec/diracdec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/diracdec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/diracdec.c
+ * @file
* Dirac Decoder
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dirac/libavcodec/diracenc.c
==============================================================================
--- dirac/libavcodec/diracenc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ dirac/libavcodec/diracenc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/diracenc.c
+ * @file
* Dirac Encoder
* @author Marco Gerards <marco at gnu.org>
*/
Modified: dvbmuxer/ffmpeg_svn.patch
==============================================================================
--- dvbmuxer/ffmpeg_svn.patch Sun Jul 4 21:08:10 2010 (r5848)
+++ dvbmuxer/ffmpeg_svn.patch Thu Jul 8 15:32:31 2010 (r5849)
@@ -24,7 +24,7 @@ Index: libavformat/mpegpes.h
+ */
+
+/**
-+ * @file libavformat/mpegpes.h
++ * @file
+ * MPEG PES packetizer API header
+ */
+
Modified: dvbmuxer/mpegpes.h
==============================================================================
--- dvbmuxer/mpegpes.h Sun Jul 4 21:08:10 2010 (r5848)
+++ dvbmuxer/mpegpes.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
*/
/**
- * @file libavformat/mpegpes.h
+ * @file
* MPEG PES packetizer API header
*/
Modified: indeo4/indeo4.c
==============================================================================
--- indeo4/indeo4.c Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo4/indeo4.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/indeo4.c
+ * @file
* Indeo Video Interactive version 4 decoder
*
* Indeo4 data is usually transported within .avi or .mov files.
Modified: indeo4/indeo4data.h
==============================================================================
--- indeo4/indeo4data.h Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo4/indeo4data.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
-* @file libavcodec/indeo4data.h
+* @file
* This file contains data needed for the Indeo4 decoder.
*/
Modified: indeo5/indeo5.c
==============================================================================
--- indeo5/indeo5.c Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo5/indeo5.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -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.
Modified: indeo5/indeo5data.h
==============================================================================
--- indeo5/indeo5data.h Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo5/indeo5data.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/indeo5data.h
+ * @file
* This file contains data needed for the Indeo5 decoder.
*/
Modified: indeo5/ivi_common.c
==============================================================================
--- indeo5/ivi_common.c Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo5/ivi_common.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file libavcodec/ivi_common.c
+ * @file
* This file contains functions and data shared by both Indeo4 and
* Indeo5 decoders.
*/
Modified: indeo5/ivi_common.h
==============================================================================
--- indeo5/ivi_common.h Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo5/ivi_common.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file libavcodec/ivi_common.h
+ * @file
* This file contains structures and macros shared by both Indeo4 and
* Indeo5 decoders.
*/
Modified: indeo5/ivi_dsp.c
==============================================================================
--- indeo5/ivi_dsp.c Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo5/ivi_dsp.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file libavcodec/ivi_dsp.c
+ * @file
* DSP functions (inverse transforms, motion compensation, wavelet recompostions)
* for Indeo Video Interactive codecs.
*/
Modified: indeo5/ivi_dsp.h
==============================================================================
--- indeo5/ivi_dsp.h Sun Jul 4 21:08:10 2010 (r5848)
+++ indeo5/ivi_dsp.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file libavcodec/ivi_dsp.h
+ * @file
* DSP functions (inverse transforms, motion compensations, wavelet recompostion)
* for Indeo Video Interactive codecs.
*/
Modified: jpeg2000/dwt.c
==============================================================================
--- jpeg2000/dwt.c Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/dwt.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
* Discrete wavelet transform
- * @file libavcodec/dwt.c
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/dwt.h
==============================================================================
--- jpeg2000/dwt.h Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/dwt.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -24,7 +24,7 @@
/**
* Discrete wavelet transform
- * @file libavcodec/dwt.h
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/j2k.c
==============================================================================
--- jpeg2000/j2k.c Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/j2k.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
* JPEG2000 image encoder and decoder common functions
- * @file libavcodec/j2k.c
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/j2k.h
==============================================================================
--- jpeg2000/j2k.h Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/j2k.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -24,7 +24,7 @@
/**
* JPEG2000 tables
- * @file libavcodec/j2k.h
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/j2kdec.c
==============================================================================
--- jpeg2000/j2kdec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/j2kdec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
* JPEG2000 image decoder
- * @file libavcodec/j2kdec.c
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/j2kenc.c
==============================================================================
--- jpeg2000/j2kenc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/j2kenc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
* JPEG2000 image encoder
- * @file libavcodec/j2kenc.c
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/mqc.c
==============================================================================
--- jpeg2000/mqc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/mqc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
* MQ-coder ecoder and decoder common functions
- * @file libavcodec/mqc.c
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/mqc.h
==============================================================================
--- jpeg2000/mqc.h Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/mqc.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -24,7 +24,7 @@
/**
* MQ-coder
- * @file libavcodec/mqc.h
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/mqcdec.c
==============================================================================
--- jpeg2000/mqcdec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/mqcdec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
* MQ-coder decoder
- * @file libavcodec/mqcdec.c
+ * @file
* @author Kamil Nowosad
*/
Modified: jpeg2000/mqcenc.c
==============================================================================
--- jpeg2000/mqcenc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ jpeg2000/mqcenc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
/**
* MQ-coder encoder
- * @file libavcodec/mqcenc.c
+ * @file
* @author Kamil Nowosad
*/
Modified: libavfilter/vf_rotate.c
==============================================================================
--- libavfilter/vf_rotate.c Sun Jul 4 21:08:10 2010 (r5848)
+++ libavfilter/vf_rotate.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavfilter/vf_rotate.c
+ * @file
* rotation filter
*
* @todo copy code from rotozoom.c to remove use of floating-point
Modified: libavfilter/vf_transpose.c
==============================================================================
--- libavfilter/vf_transpose.c Sun Jul 4 21:08:10 2010 (r5848)
+++ libavfilter/vf_transpose.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavfilter/vf_transpose.c
+ * @file
* Transposition filter
*
* @todo handle packed pixel formats
Modified: nellyenc/nellymoserenc.c
==============================================================================
--- nellyenc/nellymoserenc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ nellyenc/nellymoserenc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -22,7 +22,7 @@
*/
/**
- * @file nellymoserenc.c
+ * @file
* Nellymoser encoder
* by Bartlomiej Wolowiec
*
Modified: qcelp/qcelp_parser.c
==============================================================================
--- qcelp/qcelp_parser.c Sun Jul 4 21:08:10 2010 (r5848)
+++ qcelp/qcelp_parser.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file qcelp_parser.c
+ * @file
* QCELP parser
* @author Reynaldo H. Verdejo Pinochet
*/
Modified: qcelp/qcelpdata.h
==============================================================================
--- qcelp/qcelpdata.h Sun Jul 4 21:08:10 2010 (r5848)
+++ qcelp/qcelpdata.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -23,7 +23,7 @@
#define AVCODEC_QCELPDATA_H
/**
- * @file qcelpdata.h
+ * @file
* Data tables for the QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ qcelp/qcelpdec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file qcelpdec.c
+ * @file
* QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
Modified: rtmp/rtmpproto.c
==============================================================================
--- rtmp/rtmpproto.c Sun Jul 4 21:08:10 2010 (r5848)
+++ rtmp/rtmpproto.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavformat/rtmpproto.c
+ * @file
* RTMP protocol
*/
Modified: rv40/h264pred.c
==============================================================================
--- rv40/h264pred.c Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/h264pred.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file h264pred.c
+ * @file
* H.264 / AVC / MPEG4 part10 prediction functions.
* @author Michael Niedermayer <michaelni at gmx.at>
*/
Modified: rv40/h264pred.h
==============================================================================
--- rv40/h264pred.h Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/h264pred.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file h264pred.h
+ * @file
* H.264 / AVC / MPEG4 prediction functions.
* @author Michael Niedermayer <michaelni at gmx.at>
*/
Modified: rv40/rv30.c
==============================================================================
--- rv40/rv30.c Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv30.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv30.c
+ * @file
* RV30 decoder.
*/
Modified: rv40/rv30data.h
==============================================================================
--- rv40/rv30data.h Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv30data.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv30data.h
+ * @file
* miscellaneous RV30 tables
*/
Modified: rv40/rv34.c
==============================================================================
--- rv40/rv34.c Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv34.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv34.c
+ * @file
* RV30/40 decoder common data.
*/
Modified: rv40/rv34.h
==============================================================================
--- rv40/rv34.h Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv34.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv34.h
+ * @file
* RV30 and RV40 decoder common data declarations.
*/
Modified: rv40/rv34data.h
==============================================================================
--- rv40/rv34data.h Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv34data.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv34data.h
+ * @file
* miscellaneous RV30/40 tables
*/
Modified: rv40/rv34vlc.h
==============================================================================
--- rv40/rv34vlc.h Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv34vlc.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv34vlc.h
+ * @file
* RV30/40 VLC tables.
*/
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv40.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv40.c
+ * @file
* RV40 decoder.
*/
Modified: rv40/rv40data.h
==============================================================================
--- rv40/rv40data.h Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv40data.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv40data.h
+ * @file
* miscellaneous RV40 tables
*/
Modified: rv40/rv40dsp.c
==============================================================================
--- rv40/rv40dsp.c Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv40dsp.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv40dsp.c
+ * @file
* RV40 decoder motion compensation functions
*/
Modified: rv40/rv40vlc2.h
==============================================================================
--- rv40/rv40vlc2.h Sun Jul 4 21:08:10 2010 (r5848)
+++ rv40/rv40vlc2.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file rv40vlc2.h
+ * @file
* RV40 VLC tables used for macroblock information decoding
*/
Modified: seek_api/utils.c
==============================================================================
--- seek_api/utils.c Sun Jul 4 21:08:10 2010 (r5848)
+++ seek_api/utils.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -32,7 +32,7 @@
#include <assert.h>
/**
- * @file libavformat/utils.c
+ * @file
* various utility functions for use within FFmpeg
*/
Modified: spdif/spdif.c
==============================================================================
--- spdif/spdif.c Sun Jul 4 21:08:10 2010 (r5848)
+++ spdif/spdif.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file libavformat/spdif.c
+ * @file
* IEC-61937 encapsulation of various formats, used by S/PDIF
* @author Bartlomiej Wolowiec
*/
Modified: vc-1/demuxer/vc1test.c
==============================================================================
--- vc-1/demuxer/vc1test.c Sun Jul 4 21:08:10 2010 (r5848)
+++ vc-1/demuxer/vc1test.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -20,7 +20,7 @@
*/
/**
- * @file vc1test.c
+ * @file
* VC1 test bitstreams file demuxer
* by Konstantin Shishkov
* Format specified in SMPTE standard 421 Annex L
Modified: vc-1/try0/vc1.c
==============================================================================
--- vc-1/try0/vc1.c Sun Jul 4 21:08:10 2010 (r5848)
+++ vc-1/try0/vc1.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file vc1.c
+ * @file
* VC-1 and WMV3 decoder
*
*/
Modified: vc-1/try0/vc1data.h
==============================================================================
--- vc-1/try0/vc1data.h Sun Jul 4 21:08:10 2010 (r5848)
+++ vc-1/try0/vc1data.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file vc1data.h
+ * @file
* VC-1 tables.
*/
Modified: vorbis_enc/vorbis_enc.c
==============================================================================
--- vorbis_enc/vorbis_enc.c Sun Jul 4 21:08:10 2010 (r5848)
+++ vorbis_enc/vorbis_enc.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -19,7 +19,7 @@
*/
/**
- * @file vorbis_enc.c
+ * @file
* Native Vorbis encoder.
* @author Oded Shimon <ods15 at ods15.dyndns.org>
*/
Modified: wmapro/wmaprodata.h
==============================================================================
--- wmapro/wmaprodata.h Sun Jul 4 21:08:10 2010 (r5848)
+++ wmapro/wmaprodata.h Thu Jul 8 15:32:31 2010 (r5849)
@@ -21,7 +21,7 @@
*/
/**
- * @file libavcodec/wmaprodata.h
+ * @file
* @brief tables for wmapro decoding
*/
Modified: wmapro/wmaprodec.c
==============================================================================
--- wmapro/wmaprodec.c Sun Jul 4 21:08:10 2010 (r5848)
+++ wmapro/wmaprodec.c Thu Jul 8 15:32:31 2010 (r5849)
@@ -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:
More information about the FFmpeg-soc
mailing list