Browse Source

Merge commit '29c2d06d67724e994980045afa055c6c34611b30'

* commit '29c2d06d67724e994980045afa055c6c34611b30':
  cosmetics: Drop empty comment lines

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
tags/n3.1
Derek Buitenhuis 9 years ago
parent
commit
1a12eb4a73
47 changed files with 1 additions and 59 deletions
  1. +0
    -1
      libavcodec/8bps.c
  2. +0
    -1
      libavcodec/acelp_filters.h
  3. +0
    -3
      libavcodec/amrwbdec.c
  4. +0
    -4
      libavcodec/avcodec.h
  5. +0
    -1
      libavcodec/cabac.c
  6. +0
    -1
      libavcodec/cabac_functions.h
  7. +0
    -1
      libavcodec/cavs.c
  8. +0
    -1
      libavcodec/error_resilience.h
  9. +0
    -1
      libavcodec/h264_refs.c
  10. +0
    -1
      libavcodec/h264_slice.c
  11. +0
    -1
      libavcodec/imc.c
  12. +0
    -1
      libavcodec/lcldec.c
  13. +0
    -1
      libavcodec/lclenc.c
  14. +0
    -1
      libavcodec/motion_est.c
  15. +0
    -1
      libavcodec/mpeg4video.h
  16. +0
    -1
      libavcodec/msvideo1.c
  17. +1
    -4
      libavcodec/pcm_tablegen.h
  18. +0
    -1
      libavcodec/profiles.c
  19. +0
    -1
      libavcodec/profiles.h
  20. +0
    -1
      libavcodec/qdm2.c
  21. +0
    -1
      libavcodec/rangecoder.c
  22. +0
    -1
      libavcodec/rl.h
  23. +0
    -1
      libavcodec/shorten.c
  24. +0
    -1
      libavcodec/tscc.c
  25. +0
    -1
      libavcodec/vc1.c
  26. +0
    -1
      libavcodec/vc1dsp.c
  27. +0
    -1
      libavcodec/vc1dsp.h
  28. +0
    -1
      libavcodec/version.h
  29. +0
    -1
      libavcodec/vorbis_parser.h
  30. +0
    -1
      libavfilter/buffersrc.h
  31. +0
    -1
      libavfilter/formats.h
  32. +0
    -1
      libavfilter/pthread.c
  33. +0
    -1
      libavfilter/thread.h
  34. +0
    -1
      libavformat/avformat.h
  35. +0
    -1
      libavformat/avio_internal.h
  36. +0
    -1
      libavformat/rtpdec_hevc.c
  37. +0
    -1
      libavformat/unix.c
  38. +0
    -1
      libavformat/url.h
  39. +0
    -4
      libavformat/wtvdec.c
  40. +0
    -1
      libavutil/atomic_suncc.h
  41. +0
    -2
      libavutil/dict.h
  42. +0
    -1
      libavutil/frame.c
  43. +0
    -1
      libavutil/frame.h
  44. +0
    -1
      libavutil/pixfmt.h
  45. +0
    -1
      libavutil/replaygain.h
  46. +0
    -1
      libavutil/samplefmt.h
  47. +0
    -1
      libswscale/ppc/yuv2rgb_altivec.c

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

@@ -28,7 +28,6 @@
* Supports: PAL8 (RGB 8bpp, paletted) * Supports: PAL8 (RGB 8bpp, paletted)
* : BGR24 (RGB 24bpp) (can also output it as RGB32) * : BGR24 (RGB 24bpp) (can also output it as RGB32)
* : RGB32 (RGB 32bpp, 4th plane is alpha) * : RGB32 (RGB 32bpp, 4th plane is alpha)
*
*/ */


#include <stdio.h> #include <stdio.h>


+ 0
- 1
libavcodec/acelp_filters.h View File

