ensure comment blocks that contain doxygen commands start with double asterix

Reveiwed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/8/head
Peter Ross 12 years ago committed by Michael Niedermayer
parent 88161b2a52
commit 9ccc349f77
  1. 2
      ffmpeg.c
  2. 16
      libavcodec/atrac3.c
  3. 2
      libavcodec/bfin/pixels_bfin.S
  4. 2
      libavcodec/cook.c
  5. 2
      libavcodec/g729dec.c
  6. 2
      libavcodec/idcinvideo.c
  7. 2
      libavcodec/mmvideo.c
  8. 4
      libavcodec/qdm2.c
  9. 2
      libavcodec/vp3.c
  10. 2
      libavformat/internal.h
  11. 2
      libavutil/avutil.h
  12. 2
      libavutil/opt.h

@ -965,7 +965,7 @@ static void do_video_stats(OutputStream *ost, int frame_size)
} }
} }
/* /**
* Get and encode new output from any of the filtergraphs, without causing * Get and encode new output from any of the filtergraphs, without causing
* activity. * activity.
* *

@ -123,7 +123,7 @@ static float gain_tab1[16];
static float gain_tab2[31]; static float gain_tab2[31];
/* /**
* Regular 512 points IMDCT without overlapping, with the exception of the * Regular 512 points IMDCT without overlapping, with the exception of the
* swapping of odd bands caused by the reverse spectra of the QMF. * swapping of odd bands caused by the reverse spectra of the QMF.
* *
@ -202,7 +202,7 @@ static av_cold int atrac3_decode_close(AVCodecContext *avctx)
return 0; return 0;
} }
/* /**
* Mantissa decoding * Mantissa decoding
* *
* @param selector which table the output values are coded with * @param selector which table the output values are coded with
@ -264,7 +264,7 @@ static void read_quant_spectral_coeffs(GetBitContext *gb, int selector,
} }
} }
/* /**
* Restore the quantized band spectrum coefficients * Restore the quantized band spectrum coefficients
* *
* @return subband count, fix for broken specification/files * @return subband count, fix for broken specification/files
@ -321,7 +321,7 @@ static int decode_spectrum(GetBitContext *gb, float *output)
return num_subbands; return num_subbands;
} }
/* /**
* Restore the quantized tonal components * Restore the quantized tonal components
* *
* @param components tonal components * @param components tonal components
@ -405,7 +405,7 @@ static int decode_tonal_components(GetBitContext *gb,
return component_count; return component_count;
} }
/* /**
* Decode gain parameters for the coded bands * Decode gain parameters for the coded bands
* *
* @param block the gainblock for the current band * @param block the gainblock for the current band
@ -440,7 +440,7 @@ static int decode_gain_control(GetBitContext *gb, GainBlock *block,
return 0; return 0;
} }
/* /**
* Apply gain parameters and perform the MDCT overlapping part * Apply gain parameters and perform the MDCT overlapping part
* *
* @param input input buffer * @param input input buffer
@ -497,7 +497,7 @@ static void gain_compensate_and_overlap(float *input, float *prev,
memcpy(prev, &input[256], 256 * sizeof(*prev)); memcpy(prev, &input[256], 256 * sizeof(*prev));
} }
/* /**
* Combine the tonal band spectrum and regular band spectrum * Combine the tonal band spectrum and regular band spectrum
* *
* @param spectrum output spectrum buffer * @param spectrum output spectrum buffer
@ -624,7 +624,7 @@ static void channel_weighting(float *su1, float *su2, int *p3)
} }
} }
/* /**
* Decode a Sound Unit * Decode a Sound Unit
* *
* @param snd the channel unit to be used * @param snd the channel unit to be used

@ -84,7 +84,7 @@ apc$3: R6 = BYTEOP3P(R1:0, R3:2) (LO) || [I2++M0] = R6 || R2 = [I1];
DEFUN_END(add_pixels_clamped) DEFUN_END(add_pixels_clamped)
/* /**
motion compensation motion compensation
primitives primitives

@ -767,7 +767,7 @@ static int decouple_info(COOKContext *q, COOKSubpacket *p, int *decouple_tab)
return 0; return 0;
} }
/* /**
* function decouples a pair of signals from a single signal via multiplication. * function decouples a pair of signals from a single signal via multiplication.
* *
* @param q pointer to the COOKContext * @param q pointer to the COOKContext

@ -187,7 +187,7 @@ static inline int get_parity(uint8_t value)
return (0x6996966996696996ULL >> (value >> 2)) & 1; return (0x6996966996696996ULL >> (value >> 2)) & 1;
} }
/* /**
* Decodes LSF (Line Spectral Frequencies) from L0-L3 (3.2.4). * Decodes LSF (Line Spectral Frequencies) from L0-L3 (3.2.4).
* @param lsfq [out] (2.13) quantized LSF coefficients * @param lsfq [out] (2.13) quantized LSF coefficients
* @param past_quantizer_outputs [in/out] (2.13) quantizer outputs from previous frames * @param past_quantizer_outputs [in/out] (2.13) quantizer outputs from previous frames

@ -76,7 +76,7 @@ typedef struct IdcinContext {
uint32_t pal[256]; uint32_t pal[256];
} IdcinContext; } IdcinContext;
/* /**
* Find the lowest probability node in a Huffman table, and mark it as * Find the lowest probability node in a Huffman table, and mark it as
* being assigned to a higher probability. * being assigned to a higher probability.
* @return the node index of the lowest unused node, or -1 if all nodes * @return the node index of the lowest unused node, or -1 if all nodes

@ -120,7 +120,7 @@ static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
return 0; return 0;
} }
/* /**
* @param half_horiz Half horizontal resolution (0 or 1) * @param half_horiz Half horizontal resolution (0 or 1)
* @param half_vert Half vertical resolution (0 or 1) * @param half_vert Half vertical resolution (0 or 1)
*/ */

