Rename bitstream.h to get_bits.h.

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

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

@ -78,7 +78,7 @@
#include "avcodec.h"
#include "internal.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "lpc.h"

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

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

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

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

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

@ -24,7 +24,7 @@
#define AVCODEC_AC3_PARSER_H
#include "ac3.h"
#include "bitstream.h"
#include "get_bits.h"
/**
* Parses AC-3 frame header.

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

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

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

@ -53,7 +53,7 @@
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"
#include "unary.h"
#include "mathops.h"

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

@ -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"
/**

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

@ -37,7 +37,7 @@
#include <stdio.h>
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "bytestream.h"

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

@ -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]={

@ -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]= {

@ -26,7 +26,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "mathops.h"
#include "cavs.h"

@ -26,7 +26,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "cavs.h"

@ -26,7 +26,7 @@
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
/* Disable the encoder. */
#undef CONFIG_CLJR_ENCODER

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

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

@ -23,7 +23,7 @@
//#define DEBUG
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dnxhddata.h"
#include "dsputil.h"

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

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

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

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

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

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

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

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

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

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

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

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

@ -51,7 +51,7 @@
#include <stdlib.h>
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include <zlib.h>

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

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

@ -28,7 +28,7 @@
#include "avcodec.h"
#include "libavutil/avutil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "g729.h"
#include "lsp.h"

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

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

@ -20,7 +20,7 @@
#include "libavutil/common.h"
#include "bitstream.h"
#include "get_bits.h"
#include "mpegvideo.h"
#include "h264data.h"

@ -21,7 +21,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "huffman.h"
/* symbol for Huffman tree node */

@ -24,7 +24,7 @@
#define AVCODEC_HUFFMAN_H
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
typedef struct {
int16_t sym;

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

@ -36,7 +36,7 @@
#define ALT_BITSTREAM_READER
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#include "imcdata.h"

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

@ -22,7 +22,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "mpegvideo.h"
#include "msmpeg4data.h"
#include "intrax8huf.h"

@ -19,7 +19,7 @@
#ifndef AVCODEC_INTRAX8_H
#define AVCODEC_INTRAX8_H
#include "bitstream.h"
#include "get_bits.h"
#include "mpegvideo.h"
typedef struct{

@ -26,7 +26,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "mathops.h"
#include "mjpeg.h"

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

@ -42,7 +42,7 @@
#include <stdlib.h>
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "lcl.h"
#if CONFIG_ZLIB

@ -25,7 +25,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "golomb.h"
#include "mathops.h"

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

@ -24,7 +24,7 @@
#include <stdint.h>
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"
#include "dsputil.h"

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

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

@ -27,7 +27,7 @@
#ifndef AVCODEC_MLP_PARSER_H
#define AVCODEC_MLP_PARSER_H
#include "bitstream.h"
#include "get_bits.h"
typedef struct MLPHeaderInfo
{

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

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

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

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

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

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

@ -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] = {

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

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

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

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

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

@ -38,7 +38,7 @@
#include "dsputil.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"
typedef struct NellyMoserDecodeContext {

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

@ -24,7 +24,7 @@
#include "avcodec.h"
#include "bytestream.h"
#include "bitstream.h"
#include "get_bits.h"
typedef struct PCXContext {
AVFrame picture;

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

@ -31,7 +31,7 @@
#include "avcodec.h"
#include "internal.h"
#include "bitstream.h"
#include "get_bits.h"
#include "qcelpdata.h"

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

@ -23,7 +23,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "ra144.h"
#include "celp_filters.h"

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

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

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

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

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

@ -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"
/**

@ -26,7 +26,7 @@
#include "avcodec.h"
#define ALT_BITSTREAM_READER_LE
#include "bitstream.h"
#include "get_bits.h"
typedef struct SeqVideoContext {

@ -25,7 +25,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
#include "dsputil.h"
#define TM2_ESCAPE 0x80000000

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

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

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

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

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

@ -36,7 +36,7 @@
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "vp3data.h"
#include "xiph.h"

@ -26,7 +26,7 @@
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "vp56.h"
#include "vp56data.h"

@ -26,7 +26,7 @@
#include "vp56data.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "bytestream.h"

@ -29,7 +29,7 @@
#include "avcodec.h"
#include "dsputil.h"
#include "bitstream.h"
#include "get_bits.h"
#include "huffman.h"
#include "vp56.h"

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

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

@ -25,7 +25,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "get_bits.h"
typedef struct WNV1Context{

@ -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 have changed in this diff Show More

Loading…
Cancel
Save