Browse Source

Rename bitstream.h to get_bits.h.

Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
9106a698e7
100 changed files with 104 additions and 104 deletions
  1. +1
    -1
      libavcodec/4xm.c
  2. +1
    -1
      libavcodec/aac.c
  3. +1
    -1
      libavcodec/aac_parser.c
  4. +1
    -1
      libavcodec/aac_parser.h
  5. +1
    -1
      libavcodec/aacenc.c
  6. +1
    -1
      libavcodec/ac3.c
  7. +1
    -1
      libavcodec/ac3_parser.c
  8. +1
    -1
      libavcodec/ac3_parser.h
  9. +1
    -1
      libavcodec/ac3dec.h
  10. +1
    -1
      libavcodec/ac3enc.c
  11. +1
    -1
      libavcodec/adpcm.c
  12. +1
    -1
      libavcodec/alac.c
  13. +1
    -1
      libavcodec/alacenc.c
  14. +1
    -1
      libavcodec/apedec.c
  15. +1
    -1
      libavcodec/asv1.c
  16. +1
    -1
      libavcodec/atrac3.c
  17. +1
    -1
      libavcodec/avs.c
  18. +1
    -1
      libavcodec/bitstream.c
  19. +1
    -1
      libavcodec/cabac.c
  20. +1
    -1
      libavcodec/cavs.c
  21. +1
    -1
      libavcodec/cavsdec.c
  22. +1
    -1
      libavcodec/cljr.c
  23. +1
    -1
      libavcodec/cook.c
  24. +1
    -1
      libavcodec/dca.c
  25. +1
    -1
      libavcodec/dnxhddec.c
  26. +1
    -1
      libavcodec/dv.c
  27. +1
    -1
      libavcodec/dvbsub_parser.c
  28. +1
    -1
      libavcodec/dvbsubdec.c
  29. +1
    -1
      libavcodec/dvdsubdec.c
  30. +1
    -1
      libavcodec/eatgq.c
  31. +1
    -1
      libavcodec/eatgv.c
  32. +1
    -1
      libavcodec/eatqi.c
  33. +1
    -1
      libavcodec/escape124.c
  34. +1
    -1
      libavcodec/faxcompr.c
  35. +1
    -1
      libavcodec/ffv1.c
  36. +1
    -1
      libavcodec/flacdec.c
  37. +1
    -1
      libavcodec/flacenc.c
  38. +1
    -1
      libavcodec/flashsv.c
  39. +1
    -1
      libavcodec/fraps.c
  40. +1
    -1
      libavcodec/g726.c
  41. +1
    -1
      libavcodec/g729dec.c
  42. +5
    -5
      libavcodec/get_bits.h
  43. +1
    -1
      libavcodec/golomb.h
  44. +1
    -1
      libavcodec/h264enc.c
  45. +1
    -1
      libavcodec/huffman.c
  46. +1
    -1
      libavcodec/huffman.h
  47. +1
    -1
      libavcodec/huffyuv.c
  48. +1
    -1
      libavcodec/imc.c
  49. +1
    -1
      libavcodec/indeo2.c
  50. +1
    -1
      libavcodec/intrax8.c
  51. +1
    -1
      libavcodec/intrax8.h
  52. +1
    -1
      libavcodec/jpeglsdec.c
  53. +1
    -1
      libavcodec/jpeglsenc.c
  54. +1
    -1
      libavcodec/lcldec.c
  55. +1
    -1
      libavcodec/loco.c
  56. +1
    -1
      libavcodec/lzw.h
  57. +1
    -1
      libavcodec/mimic.c
  58. +1
    -1
      libavcodec/mjpegdec.h
  59. +1
    -1
      libavcodec/mlp_parser.c
  60. +1
    -1
      libavcodec/mlp_parser.h
  61. +1
    -1
      libavcodec/mlpdec.c
  62. +1
    -1
      libavcodec/motionpixels.c
  63. +1
    -1
      libavcodec/mpc.c
  64. +1
    -1
      libavcodec/mpc.h
  65. +1
    -1
      libavcodec/mpc7.c
  66. +1
    -1
      libavcodec/mpc8.c
  67. +1
    -1
      libavcodec/mpeg4audio.c
  68. +1
    -1
      libavcodec/mpegaudio.h
  69. +1
    -1
      libavcodec/mpegaudiodec.c
  70. +1
    -1
      libavcodec/mpegvideo.h
  71. +1
    -1
      libavcodec/msmpeg4data.h
  72. +1
    -1
      libavcodec/nellymoser.c
  73. +1
    -1
      libavcodec/nellymoserdec.c
  74. +1
    -1
      libavcodec/pcm.c
  75. +1
    -1
      libavcodec/pcx.c
  76. +1
    -1
      libavcodec/pixdesc.h
  77. +1
    -1
      libavcodec/qcelpdec.c
  78. +1
    -1
      libavcodec/qdm2.c
  79. +1
    -1
      libavcodec/ra144.c
  80. +1
    -1
      libavcodec/ra288.c
  81. +1
    -1
      libavcodec/rl.h
  82. +1
    -1
      libavcodec/rtjpeg.c
  83. +1
    -1
      libavcodec/shorten.c
  84. +1
    -1
      libavcodec/smacker.c
  85. +1
    -1
      libavcodec/sonic.c
  86. +1
    -1
      libavcodec/tiertexseqv.c
  87. +1
    -1
      libavcodec/truemotion2.c
  88. +1
    -1
      libavcodec/tta.c
  89. +1
    -1
      libavcodec/unary.h
  90. +1
    -1
      libavcodec/vc1data.h
  91. +1
    -1
      libavcodec/vorbis.c
  92. +1
    -1
      libavcodec/vorbis_dec.c
  93. +1
    -1
      libavcodec/vp3.c
  94. +1
    -1
      libavcodec/vp5.c
  95. +1
    -1
      libavcodec/vp56.h
  96. +1
    -1
      libavcodec/vp6.c
  97. +1
    -1
      libavcodec/wavpack.c
  98. +1
    -1
      libavcodec/wma.h
  99. +1
    -1
      libavcodec/wnv1.c
  100. +1
    -1
      libavcodec/xsubdec.c

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

