FFmpeg
4.3
|
#include <stdint.h>
#include <inttypes.h>
#include "movenc.h"
#include "avformat.h"
#include "avio_internal.h"
#include "riff.h"
#include "avio.h"
#include "isom.h"
#include "av1.h"
#include "avc.h"
#include "libavcodec/ac3_parser_internal.h"
#include "libavcodec/dnxhddata.h"
#include "libavcodec/flac.h"
#include "libavcodec/get_bits.h"
#include "libavcodec/internal.h"
#include "libavcodec/put_bits.h"
#include "libavcodec/vc1_common.h"
#include "libavcodec/raw.h"
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavutil/intfloat.h"
#include "libavutil/mathematics.h"
#include "libavutil/libm.h"
#include "libavutil/opt.h"
#include "libavutil/dict.h"
#include "libavutil/pixdesc.h"
#include "libavutil/stereo3d.h"
#include "libavutil/timecode.h"
#include "libavutil/dovi_meta.h"
#include "libavutil/color_utils.h"
#include "hevc.h"
#include "rtpenc.h"
#include "mov_chan.h"
#include "vpcc.h"
Go to the source code of this file.
Data Structures | |
struct | eac3_info |
Macros | |
#define | MOV_CLASS(flavor) |
#define | READ_BLOCK |
Variables | |
static const AVOption | options [] |
struct { | |
enum AVPixelFormat pix_fmt | |
uint32_t tag | |
unsigned bps | |
} | mov_pix_fmt_tags [] |
static const AVCodecTag | codec_cover_image_tags [] |
static const uint16_t | fiel_data [] |
static const AVCodecTag | codec_3gp_tags [] |
const AVCodecTag | codec_mp4_tags [] |
const AVCodecTag | codec_ism_tags [] |
static const AVCodecTag | codec_ipod_tags [] |
static const AVCodecTag | codec_f4v_tags [] |
#define MOV_CLASS | ( | flavor | ) |
#define READ_BLOCK |
|
static |
Definition at line 6725 of file movenc.c.
Referenced by compute_moov_size(), and mov_flush_fragment().
Definition at line 123 of file movenc.c.
Referenced by mov_write_3gp_udta_tag(), mov_write_hdlr_tag(), mov_write_psp_udta_tag(), mov_write_tmcd_tag(), and mov_write_track_metadata().
|
static |
Definition at line 135 of file movenc.c.
Referenced by mov_write_3gp_udta_tag(), mov_write_audio_tag(), mov_write_av1c_tag(), mov_write_avcc_tag(), mov_write_chan_tag(), mov_write_chpl_tag(), mov_write_colr_tag(), mov_write_covr(), mov_write_dfla_tag(), mov_write_dinf_tag(), mov_write_dmlp_tag(), mov_write_dops_tag(), mov_write_esds_tag(), mov_write_ftyp_tag(), mov_write_gmhd_tag(), mov_write_gpmd_tag(), mov_write_hdlr_tag(), mov_write_hvcc_tag(), mov_write_ilst_tag(), mov_write_iods_tag(), mov_write_isml_manifest(), mov_write_loci_tag(), mov_write_mdia_tag(), mov_write_mdta_ilst_tag(), mov_write_mdta_keys_tag(), mov_write_meta_tag(), mov_write_mfra_tag(), mov_write_minf_tag(), mov_write_moof_tag_internal(), mov_write_moov_tag(), mov_write_ms_tag(), mov_write_mvex_tag(), mov_write_prft_tag(), mov_write_rtp_tag(), mov_write_sdtp_tag(), mov_write_sidx_tag(), mov_write_source_reference_tag(), mov_write_stbl_tag(), mov_write_stco_tag(), mov_write_string_tag(), mov_write_stsc_tag(), mov_write_stsd_tag(), mov_write_stss_tag(), mov_write_stsz_tag(), mov_write_subtitle_tag(), mov_write_sv3d_tag(), mov_write_tapt_tag(), mov_write_tcmi_tag(), mov_write_tfdt_tag(), mov_write_tfhd_tag(), mov_write_tfra_tag(), mov_write_tfxd_tag(), mov_write_tmcd_tag(), mov_write_track_metadata(), mov_write_traf_tag(), mov_write_trak_tag(), mov_write_trun_tag(), mov_write_uuidusmt_tag(), mov_write_video_tag(), mov_write_vpcc_tag(), mov_write_wave_tag(), and mov_write_wfex_tag().
Definition at line 145 of file movenc.c.
Referenced by mov_write_stco_tag().
Definition at line 152 of file movenc.c.
Referenced by enable_tracks(), mov_find_codec_tag(), mov_flush_fragment(), mov_write_covr(), mov_write_ftyp_tag(), mov_write_identification(), mov_write_isml_manifest(), mov_write_packet(), and rtp_hinting_needed().
Definition at line 159 of file movenc.c.
Referenced by mov_init(), and mov_write_header().
|
static |
Definition at line 169 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 193 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 229 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 258 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 282 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 305 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
|
static |
Definition at line 319 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
|
static |
Definition at line 539 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
|
static |
This function writes extradata "as is".
Extradata must be formatted like a valid atom (with size and tag).
Definition at line 594 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_video_tag(), and mov_write_wave_tag().
|
static |
Definition at line 600 of file movenc.c.
Referenced by mov_write_wave_tag().
|
static |
Definition at line 608 of file movenc.c.
Referenced by mov_write_wave_tag().
|
static |
Definition at line 616 of file movenc.c.
Referenced by mov_write_esds_tag(), and mov_write_iods_tag().
|
static |
Definition at line 625 of file movenc.c.
Referenced by mov_write_esds_tag().
|
static |
Definition at line 636 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_subtitle_tag(), mov_write_video_tag(), and mov_write_wave_tag().
Definition at line 693 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
Definition at line 701 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
|
static |
Definition at line 709 of file movenc.c.
Referenced by mov_write_wave_tag().
|
static |
Definition at line 721 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 732 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 752 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 775 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 804 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 832 of file movenc.c.
Referenced by mov_write_audio_tag().
Definition at line 875 of file movenc.c.
Referenced by mov_write_dvc1_tag().
|
static |
Definition at line 958 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 974 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_video_tag().
Compute flags for 'lpcm' tag.
See CoreAudioTypes and AudioStreamBasicDescription at Apple.
Definition at line 986 of file movenc.c.
Referenced by mov_write_audio_tag().
Definition at line 1011 of file movenc.c.
Referenced by get_samples_per_packet(), mov_flush_fragment(), mov_preroll_write_stbl_atoms(), mov_write_stts_tag(), mov_write_tfhd_tag(), and mov_write_trun_tag().
Definition at line 1031 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 1052 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 1204 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1216 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1226 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1236 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1248 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1262 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1345 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1358 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1383 of file movenc.c.
Referenced by defined_frame_rate(), mov_check_timecode_track(), and mov_create_timecode_track().
|
static |
Definition at line 1401 of file movenc.c.
Referenced by find_compressor(), mov_get_h264_codec_tag(), and mov_get_mpeg2_xdcam_codec_tag().
|
static |
Definition at line 1410 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1472 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1552 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1561 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1587 of file movenc.c.
Referenced by mov_find_codec_tag().
|
static |
Check that tag + id is in the table
Definition at line 1641 of file movenc.c.
Referenced by mov_find_codec_tag().
|
static |
Definition at line 1661 of file movenc.c.
Referenced by mov_init().
|
static |
Write uuid atom.
Needed to make file play in iPods running newest firmware goes after avcC atom in moov.trak.mdia.minf.stbl.stsd.avc1
Definition at line 1684 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1700 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1713 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 1730 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1760 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1818 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1848 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1863 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1876 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1899 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1947 of file movenc.c.
Referenced by mov_write_video_tag().
|
inlinestatic |
Definition at line 1966 of file movenc.c.
Referenced by mov_write_mdcv_tag().
|
static |
Definition at line 1971 of file movenc.c.
Referenced by mov_write_video_tag().
Definition at line 2000 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 2028 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2212 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2232 of file movenc.c.
Referenced by mov_write_tmcd_tag().
|
static |
Definition at line 2251 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2307 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2319 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2346 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2387 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2432 of file movenc.c.
Referenced by mov_write_dinf_tag().
|
static |
Definition at line 2447 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2542 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2580 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2589 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2597 of file movenc.c.
Referenced by mov_write_gmhd_tag().
|
static |
Definition at line 2619 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2671 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2681 of file movenc.c.
Referenced by mov_write_minf_tag().
Definition at line 2690 of file movenc.c.
Referenced by mov_write_hdlr_tag(), mov_write_minf_tag(), and mov_write_trak_tag().
|
static |
Definition at line 2696 of file movenc.c.
Referenced by mov_write_mdia_tag(), and mov_write_minf_tag().
|
static |
Definition at line 2772 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2787 of file movenc.c.
Referenced by mov_write_mdia_tag().
|
static |
Definition at line 2822 of file movenc.c.
Referenced by mov_write_edts_tag(), mov_write_mdhd_tag(), mov_write_mvhd_tag(), and mov_write_tkhd_tag().
|
static |
Definition at line 2839 of file movenc.c.
Referenced by mov_write_mdia_tag().
|
static |
Definition at line 2879 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 2898 of file movenc.c.
Referenced by mov_write_mvhd_tag(), and mov_write_tkhd_tag().
|
static |
Definition at line 2912 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3028 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3060 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3146 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3157 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3175 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3196 of file movenc.c.
Referenced by mov_write_track_udta_tag().
|
static |
Definition at line 3210 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3237 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3290 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3319 of file movenc.c.
Referenced by mov_write_mvex_tag().
|
static |
Definition at line 3332 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3343 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3404 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3420 of file movenc.c.
Referenced by mov_write_mdta_ilst_tag(), and mov_write_string_tag().
|
static |
Definition at line 3440 of file movenc.c.
Referenced by mov_write_ilst_tag(), and mov_write_string_metadata().
|
static |
Definition at line 3454 of file movenc.c.
Referenced by mov_write_loci_tag(), and mov_write_string_metadata().
|
static |
Definition at line 3479 of file movenc.c.
Referenced by mov_write_ilst_tag(), and mov_write_udta_tag().
|
static |
Definition at line 3491 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3509 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3560 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3587 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3614 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3642 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3682 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3697 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3725 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3747 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3769 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3789 of file movenc.c.
Referenced by mov_write_psp_udta_tag().
|
static |
Definition at line 3800 of file movenc.c.
Referenced by mov_write_3gp_udta_tag(), mov_write_psp_udta_tag(), and mov_write_uuidusmt_tag().
|
static |
Definition at line 3807 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3829 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3855 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3913 of file movenc.c.
Referenced by mov_write_uuidusmt_tag().
|
static |
Definition at line 3926 of file movenc.c.
Referenced by mov_write_moov_tag().
Definition at line 3964 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Assign track ids.
If option "use_stream_ids_as_track_ids" is set, the stream ids are used as track ids.
This assumes mov->tracks and s->streams are in the same order and there are no gaps in either of them (so mov->tracks[n] refers to s->streams[n]).
As an exception, there can be more entries in s->streams than in mov->tracks, in which case new track ids are generated (starting after the largest found stream id).
Definition at line 3999 of file movenc.c.
Referenced by mov_write_isml_manifest(), and mov_write_moov_tag().
|
static |
Definition at line 4033 of file movenc.c.
Referenced by get_moov_size(), mov_flush_fragment(), mov_write_header(), and mov_write_trailer().
|
static |
Definition at line 4109 of file movenc.c.
Referenced by mov_write_isml_manifest().
|
static |
Definition at line 4114 of file movenc.c.
Referenced by mov_write_isml_manifest().
|
static |
Definition at line 4119 of file movenc.c.
Referenced by mov_write_isml_manifest().
|
static |
Definition at line 4128 of file movenc.c.
Referenced by mov_write_header().
|
static |
Definition at line 4260 of file movenc.c.
Referenced by mov_write_moof_tag_internal().
Definition at line 4269 of file movenc.c.
Referenced by mov_write_tfhd_tag(), and mov_write_trun_tag().
|
static |
Definition at line 4275 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4341 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4397 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4418 of file movenc.c.
Referenced by mov_write_tfrf_tags().
|
static |
Definition at line 4453 of file movenc.c.
Referenced by mov_add_tfra_entries().
|
static |
Definition at line 4467 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4507 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4521 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4533 of file movenc.c.
Referenced by mov_write_moof_tag_internal().
|
static |
Definition at line 4573 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4596 of file movenc.c.
Referenced by mov_write_sidx_tags().
|
static |
Definition at line 4658 of file movenc.c.
Referenced by get_sidx_size(), mov_write_moof_tag(), and mov_write_trailer().
|
static |
Definition at line 4693 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4743 of file movenc.c.
Referenced by mov_flush_fragment().
|
static |
Definition at line 4775 of file movenc.c.
Referenced by mov_write_mfra_tag().
|
static |
Definition at line 4799 of file movenc.c.
Referenced by mov_write_trailer().
|
static |
Definition at line 4825 of file movenc.c.
Referenced by mov_write_header().
|
static |
Definition at line 4836 of file movenc.c.
Referenced by mov_write_ftyp_tag().
|
static |
Definition at line 4874 of file movenc.c.
Referenced by mov_write_identification().
|
static |
Definition at line 4940 of file movenc.c.
Referenced by mov_write_identification().
|
static |
Definition at line 5011 of file movenc.c.
Referenced by mov_flush_fragment(), and mov_write_header().
Definition at line 5040 of file movenc.c.
Referenced by ff_mov_write_packet().
Definition at line 5061 of file movenc.c.
Referenced by ff_mov_write_packet().
Definition at line 5121 of file movenc.c.
Referenced by ff_mov_write_packet().
|
static |
Definition at line 5140 of file movenc.c.
Referenced by ff_mov_write_packet(), and mov_flush_fragment().
|
static |
Definition at line 5165 of file movenc.c.
Referenced by mov_auto_flush_fragment(), and mov_write_packet().
|
static |
Definition at line 5374 of file movenc.c.
Referenced by mov_write_single_packet(), and mov_write_trailer().
|
static |
Definition at line 5388 of file movenc.c.
Referenced by ff_mov_write_packet(), and mov_write_single_packet().
int ff_mov_write_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) |
Definition at line 5426 of file movenc.c.
Referenced by ff_mov_add_hinted_packet(), mov_create_chapter_track(), mov_create_timecode_track(), and mov_write_single_packet().
|
static |
Definition at line 5742 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_subtitle_end_packet().
|
static |
Definition at line 5827 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_trailer().
|
static |
|
static |
Definition at line 5950 of file movenc.c.
Referenced by mov_write_header(), and mov_write_trailer().
|
static |
Definition at line 6048 of file movenc.c.
Referenced by mov_init(), and mov_write_header().
|
static |
Definition at line 6057 of file movenc.c.
Referenced by mov_write_header().
|
static |
Definition at line 6106 of file movenc.c.
Referenced by mov_init().
|
static |
|
static |
Definition at line 6182 of file movenc.c.
Referenced by mov_create_dvd_sub_decoder_specific_info().
Definition at line 6198 of file movenc.c.
Referenced by mov_write_header().
|
static |
|
static |
|
static |
Definition at line 6738 of file movenc.c.
Referenced by compute_sidx_size().
|
static |
Definition at line 6756 of file movenc.c.
Referenced by shift_data().
|
static |
Definition at line 6781 of file movenc.c.
Referenced by shift_data().
|
static |
Definition at line 6796 of file movenc.c.
Referenced by mov_write_trailer().
|
static |
|
static |
enum AVPixelFormat pix_fmt |
Definition at line 1531 of file movenc.c.
Referenced by mov_get_rawvideo_codec_tag(), and mov_init().
uint32_t tag |
Definition at line 1532 of file movenc.c.
Referenced by aac_encode_frame(), aal_read_packet(), add_entry(), add_entry1(), add_input_streams(), add_metadata(), aiff_read_header(), ape_read_header(), apng_find_chunk(), apng_probe(), apng_read_header(), apng_read_packet(), apng_write_chunk(), asf_write_header1(), av_codec_get_id(), av_codec_get_tag(), av_codec_get_tag2(), av_dict_set(), av_find_info_tag(), avformat_find_stream_info(), avi_add_ientry(), avi_extract_stream_metadata(), avi_load_index(), avi_read_header(), avi_read_idx1(), avi_read_nikon(), avi_read_tag(), avi_stream2fourcc(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), avi_write_packet_internal(), cdtoons_decode_frame(), cfhd_decode(), check_for_italic_slash_marker(), check_tag(), copy_tag(), decode_aiff_header(), decode_frame_common(), decode_interframe_v4(), decode_interframe_v4a(), decompress_2(), decompress_5(), decompress_68(), dump_metadata(), dxa_read_header(), dxa_read_packet(), dxv_decode(), ea_read_packet(), eval_function(), fatal_error(), ff_aac_ltp_insert_new_frame(), ff_codec_get_id(), ff_mov_get_channel_layout(), ff_mov_get_channel_layout_tag(), ff_mov_read_esds(), ff_mp4_read_dec_config_descr(), ff_mp4_read_descr(), ff_riff_write_info_tag(), ff_start_tag(), ff_tis_ifd(), ff_tread_tag(), ff_vorbiscomment_length(), ff_vorbiscomment_write(), ff_wav_codec_get_id(), ffat_convert_layout(), ffat_init_encoder(), find_sidx(), func_strftime(), get_audio_frame_duration(), get_date_tag(), get_extra_meta_func(), get_metadata(), get_metadata_lang(), get_swf_tag(), get_tag(), guess_ni_flag(), gxf_material_tags(), gxf_track_tags(), hq_hqa_decode_frame(), id3v1_create_tag(), id3v1_set_string(), id3v2_check_write_tag(), id3v2_parse(), id3v2_put_ttag(), iff_read_header(), ircam_read_header(), ircam_write_header(), ivr_read_header(), log_packet(), lz_unpack(), main(), match_stream_specifier(), metasound_decode_init(), microdvd_load_tags(), microdvd_set_tag(), mkv_write_codecprivate(), mkv_write_header(), mkv_write_simpletag(), mkv_write_stereo_mode(), mkv_write_tag(), mkv_write_tag_targets(), mkv_write_tags(), mkv_write_track(), mmf_read_header(), mov_get_codec_tag(), mov_get_dnxhd_codec_tag(), mov_get_dv_codec_tag(), mov_get_h264_codec_tag(), mov_get_mpeg2_xdcam_codec_tag(), mov_get_rawvideo_codec_tag(), mov_probe(), mov_read_custom(), mov_read_meta(), mov_read_sv3d(), mov_read_udta_string(), mov_write_3gp_udta_tag(), mov_write_audio_tag(), mov_write_int8_metadata(), mov_write_string_metadata(), mov_write_track_metadata(), mpc8_get_chunk_header(), mpc8_handle_chunk(), mpc8_parse_seektable(), mpc8_read_header(), mpc8_read_packet(), mpegts_write_pmt(), mxf_parse_package_comments(), mxf_read_content_storage(), mxf_read_essence_container_data(), mxf_read_essence_group(), mxf_read_generic_descriptor(), mxf_read_identification_metadata(), mxf_read_index_table_segment(), mxf_read_local_tags(), mxf_read_package(), mxf_read_preface_metadata(), mxf_read_pulldown_component(), mxf_read_sequence(), mxf_read_source_clip(), mxf_read_tagged_value(), mxf_read_timecode_component(), mxf_read_track(), mxf_write_local_tag(), mxf_write_local_tag_utf16(), new_output_stream(), nuv_resync(), ogm_header(), parse_dsd_diin(), parse_dsd_prop(), parse_fragment(), parse_icy(), parse_mp4_descr(), parse_multipart_header(), parse_video_info(), pmt_cb(), png_write_chunk(), process_line(), put_descr(), put_meta(), put_registration_descriptor(), put_str(), put_str16(), put_str8(), put_swf_end_tag(), put_swf_tag(), qcp_read_packet(), qt_rtp_parse_packet(), rdt_load_mdpr(), read_chapter(), read_descr(), read_geobtag(), read_header(), read_moof_duration(), read_string(), read_uint16(), read_uint32(), read_uint64(), read_uint8(), rfc4175_parse_format(), rm_read_header(), rv10_write_header(), sami_paragraph_to_ass(), set_codec_str(), set_sar(), show_frame(), show_tags(), siff_probe(), siff_read_header(), skip_tag(), smjpeg_write_header(), sol_read_header(), split_tag_value(), srt_close_tag(), swf_read_header(), swf_read_packet(), tiff_decode_tag(), validate_codec_tag(), var_read_metadata(), vs2av_log(), webvtt_close_tag(), write_metadata(), write_odml_master(), write_stream_codec_info(), write_table_entries_attrib(), write_table_redirector_legacy_attrib(), xan_decode_frame(), xv_write_header(), xwma_read_header(), yop_decode_frame(), and yop_paint_block().
unsigned bps |
Definition at line 1533 of file movenc.c.
Referenced by adpcm_ima_wav_expand_nibble(), aiff_codec_get_id(), avr_read_header(), celt_frame_setup_input(), config_input(), copy_samples(), decode_aiff_header(), decode_element(), decode_frame(), decode_scalar(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), decode_wave_header(), ff_audio_resample(), ff_flac_get_max_frame_size(), ff_flacdsp_init(), ff_get_pcm_codec_id(), ff_mov_get_lpcm_codec_id(), ff_put_wav_header(), ff_spp_init_x86(), ff_wav_codec_get_id(), ff_wma_init(), filter_frame(), get_audio_frame_duration(), get_max_frame_size(), gxf_packet(), lpc_analyze_remodulate(), lpc_prediction(), magy_decode_slice10(), main(), mf_a_avframe_to_sample(), nist_read_header(), nsv_read_chunk(), parse_waveformatex(), process_output(), pvf_read_header(), rice_decompress(), rso_read_header(), spawn_empty_frame(), swap_sample_fmts_on_filter(), tta_read_header(), and webm_dash_manifest_compute_bandwidth().
const { ... } mov_pix_fmt_tags[] |
Referenced by mov_get_rawvideo_codec_tag().
|
static |
Definition at line 1634 of file movenc.c.
Referenced by mov_find_codec_tag().
|
static |
Definition at line 1696 of file movenc.c.
Referenced by mov_write_fiel_tag().
|
static |
const AVCodecTag codec_mp4_tags[] |
const AVCodecTag codec_ism_tags[] |
|
static |
|
static |