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
release/0.6
Diego Biurrun 15 years ago
parent e1ae1642cb
commit ba87f0801d
  1. 2
      libavcodec/4xm.c
  2. 2
      libavcodec/8bps.c
  3. 2
      libavcodec/8svx.c
  4. 2
      libavcodec/aac.c
  5. 2
      libavcodec/aac.h
  6. 2
      libavcodec/aaccoder.c
  7. 2
      libavcodec/aacdectab.h
  8. 2
      libavcodec/aacenc.c
  9. 2
      libavcodec/aacpsy.c
  10. 2
      libavcodec/aacsbr.c
  11. 2
      libavcodec/aacsbr.h
  12. 2
      libavcodec/aacsbrdata.h
  13. 2
      libavcodec/aactab.c
  14. 2
      libavcodec/aactab.h
  15. 2
      libavcodec/aandcttab.c
  16. 2
      libavcodec/aandcttab.h
  17. 2
      libavcodec/aasc.c
  18. 2
      libavcodec/ac3.c
  19. 2
      libavcodec/ac3.h
  20. 2
      libavcodec/ac3dec.h
  21. 2
      libavcodec/ac3dec_data.c
  22. 2
      libavcodec/ac3enc.c
  23. 2
      libavcodec/ac3tab.c
  24. 2
      libavcodec/adpcm.c
  25. 2
      libavcodec/adx.h
  26. 2
      libavcodec/adxdec.c
  27. 2
      libavcodec/adxenc.c
  28. 2
      libavcodec/alac.c
  29. 2
      libavcodec/allcodecs.c
  30. 2
      libavcodec/alsdec.c
  31. 2
      libavcodec/amrnbdata.h
  32. 2
      libavcodec/amrnbdec.c
  33. 2
      libavcodec/anm.c
  34. 2
      libavcodec/apedec.c
  35. 2
      libavcodec/api-example.c
  36. 2
      libavcodec/asv1.c
  37. 2
      libavcodec/atrac.c
  38. 2
      libavcodec/atrac.h
  39. 2
      libavcodec/atrac1.c
  40. 2
      libavcodec/atrac1data.h
  41. 2
      libavcodec/atrac3.c
  42. 2
      libavcodec/atrac3data.h
  43. 2
      libavcodec/audioconvert.c
  44. 2
      libavcodec/audioconvert.h
  45. 2
      libavcodec/aura.c
  46. 2
      libavcodec/avcodec.h
  47. 2
      libavcodec/bethsoftvideo.c
  48. 2
      libavcodec/bfi.c
  49. 2
      libavcodec/bgmc.c
  50. 2
      libavcodec/bgmc.h
  51. 2
      libavcodec/binkaudio.c
  52. 2
      libavcodec/binkidct.c
  53. 2
      libavcodec/bitstream.c
  54. 2
      libavcodec/cabac.c
  55. 2
      libavcodec/cabac.h
  56. 2
      libavcodec/cavs.c
  57. 2
      libavcodec/cavs_parser.c
  58. 2
      libavcodec/cavsdec.c
  59. 2
      libavcodec/cdgraphics.c
  60. 2
      libavcodec/cinepak.c
  61. 2
      libavcodec/cljr.c
  62. 2
      libavcodec/colorspace.h
  63. 2
      libavcodec/cook.c
  64. 2
      libavcodec/cookdata.h
  65. 2
      libavcodec/cyuv.c
  66. 4
      libavcodec/dca.c
  67. 4
      libavcodec/dca_parser.c
  68. 4
      libavcodec/dcadata.h
  69. 2
      libavcodec/dct-test.c
  70. 2
      libavcodec/dct.c
  71. 2
      libavcodec/dctref.c
  72. 2
      libavcodec/dirac.c
  73. 2
      libavcodec/dirac.h
  74. 2
      libavcodec/dirac_parser.c
  75. 2
      libavcodec/dnxhd_parser.c
  76. 2
      libavcodec/dsicinav.c
  77. 2
      libavcodec/dsputil.c
  78. 2
      libavcodec/dsputil.h
  79. 2
      libavcodec/dv.c
  80. 2
      libavcodec/dv_vlc_data.h
  81. 2
      libavcodec/dvdata.c
  82. 2
      libavcodec/dvdata.h
  83. 2
      libavcodec/dxa.c
  84. 2
      libavcodec/eac3dec_data.c
  85. 2
      libavcodec/eacmv.c
  86. 2
      libavcodec/eaidct.c
  87. 2
      libavcodec/eamad.c
  88. 2
      libavcodec/eatgq.c
  89. 2
      libavcodec/eatgv.c
  90. 2
      libavcodec/eatqi.c
  91. 2
      libavcodec/elbg.c
  92. 2
      libavcodec/error_resilience.c
  93. 2
      libavcodec/eval.c
  94. 2
      libavcodec/eval.h
  95. 2
      libavcodec/faandct.c
  96. 2
      libavcodec/faandct.h
  97. 2
      libavcodec/faxcompr.c
  98. 2
      libavcodec/faxcompr.h
  99. 2
      libavcodec/fft-test.c
  100. 2
      libavcodec/fft.c
  101. Some files were not shown because too many files have changed in this diff Show More

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/4xm.c * @file
* 4XM codec. * 4XM codec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/8bps.c * @file
* QT 8BPS Video Decoder by Roberto Togni * QT 8BPS Video Decoder by Roberto Togni
* For more information about the 8BPS format, visit: * For more information about the 8BPS format, visit:
* http://www.pcisys.net/~melanson/codecs/ * http://www.pcisys.net/~melanson/codecs/

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/8svx.c * @file
* 8svx audio decoder * 8svx audio decoder
* @author Jaikrishnan Menon * @author Jaikrishnan Menon
* supports: fibonacci delta encoding * supports: fibonacci delta encoding

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/aac.c * @file
* AAC decoder * AAC decoder
* @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com )

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/aac.h * @file
* AAC definitions and structures * AAC definitions and structures
* @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com )

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/aaccoder.c * @file
* AAC coefficients encoder * AAC coefficients encoder
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/aacdectab.h * @file
* AAC decoder data * AAC decoder data
* @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com )

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/aacenc.c * @file
* AAC encoder * AAC encoder
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/aacpsy.c * @file
* AAC encoder psychoacoustic model * AAC encoder psychoacoustic model
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/aacsbr.c * @file
* AAC Spectral Band Replication decoding functions * AAC Spectral Band Replication decoding functions
* @author Robert Swain ( rob opendot cl ) * @author Robert Swain ( rob opendot cl )
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/aacsbr.h * @file
* AAC Spectral Band Replication function declarations * AAC Spectral Band Replication function declarations
* @author Robert Swain ( rob opendot cl ) * @author Robert Swain ( rob opendot cl )
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/aacsbrdata.h * @file
* AAC Spectral Band Replication decoding data * AAC Spectral Band Replication decoding data
* @author Robert Swain ( rob opendot cl ) * @author Robert Swain ( rob opendot cl )
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/aactab.c * @file
* AAC data * AAC data
* @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com )

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/aactab.h * @file
* AAC data declarations * AAC data declarations
* @author Oded Shimon ( ods15 ods15 dyndns org ) * @author Oded Shimon ( ods15 ods15 dyndns org )
* @author Maxim Gavrilov ( maxim.gavrilov gmail com ) * @author Maxim Gavrilov ( maxim.gavrilov gmail com )