@@ -27,7 +27,7 @@
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"

//#undef NDEBUG


+ 1
- 1
libavcodec/aac.c View File

@@ -78,7 +78,7 @@

#include "avcodec.h"
#include "internal.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "lpc.h"



+ 1
- 1
libavcodec/aac_parser.c View File

@@ -23,7 +23,7 @@
#include "parser.h"
#include "aac_ac3_parser.h"
#include "aac_parser.h"
#include "bitstream.h"
#include "get_bits.h"
#include "mpeg4audio.h"

#define AAC_HEADER_SIZE 7


+ 1
- 1
libavcodec/aac_parser.h View File

@@ -25,7 +25,7 @@

#include <stdint.h>
#include "aac_ac3_parser.h"
#include "bitstream.h"
#include "get_bits.h"

typedef struct {
uint32_t sample_rate;


+ 1
- 1
libavcodec/aacenc.c View File

@@ -32,7 +32,7 @@
***********************************/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mpeg4audio.h"



+ 1
- 1
libavcodec/ac3.c View File

@@ -26,7 +26,7 @@

#include "avcodec.h"
#include "ac3.h"
#include "bitstream.h"
#include "get_bits.h"

static uint8_t band_start_tab[51];
static uint8_t bin_to_band_tab[253];


+ 1
- 1
libavcodec/ac3_parser.c View File

@@ -23,7 +23,7 @@
#include "parser.h"
#include "ac3_parser.h"
#include "aac_ac3_parser.h"
#include "bitstream.h"
#include "get_bits.h"


#define AC3_HEADER_SIZE 7


+ 1
- 1
libavcodec/ac3_parser.h View File

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

#include "ac3.h"
#include "bitstream.h"
#include "get_bits.h"

/**
* Parses AC-3 frame header.


+ 1
- 1
libavcodec/ac3dec.h View File

@@ -30,7 +30,7 @@
#include "libavutil/internal.h"
#include "libavutil/lfg.h"
#include "ac3.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

/* override ac3.h to include coupling channel */


+ 1
- 1
libavcodec/ac3enc.c View File

@@ -27,7 +27,7 @@
//#define DEBUG_BITALLOC
#include "libavutil/crc.h"
#include "avcodec.h"
#include "bitstream.h" // for ff_reverse
#include "get_bits.h" // for ff_reverse
#include "put_bits.h"
#include "ac3.h"



+ 1
- 1
libavcodec/adpcm.c View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "bytestream.h"



+ 1
- 1
libavcodec/alac.c View File

@@ -53,7 +53,7 @@


#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"
#include "unary.h"
#include "mathops.h"


+ 1
- 1
libavcodec/alacenc.c View File

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

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dsputil.h"
#include "lpc.h"


+ 1
- 1
libavcodec/apedec.c View File

@@ -23,7 +23,7 @@
#define ALT_BITSTREAM_READER_LE
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"

/**


+ 1
- 1
libavcodec/asv1.c View File

@@ -25,7 +25,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dsputil.h"
#include "mpeg12data.h"


+ 1
- 1
libavcodec/atrac3.c View File

@@ -37,7 +37,7 @@
#include <stdio.h>

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "bytestream.h"



+ 1
- 1
libavcodec/avs.c View File

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

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"


typedef struct {


+ 1
- 1
libavcodec/bitstream.c View File

@@ -28,7 +28,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"

const uint8_t ff_log2_run[32]={


+ 1
- 1
libavcodec/cabac.c View File

@@ -27,7 +27,7 @@
#include <string.h>

#include "libavutil/common.h"
#include "bitstream.h"
#include "get_bits.h"
#include "cabac.h"

static const uint8_t lps_range[64][4]= {


+ 1
- 1
libavcodec/cavs.c View File

@@ -26,7 +26,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "mathops.h"
#include "cavs.h"


+ 1
- 1
libavcodec/cavsdec.c View File

@@ -26,7 +26,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "cavs.h"



+ 1
- 1
libavcodec/cljr.c View File

@@ -26,7 +26,7 @@

#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"

/* Disable the encoder. */
#undef CONFIG_CLJR_ENCODER


+ 1
- 1
libavcodec/cook.c View File

@@ -49,7 +49,7 @@
#include "libavutil/lfg.h"
#include "libavutil/random_seed.h"
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "bytestream.h"



+ 1
- 1
libavcodec/dca.c View File

@@ -32,7 +32,7 @@

#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dcadata.h"
#include "dcahuff.h"


+ 1
- 1
libavcodec/dnxhddec.c View File

@@ -23,7 +23,7 @@
//#define DEBUG

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dnxhddata.h"
#include "dsputil.h"



+ 1
- 1
libavcodec/dv.c View File

@@ -40,7 +40,7 @@
#define ALT_BITSTREAM_READER
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "simple_idct.h"
#include "dvdata.h"


+ 1
- 1
libavcodec/dvbsub_parser.c View File

@@ -20,7 +20,7 @@
*/
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"

//#define DEBUG
//#define DEBUG_PACKET_CONTENTS


+ 1
- 1
libavcodec/dvbsubdec.c View File

@@ -20,7 +20,7 @@
*/
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "colorspace.h"

//#define DEBUG


+ 1
- 1
libavcodec/dvdsubdec.c View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "colorspace.h"
#include "dsputil.h"



+ 1
- 1
libavcodec/eatgq.c View File

@@ -30,7 +30,7 @@

#include "avcodec.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"
#include "dsputil.h"
#include "aandcttab.h"


+ 1
- 1
libavcodec/eatgv.c View File

@@ -30,7 +30,7 @@

#include "avcodec.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"
#include "libavutil/lzo.h"

#define EA_PREAMBLE_SIZE 8


+ 1
- 1
libavcodec/eatqi.c View File

@@ -29,7 +29,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "aandcttab.h"
#include "mpeg12.h"


+ 1
- 1
libavcodec/escape124.c View File

@@ -22,7 +22,7 @@
#include "avcodec.h"

#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"

typedef union MacroBlock {
uint16_t pixels[4];


+ 1
- 1
libavcodec/faxcompr.c View File

@@ -25,7 +25,7 @@
* @author Konstantin Shishkov
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "faxcompr.h"



+ 1
- 1
libavcodec/ffv1.c View File

@@ -26,7 +26,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dsputil.h"
#include "rangecoder.h"


+ 1
- 1
libavcodec/flacdec.c View File

@@ -38,7 +38,7 @@
#include "libavutil/crc.h"
#include "avcodec.h"
#include "internal.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"
#include "golomb.h"
#include "flac.h"


+ 1
- 1
libavcodec/flacenc.c View File

@@ -23,7 +23,7 @@
#include "libavutil/lls.h"
#include "libavutil/md5.h"
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "golomb.h"
#include "lpc.h"


+ 1
- 1
libavcodec/flashsv.c View File

@@ -51,7 +51,7 @@
#include <stdlib.h>

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"

#include <zlib.h>



+ 1
- 1
libavcodec/fraps.c View File

@@ -32,7 +32,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "huffman.h"
#include "bytestream.h"
#include "dsputil.h"


+ 1
- 1
libavcodec/g726.c View File

@@ -23,7 +23,7 @@
*/
#include <limits.h>
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"

/**


+ 1
- 1
libavcodec/g729dec.c View File

@@ -28,7 +28,7 @@

#include "avcodec.h"
#include "libavutil/avutil.h"
#include "bitstream.h"
#include "get_bits.h"

#include "g729.h"
#include "lsp.h"


libavcodec/bitstream.h → libavcodec/get_bits.h View File

@@ -19,12 +19,12 @@
*/

/**
* @file libavcodec/bitstream.h
* bitstream api header.
* @file libavcodec/get_bits.h
* bitstream reader API header.
*/

#ifndef AVCODEC_BITSTREAM_H
#define AVCODEC_BITSTREAM_H
#ifndef AVCODEC_GET_BITS_H
#define AVCODEC_GET_BITS_H

#include <stdint.h>
#include <stdlib.h>
@@ -702,4 +702,4 @@ static inline int decode210(GetBitContext *gb){
return 2 - get_bits1(gb);
}

#endif /* AVCODEC_BITSTREAM_H */
#endif /* AVCODEC_GET_BITS_H */

+ 1
- 1
libavcodec/golomb.h View File

@@ -31,7 +31,7 @@
#define AVCODEC_GOLOMB_H

#include <stdint.h>
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"

#define INVALID_VLC 0x80000000


+ 1
- 1
libavcodec/h264enc.c View File

@@ -20,7 +20,7 @@


#include "libavutil/common.h"
#include "bitstream.h"
#include "get_bits.h"
#include "mpegvideo.h"
#include "h264data.h"



+ 1
- 1
libavcodec/huffman.c View File

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

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "huffman.h"

/* symbol for Huffman tree node */


+ 1
- 1
libavcodec/huffman.h View File

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

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"

typedef struct {
int16_t sym;


+ 1
- 1
libavcodec/huffyuv.c View File

@@ -29,7 +29,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dsputil.h"



+ 1
- 1
libavcodec/imc.c View File

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

#define ALT_BITSTREAM_READER
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

#include "imcdata.h"


+ 1
- 1
libavcodec/indeo2.c View File

@@ -25,7 +25,7 @@
*/
#define ALT_BITSTREAM_READER_LE
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "indeo2data.h"

typedef struct Ir2Context{


+ 1
- 1
libavcodec/intrax8.c View File

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

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "mpegvideo.h"
#include "msmpeg4data.h"
#include "intrax8huf.h"


+ 1
- 1
libavcodec/intrax8.h View File

@@ -19,7 +19,7 @@
#ifndef AVCODEC_INTRAX8_H
#define AVCODEC_INTRAX8_H

#include "bitstream.h"
#include "get_bits.h"
#include "mpegvideo.h"

typedef struct{


+ 1
- 1
libavcodec/jpeglsdec.c View File

@@ -26,7 +26,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "mathops.h"
#include "mjpeg.h"


+ 1
- 1
libavcodec/jpeglsenc.c View File

@@ -26,7 +26,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "mathops.h"
#include "dsputil.h"


+ 1
- 1
libavcodec/lcldec.c View File

@@ -42,7 +42,7 @@
#include <stdlib.h>

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "lcl.h"

#if CONFIG_ZLIB


+ 1
- 1
libavcodec/loco.c View File

@@ -25,7 +25,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "mathops.h"



+ 1
- 1
libavcodec/lzw.h View File

@@ -30,7 +30,7 @@
#ifndef AVCODEC_LZW_H
#define AVCODEC_LZW_H

#include "bitstream.h"
#include "get_bits.h"

enum FF_LZW_MODES{
FF_LZW_GIF,


+ 1
- 1
libavcodec/mimic.c View File

@@ -24,7 +24,7 @@
#include <stdint.h>

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"
#include "dsputil.h"



+ 1
- 1
libavcodec/mjpegdec.h View File

@@ -30,7 +30,7 @@
#define AVCODEC_MJPEGDEC_H

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

#define MAX_COMPONENTS 4


+ 1
- 1
libavcodec/mlp_parser.c View File

@@ -27,7 +27,7 @@
#include <stdint.h>

#include "libavutil/crc.h"
#include "bitstream.h"
#include "get_bits.h"
#include "parser.h"
#include "mlp_parser.h"
#include "mlp.h"


+ 1
- 1
libavcodec/mlp_parser.h View File

@@ -27,7 +27,7 @@
#ifndef AVCODEC_MLP_PARSER_H
#define AVCODEC_MLP_PARSER_H

#include "bitstream.h"
#include "get_bits.h"

typedef struct MLPHeaderInfo
{


+ 1
- 1
libavcodec/mlpdec.c View File

@@ -28,7 +28,7 @@

#include "avcodec.h"
#include "libavutil/intreadwrite.h"
#include "bitstream.h"
#include "get_bits.h"
#include "libavutil/crc.h"
#include "parser.h"
#include "mlp_parser.h"


+ 1
- 1
libavcodec/motionpixels.c View File

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

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

#define MAX_HUFF_CODES 16


+ 1
- 1
libavcodec/mpc.c View File

@@ -26,7 +26,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mpegaudio.h"



+ 1
- 1
libavcodec/mpc.h View File

@@ -30,7 +30,7 @@

#include "libavutil/lfg.h"
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mpegaudio.h"



+ 1
- 1
libavcodec/mpc7.c View File

@@ -27,7 +27,7 @@

#include "libavutil/lfg.h"
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mpegaudio.h"



+ 1
- 1
libavcodec/mpc8.c View File

@@ -27,7 +27,7 @@

#include "libavutil/lfg.h"
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mpegaudio.h"



+ 1
- 1
libavcodec/mpeg4audio.c View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "bitstream.h"
#include "get_bits.h"
#include "mpeg4audio.h"

const int ff_mpeg4audio_sample_rates[16] = {


+ 1
- 1
libavcodec/mpegaudio.h View File

@@ -27,7 +27,7 @@
#define AVCODEC_MPEGAUDIO_H

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

#define CONFIG_AUDIO_NONSHORT 0


+ 1
- 1
libavcodec/mpegaudiodec.c View File

@@ -25,7 +25,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

/*


+ 1
- 1
libavcodec/mpegvideo.h View File

@@ -29,7 +29,7 @@
#define AVCODEC_MPEGVIDEO_H

#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "ratecontrol.h"
#include "parser.h"


+ 1
- 1
libavcodec/msmpeg4data.h View File

@@ -31,7 +31,7 @@
#define AVCODEC_MSMPEG4DATA_H

#include "libavutil/common.h"
#include "bitstream.h"
#include "get_bits.h"
#include "rl.h"

/* motion vector table */


+ 1
- 1
libavcodec/nellymoser.c View File

@@ -36,7 +36,7 @@
#include "dsputil.h"

#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"

const float ff_nelly_dequantization_table[127] = {
0.0000000000,


+ 1
- 1
libavcodec/nellymoserdec.c View File

@@ -38,7 +38,7 @@
#include "dsputil.h"

#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"


typedef struct NellyMoserDecodeContext {


+ 1
- 1
libavcodec/pcm.c View File

@@ -25,7 +25,7 @@
*/

#include "avcodec.h"
#include "bitstream.h" // for ff_reverse
#include "get_bits.h" // for ff_reverse
#include "bytestream.h"

#define MAX_CHANNELS 64


+ 1
- 1
libavcodec/pcx.c View File

@@ -24,7 +24,7 @@

#include "avcodec.h"
#include "bytestream.h"
#include "bitstream.h"
#include "get_bits.h"

typedef struct PCXContext {
AVFrame picture;


+ 1
- 1
libavcodec/pixdesc.h View File

@@ -22,7 +22,7 @@
#include <inttypes.h>

#include "libavutil/intreadwrite.h"
#include "libavcodec/bitstream.h"
#include "libavcodec/get_bits.h"

typedef struct AVComponentDescriptor{
uint16_t plane :2; ///< which of the 4 planes contains the component


+ 1
- 1
libavcodec/qcelpdec.c View File

@@ -31,7 +31,7 @@

#include "avcodec.h"
#include "internal.h"
#include "bitstream.h"
#include "get_bits.h"

#include "qcelpdata.h"



+ 1
- 1
libavcodec/qdm2.c View File

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

#define ALT_BITSTREAM_READER_LE
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mpegaudio.h"



+ 1
- 1
libavcodec/ra144.c View File

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

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "ra144.h"
#include "celp_filters.h"



+ 1
- 1
libavcodec/ra288.c View File

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

#include "avcodec.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"
#include "ra288.h"
#include "lpc.h"
#include "celp_math.h"


+ 1
- 1
libavcodec/rl.h View File

@@ -28,7 +28,7 @@
#define AVCODEC_RL_H

#include <stdint.h>
#include "bitstream.h"
#include "get_bits.h"

/* run length table */
#define MAX_RUN 64


+ 1
- 1
libavcodec/rtjpeg.c View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/common.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "rtjpeg.h"



+ 1
- 1
libavcodec/shorten.c View File

@@ -29,7 +29,7 @@
#define DEBUG
#include <limits.h>
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"

#define MAX_CHANNELS 8


+ 1
- 1
libavcodec/smacker.c View File

@@ -34,7 +34,7 @@
#include "avcodec.h"

#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"

#define SMKTREE_BITS 9


+ 1
- 1
libavcodec/sonic.c View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"

/**


+ 1
- 1
libavcodec/tiertexseqv.c View File

@@ -26,7 +26,7 @@

#include "avcodec.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"


typedef struct SeqVideoContext {


+ 1
- 1
libavcodec/truemotion2.c View File

@@ -25,7 +25,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

#define TM2_ESCAPE 0x80000000


+ 1
- 1
libavcodec/tta.c View File

@@ -31,7 +31,7 @@
//#define DEBUG
#include <limits.h>
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"

#define FORMAT_INT 1
#define FORMAT_FLOAT 3


+ 1
- 1
libavcodec/unary.h View File

@@ -21,7 +21,7 @@
#ifndef AVCODEC_UNARY_H
#define AVCODEC_UNARY_H

#include "bitstream.h"
#include "get_bits.h"

/**
* Get unary code of limited length


+ 1
- 1
libavcodec/vc1data.h View File

@@ -30,7 +30,7 @@

#include <stdint.h>
#include "libavutil/rational.h"
#include "bitstream.h"
#include "get_bits.h"

/** Table for conversion between TTBLK and TTMB */
extern const int ff_vc1_ttblk_to_tt[3][8];


+ 1
- 1
libavcodec/vorbis.c View File

@@ -25,7 +25,7 @@

#define ALT_BITSTREAM_READER_LE
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"

#include "vorbis.h"



+ 1
- 1
libavcodec/vorbis_dec.c View File

@@ -28,7 +28,7 @@

#define ALT_BITSTREAM_READER_LE
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"

#include "vorbis.h"


+ 1
- 1
libavcodec/vp3.c View File

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

#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"

#include "vp3data.h"
#include "xiph.h"


+ 1
- 1
libavcodec/vp5.c View File

@@ -26,7 +26,7 @@

#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"

#include "vp56.h"
#include "vp56data.h"


+ 1
- 1
libavcodec/vp56.h View File

@@ -26,7 +26,7 @@

#include "vp56data.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"




+ 1
- 1
libavcodec/vp6.c View File

@@ -29,7 +29,7 @@

#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "huffman.h"

#include "vp56.h"


+ 1
- 1
libavcodec/wavpack.c View File

@@ -20,7 +20,7 @@
*/
#define ALT_BITSTREAM_READER_LE
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "unary.h"

/**


+ 1
- 1
libavcodec/wma.h View File

@@ -22,7 +22,7 @@
#ifndef AVCODEC_WMA_H
#define AVCODEC_WMA_H

#include "bitstream.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dsputil.h"



+ 1
- 1
libavcodec/wnv1.c View File

@@ -25,7 +25,7 @@
*/

#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"


typedef struct WNV1Context{


+ 1
- 1
libavcodec/xsubdec.c View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"

static av_cold int decode_init(AVCodecContext *avctx) {


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

Loading…
Cancel
Save