Browse Source

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

+ 1
- 1
libavcodec/4xm.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/4xm.c
* @file
* 4XM codec.
*/



+ 1
- 1
libavcodec/8bps.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/8svx.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/8svx.c
* @file
* 8svx audio decoder
* @author Jaikrishnan Menon
* supports: fibonacci delta encoding


+ 1
- 1
libavcodec/aac.c View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/aac.h View File

@@ -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 )


+ 1
- 1
libavcodec/aaccoder.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/aaccoder.c
* @file
* AAC coefficients encoder
*/



+ 1
- 1
libavcodec/aacdectab.h View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/aacenc.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/aacenc.c
* @file
* AAC encoder
*/



+ 1
- 1
libavcodec/aacpsy.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/aacpsy.c
* @file
* AAC encoder psychoacoustic model
*/



+ 1
- 1
libavcodec/aacsbr.c View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/aacsbr.h View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/aacsbrdata.h View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/aactab.c View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/aactab.h View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/aandcttab.c View File

@@ -17,7 +17,7 @@
*/

/**
* @file libavcodec/aandcttab.c
* @file
* AAN (Arai Agui Aakajima) (I)DCT tables
*/



+ 1
- 1
libavcodec/aandcttab.h View File

@@ -17,7 +17,7 @@
*/

/**
* @file libavcodec/aandcttab.h
* @file
* AAN (Arai Agui Nakajima) (I)DCT tables
*/



+ 1
- 1
libavcodec/aasc.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/aasc.c
* @file
* Autodesk RLE Video Decoder by Konstantin Shishkov
*/



+ 1
- 1
libavcodec/ac3.c View File

@@ -20,7 +20,7 @@
*/

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



+ 1
- 1
libavcodec/ac3.h View File

@@ -20,7 +20,7 @@
*/

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



+ 1
- 1
libavcodec/ac3dec.h View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/ac3dec_data.c View File

@@ -20,7 +20,7 @@
*/

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



+ 1
- 1
libavcodec/ac3enc.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/ac3tab.c View File

@@ -20,7 +20,7 @@
*/

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



+ 1
- 1
libavcodec/adpcm.c View File

@@ -24,7 +24,7 @@
#include "bytestream.h"

/**
* @file libavcodec/adpcm.c
* @file
* ADPCM codecs.
* First version by Francois Revol (revol@free.fr)
* Fringe ADPCM codecs (e.g., DK3, DK4, Westwood)


+ 1
- 1
libavcodec/adx.h View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/adx.h
* @file
* SEGA CRI adx codecs.
*
* Reference documents:


+ 1
- 1
libavcodec/adxdec.c View File

@@ -24,7 +24,7 @@
#include "adx.h"

/**
* @file libavcodec/adxdec.c
* @file
* SEGA CRI adx codecs.
*
* Reference documents:


+ 1
- 1
libavcodec/adxenc.c View File

@@ -24,7 +24,7 @@
#include "adx.h"

/**
* @file libavcodec/adxenc.c
* @file
* SEGA CRI adx codecs.
*
* Reference documents:


+ 1
- 1
libavcodec/alac.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/allcodecs.c View File

@@ -20,7 +20,7 @@
*/

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



+ 1
- 1
libavcodec/alsdec.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/amrnbdata.h View File

@@ -22,7 +22,7 @@


/**
* @file libavcodec/amrnbdata.h
* @file
* AMR narrowband data and definitions
*/



+ 1
- 1
libavcodec/amrnbdec.c View File

@@ -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


+ 1
- 1
libavcodec/anm.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/anm.c
* @file
* Deluxe Paint Animation decoder
*/



+ 1
- 1
libavcodec/apedec.c View File

@@ -27,7 +27,7 @@
#include "bytestream.h"

/**
* @file libavcodec/apedec.c
* @file
* Monkey's Audio lossless audio decoder
*/



+ 1
- 1
libavcodec/api-example.c View File

@@ -19,7 +19,7 @@
*/

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


+ 1
- 1
libavcodec/asv1.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/asv1.c
* @file
* ASUS V1/V2 codec.
*/