@ -17,7 +17,7 @@
*/ */
/** /**
* @file libavcodec/aandcttab.c * @file
* AAN (Arai Agui Aakajima) (I)DCT tables * AAN (Arai Agui Aakajima) (I)DCT tables
*/ */

@ -17,7 +17,7 @@
*/ */
/** /**
* @file libavcodec/aandcttab.h * @file
* AAN (Arai Agui Nakajima) (I)DCT tables * AAN (Arai Agui Nakajima) (I)DCT tables
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/aasc.c * @file
* Autodesk RLE Video Decoder by Konstantin Shishkov * Autodesk RLE Video Decoder by Konstantin Shishkov
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/ac3.c * @file
* Common code between the AC-3 encoder and decoder. * Common code between the AC-3 encoder and decoder.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/ac3.h * @file
* Common code between the AC-3 encoder and decoder. * Common code between the AC-3 encoder and decoder.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/ac3.h * @file
* Common code between the AC-3 and E-AC-3 decoders. * Common code between the AC-3 and E-AC-3 decoders.
* *
* Summary of MDCT Coefficient Grouping: * Summary of MDCT Coefficient Grouping:

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/ac3dec_data.c * @file
* Tables taken directly from the AC-3 spec. * Tables taken directly from the AC-3 spec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/ac3enc.c * @file
* The simplest AC-3 encoder. * The simplest AC-3 encoder.
*/ */
//#define DEBUG //#define DEBUG

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/ac3tab.c * @file
* tables taken directly from the AC-3 spec. * tables taken directly from the AC-3 spec.
*/ */

