#![cfg_attr(not(feature = "std"), no_std)]
#![forbid(unsafe_code)]
extern crate alloc;
pub mod aac_asc;
pub mod ac3;
pub mod ac4;
pub mod annexb;
pub mod av1;
pub mod avc_config;
pub mod bitreader;
pub mod box_types;
pub mod cenc;
#[cfg(feature = "cenc")]
pub mod cenc_decrypt;
#[cfg(feature = "cli")]
pub mod cli;
pub mod dash;
pub mod dts;
pub mod error;
pub mod flac;
pub mod flv;
pub mod hevc_config;
pub mod hls;
pub mod init_segment;
pub mod ll_dash;
pub mod ll_hls;
pub mod media;
pub mod movie_fragment;
pub mod mp4esds;
pub mod mpeg_legacy;
pub mod mpegh;
pub mod nal;
pub mod nalu_types;
pub mod opus;
pub mod pipeline;
pub mod progressive;
pub mod ps_demux;
pub mod rebase;
pub mod repackage;
pub mod rtcp;
pub mod rtmp;
pub mod rtp;
pub mod sample_entries;
pub mod sample_groups;
pub mod segmenter;
pub mod segments;
pub mod smooth;
pub mod splice;
pub mod sps;
pub mod subtitle_entries;
pub mod timing;
pub mod trickplay;
pub mod ts_demux;
pub mod ts_hls;
pub mod ts_mux;
pub mod validate;
pub mod visual_ext;
pub mod vp9;
pub mod vvc_config;
pub mod webm_demux;
pub use aac_asc::{
build_adts_header, parse_adts_header, AdtsHeader, AudioObjectType, AudioSpecificConfig,
ChannelConfiguration, HeAacSignaling, SamplingFrequencyIndex,
};
pub use ac3::{Ac3SpecificBox, Ac3SyncframeInfo, Ec3SpecificBox, Ec3Substream, Ec3SyncframeInfo};
pub use ac4::{Ac4SpecificBox, AC4_FOURCC, DAC4_FOURCC};
pub use annexb::{
annexb_to_length_prefixed, iter_annexb_nals, iter_length_prefixed_nals,
length_prefixed_to_annexb, NAL_LENGTH_SIZE,
};
pub use av1::{Av1ConfigurationBox, Av1SampleEntry, AV01_FOURCC, AV1C_FOURCC};
pub use avc_config::{AVCConfigurationBox, AVCDecoderConfigurationRecord};
pub use box_types::{box_iter, parse_box, BoxHeader, BoxIter, BoxRef, BoxType, FullBoxHeader};
pub use cenc::{
OriginalFormatBox, ProtectionSchemeInfoBox, ProtectionSystemSpecificHeaderBox,
SampleAuxInfoOffsetsBox, SampleAuxInfoSizesBox, SampleEncryptionBox, SampleEncryptionEntry,
SchemeInformationBox, SchemeTypeBox, SubSampleEntry, TrackEncryptionBox,
SENC_FLAG_USE_SUBSAMPLE_ENCRYPTION,
};
#[cfg(feature = "cenc")]
pub use cenc_decrypt::{CencDecryptor, CencScheme, KeyMap};
pub use dash::{
DashPackager, MediaKind, TrickModeAdaptationSet, TrickModeRepr, MPD_NAMESPACE,
PROFILE_ISOFF_LIVE, TRICKMODE_SCHEME,
};
pub use dts::{
DtsSpecificBox, DDTS_BODY_LEN, DDTS_FOURCC, DTSC_FOURCC, DTSE_FOURCC, DTSH_FOURCC, DTSL_FOURCC,
};
pub use error::{Error, Result};
pub use flac::{
FlacMetadataBlock, FlacSpecificBox, BLOCK_TYPE_STREAMINFO, DFLA_FOURCC, FLAC_FOURCC,
};
pub use flv::{FlvDemux, FlvError, FlvMux};
pub use hevc_config::{HEVCConfigurationBox, HEVCDecoderConfigurationRecord};
pub use hls::{
mark_init_discontinuities, IFrameVariant, LowLatencyConfig, MasterPlaylist, MediaPlaylist,
MediaSegment, PartSpec, Variant,
};
pub use init_segment::{
Ac3SampleEntry, Ac4SampleEntry, ChunkLargeOffsetBox, ChunkOffsetBox, DataEntryUrlBox,
DataInformationBox, DataReferenceBox, DtsSampleEntry, Ec3SampleEntry, EditBox, FlacSampleEntry,
HandlerBox, MediaBox, MediaHeaderBox, MediaInformationBox, MhaSampleEntry, MovieBox,
MovieExtendsBox, MovieHeaderBox, Mp4aSampleEntry, OpaqueBox, OpusSampleEntry,
SampleDescriptionBox, SampleEntryVariant, SampleSizeBox, SampleTableBox, SampleToChunkBox,
SoundMediaHeaderBox, StblChild, StscEntry, SyncSampleBox, TrackBox, TrackExtendsBox,
TrackHeaderBox, VideoMediaHeaderBox,
};
pub use ll_dash::{Chunk, LlDashPackager, LlSegmenter};
pub use ll_hls::{LlHlsSegmenter, PartInfo, SegmentInfo};
pub use media::{CmafMux, Fmp4Demux, HlsPackager, Media, Track};
pub use movie_fragment::{
MovieFragmentBox, MovieFragmentHeaderBox, TrackFragmentBaseMediaDecodeTimeBox,
TrackFragmentBox, TrackFragmentHeaderBox, TrackFragmentRunBox, TrunSample,
};
pub use mp4esds::{
DecoderConfigDescriptor, DecoderSpecificInfo, ESDescriptor, EsdsBox, ObjectTypeIndication,
SLConfigDescriptor, StreamType,
};
pub use mpeg_legacy::{
Mpeg2SeqHeader, MpegAudioFrameHeader, MpegAudioLayer, MPEG_AUDIO_SYNCWORD, SEQUENCE_HEADER_CODE,
};
pub use mpegh::{
MHADecoderConfigurationRecord, MHA1_FOURCC, MHA2_FOURCC, MHAC_CONFIGURATION_VERSION,
MHAC_FOURCC, MHAC_RECORD_FIXED_LEN, MHM1_FOURCC, MHM2_FOURCC,
};
pub use nal::{access_unit_is_keyframe, is_keyframe_nal, nal_unit_type, NalCodec};
pub use nalu_types::{AvcPps, AvcSps, AvcSpsExt, HevcNalArray, HevcNalUnit};
pub use opus::{ChannelMappingTable, OpusSpecificBox, DOPS_FOURCC, OPUS_FOURCC};
pub use pipeline::{
build_init_segment, build_media_segment, build_media_segment_with_events, CodecConfig, EmsgBox,
EmsgVersion, FragmentTrackData, PresentationTime, Sample, TrackSpec,
};
pub use progressive::ProgressiveMux;
pub use ps_demux::PsDemux;
pub use rebase::{
apply_offset, insert_discontinuity_gap, rebase_to_zero, unroll_33bit_wraps, MPEG_TS_WRAP,
};
pub use repackage::{Repackage, RepackageOutput};
pub use rtcp::{
App, Bye, CommonHeader, CompoundPacket, ReceiverReport, ReportBlock, RtcpPacket,
RtcpPacketType, SdesChunk, SdesItem, SdesItemType, SenderReport, SourceDescription,
APP_NAME_LEN, PT_APP, PT_BYE, PT_RECEIVER_REPORT, PT_SENDER_REPORT, PT_SOURCE_DESCRIPTION,
REPORT_BLOCK_LEN, SDES_CNAME, SDES_EMAIL, SDES_LOC, SDES_NAME, SDES_NOTE, SDES_PHONE,
SDES_PRIV, SDES_TOOL,
};
pub use rtmp::{
AmfValue, BasicHeader, Command, Handshake0, Handshake1, Handshake2, Message, MessageHeader,
ProtocolControl, RtmpDemux, RtmpError, RtmpMux, DEFAULT_CHUNK_SIZE, HANDSHAKE_PACKET_LEN,
RTMP_VERSION,
};
pub use rtp::{
RtpDepacketizer, RtpInput, RtpInputStream, RtpMediaKind, RtpOutput, RtpPacketizer, RtpStream,
DEFAULT_AUDIO_PT, DEFAULT_MTU, DEFAULT_VIDEO_PT, NAL_TYPE_IDR, VIDEO_CLOCK_RATE,
};
pub use sample_entries::{
AVCSampleEntry, HEVCSampleEntry, Mp4vSampleEntry, VisualSampleEntryFields,
};
pub use sample_groups::{
ProducerReferenceTimeBox, SampleGroupDescriptionBox, SampleToGroupBox, SbgpEntry, SgpdEntry,
SubSampleDescriptor, SubSampleInformationBox, SubsEntry, GROUPING_TYPE_ROLL,
};
pub use segmenter::{SegmentMeta, Segmenter};
pub use segments::{FileTypeBox, MediaDataBox, SegmentTypeBox};
pub use smooth::{
SmoothFragment, SmoothOutput, SmoothPackager, SmoothStreamType, TfxdBox, FOURCC_AACL,
FOURCC_H264, SMOOTH_TIMESCALE, TFXD_UUID,
};
pub use splice::{concat, snap_to_preceding_sync, splice_insert, SplicePoint, SpliceResult};
pub use sps::{
decode_avc_sps, decode_hevc_sps, rfc6381_avc1, rfc6381_hvc1, rfc6381_mp4a, AvcSpsInfo,
HevcSpsInfo,
};
pub use subtitle_entries::{
CueIdBox, CuePayloadBox, CueSettingsBox, VttCueBox, VttEmptyCueBox, WebVttConfigurationBox,
WvttSampleEntry, XmlSubtitleSampleEntry,
};
pub use timing::{
CompositionOffsetBox, CompositionToDecodeBox, CttsEntry, EditListBox, EditListEntry,
SegmentIndexBox, SidxReference, SttsEntry, TimeToSampleBox,
};
pub use trickplay::{append_iframe_track, derive_iframe_track};
pub use ts_demux::TsDemux;
pub use ts_hls::{TsHlsOutput, TsHlsPackager};
pub use ts_mux::TsMux;
pub use validate::{
validate_cmaf_track, validate_init_segment, validate_media_segment, ConformanceIssue, Severity,
};
pub use visual_ext::{CleanApertureBox, ColourInformationBox, NclxColourInfo, PixelAspectRatioBox};
pub use vp9::{Vp9ConfigurationBox, Vp9SampleEntry, VP09_FOURCC, VPCC_FOURCC};
pub use vvc_config::{
VvcConfigurationBox, VvcDecoderConfigurationRecord, VvcNalArray, VvcNalUnitType, VvcPtlRecord,
};
pub use webm_demux::{WebmDemux, IR_TIMESCALE};