@@ -82,7 +82,6 @@ extern const int16_t ff_acelp_interp_filter[61];
* filter_coeffs contains coefficients of the right half of the symmetric * filter_coeffs contains coefficients of the right half of the symmetric
* interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient. * interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient.
* See ff_acelp_interp_filter for an example. * See ff_acelp_interp_filter for an example.
*
*/ */
void ff_acelp_interpolate(int16_t* out, const int16_t* in, void ff_acelp_interpolate(int16_t* out, const int16_t* in,
const int16_t* filter_coeffs, int precision, const int16_t* filter_coeffs, int precision,


+ 0
- 3
libavcodec/amrwbdec.c View File

@@ -151,7 +151,6 @@ static int decode_mime_header(AMRWBContext *ctx, const uint8_t *buf)
* *
* @param[in] ind Array of 5 indexes * @param[in] ind Array of 5 indexes
* @param[out] isf_q Buffer for isf_q[LP_ORDER] * @param[out] isf_q Buffer for isf_q[LP_ORDER]
*
*/ */
static void decode_isf_indices_36b(uint16_t *ind, float *isf_q) static void decode_isf_indices_36b(uint16_t *ind, float *isf_q)
{ {
@@ -178,7 +177,6 @@ static void decode_isf_indices_36b(uint16_t *ind, float *isf_q)
* *
* @param[in] ind Array of 7 indexes * @param[in] ind Array of 7 indexes
* @param[out] isf_q Buffer for isf_q[LP_ORDER] * @param[out] isf_q Buffer for isf_q[LP_ORDER]
*
*/ */
static void decode_isf_indices_46b(uint16_t *ind, float *isf_q) static void decode_isf_indices_46b(uint16_t *ind, float *isf_q)
{ {
@@ -212,7 +210,6 @@ static void decode_isf_indices_46b(uint16_t *ind, float *isf_q)
* *
* @param[in,out] isf_q Current quantized ISF * @param[in,out] isf_q Current quantized ISF
* @param[in,out] isf_past Past quantized ISF * @param[in,out] isf_past Past quantized ISF
*
*/ */
static void isf_add_mean_and_past(float *isf_q, float *isf_past) static void isf_add_mean_and_past(float *isf_q, float *isf_past)
{ {


+ 0
- 4
libavcodec/avcodec.h View File

@@ -70,7 +70,6 @@
* @{ * @{
* @} * @}
* @} * @}
*
*/ */


/** /**
@@ -2184,7 +2183,6 @@ typedef struct AVCodecContext {
#endif #endif


/** /**
*
* - encoding: Set by user. * - encoding: Set by user.
* - decoding: unused * - decoding: unused
*/ */
@@ -2226,7 +2224,6 @@ typedef struct AVCodecContext {
#endif #endif


/** /**
*
* Note: Value depends upon the compare function used for fullpel ME. * Note: Value depends upon the compare function used for fullpel ME.
* - encoding: Set by user. * - encoding: Set by user.
* - decoding: unused * - decoding: unused
@@ -4187,7 +4184,6 @@ void av_packet_move_ref(AVPacket *dst, AVPacket *src);
* @param src Source packet * @param src Source packet
* *
* @return 0 on success AVERROR on failure. * @return 0 on success AVERROR on failure.
*
*/ */
int av_packet_copy_props(AVPacket *dst, const AVPacket *src); int av_packet_copy_props(AVPacket *dst, const AVPacket *src);




+ 0
- 1
libavcodec/cabac.c View File

@@ -159,7 +159,6 @@ const uint8_t ff_h264_cabac_tables[512 + 4*2*64 + 4*64 + 63] = {
}; };


/** /**
*
* @param buf_size size of buf in bits * @param buf_size size of buf in bits
*/ */
void ff_init_cabac_encoder(CABACContext *c, uint8_t *buf, int buf_size){ void ff_init_cabac_encoder(CABACContext *c, uint8_t *buf, int buf_size){


+ 0
- 1
libavcodec/cabac_functions.h View File

@@ -172,7 +172,6 @@ static av_always_inline int get_cabac_bypass_sign(CABACContext *c, int val){
#endif #endif


/** /**
*
* @return the number of bytes read or 0 if no end * @return the number of bytes read or 0 if no end
*/ */
#ifndef get_cabac_terminate #ifndef get_cabac_terminate


+ 0
- 1
libavcodec/cavs.c View File

@@ -105,7 +105,6 @@ static inline int get_bs(cavs_vector *mvP, cavs_vector *mvQ, int b)
* | 6 | 7 | * | 6 | 7 |
* 1 3 | * 1 3 |
* --------- * ---------
*
*/ */
void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type) void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type)
{ {


+ 0
- 1
libavcodec/error_resilience.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavcodec/h264_refs.c View File

@@ -467,7 +467,6 @@ static void remove_short_at_index(H264Context *h, int i)
} }


/** /**
*
* @return the removed picture or NULL if an error occurs * @return the removed picture or NULL if an error occurs
*/ */
static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask)


+ 0
- 1
libavcodec/h264_slice.c View File

@@ -2045,7 +2045,6 @@ static av_always_inline void fill_filter_caches_inter(const H264Context *h,
} }


/** /**
*
* @return non zero if the loop filter can be skipped * @return non zero if the loop filter can be skipped
*/ */
static int fill_filter_caches(const H264Context *h, H264SliceContext *sl, int mb_type) static int fill_filter_caches(const H264Context *h, H264SliceContext *sl, int mb_type)


+ 0
- 1
libavcodec/imc.c View File

@@ -27,7 +27,6 @@
* A mdct based codec using a 256 points large transform * A mdct based codec using a 256 points large transform
* divided into 32 bands with some mix of scale factors. * divided into 32 bands with some mix of scale factors.
* Only mono is supported. * Only mono is supported.
*
*/ */






+ 0
- 1
libavcodec/lcldec.c View File

@@ -35,7 +35,6 @@
* http://www.pcisys.net/~melanson/codecs * http://www.pcisys.net/~melanson/codecs
* *
* Supports: BGR24 (RGB 24bpp) * Supports: BGR24 (RGB 24bpp)
*
*/ */


#include <stdio.h> #include <stdio.h>


+ 0
- 1
libavcodec/lclenc.c View File

@@ -35,7 +35,6 @@
* http://www.pcisys.net/~melanson/codecs * http://www.pcisys.net/~melanson/codecs
* *
* Supports: BGR24 (RGB 24bpp) * Supports: BGR24 (RGB 24bpp)
*
*/ */


#include <stdio.h> #include <stdio.h>


+ 0
- 1
libavcodec/motion_est.c View File

@@ -1714,7 +1714,6 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
} }


/** /**
*
* @param truncate 1 for truncation, 0 for using intra * @param truncate 1 for truncation, 0 for using intra
*/ */
void ff_fix_long_mvs(MpegEncContext * s, uint8_t *field_select_table, int field_select, void ff_fix_long_mvs(MpegEncContext * s, uint8_t *field_select_table, int field_select,


+ 0
- 1
libavcodec/mpeg4video.h View File

@@ -158,7 +158,6 @@ int ff_mpeg4_workaround_bugs(AVCodecContext *avctx);
int ff_mpeg4_frame_end(AVCodecContext *avctx, const uint8_t *buf, int buf_size); int ff_mpeg4_frame_end(AVCodecContext *avctx, const uint8_t *buf, int buf_size);


/** /**
*
* @return the mb_type * @return the mb_type
*/ */
int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my); int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);


+ 0
- 1
libavcodec/msvideo1.c View File

@@ -24,7 +24,6 @@
* Microsoft Video-1 Decoder by Mike Melanson (melanson@pcisys.net) * Microsoft Video-1 Decoder by Mike Melanson (melanson@pcisys.net)
* For more information about the MS Video-1 format, visit: * For more information about the MS Video-1 format, visit:
* http://www.pcisys.net/~melanson/codecs/ * http://www.pcisys.net/~melanson/codecs/
*
*/ */


#include <stdio.h> #include <stdio.h>


+ 1
- 4
libavcodec/pcm_tablegen.h View File

@@ -36,10 +36,7 @@


#define BIAS (0x84) /* Bias for linear code. */ #define BIAS (0x84) /* Bias for linear code. */


/*
* alaw2linear() - Convert an A-law value to 16-bit linear PCM
*
*/
/* alaw2linear() - Convert an A-law value to 16-bit linear PCM */
static av_cold int alaw2linear(unsigned char a_val) static av_cold int alaw2linear(unsigned char a_val)
{ {
int t; int t;


+ 0
- 1
libavcodec/profiles.c View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavcodec/profiles.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavcodec/qdm2.c View File

@@ -635,7 +635,6 @@ static void fill_coding_method_array(sb_int8_array tone_level_idx,
} }


/** /**
*
* Called by process_subpacket_11 to process more data from subpacket 11 * Called by process_subpacket_11 to process more data from subpacket 11
* with sb 0-8. * with sb 0-8.
* Called by process_subpacket_12 to process data from subpacket 12 with * Called by process_subpacket_12 to process data from subpacket 12 with


+ 0
- 1
libavcodec/rangecoder.c View File

@@ -28,7 +28,6 @@
* G. N. N. Martin Presented in March 1979 to the Video & * G. N. N. Martin Presented in March 1979 to the Video &
* Data Recording Conference, * Data Recording Conference,
* IBM UK Scientific Center held in Southampton July 24-27 1979." * IBM UK Scientific Center held in Southampton July 24-27 1979."
*
*/ */


#include <string.h> #include <string.h>


+ 0
- 1
libavcodec/rl.h View File

@@ -48,7 +48,6 @@ typedef struct RLTable {
} RLTable; } RLTable;


/** /**
*
* @param static_store static uint8_t array[2][2*MAX_RUN + MAX_LEVEL + 3] which will hold * @param static_store static uint8_t array[2][2*MAX_RUN + MAX_LEVEL + 3] which will hold
* the level and run tables, if this is NULL av_malloc() will be used * the level and run tables, if this is NULL av_malloc() will be used
*/ */


+ 0
- 1
libavcodec/shorten.c View File

@@ -23,7 +23,6 @@
* @file * @file
* Shorten decoder * Shorten decoder
* @author Jeff Muizelaar * @author Jeff Muizelaar
*
*/ */


#include <limits.h> #include <limits.h>


+ 0
- 1
libavcodec/tscc.c View File

@@ -32,7 +32,6 @@
* then this coded picture is packed with ZLib * then this coded picture is packed with ZLib
* *
* Supports: BGR8,BGR555,BGR24 - only BGR8 and BGR555 tested * Supports: BGR8,BGR555,BGR24 - only BGR8 and BGR555 tested
*
*/ */


#include <stdio.h> #include <stdio.h>


+ 0
- 1
libavcodec/vc1.c View File

@@ -24,7 +24,6 @@
/** /**
* @file * @file
* VC-1 and WMV3 decoder common code * VC-1 and WMV3 decoder common code
*
*/ */


#include "libavutil/attributes.h" #include "libavutil/attributes.h"


+ 0
- 1
libavcodec/vc1dsp.c View File

@@ -22,7 +22,6 @@
/** /**
* @file * @file
* VC-1 and WMV3 decoder * VC-1 and WMV3 decoder
*
*/ */


#include "libavutil/avassert.h" #include "libavutil/avassert.h"


+ 0
- 1
libavcodec/vc1dsp.h View File

@@ -22,7 +22,6 @@
/** /**
* @file * @file
* VC-1 and WMV3 decoder * VC-1 and WMV3 decoder
*
*/ */


#ifndef AVCODEC_VC1DSP_H #ifndef AVCODEC_VC1DSP_H


+ 0
- 1
libavcodec/version.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavcodec/vorbis_parser.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavfilter/buffersrc.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavfilter/formats.h View File

@@ -273,7 +273,6 @@ int ff_formats_ref(AVFilterFormats *formats, AVFilterFormats **ref);
void ff_formats_unref(AVFilterFormats **ref); void ff_formats_unref(AVFilterFormats **ref);


/** /**
*
* Before After * Before After
* ________ ________ * ________ ________
* |formats |<---------. |formats |<---------. * |formats |<---------. |formats |<---------.


+ 0
- 1
libavfilter/pthread.c View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavfilter/thread.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavformat/avformat.h View File

@@ -310,7 +310,6 @@
* @{ * @{
* @} * @}
* @} * @}
*
*/ */


#include <time.h> #include <time.h>


+ 0
- 1
libavformat/avio_internal.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavformat/rtpdec_hevc.c View File

@@ -17,7 +17,6 @@
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */


#include "libavutil/avassert.h" #include "libavutil/avassert.h"


+ 0
- 1
libavformat/unix.c View File

@@ -23,7 +23,6 @@
* @file * @file
* *
* Unix socket url_protocol * Unix socket url_protocol
*
*/ */


#include "libavutil/avstring.h" #include "libavutil/avstring.h"


+ 0
- 1
libavformat/url.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 4
libavformat/wtvdec.c View File

@@ -44,9 +44,7 @@
#define LEN_PRETTY_GUID 34 #define LEN_PRETTY_GUID 34


/* /*
*
* File system routines * File system routines
*
*/ */


typedef struct WtvFile { typedef struct WtvFile {
@@ -311,9 +309,7 @@ static void wtvfile_close(AVIOContext *pb)
} }


/* /*
*
* Main demuxer * Main demuxer
*
*/ */


typedef struct WtvStream { typedef struct WtvStream {


+ 0
- 1
libavutil/atomic_suncc.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 2
libavutil/dict.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or
@@ -65,7 +64,6 @@
} }
av_dict_free(&d); av_dict_free(&d);
@endcode @endcode
*
*/ */


#define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant in av_dict_get(). */ #define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant in av_dict_get(). */


+ 0
- 1
libavutil/frame.c View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavutil/frame.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavutil/pixfmt.h View File

@@ -24,7 +24,6 @@
/** /**
* @file * @file
* pixel format definitions * pixel format definitions
*
*/ */


#include "libavutil/avconfig.h" #include "libavutil/avconfig.h"


+ 0
- 1
libavutil/replaygain.h View File

@@ -1,5 +1,4 @@
/* /*
*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or


+ 0
- 1
libavutil/samplefmt.h View File

@@ -32,7 +32,6 @@
* *
* Audio sample format enumeration and related convenience functions. * Audio sample format enumeration and related convenience functions.
* @{ * @{
*
*/ */


/** /**


+ 0
- 1
libswscale/ppc/yuv2rgb_altivec.c View File

@@ -142,7 +142,6 @@ typedef signed char sbyte;
* brgb|rgbr|gbrg|brgb * brgb|rgbr|gbrg|brgb
* 1001 0010 0100 1001 * 1001 0010 0100 1001
* a67b 89cA BdCD eEFf * a67b 89cA BdCD eEFf
*
*/ */
static const vector unsigned char static const vector unsigned char
perm_rgb_0 = { 0x00, 0x01, 0x10, 0x02, 0x03, 0x11, 0x04, 0x05, perm_rgb_0 = { 0x00, 0x01, 0x10, 0x02, 0x03, 0x11, 0x04, 0x05,


Loading…
Cancel
Save