@ -24,7 +24,7 @@
#include "bytestream.h" #include "bytestream.h"
/** /**
* @file libavcodec/adpcm.c * @file
* ADPCM codecs. * ADPCM codecs.
* First version by Francois Revol (revol@free.fr) * First version by Francois Revol (revol@free.fr)
* Fringe ADPCM codecs (e.g., DK3, DK4, Westwood) * Fringe ADPCM codecs (e.g., DK3, DK4, Westwood)

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/adx.h * @file
* SEGA CRI adx codecs. * SEGA CRI adx codecs.
* *
* Reference documents: * Reference documents:

@ -24,7 +24,7 @@
#include "adx.h" #include "adx.h"
/** /**
* @file libavcodec/adxdec.c * @file
* SEGA CRI adx codecs. * SEGA CRI adx codecs.
* *
* Reference documents: * Reference documents:

@ -24,7 +24,7 @@
#include "adx.h" #include "adx.h"
/** /**
* @file libavcodec/adxenc.c * @file
* SEGA CRI adx codecs. * SEGA CRI adx codecs.
* *
* Reference documents: * Reference documents:

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/alac.c * @file
* ALAC (Apple Lossless Audio Codec) decoder * ALAC (Apple Lossless Audio Codec) decoder
* @author 2005 David Hammerton * @author 2005 David Hammerton
* *

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/allcodecs.c * @file
* Provides registration of all codecs, parsers and bitstream filters for libavcodec. * Provides registration of all codecs, parsers and bitstream filters for libavcodec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/alsdec.c * @file
* MPEG-4 ALS decoder * MPEG-4 ALS decoder
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/ */

@ -22,7 +22,7 @@
/** /**
* @file libavcodec/amrnbdata.h * @file
* AMR narrowband data and definitions * AMR narrowband data and definitions
*/ */

@ -22,7 +22,7 @@
/** /**
* @file libavcodec/amrnbdec.c * @file
* AMR narrowband decoder * AMR narrowband decoder
* *
* This decoder uses floats for simplicity and so is not bit-exact. One * This decoder uses floats for simplicity and so is not bit-exact. One

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/anm.c * @file
* Deluxe Paint Animation decoder * Deluxe Paint Animation decoder
*/ */

@ -27,7 +27,7 @@
#include "bytestream.h" #include "bytestream.h"
/** /**
* @file libavcodec/apedec.c * @file
* Monkey's Audio lossless audio decoder * Monkey's Audio lossless audio decoder
*/ */

@ -19,7 +19,7 @@
*/ */
/** /**
* @file libavcodec/apiexample.c * @file
* avcodec API use example. * avcodec API use example.
* *
* Note that this library only handles codecs (mpeg, mpeg4, etc...), * Note that this library only handles codecs (mpeg, mpeg4, etc...),

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/asv1.c * @file
* ASUS V1/V2 codec. * ASUS V1/V2 codec.
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/atrac.c * @file
*/ */
#include <math.h> #include <math.h>

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/atrac.h * @file
* Atrac common header * Atrac common header
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/atrac1.c * @file
* Atrac 1 compatible decoder. * Atrac 1 compatible decoder.
* This decoder handles raw ATRAC1 data and probably SDDS data. * This decoder handles raw ATRAC1 data and probably SDDS data.
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/atrac1data.h * @file
* Atrac 1 compatible decoder data * Atrac 1 compatible decoder data
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/atrac3.c * @file
* Atrac 3 compatible decoder. * Atrac 3 compatible decoder.
* This decoder handles Sony's ATRAC3 data. * This decoder handles Sony's ATRAC3 data.
* *

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/atrac3data.h * @file
* Atrac 3 AKA RealAudio 8 compatible decoder data * Atrac 3 AKA RealAudio 8 compatible decoder data
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/audioconvert.c * @file
* audio conversion * audio conversion
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>
*/ */