+ 1
- 1
libavcodec/atrac.c View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/atrac.c
* @file
*/

#include <math.h>


+ 1
- 1
libavcodec/atrac.h View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/atrac.h
* @file
* Atrac common header
*/



+ 1
- 1
libavcodec/atrac1.c View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/atrac1data.h View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/atrac1data.h
* @file
* Atrac 1 compatible decoder data
*/



+ 1
- 1
libavcodec/atrac3.c View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/atrac3.c
* @file
* Atrac 3 compatible decoder.
* This decoder handles Sony's ATRAC3 data.
*


+ 1
- 1
libavcodec/atrac3data.h View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/atrac3data.h
* @file
* Atrac 3 AKA RealAudio 8 compatible decoder data
*/



+ 1
- 1
libavcodec/audioconvert.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/audioconvert.c
* @file
* audio conversion
* @author Michael Niedermayer <michaelni@gmx.at>
*/


+ 1
- 1
libavcodec/audioconvert.h View File

@@ -24,7 +24,7 @@
#define AVCODEC_AUDIOCONVERT_H

/**
* @file libavcodec/audioconvert.h
* @file
* Audio format conversion routines
*/



+ 1
- 1
libavcodec/aura.c View File

@@ -19,7 +19,7 @@
*/

/**
* @file libavcodec/aura.c
* @file
* Aura 2 decoder
*/



+ 1
- 1
libavcodec/avcodec.h View File

@@ -22,7 +22,7 @@
#define AVCODEC_AVCODEC_H

/**
* @file libavcodec/avcodec.h
* @file
* external API header
*/



+ 1
- 1
libavcodec/bethsoftvideo.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/bfi.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/bgmc.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/bgmc.h View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/binkaudio.c View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/binkaudio.c
* @file
* Bink Audio decoder
*
* Technical details here:


+ 1
- 1
libavcodec/binkidct.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/binkidct.c
* @file
* Bink IDCT algorithm
*/



+ 1
- 1
libavcodec/bitstream.c View File

@@ -24,7 +24,7 @@
*/

/**
* @file libavcodec/bitstream.c
* @file
* bitstream api.
*/



+ 1
- 1
libavcodec/cabac.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/cabac.c
* @file
* Context Adaptive Binary Arithmetic Coder.
*/



+ 1
- 1
libavcodec/cabac.h View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/cabac.h
* @file
* Context Adaptive Binary Arithmetic Coder.
*/



+ 1
- 1
libavcodec/cavs.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/cavs_parser.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/cavsdec.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/cdgraphics.c View File

@@ -23,7 +23,7 @@
#include "bytestream.h"

/**
* @file libavcodec/cdgraphics.c
* @file
* @brief CD Graphics Video Decoder
* @author Michael Tison
* @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics


+ 1
- 1
libavcodec/cinepak.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/cljr.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/cljr.c
* @file
* Cirrus Logic AccuPak codec.
*/



+ 1
- 1
libavcodec/colorspace.h View File

@@ -20,7 +20,7 @@
*/

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



+ 1
- 1
libavcodec/cook.c View File

@@ -21,7 +21,7 @@
*/

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


+ 1
- 1
libavcodec/cookdata.h View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/cookdata.h
* @file
* Cook AKA RealAudio G2 compatible decoderdata
*/



+ 1
- 1
libavcodec/cyuv.c View File

@@ -24,7 +24,7 @@
*/

/**
* @file libavcodec/cyuv.c
* @file
* Creative YUV (CYUV) Video Decoder.
*/



+ 0
- 4
libavcodec/dca.c View File

@@ -22,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

/**
* @file libavcodec/dca.c
*/

#include <math.h>
#include <stddef.h>
#include <stdio.h>


+ 0
- 4
libavcodec/dca_parser.c View File

@@ -22,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

/**
* @file libavcodec/dca_parser.c
*/

#include "parser.h"
#include "dca.h"



+ 0
- 4
libavcodec/dcadata.h View File

@@ -20,10 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

/**
* @file libavcodec/dcadata.h
*/

