World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
#include <avcodec.h>
main external API structure. New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. You can use AVOptions (av_opt* / av_set/get*()) to access these fields from user applications. The name string for AVOptions options matches the associated command line parameter name and can be found in libavcodec/options_table.h The AVOption/command line parameter names differ in some cases from the C structure field names for historic reasons or brevity. sizeof(AVCodecContext) must not be used outside libav*.
const AVClass* AVCodecContext::av_class |
enum AVMediaType AVCodecContext::codec_type |
unsigned int AVCodecContext::codec_tag |
fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A'). This is used to work around some encoder bugs. A demuxer should set this to what is stored in the field used to identify the codec. If there are multiple such fields in a container then the demuxer should choose the one which maximizes the information about the used codec. If the codec tag field in a container is larger than 32 bits then the demuxer should remap the longer ID to 32 bits with a table or other structure. Alternatively a new extra_codec_tag + size could be added but for this a clear advantage must be demonstrated first.
struct AVCodecInternal* AVCodecContext::internal |
void* AVCodecContext::opaque |
int64_t AVCodecContext::bit_rate |
int AVCodecContext::bit_rate_tolerance |
int AVCodecContext::global_quality |
int AVCodecContext::compression_level |
int AVCodecContext::flags |
int AVCodecContext::flags2 |
uint8_t* AVCodecContext::extradata |
some codecs need / can use extradata like Huffman tables. MJPEG: Huffman tables rv10: additional flags MPEG-4: global headers (they can be in the bitstream or here) The allocated memory should be AV_INPUT_BUFFER_PADDING_SIZE bytes larger than extradata_size to avoid problems if it is read with the bitstream reader. The bytewise contents of extradata must not depend on the architecture or CPU endianness. Must be allocated with the av_malloc() family of functions.
AVRational AVCodecContext::time_base |
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented. For fixed-fps content, timebase should be 1/framerate and timestamp increments should be identically 1. This often, but not always is the inverse of the frame rate or field rate for video. 1/time_base is not the average frame rate if the frame rate is not constant.
Like containers, elementary streams also can store timestamps, 1/time_base is the unit in which these timestamps are specified. As example of such codec time base see ISO/IEC 14496-2:2001(E) vop_time_increment_resolution and fixed_vop_rate (fixed_vop_rate == 0 implies that it is different from the framerate)
int AVCodecContext::ticks_per_frame |
For some codecs, the time base is closer to the field rate than the frame rate. Most notably, H.264 and MPEG-2 specify time_base as half of frame duration if no telecine is used ...
Set to time_base ticks per frame. Default 1, e.g., H.264/MPEG-2 set it to 2.
int AVCodecContext::delay |
Codec delay.
Encoding: Number of frames delay there will be from the encoder input to the decoder output. (we assume the decoder matches the spec) Decoding: Number of frames delay in addition to what a standard decoder as specified in the spec would produce.
Video: Number of frames the decoded output will be delayed relative to the encoded input.
Audio: For encoding, this field is unused (see initial_padding).
For decoding, this is the number of samples the decoder needs to output before the decoder's output is valid. When seeking, you should start decoding this many samples prior to your desired seek point.
int AVCodecContext::width |
picture width / height.
См. определение в файле avcodec.h строка 1738
Используется в AVVideoStream::open().
int AVCodecContext::height |
См. определение в файле avcodec.h строка 1738
Используется в AVVideoStream::open().
int AVCodecContext::coded_width |
Bitstream width / height, may be different from width/height e.g. when the decoded frame is cropped before being output or lowres is enabled.
int AVCodecContext::gop_size |
enum AVPixelFormat AVCodecContext::pix_fmt |
Pixel format, see AV_PIX_FMT_xxx. May be set by the demuxer if known from headers. May be overridden by the decoder if it knows better.
См. определение в файле avcodec.h строка 1775
Используется в AVVideoStream::open().
void(* AVCodecContext::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. It improves cache usage. Not all codecs can do that. You must check the codec capabilities beforehand. When multithreading is used, it may be called from multiple threads at the same time; threads might draw different parts of the same AVFrame, or multiple AVFrames, and there is no guarantee that slices will be drawn in order. The function is also used by hardware acceleration APIs. It is called at least once during frame decoding to pass the data needed for hardware render. In that mode instead of pixel data, AVFrame points to a structure specific to the acceleration API. The application reads the structure and can change some fields to indicate progress or mark state.
height | the height of the slice |
y | the y position of the slice |
type | 1->top field, 2->bottom field, 3->frame |
offset | offset into the AVFrame.data from which the slice should be read |
enum AVPixelFormat(* AVCodecContext::get_format) (struct AVCodecContext *s, const enum AVPixelFormat *fmt) |
callback to negotiate the pixelFormat
fmt | is the list of formats which are supported by the codec, it is terminated by -1 as 0 is a valid format, the formats are ordered by quality. The first is always the native one. |
int AVCodecContext::max_b_frames |
float AVCodecContext::b_quant_factor |
attribute_deprecated int AVCodecContext::b_frame_strategy |
float AVCodecContext::b_quant_offset |
int AVCodecContext::has_b_frames |
attribute_deprecated int AVCodecContext::mpeg_quant |
float AVCodecContext::i_quant_factor |
float AVCodecContext::i_quant_offset |
float AVCodecContext::lumi_masking |
float AVCodecContext::temporal_cplx_masking |
float AVCodecContext::spatial_cplx_masking |
float AVCodecContext::p_masking |
float AVCodecContext::dark_masking |
int AVCodecContext::slice_count |
attribute_deprecated int AVCodecContext::prediction_method |
int* AVCodecContext::slice_offset |
AVRational AVCodecContext::sample_aspect_ratio |
int AVCodecContext::me_cmp |
int AVCodecContext::me_sub_cmp |
int AVCodecContext::mb_cmp |
int AVCodecContext::ildct_cmp |
int AVCodecContext::dia_size |
int AVCodecContext::last_predictor_count |
attribute_deprecated int AVCodecContext::pre_me |
int AVCodecContext::me_pre_cmp |
int AVCodecContext::pre_dia_size |
int AVCodecContext::me_subpel_quality |
int AVCodecContext::me_range |
int AVCodecContext::slice_flags |
int AVCodecContext::mb_decision |
uint16_t* AVCodecContext::intra_matrix |
custom intra quantization matrix Must be allocated with the av_malloc() family of functions, and will be freed in avcodec_free_context().
uint16_t* AVCodecContext::inter_matrix |
custom inter quantization matrix Must be allocated with the av_malloc() family of functions, and will be freed in avcodec_free_context().
attribute_deprecated int AVCodecContext::scenechange_threshold |
attribute_deprecated int AVCodecContext::noise_reduction |
int AVCodecContext::intra_dc_precision |
int AVCodecContext::skip_top |
int AVCodecContext::skip_bottom |
int AVCodecContext::mb_lmin |
int AVCodecContext::mb_lmax |
attribute_deprecated int AVCodecContext::me_penalty_compensation |
int AVCodecContext::bidir_refine |
attribute_deprecated int AVCodecContext::brd_scale |
int AVCodecContext::keyint_min |
int AVCodecContext::refs |
attribute_deprecated int AVCodecContext::chromaoffset |
int AVCodecContext::mv0_threshold |
attribute_deprecated int AVCodecContext::b_sensitivity |
enum AVColorPrimaries AVCodecContext::color_primaries |
enum AVColorTransferCharacteristic AVCodecContext::color_trc |
enum AVColorSpace AVCodecContext::colorspace |
enum AVColorRange AVCodecContext::color_range |
enum AVChromaLocation AVCodecContext::chroma_sample_location |
int AVCodecContext::slices |
enum AVFieldOrder AVCodecContext::field_order |
int AVCodecContext::sample_rate |
samples per second
См. определение в файле avcodec.h строка 2225
Используется в AudioBaseDataSource::GetSampleRate(), Movie::Load(), AVAudioStream::open() и AudioBaseDataSource::Open().
int AVCodecContext::channels |
number of audio channels
См. определение в файле avcodec.h строка 2226
Используется в AudioBaseDataSource::GetChannelCount() и AudioBaseDataSource::GetNextBuffer().
enum AVSampleFormat AVCodecContext::sample_fmt |
sample format
audio sample format
См. определение в файле avcodec.h строка 2233
Используется в AVAudioStream::open() и AudioBaseDataSource::Open().
int AVCodecContext::frame_size |
Number of samples per channel in an audio frame.
int AVCodecContext::frame_number |
int AVCodecContext::block_align |
int AVCodecContext::cutoff |
uint64_t AVCodecContext::channel_layout |
Audio channel layout.
См. определение в файле avcodec.h строка 2276
Используется в AVAudioStream::open() и AudioBaseDataSource::Open().
uint64_t AVCodecContext::request_channel_layout |
enum AVAudioServiceType AVCodecContext::audio_service_type |
enum AVSampleFormat AVCodecContext::request_sample_fmt |
int(* AVCodecContext::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. There may be one contiguous buffer for all the data or there may be a buffer per each data plane or anything in between. What this means is, you may set however many entries in buf[] you feel necessary. Each buffer must be reference-counted using the AVBuffer API (see description of buf[] below).
The following fields will be set in the frame before this callback is called:
This callback must fill the following fields in the frame:
If AV_CODEC_CAP_DR1 is not set then get_buffer2() must call avcodec_default_get_buffer2() instead of providing buffers allocated by some other means.
Each data plane must be aligned to the maximum required by the target CPU.
Video:
If AV_GET_BUFFER_FLAG_REF is set in flags then the frame may be reused (read and/or written to if it is writable) later by libavcodec.
avcodec_align_dimensions2() should be used to find the required width and height, as they normally need to be rounded up to the next multiple of 16.
Some decoders do not support linesizes changing between frames.
If frame multithreading is used and thread_safe_callbacks is set, this callback may be called from a different thread, but not from more than one at once. Does not need to be reentrant.
Audio:
Decoders request a buffer of a particular size by setting AVFrame.nb_samples prior to calling get_buffer2(). The decoder may, however, utilize only part of the buffer by setting AVFrame.nb_samples to a smaller value in the output frame.
As a convenience, av_samples_get_buffer_size() and av_samples_fill_arrays() in libavutil may be used by custom get_buffer2() functions to find the required data size and to fill data pointers and linesize. In AVFrame.linesize, only linesize[0] may be set for audio since all planes must be the same size.
attribute_deprecated int AVCodecContext::refcounted_frames |
If non-zero, the decoded audio and video frames returned from avcodec_decode_video2() and avcodec_decode_audio4() are reference-counted and are valid indefinitely. The caller must free them with av_frame_unref() when they are not needed anymore. Otherwise, the decoded frames must not be freed by the caller and are only valid until the next decode call.
This is always automatically enabled if avcodec_receive_frame() is used.
float AVCodecContext::qcompress |
float AVCodecContext::qblur |
int AVCodecContext::qmin |
int AVCodecContext::qmax |
int AVCodecContext::max_qdiff |
int AVCodecContext::rc_buffer_size |
int AVCodecContext::rc_override_count |
ratecontrol override, see RcOverride
RcOverride* AVCodecContext::rc_override |
int64_t AVCodecContext::rc_max_rate |
int64_t AVCodecContext::rc_min_rate |
float AVCodecContext::rc_max_available_vbv_use |
float AVCodecContext::rc_min_vbv_overflow_use |
int AVCodecContext::rc_initial_buffer_occupancy |
attribute_deprecated int AVCodecContext::coder_type |
attribute_deprecated int AVCodecContext::context_model |
attribute_deprecated int AVCodecContext::frame_skip_threshold |
attribute_deprecated int AVCodecContext::frame_skip_factor |
attribute_deprecated int AVCodecContext::frame_skip_exp |
attribute_deprecated int AVCodecContext::frame_skip_cmp |
int AVCodecContext::trellis |
attribute_deprecated int AVCodecContext::min_prediction_order |
attribute_deprecated int AVCodecContext::max_prediction_order |
attribute_deprecated int64_t AVCodecContext::timecode_frame_start |
attribute_deprecated void(* AVCodecContext::rtp_callback) (struct AVCodecContext *avctx, void *data, int size, int mb_nb) |
attribute_deprecated int AVCodecContext::rtp_payload_size |
attribute_deprecated int AVCodecContext::frame_bits |
char* AVCodecContext::stats_out |
char* AVCodecContext::stats_in |
int AVCodecContext::workaround_bugs |
int AVCodecContext::strict_std_compliance |
strictly follow the standard (MPEG-4, ...).
int AVCodecContext::error_concealment |
int AVCodecContext::debug |
int AVCodecContext::debug_mv |
int AVCodecContext::err_recognition |
int64_t AVCodecContext::reordered_opaque |
opaque 64-bit number (generally a PTS) that will be reordered and output in AVFrame.reordered_opaque
const struct AVHWAccel* AVCodecContext::hwaccel |
void* AVCodecContext::hwaccel_context |
Hardware accelerator context. For some hardware accelerators, a global context needs to be provided by the user. In that case, this holds display-dependent data FFmpeg cannot instantiate itself. Please refer to the FFmpeg HW accelerator documentation to know how to fill this is. e.g. for VA API, this is a struct vaapi_context.
uint64_t AVCodecContext::error[AV_NUM_DATA_POINTERS] |
int AVCodecContext::dct_algo |
int AVCodecContext::idct_algo |
int AVCodecContext::bits_per_coded_sample |
int AVCodecContext::bits_per_raw_sample |
int AVCodecContext::lowres |
attribute_deprecated AVFrame* AVCodecContext::coded_frame |
int AVCodecContext::thread_count |
int AVCodecContext::thread_type |
Which multithreading methods to use. Use of FF_THREAD_FRAME will increase decoding delay by one frame per thread, so clients which cannot provide future frames should not use it.
int AVCodecContext::active_thread_type |
int AVCodecContext::thread_safe_callbacks |
Set by the client if its custom get_buffer() callback can be called synchronously from another thread, which allows faster multithreaded decoding. draw_horiz_band() will be called from other threads regardless of this setting. Ignored if the default get_buffer() is used.
int(* AVCodecContext::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. It will return only after finishing all tasks. The user may replace this with some multithreaded implementation, the default implementation will execute the parts serially.
count | the number of things to execute
|
int(* AVCodecContext::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. It will return only after finishing all tasks. The user may replace this with some multithreaded implementation, the default implementation will execute the parts serially. Also see avcodec_thread_init and e.g. the –enable-pthread configure option.
c | context passed also to func |
count | the number of things to execute |
arg2 | argument passed unchanged to func |
ret | return values of executed functions, must have space for "count" values. May be NULL. |
func | function that will be called count times, with jobnr from 0 to count-1. threadnr will be in the range 0 to c->thread_count-1 < MAX_THREADS and so that no two instances of func executing at the same time will have the same threadnr. |
int AVCodecContext::nsse_weight |
int AVCodecContext::profile |
int AVCodecContext::level |
enum AVDiscard AVCodecContext::skip_loop_filter |
enum AVDiscard AVCodecContext::skip_idct |
enum AVDiscard AVCodecContext::skip_frame |
uint8_t* AVCodecContext::subtitle_header |
Header containing style information for text subtitles. For SUBTITLE_ASS subtitle type, it should contain the whole ASS [Script Info] and [V4+ Styles] section, plus the [Events] line and the Format line following. It shouldn't include any Dialogue line.
attribute_deprecated uint64_t AVCodecContext::vbv_delay |
attribute_deprecated int AVCodecContext::side_data_only_packets |
Encoding only and set by default. Allow encoders to output packets that do not contain any encoded data, only side data.
Some encoders need to output such packets, e.g. to update some stream parameters at the end of encoding.
int AVCodecContext::initial_padding |
Audio only. The number of "priming" samples (padding) inserted by the encoder at the beginning of the audio. I.e. this number of leading decoded samples must be discarded by the caller to get the original audio without leading padding.
AVRational AVCodecContext::framerate |
enum AVPixelFormat AVCodecContext::sw_pix_fmt |
Nominal unaccelerated pixel format, see AV_PIX_FMT_xxx.
AVRational AVCodecContext::pkt_timebase |
Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
const AVCodecDescriptor* AVCodecContext::codec_descriptor |
int64_t AVCodecContext::pts_correction_num_faulty_pts |
int64_t AVCodecContext::pts_correction_num_faulty_dts |
int64_t AVCodecContext::pts_correction_last_pts |
int64_t AVCodecContext::pts_correction_last_dts |
char* AVCodecContext::sub_charenc |
int AVCodecContext::sub_charenc_mode |
int AVCodecContext::skip_alpha |
Skip processing alpha if supported by codec. Note that if the format uses pre-multiplied alpha (common with VP6, and recommended due to better video quality/compression) the image will look as if alpha-blended onto a black background. However for formats that do not use pre-multiplied alpha there might be serious artefacts (though e.g. libswscale currently assumes pre-multiplied alpha anyway).
int AVCodecContext::seek_preroll |
uint16_t* AVCodecContext::chroma_intra_matrix |
uint8_t* AVCodecContext::dump_separator |
char* AVCodecContext::codec_whitelist |
unsigned AVCodecContext::properties |
AVPacketSideData* AVCodecContext::coded_side_data |
Additional data associated with the entire coded stream.
AVBufferRef* AVCodecContext::hw_frames_ctx |
A reference to the AVHWFramesContext describing the input (for encoding) or output (decoding) frames. The reference is set by the caller and afterwards owned (and freed) by libavcodec - it should never be read by the caller after being set.
decoding: This field should be set by the caller from the get_format() callback. The previous reference (if any) will always be unreffed by libavcodec before the get_format() call.
If the default get_buffer2() is used with a hwaccel pixel format, then this AVHWFramesContext will be used for allocating the frame buffers.
encoding: For hardware encoders configured to use a hwaccel pixel format, this field should be set by the caller to a reference to the AVHWFramesContext describing input frames. AVHWFramesContext.format must be equal to AVCodecContext.pix_fmt.
This field should be set before avcodec_open2() is called.
int AVCodecContext::sub_text_format |
Control the form of AVSubtitle.rects[N]->ass
int AVCodecContext::trailing_padding |
Audio only. The amount of padding (in samples) appended by the encoder to the end of the audio. I.e. this number of decoded samples must be discarded by the caller from the end of the stream to get the original audio without any trailing padding.
int64_t AVCodecContext::max_pixels |
AVBufferRef* AVCodecContext::hw_device_ctx |
A reference to the AVHWDeviceContext describing the device which will be used by a hardware encoder/decoder. The reference is set by the caller and afterwards owned (and freed) by libavcodec.
This should be used if either the codec device does not require hardware frames or any that are used are to be allocated internally by libavcodec. If the user wishes to supply any of the frames used as encoder input or decoder output then hw_frames_ctx should be used instead. When hw_frames_ctx is set in get_format() for a decoder, this field will be ignored while decoding the associated stream segment, but may again be used on a following one after another get_format() call.
For both encoders and decoders this field should be set before avcodec_open2() is called and must not be written to thereafter.
Note that some decoders may require this field to be set initially in order to support hw_frames_ctx at all - in that case, all frames contexts used must be created on the same device.
int AVCodecContext::hwaccel_flags |
Bit set of AV_HWACCEL_FLAG_* flags, which affect hardware accelerated decoding (if active).
int AVCodecContext::apply_cropping |
Video decoding only. Certain video codecs support cropping, meaning that only a sub-rectangle of the decoded frame is intended for display. This option controls how cropping is handled by libavcodec.
When set to 1 (the default), libavcodec will apply cropping internally. I.e. it will modify the output frame width/height fields and offset the data pointers (only by as much as possible while preserving alignment, or by the full amount if the AV_CODEC_FLAG_UNALIGNED flag is set) so that the frames output by the decoder refer only to the cropped area. The crop_* fields of the output frames will be zero.
When set to 0, the width/height fields of the output frames will be set to the coded dimensions and the crop_* fields will describe the cropping rectangle. Applying the cropping is left to the caller.
int AVCodecContext::discard_damaged_percentage |