@ -24,7 +24,7 @@
#define AVCODEC_AUDIOCONVERT_H #define AVCODEC_AUDIOCONVERT_H
/** /**
* @file libavcodec/audioconvert.h * @file
* Audio format conversion routines * Audio format conversion routines
*/ */

@ -19,7 +19,7 @@
*/ */
/** /**
* @file libavcodec/aura.c * @file
* Aura 2 decoder * Aura 2 decoder
*/ */

@ -22,7 +22,7 @@
#define AVCODEC_AVCODEC_H #define AVCODEC_AVCODEC_H
/** /**
* @file libavcodec/avcodec.h * @file
* external API header * external API header
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/bethsoftvideo.c * @file
* @brief Bethesda Softworks VID Video Decoder * @brief Bethesda Softworks VID Video Decoder
* @author Nicholas Tung [ntung (at. ntung com] (2007-03) * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
* @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/bfi.c * @file
* @brief Brute Force & Ignorance (.bfi) video decoder * @brief Brute Force & Ignorance (.bfi) video decoder
* @author Sisir Koppaka ( sisir.koppaka at gmail dot com ) * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
* @sa http://wiki.multimedia.cx/index.php?title=BFI * @sa http://wiki.multimedia.cx/index.php?title=BFI

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/bgmc.c * @file
* Block Gilbert-Moore decoder as used by MPEG-4 ALS * Block Gilbert-Moore decoder as used by MPEG-4 ALS
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/bgmc.h * @file
* Block Gilbert-Moore decoder header * Block Gilbert-Moore decoder header
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/binkaudio.c * @file
* Bink Audio decoder * Bink Audio decoder
* *
* Technical details here: * Technical details here:

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/binkidct.c * @file
* Bink IDCT algorithm * Bink IDCT algorithm
*/ */

@ -24,7 +24,7 @@
*/ */
/** /**
* @file libavcodec/bitstream.c * @file
* bitstream api. * bitstream api.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/cabac.c * @file
* Context Adaptive Binary Arithmetic Coder. * Context Adaptive Binary Arithmetic Coder.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/cabac.h * @file
* Context Adaptive Binary Arithmetic Coder. * Context Adaptive Binary Arithmetic Coder.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/cavs.c * @file
* Chinese AVS video (AVS1-P2, JiZhun profile) decoder * Chinese AVS video (AVS1-P2, JiZhun profile) decoder
* @author Stefan Gehrer <stefan.gehrer@gmx.de> * @author Stefan Gehrer <stefan.gehrer@gmx.de>
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/cavs_parser.c * @file
* Chinese AVS video (AVS1-P2, JiZhun profile) parser * Chinese AVS video (AVS1-P2, JiZhun profile) parser
* @author Stefan Gehrer <stefan.gehrer@gmx.de> * @author Stefan Gehrer <stefan.gehrer@gmx.de>
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/cavsdec.c * @file
* Chinese AVS video (AVS1-P2, JiZhun profile) decoder * Chinese AVS video (AVS1-P2, JiZhun profile) decoder
* @author Stefan Gehrer <stefan.gehrer@gmx.de> * @author Stefan Gehrer <stefan.gehrer@gmx.de>
*/ */