#ifndef AVCODEC_DCADATA_H
#define AVCODEC_DCADATA_H



+ 1
- 1
libavcodec/dct-test.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/dct.c View File

@@ -22,7 +22,7 @@
*/

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


+ 1
- 1
libavcodec/dctref.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/dirac.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/dirac.c
* @file
* Dirac Decoder
* @author Marco Gerards <marco@gnu.org>
*/


+ 1
- 1
libavcodec/dirac.h View File

@@ -23,7 +23,7 @@
#define AVCODEC_DIRAC_H

/**
* @file libavcodec/dirac.h
* @file
* Interfaces to Dirac Decoder/Encoder
* @author Marco Gerards <marco@gnu.org>
*/


+ 1
- 1
libavcodec/dirac_parser.c View File

@@ -22,7 +22,7 @@
*/

/**
* @file libavcodec/dirac_parser.c
* @file
* Dirac Parser
* @author Marco Gerards <marco@gnu.org>
*/


+ 1
- 1
libavcodec/dnxhd_parser.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/dnxhd_parser.c
* @file
* DNxHD/VC-3 parser
*/



+ 1
- 1
libavcodec/dsicinav.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/dsicinav.c
* @file
* Delphine Software International CIN audio/video decoders
*/



+ 1
- 1
libavcodec/dsputil.c View File

@@ -23,7 +23,7 @@
*/

/**
* @file libavcodec/dsputil.c
* @file
* DSP utils
*/



+ 1
- 1
libavcodec/dsputil.h View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/dsputil.h
* @file
* DSP utils.
* 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


+ 1
- 1
libavcodec/dv.c View File

@@ -34,7 +34,7 @@
*/

/**
* @file libavcodec/dv.c
* @file
* DV codec.
*/
#define ALT_BITSTREAM_READER


+ 1
- 1
libavcodec/dv_vlc_data.h View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/dv_vlc_data.h
* @file
* VLC constants for DV codec.
*/



+ 1
- 1
libavcodec/dvdata.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/dvdata.c
* @file
* Constants for DV codec.
*/



+ 1
- 1
libavcodec/dvdata.h View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/dvdata.h
* @file
* Constants for DV codec.
*/



+ 1
- 1
libavcodec/dxa.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file libavcodec/dxa.c
* @file
* DXA Video decoder
*/



+ 1
- 1
libavcodec/eac3dec_data.c View File

@@ -20,7 +20,7 @@
*/

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



+ 1
- 1
libavcodec/eacmv.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/eaidct.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/eamad.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/eatgq.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/eatgv.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/eatqi.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/elbg.c View File

@@ -19,7 +19,7 @@
*/

/**
* @file libavcodec/elbg.c
* @file
* Codebook Generator using the ELBG algorithm
*/



+ 1
- 1
libavcodec/error_resilience.c View File

@@ -21,7 +21,7 @@
*/

/**
* @file libavcodec/error_resilience.c
* @file
* Error resilience / concealment.
*/



+ 1
- 1
libavcodec/eval.c View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/eval.h View File

@@ -19,7 +19,7 @@
*/

/**
* @file libavcodec/eval.h
* @file
* simple arithmetic expression evaluator
*/



+ 1
- 1
libavcodec/faandct.c View File

@@ -19,7 +19,7 @@
*/

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


+ 1
- 1
libavcodec/faandct.h View File

@@ -20,7 +20,7 @@
*/

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


+ 1
- 1
libavcodec/faxcompr.c View File

@@ -21,7 +21,7 @@

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


+ 1
- 1
libavcodec/faxcompr.h View File

@@ -21,7 +21,7 @@

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


+ 1
- 1
libavcodec/fft-test.c View File

@@ -19,7 +19,7 @@
*/

/**
* @file libavcodec/fft-test.c
* @file
* FFT and MDCT tests.
*/



+ 1
- 1
libavcodec/fft.c View File

@@ -22,7 +22,7 @@
*/

/**
* @file libavcodec/fft.c
* @file
* FFT/IFFT transforms.
*/



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

Loading…
Cancel
Save