21 #ifndef AVCODEC_AVCODEC_H
22 #define AVCODEC_AVCODEC_H
108 AV_CODEC_ID_MPEG2VIDEO_XVMC,
244 #define AV_CODEC_ID_IFF_BYTERUN1 AV_CODEC_ID_IFF_ILBM
282 #define AV_CODEC_ID_H265 AV_CODEC_ID_HEVC
389 #if FF_API_VIMA_DECODER
595 #define AV_CODEC_PROP_INTRA_ONLY (1 << 0)
601 #define AV_CODEC_PROP_LOSSY (1 << 1)
605 #define AV_CODEC_PROP_LOSSLESS (1 << 2)
615 #define AV_CODEC_PROP_REORDER (1 << 3)
620 #define AV_CODEC_PROP_BITMAP_SUB (1 << 16)
625 #define AV_CODEC_PROP_TEXT_SUB (1 << 17)
635 #define AV_INPUT_BUFFER_PADDING_SIZE 32
642 #define AV_INPUT_BUFFER_MIN_SIZE 16384
644 #if FF_API_WITHOUT_PREFIX
648 #define FF_INPUT_BUFFER_PADDING_SIZE 32
653 #define FF_MIN_BUFFER_SIZE 16384
661 #if FF_API_MOTION_EST
714 #if FF_API_MAX_BFRAMES
718 #define FF_MAX_B_FRAMES 16
730 #define AV_CODEC_FLAG_UNALIGNED (1 << 0)
734 #define AV_CODEC_FLAG_QSCALE (1 << 1)
738 #define AV_CODEC_FLAG_4MV (1 << 2)
742 #define AV_CODEC_FLAG_OUTPUT_CORRUPT (1 << 3)
746 #define AV_CODEC_FLAG_QPEL (1 << 4)
750 #define AV_CODEC_FLAG_PASS1 (1 << 9)
754 #define AV_CODEC_FLAG_PASS2 (1 << 10)
758 #define AV_CODEC_FLAG_LOOP_FILTER (1 << 11)
762 #define AV_CODEC_FLAG_GRAY (1 << 13)
766 #define AV_CODEC_FLAG_PSNR (1 << 15)
771 #define AV_CODEC_FLAG_TRUNCATED (1 << 16)
775 #define AV_CODEC_FLAG_INTERLACED_DCT (1 << 18)
779 #define AV_CODEC_FLAG_LOW_DELAY (1 << 19)
783 #define AV_CODEC_FLAG_GLOBAL_HEADER (1 << 22)
787 #define AV_CODEC_FLAG_BITEXACT (1 << 23)
792 #define AV_CODEC_FLAG_AC_PRED (1 << 24)
796 #define AV_CODEC_FLAG_INTERLACED_ME (1 << 29)
797 #define AV_CODEC_FLAG_CLOSED_GOP (1U << 31)
802 #define AV_CODEC_FLAG2_FAST (1 << 0)
806 #define AV_CODEC_FLAG2_NO_OUTPUT (1 << 2)
810 #define AV_CODEC_FLAG2_LOCAL_HEADER (1 << 3)
815 #define AV_CODEC_FLAG2_DROP_FRAME_TIMECODE (1 << 13)
821 #define AV_CODEC_FLAG2_CHUNKS (1 << 15)
825 #define AV_CODEC_FLAG2_IGNORE_CROP (1 << 16)
830 #define AV_CODEC_FLAG2_SHOW_ALL (1 << 22)
834 #define AV_CODEC_FLAG2_EXPORT_MVS (1 << 28)
838 #define AV_CODEC_FLAG2_SKIP_MANUAL (1 << 29)
850 #define AV_CODEC_CAP_DRAW_HORIZ_BAND (1 << 0)
856 #define AV_CODEC_CAP_DR1 (1 << 1)
857 #define AV_CODEC_CAP_TRUNCATED (1 << 3)
881 #define AV_CODEC_CAP_DELAY (1 << 5)
886 #define AV_CODEC_CAP_SMALL_LAST_FRAME (1 << 6)
892 #define AV_CODEC_CAP_HWACCEL_VDPAU (1 << 7)
906 #define AV_CODEC_CAP_SUBFRAMES (1 << 8)
911 #define AV_CODEC_CAP_EXPERIMENTAL (1 << 9)
915 #define AV_CODEC_CAP_CHANNEL_CONF (1 << 10)
919 #define AV_CODEC_CAP_FRAME_THREADS (1 << 12)
923 #define AV_CODEC_CAP_SLICE_THREADS (1 << 13)
927 #define AV_CODEC_CAP_PARAM_CHANGE (1 << 14)
931 #define AV_CODEC_CAP_AUTO_THREADS (1 << 15)
935 #define AV_CODEC_CAP_VARIABLE_FRAME_SIZE (1 << 16)
939 #define AV_CODEC_CAP_INTRA_ONLY 0x40000000
943 #define AV_CODEC_CAP_LOSSLESS 0x80000000
946 #if FF_API_WITHOUT_PREFIX
951 #define CODEC_FLAG_UNALIGNED AV_CODEC_FLAG_UNALIGNED
952 #define CODEC_FLAG_QSCALE AV_CODEC_FLAG_QSCALE
953 #define CODEC_FLAG_4MV AV_CODEC_FLAG_4MV
954 #define CODEC_FLAG_OUTPUT_CORRUPT AV_CODEC_FLAG_OUTPUT_CORRUPT
955 #define CODEC_FLAG_QPEL AV_CODEC_FLAG_QPEL
960 #define CODEC_FLAG_GMC 0x0020
967 #define CODEC_FLAG_MV0 0x0040
969 #if FF_API_INPUT_PRESERVED
974 #define CODEC_FLAG_INPUT_PRESERVED 0x0100
976 #define CODEC_FLAG_PASS1 AV_CODEC_FLAG_PASS1
977 #define CODEC_FLAG_PASS2 AV_CODEC_FLAG_PASS2
978 #define CODEC_FLAG_GRAY AV_CODEC_FLAG_GRAY
984 #define CODEC_FLAG_EMU_EDGE 0x4000
986 #define CODEC_FLAG_PSNR AV_CODEC_FLAG_PSNR
987 #define CODEC_FLAG_TRUNCATED AV_CODEC_FLAG_TRUNCATED
989 #if FF_API_NORMALIZE_AQP
994 #define CODEC_FLAG_NORMALIZE_AQP 0x00020000
996 #define CODEC_FLAG_INTERLACED_DCT AV_CODEC_FLAG_INTERLACED_DCT
997 #define CODEC_FLAG_LOW_DELAY AV_CODEC_FLAG_LOW_DELAY
998 #define CODEC_FLAG_GLOBAL_HEADER AV_CODEC_FLAG_GLOBAL_HEADER
999 #define CODEC_FLAG_BITEXACT AV_CODEC_FLAG_BITEXACT
1000 #define CODEC_FLAG_AC_PRED AV_CODEC_FLAG_AC_PRED
1001 #define CODEC_FLAG_LOOP_FILTER AV_CODEC_FLAG_LOOP_FILTER
1002 #define CODEC_FLAG_INTERLACED_ME AV_CODEC_FLAG_INTERLACED_ME
1003 #define CODEC_FLAG_CLOSED_GOP AV_CODEC_FLAG_CLOSED_GOP
1004 #define CODEC_FLAG2_FAST AV_CODEC_FLAG2_FAST
1005 #define CODEC_FLAG2_NO_OUTPUT AV_CODEC_FLAG2_NO_OUTPUT
1006 #define CODEC_FLAG2_LOCAL_HEADER AV_CODEC_FLAG2_LOCAL_HEADER
1007 #define CODEC_FLAG2_DROP_FRAME_TIMECODE AV_CODEC_FLAG2_DROP_FRAME_TIMECODE
1008 #define CODEC_FLAG2_IGNORE_CROP AV_CODEC_FLAG2_IGNORE_CROP
1010 #define CODEC_FLAG2_CHUNKS AV_CODEC_FLAG2_CHUNKS
1011 #define CODEC_FLAG2_SHOW_ALL AV_CODEC_FLAG2_SHOW_ALL
1012 #define CODEC_FLAG2_EXPORT_MVS AV_CODEC_FLAG2_EXPORT_MVS
1013 #define CODEC_FLAG2_SKIP_MANUAL AV_CODEC_FLAG2_SKIP_MANUAL
1022 #define CODEC_CAP_DRAW_HORIZ_BAND AV_CODEC_CAP_DRAW_HORIZ_BAND
1028 #define CODEC_CAP_DR1 AV_CODEC_CAP_DR1
1029 #define CODEC_CAP_TRUNCATED AV_CODEC_CAP_TRUNCATED
1038 #define CODEC_CAP_HWACCEL 0x0010
1063 #define CODEC_CAP_DELAY AV_CODEC_CAP_DELAY
1068 #define CODEC_CAP_SMALL_LAST_FRAME AV_CODEC_CAP_SMALL_LAST_FRAME
1069 #if FF_API_CAP_VDPAU
1073 #define CODEC_CAP_HWACCEL_VDPAU AV_CODEC_CAP_HWACCEL_VDPAU
1086 #define CODEC_CAP_SUBFRAMES AV_CODEC_CAP_SUBFRAMES
1091 #define CODEC_CAP_EXPERIMENTAL AV_CODEC_CAP_EXPERIMENTAL
1095 #define CODEC_CAP_CHANNEL_CONF AV_CODEC_CAP_CHANNEL_CONF
1096 #if FF_API_NEG_LINESIZES
1100 #define CODEC_CAP_NEG_LINESIZES 0x0800
1105 #define CODEC_CAP_FRAME_THREADS AV_CODEC_CAP_FRAME_THREADS
1109 #define CODEC_CAP_SLICE_THREADS AV_CODEC_CAP_SLICE_THREADS
1113 #define CODEC_CAP_PARAM_CHANGE AV_CODEC_CAP_PARAM_CHANGE
1117 #define CODEC_CAP_AUTO_THREADS AV_CODEC_CAP_AUTO_THREADS
1121 #define CODEC_CAP_VARIABLE_FRAME_SIZE AV_CODEC_CAP_VARIABLE_FRAME_SIZE
1125 #define CODEC_CAP_INTRA_ONLY AV_CODEC_CAP_INTRA_ONLY
1129 #define CODEC_CAP_LOSSLESS AV_CODEC_CAP_LOSSLESS
1135 #define HWACCEL_CODEC_CAP_EXPERIMENTAL 0x0200
1140 #define MB_TYPE_INTRA4x4 0x0001
1141 #define MB_TYPE_INTRA16x16 0x0002 //FIXME H.264-specific
1142 #define MB_TYPE_INTRA_PCM 0x0004 //FIXME H.264-specific
1143 #define MB_TYPE_16x16 0x0008
1144 #define MB_TYPE_16x8 0x0010
1145 #define MB_TYPE_8x16 0x0020
1146 #define MB_TYPE_8x8 0x0040
1147 #define MB_TYPE_INTERLACED 0x0080
1148 #define MB_TYPE_DIRECT2 0x0100 //FIXME
1149 #define MB_TYPE_ACPRED 0x0200
1150 #define MB_TYPE_GMC 0x0400
1151 #define MB_TYPE_SKIP 0x0800
1152 #define MB_TYPE_P0L0 0x1000
1153 #define MB_TYPE_P1L0 0x2000
1154 #define MB_TYPE_P0L1 0x4000
1155 #define MB_TYPE_P1L1 0x8000
1156 #define MB_TYPE_L0 (MB_TYPE_P0L0 | MB_TYPE_P1L0)
1157 #define MB_TYPE_L1 (MB_TYPE_P0L1 | MB_TYPE_P1L1)
1158 #define MB_TYPE_L0L1 (MB_TYPE_L0 | MB_TYPE_L1)
1159 #define MB_TYPE_QUANT 0x00010000
1160 #define MB_TYPE_CBP 0x00020000
1231 #if FF_API_QSCALE_TYPE
1232 #define FF_QSCALE_TYPE_MPEG1 0
1233 #define FF_QSCALE_TYPE_MPEG2 1
1234 #define FF_QSCALE_TYPE_H264 2
1235 #define FF_QSCALE_TYPE_VP56 3
1241 #define AV_GET_BUFFER_FLAG_REF (1 << 0)
1408 #define AV_PKT_DATA_QUALITY_FACTOR AV_PKT_DATA_QUALITY_STATS //DEPRECATED
1489 #if FF_API_CONVERGENCE_DURATION
1499 #define AV_PKT_FLAG_KEY 0x0001
1500 #define AV_PKT_FLAG_CORRUPT 0x0002
1542 #if FF_API_CODEC_NAME
1566 #if FF_API_STREAM_CODEC_TAG
1620 #define FF_COMPRESSION_DEFAULT -1
1728 #if FF_API_ASPECT_EXTENDED
1729 #define FF_ASPECT_EXTENDED 15
1754 #if FF_API_MOTION_EST
1821 #if FF_API_RC_STRATEGY
1824 #define FF_RC_STRATEGY_XVID 1
1827 #if FF_API_PRIVATE_OPT
1848 #if FF_API_PRIVATE_OPT
1912 #if FF_API_PRIVATE_OPT
1916 #define FF_PRED_LEFT 0
1917 #define FF_PRED_PLANE 1
1918 #define FF_PRED_MEDIAN 2
1961 #define FF_CMP_SAD 0
1962 #define FF_CMP_SSE 1
1963 #define FF_CMP_SATD 2
1964 #define FF_CMP_DCT 3
1965 #define FF_CMP_PSNR 4
1966 #define FF_CMP_BIT 5
1968 #define FF_CMP_ZERO 7
1969 #define FF_CMP_VSAD 8
1970 #define FF_CMP_VSSE 9
1971 #define FF_CMP_NSSE 10
1972 #define FF_CMP_W53 11
1973 #define FF_CMP_W97 12
1974 #define FF_CMP_DCTMAX 13
1975 #define FF_CMP_DCT264 14
1976 #define FF_CMP_CHROMA 256
1992 #if FF_API_PRIVATE_OPT
2030 #define FF_DTG_AFD_SAME 8
2031 #define FF_DTG_AFD_4_3 9
2032 #define FF_DTG_AFD_16_9 10
2033 #define FF_DTG_AFD_14_9 11
2034 #define FF_DTG_AFD_4_3_SP_14_9 13
2035 #define FF_DTG_AFD_16_9_SP_14_9 14
2036 #define FF_DTG_AFD_SP_4_3 15
2048 #if FF_API_QUANT_BIAS
2053 #define FF_DEFAULT_QUANT_BIAS 999999
2067 #define SLICE_FLAG_CODED_ORDER 0x0001
2068 #define SLICE_FLAG_ALLOW_FIELD 0x0002
2069 #define SLICE_FLAG_ALLOW_PLANE 0x0004
2087 #define FF_MB_DECISION_SIMPLE 0
2088 #define FF_MB_DECISION_BITS 1
2089 #define FF_MB_DECISION_RD 2
2105 #if FF_API_PRIVATE_OPT
2172 #if FF_API_PRIVATE_OPT
2187 #if FF_API_PRIVATE_OPT
2207 #if FF_API_PRIVATE_OPT
2213 #if FF_API_UNUSED_MEMBERS
2230 #if FF_API_PRIVATE_OPT
2564 #if FF_API_CODER_TYPE
2565 #define FF_CODER_TYPE_VLC 0
2566 #define FF_CODER_TYPE_AC 1
2567 #define FF_CODER_TYPE_RAW 2
2568 #define FF_CODER_TYPE_RLE 3
2569 #if FF_API_UNUSED_MEMBERS
2570 #define FF_CODER_TYPE_DEFLATE 4
2579 #if FF_API_PRIVATE_OPT
2599 #if FF_API_PRIVATE_OPT
2624 #if FF_API_PRIVATE_OPT
2638 #if FF_API_RTP_CALLBACK
2652 #if FF_API_PRIVATE_OPT
2663 #if FF_API_STAT_BITS
2708 #define FF_BUG_AUTODETECT 1
2709 #if FF_API_OLD_MSMPEG4
2710 #define FF_BUG_OLD_MSMPEG4 2
2712 #define FF_BUG_XVID_ILACE 4
2713 #define FF_BUG_UMP4 8
2714 #define FF_BUG_NO_PADDING 16
2715 #define FF_BUG_AMV 32
2717 #define FF_BUG_AC_VLC 0
2719 #define FF_BUG_QPEL_CHROMA 64
2720 #define FF_BUG_STD_QPEL 128
2721 #define FF_BUG_QPEL_CHROMA2 256
2722 #define FF_BUG_DIRECT_BLOCKSIZE 512
2723 #define FF_BUG_EDGE 1024
2724 #define FF_BUG_HPEL_CHROMA 2048
2725 #define FF_BUG_DC_CLIP 4096
2726 #define FF_BUG_MS 8192
2727 #define FF_BUG_TRUNCATED 16384
2742 #define FF_COMPLIANCE_VERY_STRICT 2
2743 #define FF_COMPLIANCE_STRICT 1
2744 #define FF_COMPLIANCE_NORMAL 0
2745 #define FF_COMPLIANCE_UNOFFICIAL -1
2746 #define FF_COMPLIANCE_EXPERIMENTAL -2
2754 #define FF_EC_GUESS_MVS 1
2755 #define FF_EC_DEBLOCK 2
2756 #define FF_EC_FAVOR_INTER 256
2764 #define FF_DEBUG_PICT_INFO 1
2765 #define FF_DEBUG_RC 2
2766 #define FF_DEBUG_BITSTREAM 4
2767 #define FF_DEBUG_MB_TYPE 8
2768 #define FF_DEBUG_QP 16
2773 #define FF_DEBUG_MV 32
2775 #define FF_DEBUG_DCT_COEFF 0x00000040
2776 #define FF_DEBUG_SKIP 0x00000080
2777 #define FF_DEBUG_STARTCODE 0x00000100
2778 #if FF_API_UNUSED_MEMBERS
2779 #define FF_DEBUG_PTS 0x00000200
2781 #define FF_DEBUG_ER 0x00000400
2782 #define FF_DEBUG_MMCO 0x00000800
2783 #define FF_DEBUG_BUGS 0x00001000
2785 #define FF_DEBUG_VIS_QP 0x00002000
2786 #define FF_DEBUG_VIS_MB_TYPE 0x00004000
2788 #define FF_DEBUG_BUFFERS 0x00008000
2789 #define FF_DEBUG_THREADS 0x00010000
2790 #define FF_DEBUG_GREEN_MD 0x00800000
2791 #define FF_DEBUG_NOMC 0x01000000
2801 #define FF_DEBUG_VIS_MV_P_FOR 0x00000001 //visualize forward predicted MVs of P frames
2802 #define FF_DEBUG_VIS_MV_B_FOR 0x00000002 //visualize forward predicted MVs of B frames
2803 #define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames
2819 #define AV_EF_CRCCHECK (1<<0)
2820 #define AV_EF_BITSTREAM (1<<1)
2821 #define AV_EF_BUFFER (1<<2)
2822 #define AV_EF_EXPLODE (1<<3)
2824 #define AV_EF_IGNORE_ERR (1<<15)
2825 #define AV_EF_CAREFUL (1<<16)
2826 #define AV_EF_COMPLIANT (1<<17)
2827 #define AV_EF_AGGRESSIVE (1<<18)
2870 #define FF_DCT_AUTO 0
2871 #define FF_DCT_FASTINT 1
2872 #define FF_DCT_INT 2
2873 #define FF_DCT_MMX 3
2874 #define FF_DCT_ALTIVEC 5
2875 #define FF_DCT_FAAN 6
2883 #define FF_IDCT_AUTO 0
2884 #define FF_IDCT_INT 1
2885 #define FF_IDCT_SIMPLE 2
2886 #define FF_IDCT_SIMPLEMMX 3
2887 #define FF_IDCT_ARM 7
2888 #define FF_IDCT_ALTIVEC 8
2890 #define FF_IDCT_SH4 9
2892 #define FF_IDCT_SIMPLEARM 10
2893 #if FF_API_UNUSED_MEMBERS
2894 #define FF_IDCT_IPP 13
2896 #define FF_IDCT_XVID 14
2897 #if FF_API_IDCT_XVIDMMX
2898 #define FF_IDCT_XVIDMMX 14
2900 #define FF_IDCT_SIMPLEARMV5TE 16
2901 #define FF_IDCT_SIMPLEARMV6 17
2902 #if FF_API_ARCH_SPARC
2903 #define FF_IDCT_SIMPLEVIS 18
2905 #define FF_IDCT_FAAN 20
2906 #define FF_IDCT_SIMPLENEON 22
2907 #if FF_API_ARCH_ALPHA
2908 #define FF_IDCT_SIMPLEALPHA 23
2910 #define FF_IDCT_SIMPLEAUTO 128
2937 #if FF_API_CODED_FRAME
2965 #define FF_THREAD_FRAME 1
2966 #define FF_THREAD_SLICE 2
3029 #define FF_PROFILE_UNKNOWN -99
3030 #define FF_PROFILE_RESERVED -100
3032 #define FF_PROFILE_AAC_MAIN 0
3033 #define FF_PROFILE_AAC_LOW 1
3034 #define FF_PROFILE_AAC_SSR 2
3035 #define FF_PROFILE_AAC_LTP 3
3036 #define FF_PROFILE_AAC_HE 4
3037 #define FF_PROFILE_AAC_HE_V2 28
3038 #define FF_PROFILE_AAC_LD 22
3039 #define FF_PROFILE_AAC_ELD 38
3040 #define FF_PROFILE_MPEG2_AAC_LOW 128
3041 #define FF_PROFILE_MPEG2_AAC_HE 131
3043 #define FF_PROFILE_DTS 20
3044 #define FF_PROFILE_DTS_ES 30
3045 #define FF_PROFILE_DTS_96_24 40
3046 #define FF_PROFILE_DTS_HD_HRA 50
3047 #define FF_PROFILE_DTS_HD_MA 60
3048 #define FF_PROFILE_DTS_EXPRESS 70
3050 #define FF_PROFILE_MPEG2_422 0
3051 #define FF_PROFILE_MPEG2_HIGH 1
3052 #define FF_PROFILE_MPEG2_SS 2
3053 #define FF_PROFILE_MPEG2_SNR_SCALABLE 3
3054 #define FF_PROFILE_MPEG2_MAIN 4
3055 #define FF_PROFILE_MPEG2_SIMPLE 5
3057 #define FF_PROFILE_H264_CONSTRAINED (1<<9) // 8+1; constraint_set1_flag
3058 #define FF_PROFILE_H264_INTRA (1<<11) // 8+3; constraint_set3_flag
3060 #define FF_PROFILE_H264_BASELINE 66
3061 #define FF_PROFILE_H264_CONSTRAINED_BASELINE (66|FF_PROFILE_H264_CONSTRAINED)
3062 #define FF_PROFILE_H264_MAIN 77
3063 #define FF_PROFILE_H264_EXTENDED 88
3064 #define FF_PROFILE_H264_HIGH 100
3065 #define FF_PROFILE_H264_HIGH_10 110
3066 #define FF_PROFILE_H264_HIGH_10_INTRA (110|FF_PROFILE_H264_INTRA)
3067 #define FF_PROFILE_H264_HIGH_422 122
3068 #define FF_PROFILE_H264_HIGH_422_INTRA (122|FF_PROFILE_H264_INTRA)
3069 #define FF_PROFILE_H264_HIGH_444 144
3070 #define FF_PROFILE_H264_HIGH_444_PREDICTIVE 244
3071 #define FF_PROFILE_H264_HIGH_444_INTRA (244|FF_PROFILE_H264_INTRA)
3072 #define FF_PROFILE_H264_CAVLC_444 44
3074 #define FF_PROFILE_VC1_SIMPLE 0
3075 #define FF_PROFILE_VC1_MAIN 1
3076 #define FF_PROFILE_VC1_COMPLEX 2
3077 #define FF_PROFILE_VC1_ADVANCED 3
3079 #define FF_PROFILE_MPEG4_SIMPLE 0
3080 #define FF_PROFILE_MPEG4_SIMPLE_SCALABLE 1
3081 #define FF_PROFILE_MPEG4_CORE 2
3082 #define FF_PROFILE_MPEG4_MAIN 3
3083 #define FF_PROFILE_MPEG4_N_BIT 4
3084 #define FF_PROFILE_MPEG4_SCALABLE_TEXTURE 5
3085 #define FF_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION 6
3086 #define FF_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE 7
3087 #define FF_PROFILE_MPEG4_HYBRID 8
3088 #define FF_PROFILE_MPEG4_ADVANCED_REAL_TIME 9
3089 #define FF_PROFILE_MPEG4_CORE_SCALABLE 10
3090 #define FF_PROFILE_MPEG4_ADVANCED_CODING 11
3091 #define FF_PROFILE_MPEG4_ADVANCED_CORE 12
3092 #define FF_PROFILE_MPEG4_ADVANCED_SCALABLE_TEXTURE 13
3093 #define FF_PROFILE_MPEG4_SIMPLE_STUDIO 14
3094 #define FF_PROFILE_MPEG4_ADVANCED_SIMPLE 15
3096 #define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0 0
3097 #define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1 1
3098 #define FF_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION 2
3099 #define FF_PROFILE_JPEG2000_DCINEMA_2K 3
3100 #define FF_PROFILE_JPEG2000_DCINEMA_4K 4
3102 #define FF_PROFILE_VP9_0 0
3103 #define FF_PROFILE_VP9_1 1
3104 #define FF_PROFILE_VP9_2 2
3105 #define FF_PROFILE_VP9_3 3
3107 #define FF_PROFILE_HEVC_MAIN 1
3108 #define FF_PROFILE_HEVC_MAIN_10 2
3109 #define FF_PROFILE_HEVC_MAIN_STILL_PICTURE 3
3110 #define FF_PROFILE_HEVC_REXT 4
3118 #define FF_LEVEL_UNKNOWN -99
3152 #if FF_API_ERROR_RATE
3161 #if FF_API_VBV_DELAY
3174 #if FF_API_SIDEDATA_ONLY_PKT
3274 #define FF_SUB_CHARENC_MODE_DO_NOTHING -1
3275 #define FF_SUB_CHARENC_MODE_AUTOMATIC 0
3276 #define FF_SUB_CHARENC_MODE_PRE_DECODER 1
3300 #if !FF_API_DEBUG_MV
3308 #define FF_DEBUG_VIS_MV_P_FOR 0x00000001 //visualize forward predicted MVs of P frames
3309 #define FF_DEBUG_VIS_MV_B_FOR 0x00000002 //visualize forward predicted MVs of B frames
3310 #define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames
3346 #define FF_CODEC_PROPERTY_LOSSLESS 0x00000001
3347 #define FF_CODEC_PROPERTY_CLOSED_CAPTIONS 0x00000002
3474 int *got_packet_ptr);
3639 #define AV_HWACCEL_FLAG_IGNORE_LEVEL (1 << 0)
3645 #define AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH (1 << 1)
3651 #if FF_API_AVPICTURE
3696 #define AV_SUBTITLE_FLAG_FORCED 0x00000001
3705 #if FF_API_AVPICTURE
4009 #if FF_API_AVPACKET_OLD_API
4329 int *got_frame_ptr,
const AVPacket *avpkt);
4375 int *got_picture_ptr,
4448 #define AV_PARSER_PTS_NB 4
4455 #define PARSER_FLAG_COMPLETE_FRAMES 0x0001
4456 #define PARSER_FLAG_ONCE 0x0002
4458 #define PARSER_FLAG_FETCHED_OFFSET 0x0004
4459 #define PARSER_FLAG_USE_CODEC_TS 0x1000
4472 #if FF_API_CONVERGENCE_DURATION
4596 const uint8_t **poutbuf,
int *poutbuf_size,
4638 uint8_t **poutbuf,
int *poutbuf_size,
4640 int64_t
pts, int64_t dts,
4649 uint8_t **poutbuf,
int *poutbuf_size,
4650 const uint8_t *
buf,
int buf_size,
int keyframe);
4764 #if FF_API_AVCODEC_RESAMPLE
4795 int output_rate,
int input_rate,
4798 int filter_length,
int log2_phase_count,
4799 int linear,
double cutoff);
4861 #if FF_API_AVPICTURE
4892 unsigned char *dest,
int dest_size);
4919 int padtop,
int padbottom,
int padleft,
int padright,
int *
color);
4991 int has_alpha,
int *loss_ptr);
4997 enum AVPixelFormat src_pix_fmt,
int has_alpha,
int *loss_ptr);
5000 #if AV_HAVE_INCOMPATIBLE_LIBAV_ABI
5003 int has_alpha,
int *loss_ptr);
5006 enum AVPixelFormat src_pix_fmt,
int has_alpha,
int *loss_ptr);
5016 #if FF_API_SET_DIMENSIONS
5088 int buf_size,
int align);
5156 uint8_t **poutbuf,
int *poutbuf_size,
5157 const uint8_t *
buf,
int buf_size,
int keyframe);
5215 uint8_t **poutbuf,
int *poutbuf_size,
5216 const uint8_t *
buf,
int buf_size,
int keyframe);
5262 #if FF_API_MISSING_SAMPLE
codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it ...
int(* parser_init)(AVCodecParserContext *s)
const struct AVCodec * codec
const char const char void * val
discard all frames except keyframes
AVSideDataParamChangeFlags
int(* start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size)
Called at the beginning of each frame or field picture.
const AVCodecDescriptor * codec_descriptor
AVCodecDescriptor Code outside libavcodec should access this field using: av_codec_{get,set}_codec_descriptor(avctx)
attribute_deprecated int intra_quant_bias
static enum AVPixelFormat pix_fmt
#define AV_NUM_DATA_POINTERS
int64_t pts_correction_num_faulty_dts
Number of incorrect PTS values so far.
A list of zero terminated key/value strings.
This structure describes decoded (raw) audio or video data.
The optional first identifier line of a WebVTT cue.
int avcodec_default_execute2(AVCodecContext *c, int(*func)(AVCodecContext *c2, void *arg2, int, int), void *arg, int *ret, int count)
AVCodec * avcodec_find_encoder(enum AVCodecID id)
Find a registered encoder with a matching codec ID.
int(* init)(AVCodecContext *avctx)
Initialize the hwaccel private data.
int x
top left corner of pict, undefined when pict is not set
int dct_algo
DCT algorithm, see FF_DCT_* below.
A dummy id pointing at the start of audio codecs.
ptrdiff_t const GLvoid * data
uint64_t error[AV_NUM_DATA_POINTERS]
error
int coded_width
Bitstream width / height, may be different from width/height e.g.
int capabilities
Hardware accelerated codec capabilities.
void(* flush)(AVCodecContext *)
Flush buffers.
int av_lockmgr_register(int(*cb)(void **mutex, enum AVLockOp op))
Register a user provided lock manager supporting the operations specified by AVLockOp.
float qblur
amount of qscale smoothing over time (0.0-1.0)
static int linear(InterplayACMContext *s, unsigned ind, unsigned col)
attribute_deprecated int rc_qmod_freq
int64_t bit_rate
the average bitrate
int64_t pos
byte position in stream, -1 if unknown
void av_shrink_packet(AVPacket *pkt, int size)
Reduce packet size, correctly zeroing padding.
attribute_deprecated void(* rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb)
int64_t next_frame_offset
int max_bitrate
Maximum bitrate of the stream, in bits per second.
int max_b_frames
maximum number of B-frames between non-B-frames Note: The output will be delayed by max_b_frames+1 re...
int rc_initial_buffer_occupancy
Number of bits which should be loaded into the rc buffer before decoding starts.
Dummy codec for streams containing only metadata information.
int width
Dimensions of the decoded video intended for presentation.
attribute_deprecated int frame_skip_cmp
attribute_deprecated int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples)
This side data should be associated with a video stream and contains Stereoscopic 3D information in f...
const char * avcodec_configuration(void)
Return the libavcodec build-time configuration.
enum AVColorRange color_range
MPEG vs JPEG YUV range.
attribute_deprecated unsigned int stream_codec_tag
enum AVFieldOrder field_order
attribute_deprecated int av_picture_crop(AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int top_band, int left_band)
void av_codec_set_pkt_timebase(AVCodecContext *avctx, AVRational val)
struct AVBitStreamFilter * next
int nb_colors
number of colors in pict, undefined when pict is not set
attribute_deprecated int lmax
int mb_lmin
minimum MB lagrange multipler
const char * avcodec_license(void)
Return the libavcodec license.
enhanced predictive zonal search
int coded_width
Dimensions of the coded video.
enum AVPixelFormat pix_fmt
Supported pixel format.
This side data contains an integer value representing the stream index of a "fallback" track...
AVRational sample_aspect_ratio
sample aspect ratio (0 if unknown) That is the width of a pixel divided by the height of the pixel...
enum AVPixelFormat pix_fmt
Pixel format, see AV_PIX_FMT_xxx.
void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size)
Same behaviour av_fast_malloc but the buffer has additional AV_INPUT_BUFFER_PADDING_SIZE at the end w...
enum AVMediaType type
Type of codec implemented by the hardware accelerator.
A dummy ID pointing at the start of various fake codecs.
char * stats_in
pass2 encoding statistics input buffer Concatenated stuff from stats_out of pass1 should be placed he...
int ildct_cmp
interlaced DCT comparison function
size_t av_get_codec_tag_string(char *buf, size_t buf_size, unsigned int codec_tag)
Put a string representing the codec tag codec_tag in buf.
int(* decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt)
discard all non intra frames
int duration
Duration of the current frame.
int64_t cur_frame_pos[AV_PARSER_PTS_NB]
Position of the packet in file.
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
Encode a frame of audio.
int bits_per_raw_sample
Bits per sample/pixel of internal libavcodec pixel/sample format.
int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos)
Converts AVChromaLocation to swscale x/y chroma position.
void avcodec_register_all(void)
Register all the codecs, parsers and bitstream filters which were enabled at configuration time...
int dts_ref_dts_delta
Offset of the current timestamp against last timestamp sync point in units of AVCodecContext.time_base.
int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt)
Decode a subtitle message.
An AV_PKT_DATA_H263_MB_INFO side data packet contains a number of structures with info about macroblo...
int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src)
Copy the settings of the source AVCodecContext into the destination AVCodecContext.
int block_align
number of bytes per packet if constant and known or 0 Used by some WAV based audio codecs...
attribute_deprecated int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt, int padtop, int padbottom, int padleft, int padright, int *color)
float i_quant_offset
qscale offset between P and I-frames
AVLockOp
Lock operation used by lockmgr.
attribute_deprecated AVPicture pict
AVColorTransferCharacteristic
Color Transfer Characteristic.
int min_bitrate
Minimum bitrate of the stream, in bits per second.
char * text
0 terminated plain UTF-8 text
attribute_deprecated unsigned avcodec_get_edge_width(void)
Return the amount of padding in pixels which the get_buffer callback must provide around the edge of ...
attribute_deprecated int frame_skip_exp
attribute_deprecated int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height)
attribute_deprecated int me_method
This option does nothing.
Macro definitions for various function/variable attributes.
attribute_deprecated void av_log_missing_feature(void *avc, const char *feature, int want_sample)
Log a generic warning message about a missing feature.
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented...
int avcodec_get_pix_fmt_loss(enum AVPixelFormat dst_pix_fmt, enum AVPixelFormat src_pix_fmt, int has_alpha)
attribute_deprecated int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx)
Resample an array of samples using a previously configured context.
int av_codec_is_decoder(const AVCodec *codec)
enum AVAudioServiceType audio_service_type
Type of service that the audio stream conveys.
const AVCodecDescriptor * avcodec_descriptor_next(const AVCodecDescriptor *prev)
Iterate over all codec descriptors known to libavcodec.
int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels, enum AVSampleFormat sample_fmt, const uint8_t *buf, int buf_size, int align)
Fill AVFrame audio data and linesize pointers.
enum AVDiscard skip_frame
Skip decoding for selected frames.
const AVClass * avcodec_get_class(void)
Get the AVClass for AVCodecContext.
int av_codec_is_encoder(const AVCodec *codec)
uint64_t vbv_delay
The delay between the time the packet this structure is associated with is received and the time when...
void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height)
Modify width and height values so that they will result in a memory buffer that is acceptable for the...
int w
width of pict, undefined when pict is not set
attribute_deprecated int mv_bits
struct AVHWAccel * hwaccel
Hardware accelerator in use.
float p_masking
p block masking (0-> disabled)
void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val)
AVCodecParserContext * parser
attribute_deprecated int rc_strategy
attribute_deprecated char codec_name[32]
int(* init_thread_copy)(AVCodecContext *)
If defined, called on thread contexts when they are created.
static double cb(void *priv, double x, double y)
attribute_deprecated int side_data_only_packets
Encoding only and set by default.
int bit_rate_tolerance
number of bits the bitstream is allowed to diverge from the reference.
int mb_lmax
maximum MB lagrange multipler
enum AVPictureStructure picture_structure
Indicate whether a picture is coded as a frame, top field or bottom field.
void av_packet_free(AVPacket **pkt)
Free the packet, if the packet is reference counted, it will be unreferenced first.
enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat *fmt)
attribute_deprecated float rc_buffer_aggressivity
attribute_deprecated const char * rc_eq
enum AVSampleFormat sample_fmt
audio sample format
void * hwaccel_context
Hardware accelerator context.
int av_packet_unpack_dictionary(const uint8_t *data, int size, AVDictionary **dict)
Unpack a dictionary from side_data.
int av_parser_change(AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
int me_range
maximum motion estimation search range in subpel units If 0 then no limit.
attribute_deprecated int i_count
AVColorSpace
YUV colorspace type.
unsigned int avcodec_pix_fmt_to_codec_tag(enum AVPixelFormat pix_fmt)
Return a value representing the fourCC code associated to the pixel format pix_fmt, or 0 if no associated fourCC code can be found.
uint16_t * chroma_intra_matrix
custom intra quantization matrix Code outside libavcodec should access this field using av_codec_g/se...
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown.
This side data contains a 3x3 transformation matrix describing an affine transformation that needs to...
float b_quant_factor
qscale factor between IP and B-frames If > 0 then the last P-frame quantizer will be used (q= lastp_q...
attribute_deprecated int linesize[AV_NUM_DATA_POINTERS]
number of bytes per line
int pre_dia_size
ME prepass diamond size & shape.
int av_packet_from_data(AVPacket *pkt, uint8_t *data, int size)
Initialize a reference-counted packet from av_malloc()ed data.
uint8_t * extradata
some codecs need / can use extradata like Huffman tables.
const AVClass * av_class
information on struct for av_log
int me_cmp
motion estimation comparison function
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
Encode a frame of video.
struct AVCodecParser * next
void av_codec_set_lowres(AVCodecContext *avctx, int val)
attribute_deprecated void av_resample_close(struct AVResampleContext *c)
attribute_deprecated int context_model
void av_packet_move_ref(AVPacket *dst, AVPacket *src)
Move every field in src to dst and reset src.
void(* decode_mb)(struct MpegEncContext *s)
Called for every Macroblock in a slice.
Motion_Est_ID
motion estimation type.
int(* parser_parse)(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
int lowres
low resolution decoding, 1-> 1/2 size, 2->1/4 size
AVColorRange
MPEG vs JPEG YUV range.
const AVCodecDescriptor * av_codec_get_codec_descriptor(const AVCodecContext *avctx)
const AVClass * avcodec_get_frame_class(void)
Get the AVClass for AVFrame.
int buffer_size
The size of the buffer to which the ratecontrol is applied, in bits.
int h
height of pict, undefined when pict is not set
int bits_per_coded_sample
bits per sample/pixel from the demuxer (needed for huffyuv).
float lumi_masking
luminance masking (0-> disabled)
char * stats_out
pass1 encoding statistics output buffer
AVColorPrimaries
Chromaticity coordinates of the source primaries.
AVCPBProperties * av_cpb_properties_alloc(size_t *size)
Allocate a CPB properties structure and initialize its fields to default values.
const OptionDef options[]
struct AVBitStreamFilterContext * next
enum AVChromaLocation chroma_sample_location
This defines the location of chroma samples.
attribute_deprecated int frame_skip_threshold
int av_packet_ref(AVPacket *dst, const AVPacket *src)
Setup a new reference to the data described by a given packet.
AVCodec * avcodec_find_encoder_by_name(const char *name)
Find a registered encoder with the specified name.
void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, int linesize_align[AV_NUM_DATA_POINTERS])
Modify width and height values so that they will result in a memory buffer that is acceptable for the...
attribute_deprecated int avpicture_fill(AVPicture *picture, const uint8_t *ptr, enum AVPixelFormat pix_fmt, int width, int height)
attribute_deprecated int skip_count
int slice_count
slice count
uint16_t * av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx)
attribute_deprecated void avcodec_set_dimensions(AVCodecContext *s, int width, int height)
Libavcodec version macros.
int(* close)(AVCodecContext *)
int avcodec_close(AVCodecContext *avctx)
Close a given AVCodecContext and free all the data associated with it (but not the AVCodecContext its...
int av_new_packet(AVPacket *pkt, int size)
Allocate the payload of a packet and initialize its fields with default values.
AVRational pkt_timebase
Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
no search, that is use 0,0 vector whenever one is needed
const uint64_t * channel_layouts
array of support channel layouts, or NULL if unknown. array is terminated by 0
const AVCodecDefault * defaults
Private codec-specific defaults.
AVCodecID
Identify the syntax and semantics of the bitstream.
int av_get_bits_per_sample(enum AVCodecID codec_id)
Return codec bits per sample.
int has_b_frames
Size of the frame reordering buffer in the decoder.
int64_t pos
Byte position of currently parsed frame in stream.
attribute_deprecated float rc_initial_cplx
int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, const AVPacket *avpkt)
Decode the video frame of size avpkt->size from avpkt->data into picture.
void av_packet_rescale_ts(AVPacket *pkt, AVRational tb_src, AVRational tb_dst)
Convert valid timing fields (timestamps / durations) in a packet from one timebase to another...
struct AVCodecParser * parser
int y
top left corner of pict, undefined when pict is not set
discard all bidirectional frames
An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows:
int me_sub_cmp
subpixel motion estimation comparison function
void av_packet_free_side_data(AVPacket *pkt)
Convenience function to free all the side data stored.
attribute_deprecated uint64_t vbv_delay
VBV delay coded in the last frame (in periods of a 27 MHz clock).
int qmax
maximum quantizer
AVCodec * av_codec_next(const AVCodec *c)
If c is NULL, returns the first registered codec, if c is non-NULL, returns the next registered codec...
enum AVSampleFormat request_sample_fmt
desired sample format
int skip_alpha
Skip processing alpha if supported by codec.
int64_t pts_correction_last_pts
Number of incorrect DTS values so far.
int active_thread_type
Which multithreading methods are in use by the codec.
attribute_deprecated int av_dup_packet(AVPacket *pkt)
int avcodec_is_open(AVCodecContext *s)
int error_concealment
error concealment flags
int capabilities
Codec capabilities.
int initial_padding
Audio only.
void av_bitstream_filter_close(AVBitStreamFilterContext *bsf)
Release bitstream filter context.
preferred ID for decoding MPEG audio layer 1, 2 or 3
AVBufferRef * buf
A reference to the reference-counted buffer where the packet data is stored.
int flags
AV_CODEC_FLAG_*.
enum AVPixelFormat avcodec_find_best_pix_fmt_of_list(const enum AVPixelFormat *pix_fmt_list, enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr)
Find the best pixel format to convert to given a certain source pixel format.
enum AVPacketSideDataType type
enum AVMediaType avcodec_get_type(enum AVCodecID codec_id)
Get the type of the given codec.
attribute_deprecated int inter_quant_bias
const char * name
Name of the codec implementation.
int64_t cur_frame_dts[AV_PARSER_PTS_NB]
float i_quant_factor
qscale factor between P and I-frames If > 0 then the last p frame quantizer will be used (q= lastp_q*...
int width
width and height in 1/16 pel
int av_packet_shrink_side_data(AVPacket *pkt, enum AVPacketSideDataType type, int size)
Shrink the already allocated side data buffer.
const struct AVProfile * profiles
If non-NULL, an array of profiles recognized for this codec.
const char * long_name
A more descriptive name for this codec.
AVCodecParser * av_parser_next(const AVCodecParser *c)
static const uint8_t offset[127][2]
transformed exhaustive search algorithm
attribute_deprecated int64_t timecode_frame_start
int compensation_distance
#define av_printf_format(fmtpos, attrpos)
attribute_deprecated int b_sensitivity
int priv_data_size
Size of the private data to allocate in AVCodecInternal.hwaccel_priv_data.
int flags
A combination of AV_PKT_FLAG values.
int av_codec_get_lowres(const AVCodecContext *avctx)
reference-counted frame API
const AVCodecDescriptor * avcodec_descriptor_get(enum AVCodecID id)
uint64_t channel_layout
Audio channel layout.
uint32_t end_display_time
int64_t pts
Same as packet pts, in AV_TIME_BASE.
int rc_buffer_size
decoder bitstream buffer size
int av_packet_merge_side_data(AVPacket *pkt)
int props
Codec properties, a combination of AV_CODEC_PROP_* flags.
int intra_dc_precision
precision of the intra DC coefficient - 8
int(* encode_sub)(AVCodecContext *, uint8_t *buf, int buf_size, const struct AVSubtitle *sub)
int64_t rc_min_rate
minimum bitrate
AVBitStreamFilter * av_bitstream_filter_next(const AVBitStreamFilter *f)
If f is NULL, return the first registered bitstream filter, if f is non-NULL, return the next registe...
int refs
number of reference frames
attribute_deprecated int scenechange_factor
Multiplied by qscale for each frame and added to scene_change_score.
A bitmap, pict will be set.
int av_packet_copy_props(AVPacket *dst, const AVPacket *src)
Copy only "properties" fields from src to dst.
int rc_override_count
ratecontrol override, see RcOverride
void(* draw_horiz_band)(struct AVCodecContext *s, const AVFrame *src, int offset[AV_NUM_DATA_POINTERS], int y, int type, int height)
If non NULL, 'draw_horiz_band' is called by the libavcodec decoder to draw a horizontal band...
audio channel layout utility functions
enum AVPixelFormat * pix_fmts
array of supported pixel formats, or NULL if unknown, array is terminated by -1
int err_recognition
Error recognition; may misdetect some more or less valid parts as errors.
const char * name
Name of the hardware accelerated codec.
AVPacketSideData * coded_side_data
Additional data associated with the entire coded stream.
attribute_deprecated int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height, unsigned char *dest, int dest_size)
int av_get_exact_bits_per_sample(enum AVCodecID codec_id)
Return codec bits per sample.
AVCodecContext * avcodec_alloc_context3(const AVCodec *codec)
Allocate an AVCodecContext and set its fields to default values.
int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int64_t pts, int64_t dts, int64_t pos)
Parse a packet.
This side data contains quality related information from the encoder.
int(* alloc_frame)(AVCodecContext *avctx, AVFrame *frame)
Allocate a custom buffer.
attribute_deprecated void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance)
Compensate samplerate/timestamp drift.
int width
picture width / height.
void(* parser_close)(AVCodecParserContext *s)
AVBitStreamFilterContext * av_bitstream_filter_init(const char *name)
Create and initialize a bitstream filter context given a bitstream filter name.
int idct_algo
IDCT algorithm, see FF_IDCT_* below.
typedef void(APIENTRY *FF_PFNGLACTIVETEXTUREPROC)(GLenum texture)
int64_t offset
byte offset from starting packet start
attribute_deprecated int noise_reduction
float rc_max_available_vbv_use
Ratecontrol attempt to use, at maximum, of what can be used without an underflow. ...
float rc_min_vbv_overflow_use
Ratecontrol attempt to use, at least, times the amount needed to prevent a vbv overflow.
void av_parser_close(AVCodecParserContext *s)
attribute_deprecated int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height)
enum AVColorPrimaries color_primaries
Chromaticity coordinates of the source primaries.
void av_register_bitstream_filter(AVBitStreamFilter *bsf)
Register a bitstream filter.
attribute_deprecated int frame_skip_factor
const AVClass * avcodec_get_subtitle_rect_class(void)
Get the AVClass for AVSubtitleRect.
int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, const AVPacket *avpkt)
Decode the audio frame of size avpkt->size from avpkt->data into frame.
const AVProfile * profiles
array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN} ...
int64_t reordered_opaque
opaque 64bit number (generally a PTS) that will be reordered and output in AVFrame.reordered_opaque
int refcounted_frames
If non-zero, the decoded audio and video frames returned from avcodec_decode_video2() and avcodec_dec...
int ticks_per_frame
For some codecs, the time base is closer to the field rate than the frame rate.
int skip_top
Number of macroblock rows at the top which are skipped.
int mb_decision
macroblock decision mode
int last_predictor_count
amount of previous MV predictors (2a+1 x 2a+1 square)
int max_qdiff
maximum quantizer difference between frames
attribute_deprecated int mb_threshold
attribute_deprecated float rc_qsquish
int64_t cur_frame_end[AV_PARSER_PTS_NB]
Passthrough codec, AVFrames wrapped in AVPacket.
static pthread_mutex_t * mutex
void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift)
Utility function to access log2_chroma_w log2_chroma_h from the pixel format AVPixFmtDescriptor.
char * sub_charenc
DTS of the last frame.
int64_t cur_frame_pts[AV_PARSER_PTS_NB]
attribute_deprecated int coder_type
preferred ID for MPEG-1/2 video decoding
const AVCodecDescriptor * avcodec_descriptor_get_by_name(const char *name)
int64_t last_pos
Previous frame byte position.
const char * avcodec_get_name(enum AVCodecID id)
Get the name of a codec.
int thread_count
thread count is used to decide how many independent tasks should be passed to execute() ...
int sub_charenc_mode
Subtitles character encoding mode.
int av_packet_split_side_data(AVPacket *pkt)
attribute_deprecated int max_prediction_order
int av_codec_get_max_lowres(const AVCodec *codec)
void avcodec_flush_buffers(AVCodecContext *avctx)
Reset the internal decoder state / flush internal buffers.
AVPacket * av_packet_clone(AVPacket *src)
Create a new packet that references the same data as src.
FAKE codec to indicate a MPEG-4 Systems stream (only used by libavformat)
const AVS_VideoInfo int align
attribute_deprecated int i_tex_bits
enum AVPixelFormat avcodec_find_best_pix_fmt_of_2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2, enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr)
attribute_deprecated enum AVPixelFormat avcodec_find_best_pix_fmt2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2, enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr)
const char * av_get_profile_name(const AVCodec *codec, int profile)
Return a name for the specified profile, if available.
int frame_size
Number of samples per channel in an audio frame.
int pts_dts_delta
Presentation delay of current frame in units of AVCodecContext.time_base.
attribute_deprecated int misc_bits
const char * long_name
Descriptive name for the codec, meant to be more human readable than name.
This structure describes the bitrate properties of an encoded bitstream.
int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
Filter bitstream.
attribute_deprecated void av_log_ask_for_sample(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message asking for a sample.
AVCodecParserContext * av_parser_init(int codec_id)
int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags)
The default callback for AVCodecContext.get_buffer2().
enum AVMediaType codec_type
void(* init_static_data)(struct AVCodec *codec)
Initialize codec static data, called from avcodec_register().
attribute_deprecated int mpeg_quant
const AVRational * supported_framerates
array of supported framerates, or NULL if any, array is terminated by {0,0}
A list of zero terminated key/value strings.
AVSampleFormat
Audio sample formats.
attribute_deprecated int scenechange_threshold
void avcodec_free_context(AVCodecContext **avctx)
Free the codec context and everything associated with it and write NULL to the provided pointer...
enum AVCodecID av_get_pcm_codec(enum AVSampleFormat fmt, int be)
Return the PCM codec associated with a sample format.
int seek_preroll
Number of samples to skip after a discontinuity.
attribute_deprecated int prediction_method
int sample_rate
samples per second
enum AVDiscard skip_idct
Skip IDCT/dequantization for selected frames.
attribute_deprecated int b_frame_strategy
Plain text, the text field must be set by the decoder and is authoritative.
main external API structure.
AVCodec * avcodec_find_decoder(enum AVCodecID id)
Find a registered decoder with a matching codec ID.
uint8_t * av_packet_pack_dictionary(AVDictionary *dict, int *size)
Pack a dictionary for use in side_data.
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
int av_copy_packet(AVPacket *dst, const AVPacket *src)
Copy packet, including contents.
int qmin
minimum quantizer
int cur_frame_start_index
attribute_deprecated ReSampleContext * av_audio_resample_init(int output_channels, int input_channels, int output_rate, int input_rate, enum AVSampleFormat sample_fmt_out, enum AVSampleFormat sample_fmt_in, int filter_length, int log2_phase_count, int linear, double cutoff)
Initialize audio resampling context.
void avsubtitle_free(AVSubtitle *sub)
Free all allocated data in the given subtitle struct.
unsigned int codec_tag
fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
float spatial_cplx_masking
spatial complexity masking (0-> disabled)
Data found in BlockAdditional element of matroska container.
attribute_deprecated int header_bits
unsigned int av_xiphlacing(unsigned char *s, unsigned int v)
Encode extradata length to a buffer.
struct AVBitStreamFilter * filter
uint16_t * intra_matrix
custom intra quantization matrix
BYTE int const BYTE int int int height
int slice_flags
slice flags
Describe the class of an AVClass context structure.
enum AVPixelFormat(* get_format)(struct AVCodecContext *s, const enum AVPixelFormat *fmt)
callback to negotiate the pixelFormat
enum AVColorSpace colorspace
YUV colorspace type.
rational number numerator/denominator
enum AVColorTransferCharacteristic color_trc
Color Transfer Characteristic.
const char * name
short name for the profile
void av_register_codec_parser(AVCodecParser *parser)
Recommmends skipping the specified number of samples.
int av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type, uint8_t *data, size_t size)
Wrap an existing array as a packet side data.
attribute_deprecated void audio_resample_close(ReSampleContext *s)
Free resample context.
int(* func)(AVBPrint *dst, const char *in, const char *arg)
discard useless packets like 0 size packets in avi
refcounted data buffer API
attribute_deprecated int brd_scale
int(* get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags)
This callback is called at the beginning of each frame to get data buffer(s) for it.
char * codec_whitelist
',' separated list of allowed decoders.
const char * name
Name of the codec described by this descriptor.
int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)
Initialize the AVCodecContext to use the given AVCodec.
attribute_deprecated int chromaoffset
float b_quant_offset
qscale offset between IP and B-frames
attribute_deprecated int dtg_active_format
DTG active format information (additional aspect ratio information only used in DVB MPEG-2 transport ...
int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes)
Return audio frame duration.
float qcompress
amount of qscale change between easy & hard scenes (0.0-1.0)
attribute_deprecated int me_threshold
attribute_deprecated int p_tex_bits
uint16_t * inter_matrix
custom inter quantization matrix
void(* close)(AVBitStreamFilterContext *bsfc)
AVHWAccel * av_hwaccel_next(const AVHWAccel *hwaccel)
If hwaccel is NULL, returns the first registered hardware accelerator, if hwaccel is non-NULL...
attribute_deprecated int64_t convergence_duration
This struct describes the properties of a single codec described by an AVCodecID. ...
float dark_masking
darkness masking (0-> disabled)
int global_quality
Global quality for codecs which cannot change it per frame.
static int64_t pts
Global timestamp for the audio frames.
int skip_bottom
Number of macroblock rows at the bottom which are skipped.
AVCodec * avcodec_find_decoder_by_name(const char *name)
Find a registered decoder with the specified name.
This side data should be associated with an audio stream and contains ReplayGain information in form ...
int output_picture_number
Picture number incremented in presentation or output order.
float temporal_cplx_masking
temporary complexity masking (0-> disabled)
const AVClass * priv_class
AVClass for the private context.
#define attribute_deprecated
int(* filter)(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
struct AVCodecContext * avctx
int gop_size
the number of pictures in a group of pictures, or 0 for intra_only
uint8_t max_lowres
maximum value for lowres supported by the decoder, no direct access, use av_codec_get_max_lowres() ...
A reference to a data buffer.
discard all non reference
static int op(uint8_t **dst, const uint8_t *dst_end, GetByteContext *gb, int pixel, int count, int *x, int width, int linesize)
Perform decode operation.
attribute_deprecated struct AVResampleContext * av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff)
Initialize an audio resampler.
An AV_PKT_DATA_JP_DUALMONO side data packet indicates that the packet may contain "dual mono" audio s...
AVPacketSideData * side_data
Additional packet data that can be provided by the container.
attribute_deprecated int64_t convergence_duration
int mb_cmp
macroblock comparison function (not supported yet)
int(* split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos)
Converts swscale x/y chroma position to AVChromaLocation.
AVRational av_codec_get_pkt_timebase(const AVCodecContext *avctx)
attribute_deprecated void void av_register_hwaccel(AVHWAccel *hwaccel)
Register the hardware accelerator hwaccel.
attribute_deprecated void avpicture_free(AVPicture *picture)
attribute_deprecated int rtp_payload_size
int(* uninit)(AVCodecContext *avctx)
Uninitialize the hwaccel private data.
attribute_deprecated float border_masking
uint32_t start_display_time
int av_codec_get_seek_preroll(const AVCodecContext *avctx)
void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size)
Same behaviour av_fast_padded_malloc except that buffer will always be 0-initialized after call...
void av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc)
attribute_deprecated AVFrame * coded_frame
the picture in the bitstream
int workaround_bugs
Work around bugs in encoders which sometimes cannot be detected automatically.
enum AVCodecID id
Codec implemented by the hardware accelerator.
int64_t cur_frame_offset[AV_PARSER_PTS_NB]
int av_grow_packet(AVPacket *pkt, int grow_by)
Increase packet size, correctly zeroing padding.
int caps_internal
Internal codec capabilities.
void av_init_packet(AVPacket *pkt)
Initialize optional fields of a packet with default values.
enum AVDiscard skip_loop_filter
Skip loop filtering for selected frames.
int thread_safe_callbacks
Set by the client if its custom get_buffer() callback can be called synchronously from another thread...
int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec)
Set the fields of the given AVCodecContext to default values corresponding to the given codec (defaul...
attribute_deprecated float rc_qmod_amp
attribute_deprecated void av_picture_copy(AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height)
int trellis
trellis RD quantization
The optional settings (rendering instructions) that immediately follow the timestamp specifier of a W...
void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode)
int slices
Number of slices.
int16_t position[3][2]
position of the top left corner in 1/16 pel for up to 3 fields/frames
int cutoff
Audio cutoff bandwidth (0 means "automatic")
int(* update_thread_context)(AVCodecContext *dst, const AVCodecContext *src)
Copy necessary context variables from a previous thread context to the current one.
void av_codec_set_seek_preroll(AVCodecContext *avctx, int val)
FAKE codec to indicate a raw MPEG-2 TS stream (only used by libavformat)
Formatted text, the ass field must be set by the decoder and is authoritative.
int dia_size
ME diamond size & shape.
uint8_t * dump_separator
dump format separator.
attribute_deprecated int frame_bits
int(* execute)(struct AVCodecContext *c, int(*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size)
The codec may call this to execute several independent things.
uneven multi-hexagon search
attribute_deprecated int me_penalty_compensation
attribute_deprecated int min_prediction_order
as in Berlin toast format
int(* execute2)(struct AVCodecContext *c, int(*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count)
The codec may call this to execute several independent things.
int avg_bitrate
Average bitrate of the stream, in bits per second.
char * args
Internal default arguments, used if NULL is passed to av_bitstream_filter_filter().
int channels
number of audio channels
int frame_priv_data_size
Size of per-frame hardware accelerator private data.
const int * supported_samplerates
array of supported audio samplerates, or NULL if unknown, array is terminated by 0 ...
int format
The format of the coded data, corresponds to enum AVPixelFormat for video and for enum AVSampleFormat...
unsigned avcodec_version(void)
Return the LIBAVCODEC_VERSION_INT constant.
AVPacket * av_packet_alloc(void)
Allocate an AVPacket and set its fields to default values.
char * ass
0 terminated ASS/SSA compatible event line.
This side data corresponds to the AVCPBProperties struct.
attribute_deprecated int p_count
attribute_deprecated int error_rate
unsigned av_codec_get_codec_properties(const AVCodecContext *avctx)
int mv0_threshold
Note: Value depends upon the compare function used for fullpel ME.
int flags2
AV_CODEC_FLAG2_*.
int64_t dts
Decompression timestamp in AVStream->time_base units; the time at which the packet is decompressed...
void avcodec_register(AVCodec *codec)
Register the codec codec and initialize libavcodec.
int64_t pts_correction_last_dts
PTS of the last frame.
const char * av_packet_side_data_name(enum AVPacketSideDataType type)
int * slice_offset
slice offsets in the frame in bytes
int frame_number
Frame counter, set by libavcodec.
attribute_deprecated void av_free_packet(AVPacket *pkt)
Free a packet.
int repeat_pict
This field is used for proper frame duration computation in lavf.
int64_t pts_correction_num_faulty_pts
Current statistics for PTS correction.
enum AVFieldOrder field_order
Field order.
AVChromaLocation
Location of chroma samples.
uint8_t * av_packet_get_side_data(AVPacket *pkt, enum AVPacketSideDataType type, int *size)
Get side information from packet.
enum AVSampleFormat * sample_fmts
array of supported sample formats, or NULL if unknown, array is terminated by -1
attribute_deprecated int lmin
uint8_t * av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, int size)
Allocate new information of a packet.
int debug_mv
debug Code outside libavcodec should access this field using AVOptions
int(* decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size)
Callback for each slice.
const char *const * mime_types
MIME type(s) associated with the codec.
int(* init)(AVCodecContext *)
int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src)
Copy packet side data.
int(* end_frame)(AVCodecContext *avctx)
Called at the end of each frame or field picture.
uint64_t request_channel_layout
Request decoder to use this channel layout if it can (0 for default)
int me_pre_cmp
motion estimation prepass comparison function
AVPixelFormat
Pixel format.
This structure stores compressed data.
const char * avcodec_profile_name(enum AVCodecID codec_id, int profile)
Return a name for the specified profile, if available.
int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub)
int(* encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
Encode data to an AVPacket.
int key_frame
Set by parser to 1 for key frames and 0 for non-key frames.
int me_subpel_quality
subpel ME quality
int strict_std_compliance
strictly follow the standard (MPEG4, ...).
int dts_sync_point
Synchronization point for start of timestamp generation.
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
enum AVPixelFormat sw_pix_fmt
Nominal unaccelerated pixel format, see AV_PIX_FMT_xxx.
A dummy ID pointing at the start of subtitle codecs.
void * opaque
Private data of the user, can be used to carry app specific stuff.
int thread_type
Which multithreading methods to use.
int avcodec_default_execute(AVCodecContext *c, int(*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size)
int64_t rc_max_rate
maximum bitrate
attribute_deprecated int pre_me
This side data should be associated with an audio stream and corresponds to enum AVAudioServiceType.
uint8_t * subtitle_header
Header containing style information for text subtitles.
int keyint_min
minimum GOP size