@ -23,7 +23,7 @@
#include "bytestream.h" #include "bytestream.h"
/** /**
* @file libavcodec/cdgraphics.c * @file
* @brief CD Graphics Video Decoder * @brief CD Graphics Video Decoder
* @author Michael Tison * @author Michael Tison
* @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/cinepak.c * @file
* Cinepak video decoder * Cinepak video decoder
* by Ewald Snel <ewald@rambo.its.tudelft.nl> * by Ewald Snel <ewald@rambo.its.tudelft.nl>
* For more information on the Cinepak algorithm, visit: * For more information on the Cinepak algorithm, visit:

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/cljr.c * @file
* Cirrus Logic AccuPak codec. * Cirrus Logic AccuPak codec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/colorspace.h * @file
* Various defines for YUV<->RGB conversion * Various defines for YUV<->RGB conversion
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/cook.c * @file
* Cook compatible decoder. Bastardization of the G.722.1 standard. * Cook compatible decoder. Bastardization of the G.722.1 standard.
* This decoder handles RealNetworks, RealAudio G2 data. * This decoder handles RealNetworks, RealAudio G2 data.
* Cook is identified by the codec name cook in RM files. * Cook is identified by the codec name cook in RM files.

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/cookdata.h * @file
* Cook AKA RealAudio G2 compatible decoderdata * Cook AKA RealAudio G2 compatible decoderdata
*/ */

@ -24,7 +24,7 @@
*/ */
/** /**
* @file libavcodec/cyuv.c * @file
* Creative YUV (CYUV) Video Decoder. * Creative YUV (CYUV) Video Decoder.
*/ */

@ -22,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/**
* @file libavcodec/dca.c
*/
#include <math.h> #include <math.h>
#include <stddef.h> #include <stddef.h>
#include <stdio.h> #include <stdio.h>

@ -22,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/**
* @file libavcodec/dca_parser.c
*/
#include "parser.h" #include "parser.h"
#include "dca.h" #include "dca.h"

@ -20,10 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/**
* @file libavcodec/dcadata.h
*/
#ifndef AVCODEC_DCADATA_H #ifndef AVCODEC_DCADATA_H
#define AVCODEC_DCADATA_H #define AVCODEC_DCADATA_H

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dct-test.c * @file
* DCT test (c) 2001 Fabrice Bellard * DCT test (c) 2001 Fabrice Bellard
* Started from sample code by Juan J. Sierralta P. * Started from sample code by Juan J. Sierralta P.
*/ */

@ -22,7 +22,7 @@
*/ */
/** /**
* @file libavcodec/dct.c * @file
* (Inverse) Discrete Cosine Transforms. These are also known as the * (Inverse) Discrete Cosine Transforms. These are also known as the
* type II and type III DCTs respectively. * type II and type III DCTs respectively.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dctref.c * @file
* reference discrete cosine transform (double precision) * reference discrete cosine transform (double precision)
* *
* @author Dylan Yudaken (dyudaken at gmail) * @author Dylan Yudaken (dyudaken at gmail)

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dirac.c * @file
* Dirac Decoder * Dirac Decoder
* @author Marco Gerards <marco@gnu.org> * @author Marco Gerards <marco@gnu.org>
*/ */

@ -23,7 +23,7 @@
#define AVCODEC_DIRAC_H #define AVCODEC_DIRAC_H
/** /**
* @file libavcodec/dirac.h * @file
* Interfaces to Dirac Decoder/Encoder * Interfaces to Dirac Decoder/Encoder
* @author Marco Gerards <marco@gnu.org> * @author Marco Gerards <marco@gnu.org>
*/ */

@ -22,7 +22,7 @@
*/ */
/** /**
* @file libavcodec/dirac_parser.c * @file
* Dirac Parser * Dirac Parser
* @author Marco Gerards <marco@gnu.org> * @author Marco Gerards <marco@gnu.org>
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dnxhd_parser.c * @file
* DNxHD/VC-3 parser * DNxHD/VC-3 parser
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dsicinav.c * @file
* Delphine Software International CIN audio/video decoders * Delphine Software International CIN audio/video decoders
*/ */

