85 int crop_unit_x, crop_unit_y;
91 { 1, 1 }, { 12, 11 }, { 10, 11 }, { 16, 11 },
92 { 40, 33 }, { 24, 11 }, { 20, 11 }, { 32, 11 },
93 { 80, 33 }, { 18, 11 }, { 15, 11 }, { 64, 33 },
94 { 160, 99 }, { 4, 3 }, { 3, 2 }, { 2, 1 },
102 if (num == sar_idc[i].num &&
103 den == sar_idc[i].den)
117 #define SET_OR_INFER(field, value, present_flag, infer) do { \ 121 } else if (!present_flag) \ 173 UINT32_MAX > INT_MAX ? UINT32_MAX : INT_MAX);
193 #define CROP(border, unit) do { \ 194 if (ctx->crop_ ## border >= 0) { \ 195 if (ctx->crop_ ## border % unit != 0) { \ 196 av_log(bsf, AV_LOG_ERROR, "Invalid value for crop_%s: " \ 197 "must be a multiple of %d.\n", #border, unit); \ 198 return AVERROR(EINVAL); \ 200 sps->frame_crop_ ## border ## _offset = \ 201 ctx->crop_ ## border / unit; \ 202 sps->frame_cropping_flag = 1; \ 205 CROP(left, crop_unit_x);
206 CROP(right, crop_unit_x);
207 CROP(top, crop_unit_y);
208 CROP(bottom, crop_unit_y);
222 int err, i, j, has_sps;
224 size_t displaymatrix_side_data_size = 0;
248 static const int primary_pic_type_table[] = {
258 int primary_pic_type_mask = 0xff;
263 for (i = 0; i < au->
nb_units; i++) {
268 if (!(primary_pic_type_table[j] &
270 primary_pic_type_mask &= ~(1 << j);
275 if (primary_pic_type_mask & (1 << j))
279 "invalid slice types?\n");
296 for (i = 0; i < au->
nb_units; i++) {
321 v = (c <=
'9' ? c -
'0' : c -
'a' + 10);
323 goto invalid_user_data;
349 "message to access unit.\n");
356 "must be \"UUID+string\".\n");
363 for (i = 0; i < au->
nb_units; i++) {
387 "filler SEI message.\n");
401 for (i = 0; i < au->
nb_units; i++) {
422 "display orientation SEI message.\n");
444 displaymatrix_side_data = (
uint8_t*)matrix;
445 displaymatrix_side_data_size = 9 *
sizeof(
int32_t);
460 if (data && size >= 9 *
sizeof(
int32_t)) {
465 memcpy(matrix, data,
sizeof(matrix));
468 if (matrix[0] < 0 && matrix[4] > 0)
470 else if (matrix[0] > 0 && matrix[4] < 0)
476 if (!(angle >= -180.0 && angle <= 180.0 ) ||
477 matrix[2] != 0 || matrix[5] != 0 ||
478 matrix[6] != 0 || matrix[7] != 0) {
480 "representable in H.264 parameters.\n");
485 (uint16_t)
rint((angle >= 0.0 ? angle
513 "SEI message to access unit.\n");
529 if (displaymatrix_side_data) {
531 displaymatrix_side_data,
532 displaymatrix_side_data_size);
535 "displaymatrix side data to packet.\n");
538 displaymatrix_side_data =
NULL;
572 for (i = 0; i < au->
nb_units; i++) {
599 #define OFFSET(x) offsetof(H264MetadataContext, x) 600 #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) 602 {
"aud",
"Access Unit Delimiter NAL units",
606 { .i64 =
PASS }, .flags =
FLAGS, .unit =
"aud" },
608 { .i64 =
INSERT }, .flags =
FLAGS, .unit =
"aud" },
610 { .i64 =
REMOVE }, .flags =
FLAGS, .unit =
"aud" },
612 {
"sample_aspect_ratio",
"Set sample aspect ratio (table E-1)",
614 { .dbl = 0.0 }, 0, 65535,
FLAGS },
616 {
"video_format",
"Set video format (table E-2)",
618 { .i64 = -1 }, -1, 7,
FLAGS},
619 {
"video_full_range_flag",
"Set video full range flag",
621 { .i64 = -1 }, -1, 1,
FLAGS },
622 {
"colour_primaries",
"Set colour primaries (table E-3)",
624 { .i64 = -1 }, -1, 255,
FLAGS },
625 {
"transfer_characteristics",
"Set transfer characteristics (table E-4)",
627 { .i64 = -1 }, -1, 255,
FLAGS },
628 {
"matrix_coefficients",
"Set matrix coefficients (table E-5)",
630 { .i64 = -1 }, -1, 255,
FLAGS },
632 {
"chroma_sample_loc_type",
"Set chroma sample location type (figure E-1)",
634 { .i64 = -1 }, -1, 6,
FLAGS },
636 {
"tick_rate",
"Set VUI tick rate (num_units_in_tick / time_scale)",
638 { .dbl = 0.0 }, 0, UINT_MAX,
FLAGS },
639 {
"fixed_frame_rate_flag",
"Set VUI fixed frame rate flag",
641 { .i64 = -1 }, -1, 1, FLAGS },
643 {
"crop_left",
"Set left border crop offset",
646 {
"crop_right",
"Set right border crop offset",
649 {
"crop_top",
"Set top border crop offset",
652 {
"crop_bottom",
"Set bottom border crop offset",
656 {
"sei_user_data",
"Insert SEI user data (UUID+string)",
659 {
"delete_filler",
"Delete all filler (both NAL and SEI)",
662 {
"display_orientation",
"Display orientation SEI",
666 { .i64 =
PASS }, .flags =
FLAGS, .unit =
"disp_or" },
668 { .i64 =
INSERT }, .flags =
FLAGS, .unit =
"disp_or" },
670 { .i64 =
REMOVE }, .flags =
FLAGS, .unit =
"disp_or" },
672 { .i64 =
EXTRACT }, .flags =
FLAGS, .unit =
"disp_or" },
674 {
"rotate",
"Set rotation in display orientation SEI (anticlockwise angle in degrees)",
676 { .dbl =
NAN }, -360.0, +360.0, FLAGS },
677 {
"flip",
"Set flip in display orientation SEI",
680 {
"horizontal",
"Set hor_flip",
683 {
"vertical",
"Set ver_flip",
702 .
name =
"h264_metadata",
704 .priv_class = &h264_metadata_class,
int chroma_sample_loc_type
int video_full_range_flag
int nb_units
Number of units in this fragment.
const char * sei_user_data
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
AVCodecParameters * par_out
Parameters of the output stream.
#define AV_LOG_WARNING
Something somehow does not look correct.
#define LIBAVUTIL_VERSION_INT
uint8_t chroma_sample_loc_type_bottom_field
int ff_cbs_write_packet(CodedBitstreamContext *ctx, AVPacket *pkt, CodedBitstreamFragment *frag)
Write the bitstream of a fragment to a packet.
static av_cold int init(AVCodecContext *avctx)
int ff_cbs_init(CodedBitstreamContext **ctx_ptr, enum AVCodecID codec_id, void *log_ctx)
Create and initialise a new context for the given codec.
CodedBitstreamUnitType type
Codec-specific type of this unit.
The bitstream filter state.
const char * av_default_item_name(void *ptr)
Return the context name.
int ff_cbs_insert_unit_content(CodedBitstreamContext *ctx, CodedBitstreamFragment *frag, int position, CodedBitstreamUnitType type, void *content, AVBufferRef *content_buf)
Insert a new unit into a fragment with the given content.
int ff_cbs_h264_delete_sei_message(CodedBitstreamContext *ctx, CodedBitstreamFragment *access_unit, CodedBitstreamUnit *nal_unit, int position)
Delete an SEI message from an access unit.
void * priv_data
Opaque filter-specific private data.
uint8_t fixed_frame_rate_flag
void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip)
Flip the input matrix horizontally and/or vertically.
void av_display_rotation_set(int32_t matrix[9], double angle)
Initialize a transformation matrix describing a pure counterclockwise rotation by the specified angle...
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
void av_packet_free(AVPacket **pkt)
Free the packet, if the packet is reference counted, it will be unreferenced first.
uint16_t display_orientation_repetition_period
This side data contains a 3x3 transformation matrix describing an affine transformation that needs to...
uint32_t num_units_in_tick
int ff_cbs_read_packet(CodedBitstreamContext *ctx, CodedBitstreamFragment *frag, const AVPacket *pkt)
Read the data bitstream from a packet into a fragment, then split into units and decompose.
int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max)
Reduce a fraction.
void * content
Pointer to the decomposed form of this unit.
CodedBitstreamUnit * units
Pointer to an array of units of length nb_units.
H.264 common definitions.
static av_const int av_tolower(int c)
Locale-independent conversion of ASCII characters to lowercase.
uint8_t chroma_sample_loc_type_top_field
union H264RawSEIPayload::@42 payload
AVCodecID
Identify the syntax and semantics of the bitstream.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
CodedBitstreamContext * cbc
uint8_t aspect_ratio_info_present_flag
void ff_cbs_fragment_uninit(CodedBitstreamContext *ctx, CodedBitstreamFragment *frag)
Free all allocated memory in a fragment.
uint8_t * av_packet_get_side_data(const AVPacket *pkt, enum AVPacketSideDataType type, int *size)
Get side information from packet.
uint8_t transfer_characteristics
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
uint8_t frame_mbs_only_flag
int fixed_frame_rate_flag
uint8_t timing_info_present_flag
uint8_t video_full_range_flag
H264RawSEIUserDataUnregistered user_data_unregistered
int transfer_characteristics
int av_packet_copy_props(AVPacket *dst, const AVPacket *src)
Copy only "properties" fields from src to dst.
int ff_cbs_write_extradata(CodedBitstreamContext *ctx, AVCodecParameters *par, CodedBitstreamFragment *frag)
Write the bitstream of a fragment to the extradata in codec parameters.
uint8_t separate_colour_plane_flag
CodedBitstreamFragment access_unit
uint8_t vui_parameters_present_flag
uint8_t colour_description_present_flag
uint8_t video_signal_type_present_flag
int ff_cbs_delete_unit(CodedBitstreamContext *ctx, CodedBitstreamFragment *frag, int position)
Delete a unit from a fragment and free all memory it uses.
uint8_t chroma_format_idc
#define FF_ARRAY_ELEMS(a)
uint8_t chroma_loc_info_present_flag
uint16_t anticlockwise_rotation
AVBufferRef * av_buffer_alloc(int size)
Allocate an AVBuffer of the given size using av_malloc().
Coded bitstream fragment structure, combining one or more units.
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
uint8_t * data
The data buffer.
uint8_t uuid_iso_iec_11578[16]
uint8_t pi<< 24) CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_U8, uint8_t,(*(const uint8_t *) pi - 0x80) *(1.0f/(1<< 7))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_U8, uint8_t,(*(const uint8_t *) pi - 0x80) *(1.0/(1<< 7))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S16, int16_t,(*(const int16_t *) pi >> 8)+0x80) CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S16, int16_t, *(const int16_t *) pi *(1.0f/(1<< 15))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S16, int16_t, *(const int16_t *) pi *(1.0/(1<< 15))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S32, int32_t,(*(const int32_t *) pi >> 24)+0x80) CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S32, int32_t, *(const int32_t *) pi *(1.0f/(1U<< 31))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S32, int32_t, *(const int32_t *) pi *(1.0/(1U<< 31))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_FLT, float, av_clip_uint8(lrintf(*(const float *) pi *(1<< 7))+0x80)) CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, float, av_clip_int16(lrintf(*(const float *) pi *(1<< 15)))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_FLT, float, av_clipl_int32(llrintf(*(const float *) pi *(1U<< 31)))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_DBL, double, av_clip_uint8(lrint(*(const double *) pi *(1<< 7))+0x80)) CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_DBL, double, av_clip_int16(lrint(*(const double *) pi *(1<< 15)))) CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_DBL, double, av_clipl_int32(llrint(*(const double *) pi *(1U<< 31)))) #define SET_CONV_FUNC_GROUP(ofmt, ifmt) static void set_generic_function(AudioConvert *ac) { } void ff_audio_convert_free(AudioConvert **ac) { if(! *ac) return;ff_dither_free(&(*ac) ->dc);av_freep(ac);} AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels, int sample_rate, int apply_map) { AudioConvert *ac;int in_planar, out_planar;ac=av_mallocz(sizeof(*ac));if(!ac) return NULL;ac->avr=avr;ac->out_fmt=out_fmt;ac->in_fmt=in_fmt;ac->channels=channels;ac->apply_map=apply_map;if(avr->dither_method !=AV_RESAMPLE_DITHER_NONE &&av_get_packed_sample_fmt(out_fmt)==AV_SAMPLE_FMT_S16 &&av_get_bytes_per_sample(in_fmt) > 2) { ac->dc=ff_dither_alloc(avr, out_fmt, in_fmt, channels, sample_rate, apply_map);if(!ac->dc) { av_free(ac);return NULL;} return ac;} in_planar=ff_sample_fmt_is_planar(in_fmt, channels);out_planar=ff_sample_fmt_is_planar(out_fmt, channels);if(in_planar==out_planar) { ac->func_type=CONV_FUNC_TYPE_FLAT;ac->planes=in_planar ? ac->channels :1;} else if(in_planar) ac->func_type=CONV_FUNC_TYPE_INTERLEAVE;else ac->func_type=CONV_FUNC_TYPE_DEINTERLEAVE;set_generic_function(ac);if(ARCH_AARCH64) ff_audio_convert_init_aarch64(ac);if(ARCH_ARM) ff_audio_convert_init_arm(ac);if(ARCH_X86) ff_audio_convert_init_x86(ac);return ac;} int ff_audio_convert(AudioConvert *ac, AudioData *out, AudioData *in) { int use_generic=1;int len=in->nb_samples;int p;if(ac->dc) { av_log(ac->avr, AV_LOG_TRACE, "%d samples - audio_convert: %s to %s (dithered)\", len, av_get_sample_fmt_name(ac->in_fmt), av_get_sample_fmt_name(ac->out_fmt));return ff_convert_dither(ac-> in
Describe the class of an AVClass context structure.
Context structure for coded bitstream operations.
uint8_t matrix_coefficients
Rational number (pair of numerator and denominator).
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.
static int FUNC() sps(CodedBitstreamContext *ctx, RWContext *rw, H264RawSPS *current)
void ff_cbs_close(CodedBitstreamContext **ctx_ptr)
Close a context and free all internal state.
static av_const int av_isxdigit(int c)
Locale-independent conversion of ASCII isxdigit.
H264RawSEIPayload payload[H264_MAX_SEI_PAYLOADS]
int ff_cbs_read_extradata(CodedBitstreamContext *ctx, CodedBitstreamFragment *frag, const AVCodecParameters *par)
Read the extradata bitstream found in codec parameters into a fragment, then split into units and dec...
int ff_cbs_h264_add_sei_message(CodedBitstreamContext *ctx, CodedBitstreamFragment *access_unit, const H264RawSEIPayload *payload)
Add an SEI message to an access unit.
common internal and external API header
static enum AVCodecID codec_ids[]
int ff_bsf_get_packet(AVBSFContext *ctx, AVPacket **pkt)
Called by the bitstream filters to get the next packet for filtering.
H264RawSEIDisplayOrientation display_orientation
static int FUNC() sei(CodedBitstreamContext *ctx, RWContext *rw, H264RawSEI *current)
H264RawSliceHeader header
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
AVRational sample_aspect_ratio
double av_display_rotation_get(const int32_t matrix[9])
Extract the rotation component of the transformation matrix.
This structure stores compressed data.
AVCodecParameters * par_in
Parameters of the input stream.