FFmpeg
|
#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 |
struct | mpeg4_bit_rate_values |
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 [] |
static const AVCodecTag | codec_mp4_tags [] |
static const AVCodecTag | codec_ism_tags [] |
static const AVCodecTag | codec_ipod_tags [] |
static const AVCodecTag | codec_f4v_tags [] |
#define MOV_CLASS | ( | flavor | ) |
#define READ_BLOCK |
Referenced by shift_data().
|
static |
Definition at line 6862 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_btrt_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 calculate_mpeg4_bit_rates().
|
static |
Definition at line 642 of file movenc.c.
Referenced by mov_write_btrt_tag(), mov_write_esds_tag(), and mov_write_isml_manifest().
|
static |
Definition at line 684 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 735 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
Definition at line 743 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
|
static |
Definition at line 751 of file movenc.c.
Referenced by mov_write_wave_tag().
|
static |
Definition at line 763 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 774 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 794 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 817 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 846 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 874 of file movenc.c.
Referenced by mov_write_audio_tag().
Definition at line 917 of file movenc.c.
Referenced by mov_write_dvc1_tag().
|
static |
Definition at line 1000 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1016 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 1028 of file movenc.c.
Referenced by mov_write_audio_tag().
Definition at line 1053 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 1073 of file movenc.c.
Referenced by mov_write_audio_tag().
|
static |
Definition at line 1094 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_subtitle_tag(), and mov_write_video_tag().
|
static |
Definition at line 1113 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 1269 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1281 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1291 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1301 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1313 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1327 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1410 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1423 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1448 of file movenc.c.
Referenced by defined_frame_rate(), mov_check_timecode_track(), and mov_create_timecode_track().
|
static |
Definition at line 1466 of file movenc.c.
Referenced by find_compressor(), mov_get_h264_codec_tag(), and mov_get_mpeg2_xdcam_codec_tag().
|
static |
Definition at line 1475 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1537 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1617 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1626 of file movenc.c.
Referenced by mov_get_codec_tag().
|
static |
Definition at line 1652 of file movenc.c.
Referenced by mov_find_codec_tag().
|
static |
Check that tag + id is in the table
Definition at line 1710 of file movenc.c.
Referenced by mov_find_codec_tag().
|
static |
Definition at line 1730 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 1753 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1769 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1782 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 1804 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1834 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1892 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1922 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1937 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1950 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 1973 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 2021 of file movenc.c.
Referenced by mov_write_video_tag().
|
inlinestatic |
Definition at line 2040 of file movenc.c.
Referenced by mov_write_mdcv_tag().
|
static |
Definition at line 2045 of file movenc.c.
Referenced by mov_write_video_tag().
Definition at line 2074 of file movenc.c.
Referenced by mov_write_video_tag().
|
static |
Definition at line 2102 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2297 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2317 of file movenc.c.
Referenced by mov_write_tmcd_tag().
|
static |
Definition at line 2336 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2392 of file movenc.c.
Referenced by mov_write_stsd_tag().
|
static |
Definition at line 2404 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2431 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2472 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2517 of file movenc.c.
Referenced by mov_write_dinf_tag().
|
static |
Definition at line 2532 of file movenc.c.
Referenced by mov_write_stbl_tag().
|
static |
Definition at line 2627 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2665 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2674 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2682 of file movenc.c.
Referenced by mov_write_gmhd_tag().
|
static |
Definition at line 2704 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2756 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2766 of file movenc.c.
Referenced by mov_write_minf_tag().
Definition at line 2775 of file movenc.c.
Referenced by mov_write_hdlr_tag(), mov_write_minf_tag(), and mov_write_trak_tag().
|
static |
Definition at line 2781 of file movenc.c.
Referenced by mov_write_mdia_tag(), and mov_write_minf_tag().
|
static |
Definition at line 2857 of file movenc.c.
Referenced by mov_write_minf_tag().
|
static |
Definition at line 2872 of file movenc.c.
Referenced by mov_write_mdia_tag().
|
static |
Definition at line 2907 of file movenc.c.
Referenced by calc_pts_duration(), and calc_samples_pts_duration().
|
static |
Definition at line 2932 of file movenc.c.
Referenced by mov_write_edts_tag().
|
static |
Definition at line 2944 of file movenc.c.
Referenced by mov_write_mdhd_tag(), mov_write_mvhd_tag(), and mov_write_tkhd_tag().
|
static |
Definition at line 2953 of file movenc.c.
Referenced by mov_write_mdia_tag().
|
static |
Definition at line 2993 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3012 of file movenc.c.
Referenced by mov_write_mvhd_tag(), and mov_write_tkhd_tag().
|
static |
Definition at line 3026 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3142 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3174 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3260 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3271 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3289 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3310 of file movenc.c.
Referenced by mov_write_track_udta_tag().
|
static |
Definition at line 3324 of file movenc.c.
Referenced by mov_write_trak_tag().
|
static |
Definition at line 3351 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3404 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3433 of file movenc.c.
Referenced by mov_write_mvex_tag().
|
static |
Definition at line 3446 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3457 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 3518 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3534 of file movenc.c.
Referenced by mov_write_mdta_ilst_tag(), and mov_write_string_tag().
|
static |
Definition at line 3554 of file movenc.c.
Referenced by mov_write_ilst_tag(), and mov_write_string_metadata().
|
static |
Definition at line 3568 of file movenc.c.
Referenced by mov_write_loci_tag(), and mov_write_string_metadata().
|
static |
Definition at line 3593 of file movenc.c.
Referenced by mov_write_ilst_tag(), and mov_write_udta_tag().
|
static |
Definition at line 3605 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3623 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3674 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3701 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3728 of file movenc.c.
Referenced by mov_write_ilst_tag().
|
static |
Definition at line 3756 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3796 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3811 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3839 of file movenc.c.
Referenced by mov_write_meta_tag().
|
static |
Definition at line 3861 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3883 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3903 of file movenc.c.
Referenced by mov_write_psp_udta_tag().
|
static |
Definition at line 3914 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 3921 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3943 of file movenc.c.
Referenced by mov_write_udta_tag().
|
static |
Definition at line 3969 of file movenc.c.
Referenced by mov_write_moov_tag().
|
static |
Definition at line 4027 of file movenc.c.
Referenced by mov_write_uuidusmt_tag().
|
static |
Definition at line 4040 of file movenc.c.
Referenced by mov_write_moov_tag().
Definition at line 4078 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 4113 of file movenc.c.
Referenced by mov_write_isml_manifest(), and mov_write_moov_tag().
|
static |
Definition at line 4147 of file movenc.c.
Referenced by get_moov_size(), mov_flush_fragment(), mov_write_header(), and mov_write_trailer().
|
static |
Definition at line 4223 of file movenc.c.
Referenced by mov_write_isml_manifest().
|
static |
Definition at line 4228 of file movenc.c.
Referenced by mov_write_isml_manifest().
|
static |
Definition at line 4233 of file movenc.c.
Referenced by mov_write_isml_manifest().
|
static |
Definition at line 4242 of file movenc.c.
Referenced by mov_write_header().
|
static |
Definition at line 4366 of file movenc.c.
Referenced by mov_write_moof_tag_internal().
Definition at line 4375 of file movenc.c.
Referenced by mov_write_tfhd_tag(), and mov_write_trun_tag().
|
static |
Definition at line 4381 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4447 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4503 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4524 of file movenc.c.
Referenced by mov_write_tfrf_tags().
|
static |
Definition at line 4559 of file movenc.c.
Referenced by mov_add_tfra_entries().
|
static |
Definition at line 4573 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4613 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4627 of file movenc.c.
Referenced by mov_write_traf_tag().
|
static |
Definition at line 4639 of file movenc.c.
Referenced by mov_write_moof_tag_internal().
|
static |
Definition at line 4679 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4702 of file movenc.c.
Referenced by mov_write_sidx_tags().
|
static |
Definition at line 4764 of file movenc.c.
Referenced by get_sidx_size(), mov_write_moof_tag(), and mov_write_trailer().
|
static |
Definition at line 4799 of file movenc.c.
Referenced by mov_write_moof_tag().
|
static |
Definition at line 4849 of file movenc.c.
Referenced by mov_flush_fragment().
|
static |
Definition at line 4881 of file movenc.c.
Referenced by mov_write_mfra_tag().
|
static |
Definition at line 4905 of file movenc.c.
Referenced by mov_write_trailer().
|
static |
Definition at line 4943 of file movenc.c.
Referenced by mov_write_header().
|
static |
Definition at line 4954 of file movenc.c.
Referenced by mov_write_ftyp_tag().
|
static |
Definition at line 4992 of file movenc.c.
Referenced by mov_write_identification().
|
static |
Definition at line 5062 of file movenc.c.
Referenced by mov_write_identification().
|
static |
Definition at line 5133 of file movenc.c.
Referenced by mov_flush_fragment(), and mov_write_header().
Definition at line 5162 of file movenc.c.
Referenced by ff_mov_write_packet().
Definition at line 5183 of file movenc.c.
Referenced by ff_mov_write_packet().
Definition at line 5243 of file movenc.c.
Referenced by ff_mov_write_packet().
|
static |
Definition at line 5262 of file movenc.c.
Referenced by ff_mov_write_packet(), and mov_flush_fragment().
|
static |
Definition at line 5287 of file movenc.c.
Referenced by mov_auto_flush_fragment(), and mov_write_packet().
|
static |
Definition at line 5496 of file movenc.c.
Referenced by mov_write_single_packet(), and mov_write_trailer().
|
static |
Definition at line 5510 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 5548 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 5880 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_subtitle_end_packet().
|
static |
Definition at line 5965 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_trailer().
|
static |
|
static |
Definition at line 6088 of file movenc.c.
Referenced by mov_write_header(), and mov_write_trailer().
|
static |
Definition at line 6186 of file movenc.c.
Referenced by mov_init(), and mov_write_header().
|
static |
Definition at line 6195 of file movenc.c.
Referenced by mov_write_header().
|
static |
Definition at line 6240 of file movenc.c.
Referenced by mov_init().
|
static |
|
static |
Definition at line 6319 of file movenc.c.
Referenced by mov_create_dvd_sub_decoder_specific_info().
Definition at line 6335 of file movenc.c.
Referenced by mov_write_header().
|
static |
|
static |
|
static |
Definition at line 6875 of file movenc.c.
Referenced by compute_sidx_size().
|
static |
Definition at line 6893 of file movenc.c.
Referenced by shift_data().
|
static |
Definition at line 6918 of file movenc.c.
Referenced by shift_data().
|
static |
Definition at line 6933 of file movenc.c.
Referenced by mov_write_trailer().
|
static |
|
static |
enum AVPixelFormat pix_fmt |
Definition at line 1596 of file movenc.c.
Referenced by mov_get_rawvideo_codec_tag(), and mov_init().
uint32_t tag |
Definition at line 1597 of file movenc.c.
Referenced by aac_encode_frame(), aal_read_packet(), add_input_streams(), aiff_read_header(), ape_read_header(), apng_find_chunk(), apng_probe(), apng_read_header(), apng_read_packet(), asf_write_header1(), av_codec_get_tag(), av_dict_set(), av_find_info_tag(), avformat_find_stream_info(), avi_extract_stream_metadata(), avi_load_index(), avi_read_header(), avi_read_idx1(), avi_read_nikon(), cdtoons_decode_frame(), cfhd_decode(), 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(), ff_aac_ltp_insert_new_frame(), ff_mov_read_esds(), ff_mp4_read_dec_config_descr(), ff_vorbiscomment_length(), ff_vorbiscomment_write(), ffat_convert_layout(), ffat_init_encoder(), get_swf_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(), iff_read_header(), ircam_read_header(), ircam_write_header(), ivr_read_header(), lz_unpack(), main(), match_stream_specifier(), matroska_convert_tags(), mkv_write_codecprivate(), mkv_write_header(), mkv_write_simpletag(), mkv_write_stereo_mode(), 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_audio_tag(), mpc8_parse_seektable(), mpc8_read_header(), mpc8_read_packet(), mpegts_write_pmt(), mxf_parse_package_comments(), new_output_stream(), nuv_resync(), ogm_header(), parse_dsd_diin(), parse_dsd_prop(), parse_fragment(), parse_mp4_descr(), parse_multipart_header(), parse_video_info(), pmt_cb(), process_line(), put_meta(), put_registration_descriptor(), qcp_read_packet(), qt_rtp_parse_packet(), rdt_load_mdpr(), read_chapter(), read_header(), read_moof_duration(), rfc4175_parse_format(), rm_read_header(), rv10_write_header(), sami_paragraph_to_ass(), set_codec_str(), set_spdif(), show_frame(), show_tags(), siff_probe(), siff_read_header(), skip_tag(), smjpeg_write_header(), sol_read_header(), swf_read_header(), swf_read_packet(), tiff_decode_tag(), validate_codec_tag(), vs2av_log(), write_metadata(), write_stream_codec_info(), write_table_entries_attrib(), write_table_redirector_legacy_attrib(), xan_decode_frame(), xwma_read_header(), yop_decode_frame(), and yop_paint_block().
unsigned bps |
Definition at line 1598 of file movenc.c.
Referenced by avr_read_header(), buffer_size_after_time_downloaded(), celt_frame_setup_input(), config_input(), cri_decode_frame(), decode_aiff_header(), decode_element(), decode_frame(), decode_subframe(), decode_wave_header(), ff_audio_resample(), ff_put_wav_header(), ff_spp_init_x86(), ff_wma_init(), filter_frame(), get_audio_frame_duration(), gxf_packet(), magy_decode_slice10(), main(), mf_a_avframe_to_sample(), nist_read_header(), nsv_read_chunk(), parse_waveformatex(), process_output(), pvf_read_header(), rso_read_header(), spawn_empty_frame(), swap_sample_fmts_on_filter(), and webm_dash_manifest_compute_bandwidth().
const { ... } mov_pix_fmt_tags[] |
Referenced by mov_get_rawvideo_codec_tag().
|
static |
|
static |
Definition at line 1765 of file movenc.c.
Referenced by mov_write_fiel_tag().
|
static |
|
static |
|
static |
|
static |
|
static |