@ -23,7 +23,7 @@
*/ */
/** /**
* @file libavcodec/dsputil.c * @file
* DSP utils * DSP utils
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/dsputil.h * @file
* DSP utils. * DSP utils.
* note, many functions in here may use MMX which trashes the FPU state, it is * 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 * absolutely necessary to call emms_c() between dsp & float/double code

@ -34,7 +34,7 @@
*/ */
/** /**
* @file libavcodec/dv.c * @file
* DV codec. * DV codec.
*/ */
#define ALT_BITSTREAM_READER #define ALT_BITSTREAM_READER

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dv_vlc_data.h * @file
* VLC constants for DV codec. * VLC constants for DV codec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dvdata.c * @file
* Constants for DV codec. * Constants for DV codec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dvdata.h * @file
* Constants for DV codec. * Constants for DV codec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/dxa.c * @file
* DXA Video decoder * DXA Video decoder
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/eac3dec_data.c * @file
* Tables taken directly from the E-AC-3 spec. * Tables taken directly from the E-AC-3 spec.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/eacmv.c * @file
* Electronic Arts CMV Video Decoder * Electronic Arts CMV Video Decoder
* by Peter Ross (pross@xvid.org) * by Peter Ross (pross@xvid.org)
* *

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/eaidct.c * @file
* Electronic Arts TGQ/TQI/MAD IDCT algorithm * Electronic Arts TGQ/TQI/MAD IDCT algorithm
* @author Peter Ross <pross@xvid.org> * @author Peter Ross <pross@xvid.org>
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/eamad.c * @file
* Electronic Arts Madcow Video Decoder * Electronic Arts Madcow Video Decoder
* by Peter Ross <pross@xvid.org> * by Peter Ross <pross@xvid.org>
* *

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/eatgq.c * @file
* Electronic Arts TGQ Video Decoder * Electronic Arts TGQ Video Decoder
* @author Peter Ross <pross@xvid.org> * @author Peter Ross <pross@xvid.org>
* *

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/eatgv.c * @file
* Electronic Arts TGV Video Decoder * Electronic Arts TGV Video Decoder
* by Peter Ross (pross@xvid.org) * by Peter Ross (pross@xvid.org)
* *

@ -20,7 +20,7 @@
*/ */
/** /**
* @file eatqi.c * @file
* Electronic Arts TQI Video Decoder * Electronic Arts TQI Video Decoder
* by Peter Ross <pross@xvid.org> * by Peter Ross <pross@xvid.org>
* *

@ -19,7 +19,7 @@
*/ */
/** /**
* @file libavcodec/elbg.c * @file
* Codebook Generator using the ELBG algorithm * Codebook Generator using the ELBG algorithm
*/ */

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/error_resilience.c * @file
* Error resilience / concealment. * Error resilience / concealment.
*/ */

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/eval.c * @file
* simple arithmetic expression evaluator. * simple arithmetic expression evaluator.
* *
* see http://joe.hotchkiss.com/programming/eval/eval.html * see http://joe.hotchkiss.com/programming/eval/eval.html

@ -19,7 +19,7 @@
*/ */
/** /**
* @file libavcodec/eval.h * @file
* simple arithmetic expression evaluator * simple arithmetic expression evaluator
*/ */

@ -19,7 +19,7 @@
*/ */
/** /**
* @file libavcodec/faandct.c * @file
* @brief * @brief
* Floating point AAN DCT * Floating point AAN DCT
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/faandct.h * @file
* @brief * @brief
* Floating point AAN DCT * Floating point AAN DCT
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>

@ -21,7 +21,7 @@
/** /**
* CCITT Fax Group 3 and 4 decompression * CCITT Fax Group 3 and 4 decompression
* @file libavcodec/faxcompr.c * @file
* @author Konstantin Shishkov * @author Konstantin Shishkov
*/ */
#include "avcodec.h" #include "avcodec.h"

@ -21,7 +21,7 @@
/** /**
* CCITT Fax Group 3 and 4 decompression * CCITT Fax Group 3 and 4 decompression
* @file libavcodec/faxcompr.h * @file
* @author Konstantin Shishkov * @author Konstantin Shishkov
*/ */
#ifndef AVCODEC_FAXCOMPR_H #ifndef AVCODEC_FAXCOMPR_H

@ -19,7 +19,7 @@
*/ */
/** /**
* @file libavcodec/fft-test.c * @file
* FFT and MDCT tests. * FFT and MDCT tests.
*/ */

@ -22,7 +22,7 @@
*/ */
/** /**
* @file libavcodec/fft.c * @file
* FFT/IFFT transforms. * FFT/IFFT transforms.
*/ */

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save