@ -1165,7 +1165,7 @@ static void process_subpacket_12 (QDM2Context *q, QDM2SubPNode *node)
synthfilt_build_sb_samples(q, &gb, length, 8, QDM2_SB_USED(q->sub_sampling)); synthfilt_build_sb_samples(q, &gb, length, 8, QDM2_SB_USED(q->sub_sampling));
} }
/* /**
* Process new subpackets for synthesis filter * Process new subpackets for synthesis filter
* *
* @param q context * @param q context
@ -1199,7 +1199,7 @@ static void process_synthesis_subpackets (QDM2Context *q, QDM2SubPNode *list)
} }
/* /**
* Decode superblock, fill packet lists. * Decode superblock, fill packet lists.
* *
* @param q context * @param q context

@ -312,7 +312,7 @@ static av_cold int vp3_decode_end(AVCodecContext *avctx)
return 0; return 0;
} }
/* /**
* This function sets up all of the various blocks mappings: * This function sets up all of the various blocks mappings:
* superblocks <-> fragments, macroblocks <-> fragments, * superblocks <-> fragments, macroblocks <-> fragments,
* superblocks <-> macroblocks * superblocks <-> macroblocks

@ -240,7 +240,7 @@ AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
*/ */
void ff_reduce_index(AVFormatContext *s, int stream_index); void ff_reduce_index(AVFormatContext *s, int stream_index);
/* /**
* Convert a relative url into an absolute url, given a base url. * Convert a relative url into an absolute url, given a base url.
* *
* @param buf the buffer where output absolute url is written * @param buf the buffer where output absolute url is written

@ -26,7 +26,7 @@
* external API header * external API header
*/ */
/* /**
* @mainpage * @mainpage
* *
* @section ffmpeg_intro Introduction * @section ffmpeg_intro Introduction

@ -439,7 +439,7 @@ void av_opt_free(void *obj);
*/ */
int av_opt_flag_is_set(void *obj, const char *field_name, const char *flag_name); int av_opt_flag_is_set(void *obj, const char *field_name, const char *flag_name);
/* /**
* Set all the options from a given dictionary on an object. * Set all the options from a given dictionary on an object.
* *
* @param obj a struct whose first element is a pointer to AVClass * @param obj a struct whose first element is a pointer to AVClass

Loading…
Cancel
Save