FFmpeg
|
#include <stdint.h>
#include <string.h>
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Data Structures | |
struct | GetByteContext |
struct | PutByteContext |
Macros | |
#define | DEF(type, name, bytes, read, write) |
#define | bytestream2_get_ne16 bytestream2_get_le16 |
#define | bytestream2_get_ne24 bytestream2_get_le24 |
#define | bytestream2_get_ne32 bytestream2_get_le32 |
#define | bytestream2_get_ne64 bytestream2_get_le64 |
#define | bytestream2_get_ne16u bytestream2_get_le16u |
#define | bytestream2_get_ne24u bytestream2_get_le24u |
#define | bytestream2_get_ne32u bytestream2_get_le32u |
#define | bytestream2_get_ne64u bytestream2_get_le64u |
#define | bytestream2_put_ne16 bytestream2_put_le16 |
#define | bytestream2_put_ne24 bytestream2_put_le24 |
#define | bytestream2_put_ne32 bytestream2_put_le32 |
#define | bytestream2_put_ne64 bytestream2_put_le64 |
#define | bytestream2_peek_ne16 bytestream2_peek_le16 |
#define | bytestream2_peek_ne24 bytestream2_peek_le24 |
#define | bytestream2_peek_ne32 bytestream2_peek_le32 |
#define | bytestream2_peek_ne64 bytestream2_peek_le64 |
Variables | |
uint64_t_TMPL | le64 |
uint64_t_TMPL | AV_RL64 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL | le32 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL | AV_RL32 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL | le24 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL | AV_RL24 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL | le16 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL | AV_RL16 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL | be64 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL | AV_RB64 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL | be32 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL | AV_RB32 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL | be24 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL | AV_RB24 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL | be16 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL | AV_RB16 |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_WB16 unsigned int_TMPL | byte |
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_WB16 unsigned int_TMPL | AV_RB8 |
Definition at line 42 of file bytestream.h.
#define bytestream2_get_ne16 bytestream2_get_le16 |
Definition at line 113 of file bytestream.h.
Referenced by expand_rle_row16(), and rle_unpack().
#define bytestream2_get_ne24 bytestream2_get_le24 |
Definition at line 114 of file bytestream.h.
#define bytestream2_get_ne32 bytestream2_get_le32 |
Definition at line 115 of file bytestream.h.
#define bytestream2_get_ne64 bytestream2_get_le64 |
Definition at line 116 of file bytestream.h.
#define bytestream2_get_ne16u bytestream2_get_le16u |
Definition at line 117 of file bytestream.h.
Referenced by read_uncompressed_sgi().
#define bytestream2_get_ne24u bytestream2_get_le24u |
Definition at line 118 of file bytestream.h.
#define bytestream2_get_ne32u bytestream2_get_le32u |
Definition at line 119 of file bytestream.h.
#define bytestream2_get_ne64u bytestream2_get_le64u |
Definition at line 120 of file bytestream.h.
#define bytestream2_put_ne16 bytestream2_put_le16 |
Definition at line 121 of file bytestream.h.
#define bytestream2_put_ne24 bytestream2_put_le24 |
Definition at line 122 of file bytestream.h.
#define bytestream2_put_ne32 bytestream2_put_le32 |
Definition at line 123 of file bytestream.h.
#define bytestream2_put_ne64 bytestream2_put_le64 |
Definition at line 124 of file bytestream.h.
#define bytestream2_peek_ne16 bytestream2_peek_le16 |
Definition at line 125 of file bytestream.h.
#define bytestream2_peek_ne24 bytestream2_peek_le24 |
Definition at line 126 of file bytestream.h.
#define bytestream2_peek_ne32 bytestream2_peek_le32 |
Definition at line 127 of file bytestream.h.
#define bytestream2_peek_ne64 bytestream2_peek_le64 |
Definition at line 128 of file bytestream.h.
|
static |
Definition at line 131 of file bytestream.h.
Referenced by aasc_decode_frame(), adpcm_decode_frame(), aic_decode_frame(), alac_set_info(), avi_extract_stream_metadata(), bethsoftvid_decode_frame(), bfi_decode_frame(), bmp_decode_frame(), cdg_decode_frame(), decode_frame(), decode_frame_headers(), decode_header(), decode_i2_frame(), decode_init(), decode_interframe_v4(), decode_interframe_v4a(), decode_p_frame(), decode_wave_header(), dfa_decode_frame(), dpcm_decode_frame(), dxtory_decode_v2_410(), dxtory_decode_v2_420(), dxtory_decode_v2_444(), dxtory_decode_v2_565(), dxtory_decode_v2_rgb(), ff_lzw_decode_init(), find_tracked_method(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), gif_decode_frame(), handle_notify(), hevc_decode_extradata(), hnm_update_palette(), ipvideo_decode_frame(), jpeg2000_decode_frame(), jpeg2000_read_main_headers(), lz_unpack(), mimic_decode_frame(), mjpeg_decode_app(), mm_decode_frame(), mm_decode_inter(), msrle_decode_frame(), mss2_decode_frame(), mss3_decode_frame(), mss4_decode_frame(), mvc_decode_frame(), ogm_header(), on2avc_decode_frame(), paf_video_decode(), pcm_bluray_decode_frame(), pcm_dvd_decode_samples(), pcx_decode_frame(), pix_decode_frame(), piz_uncompress(), qtrle_decode_frame(), read_connect(), redspark_read_header(), rle_unpack(), roq_decode_frame(), rpza_decode_frame(), rtmp_send_packet(), send_invoke_response(), smc_decode_frame(), tgq_decode_frame(), tiff_unpack_strip(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), unpack_intraframe(), vmd_decode(), vp8_lossy_decode_alpha(), vqa_decode_chunk(), vqa_decode_frame(), wavpack_decode_block(), webp_decode_frame(), xan_decode_frame(), xan_unpack(), xan_wc3_decode_frame(), and xwd_decode_frame().
|
static |
Definition at line 141 of file bytestream.h.
Referenced by append_flv_data(), encode_frame(), jpeg_create_header(), sunrast_encode_frame(), tiff_unpack_strip(), utvideo_encode_frame(), wavpack_encode_block(), and write_begin().
|
static |
Definition at line 152 of file bytestream.h.
Referenced by adpcm_decode_frame(), avpriv_exif_decode_ifd(), bfi_decode_frame(), check_header_variable(), codec2subblock(), decode_0(), decode_6(), decode_bdlt(), decode_dds1(), decode_dsw1(), decode_frame(), decode_header(), decode_hextile(), decode_init(), decode_mvc1(), decode_mvc2(), decode_p_block(), decode_rgb8(), decode_rgbn(), decode_tdlt(), decode_tsw1(), decode_wave_header(), decode_wdlt(), dfa_decode_frame(), expand_rle_row16(), expand_rle_row8(), ff_lzw_decode_tail(), ff_tadd_bytes_metadata(), ff_tadd_doubles_metadata(), ff_tadd_long_metadata(), ff_tadd_rational_metadata(), ff_tadd_shorts_metadata(), ff_tadd_string_metadata(), ff_tdecode_header(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), g2m_load_cursor(), get_coc(), get_cod(), get_cox(), get_qcc(), get_qcx(), get_siz(), get_sot(), gif_parse_next_image(), gif_read_extension(), gif_read_header1(), gif_read_image(), handle_notify(), hevc_decode_extradata(), huf_decode(), huf_uncompress(), huf_unpack_enc_table(), ipvideo_decode_block_opcode_0x7(), ipvideo_decode_block_opcode_0x8(), ipvideo_decode_block_opcode_0x9(), ipvideo_decode_block_opcode_0xA(), ipvideo_decode_block_opcode_0xD(), ipvideo_decode_opcodes(), jp2_find_codestream(), jpeg2000_decode_frame(), jpeg2000_decode_packet(), jpeg2000_read_main_headers(), kmvc_decode_inter_8x8(), kmvc_decode_intra_8x8(), lz_unpack(), mm_decode_inter(), mm_decode_intra(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), ogm_header(), old_codec1(), old_codec37(), old_codec47(), on2avc_decode_frame(), op(), opcode_0xf7(), opcode_0xf8(), paf_video_decode(), pcx_decode_frame(), pcx_palette(), pcx_rle_decode(), pix_decode_frame(), png_decode_idat(), process_block(), qpeg_decode_inter(), qpeg_decode_intra(), read_connect(), read_frame_header(), read_rle_sgi(), read_uncompressed_sgi(), rle_decode(), rle_unpack(), roqvideo_decode_frame(), rpza_decode_stream(), set_palette(), targa_decode_rle(), tgq_decode_mb(), tiff_decode_tag(), tiff_unpack_strip(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), vb_decode_framedata(), vmd_decode(), vqa_decode_chunk(), wavpack_decode_block(), webp_decode_frame(), xan_decode_chroma(), xan_decode_frame(), xan_unpack(), xan_unpack_luma(), xan_wc3_decode_frame(), and xwd_decode_frame().
|
static |
Definition at line 157 of file bytestream.h.
Referenced by wavpack_encode_block().
|
static |
Definition at line 162 of file bytestream.h.
Referenced by adpcm_decode_frame(), avi_extract_stream_metadata(), bfi_decode_frame(), cdg_decode_frame(), decode_0(), decode_frame(), decode_frame_headers(), decode_header(), decode_interframe_v4(), decode_interframe_v4a(), decode_mvc2(), decode_wave_header(), dfa_decode_frame(), ff_lzw_decode_tail(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), g2m_load_cursor(), get_nb_samples(), handle_notify(), hevc_decode_extradata(), huf_uncompress(), huf_unpack_enc_table(), ipvideo_decode_opcodes(), jpeg2000_decode_frame(), jpeg2000_decode_packet(), jpeg2000_decode_packets(), jpeg2000_flush(), jpeg2000_read_main_headers(), mimic_decode_frame(), mm_decode_pal(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), ogm_header(), old_codec37(), old_codec47(), on2avc_decode_frame(), paf_video_decode(), pcm_bluray_decode_frame(), pix_decode_frame(), pix_decode_header(), png_decode_idat(), process_frame_obj(), qtrle_decode_2n4bpp(), qtrle_decode_frame(), read_frame_header(), read_uncompressed_sgi(), smc_decode_stream(), tgq_decode_frame(), tgq_decode_mb(), tiff_decode_tag(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), vmd_decode(), vqa_decode_chunk(), wavpack_decode_block(), webp_decode_frame(), xan_decode_chroma(), xan_decode_frame(), and xan_unpack_luma().
|
static |
Definition at line 168 of file bytestream.h.
Referenced by adpcm_decode_frame(), alac_set_info(), decode_0(), decode_frame(), decode_init(), dpcm_decode_frame(), gif_read_extension(), jp2_find_codestream(), lz_unpack(), pcx_decode_frame(), redspark_read_header(), and xwd_decode_frame().
|
static |
Definition at line 174 of file bytestream.h.
Referenced by append_flv_data(), sunrast_image_write_image(), and wavpack_encode_block().
|
static |
Definition at line 186 of file bytestream.h.
Referenced by adpcm_decode_frame(), arith2_get_consumed_bytes(), avi_extract_stream_metadata(), bethsoftvid_decode_frame(), bytestream2_seek(), decode_0(), decode_format80(), decode_frame(), decode_interframe_v4(), decode_interframe_v4a(), exif_decode_tag(), ff_tread_tag(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), gif_decode_frame(), hnm_update_palette(), ipvideo_decode_opcodes(), jp2_find_codestream(), jpeg2000_decode_frame(), jpeg2000_read_main_headers(), mjpeg_decode_app(), mss2_decode_frame(), old_codec1(), old_codec47(), pcm_bluray_decode_frame(), pcx_decode_frame(), pix_decode_frame(), process_block(), rle_unpack(), roqvideo_decode_frame(), tiff_decode_tag(), tm2_read_stream(), tscc2_decode_frame(), unpack_intraframe(), vqa_decode_chunk(), wavpack_decode_block(), webp_decode_frame(), and xan_unpack_luma().
|
static |
Definition at line 191 of file bytestream.h.
Referenced by bytestream2_seek_p(), jpeg_create_header(), sunrast_encode_frame(), sunrast_image_write_image(), utvideo_encode_frame(), and wavpack_encode_block().
|
static |
Definition at line 196 of file bytestream.h.
Referenced by smc_decode_stream(), and xan_decode_frame_type0().
|
static |
Definition at line 201 of file bytestream.h.
|
static |
Definition at line 206 of file bytestream.h.
Referenced by adpcm_decode_frame(), decode_frame(), exif_decode_tag(), ff_tread_tag(), jp2_find_codestream(), jpeg2000_decode_frame(), mjpeg_decode_app(), pcx_decode_frame(), process_block(), qtrle_decode_frame(), read_rle_sgi(), redspark_read_header(), tiff_decode_tag(), vqa_decode_chunk(), webp_decode_frame(), xan_decode_chroma(), xan_decode_frame_type0(), xan_decode_frame_type1(), and xan_unpack_luma().
|
static |
Definition at line 230 of file bytestream.h.
Referenced by encode_plane(), and tiff_unpack_strip().
|
static |
Definition at line 261 of file bytestream.h.
Referenced by bethsoftvid_decode_frame(), bfi_decode_frame(), cdg_decode_frame(), decode_bdlt(), decode_copy(), decode_format80(), decode_frame(), decode_tdlt(), decode_wdlt(), ff_amf_get_string(), flic_decode_frame_8BPP(), ipvideo_decode_block_opcode_0x9(), ipvideo_decode_block_opcode_0xA(), ipvideo_decode_block_opcode_0xB(), ogm_header(), old_codec37(), paf_video_decode(), pcm_bluray_decode_frame(), pcm_dvd_decode_samples(), pcx_rle_decode(), piz_uncompress(), qtrle_decode_1bpp(), qtrle_decode_8bpp(), read4x4block(), targa_decode_rle(), tgq_decode_mb(), txd_decode_frame(), vb_decode_framedata(), vmd_decode(), vp8_lossy_decode_alpha(), vqa_decode_chunk(), wavpack_decode_block(), and xan_unpack().
|
static |
Definition at line 271 of file bytestream.h.
Referenced by ff_tadd_string_metadata(), gif_read_header1(), jpeg2000_decode_packet(), msrle_decode_8_16_24_32(), old_codec37(), old_codec47(), op(), paf_video_decode(), process_block(), redspark_read_header(), rle_decode(), rle_unpack(), tiff_decode_tag(), vmd_decode(), and xwd_decode_frame().
|
static |
Definition at line 280 of file bytestream.h.
Referenced by append_flv_data(), encode_plane(), jpeg_create_header(), and sunrast_image_write_image().
|
static |
Definition at line 295 of file bytestream.h.
|
static |
Definition at line 304 of file bytestream.h.
Referenced by encode_frame().
|
static |
Definition at line 318 of file bytestream.h.
|
static |
Definition at line 326 of file bytestream.h.
Referenced by tiff_unpack_strip(), and wavpack_encode_block().
|
static |
Definition at line 331 of file bytestream.h.
Referenced by bytestream2_copy_buffer().
|
static |
Definition at line 341 of file bytestream.h.
|
static |
Definition at line 357 of file bytestream.h.
Referenced by flac_read_header(), pcm_decode_frame(), and rtmp_write().
|
static |
Definition at line 366 of file bytestream.h.
Referenced by adx_encode_header(), av_packet_merge_side_data(), encode_frame(), encode_packet(), ff_amf_write_field_name(), ff_amf_write_string(), ff_amf_write_string2(), ff_rtp_send_jpeg(), ff_vorbiscomment_write(), gif_image_write_image(), iff_read_header(), imx_dump_header(), libopus_write_header(), mjpega_dump_header(), ogg_build_flac_headers(), ogg_build_opus_headers(), ogg_build_speex_headers(), ogg_write_header(), pcm_encode_frame(), prores_encode_frame(), qtrle_encode_line(), read_packet(), write_codebooks(), write_typecode(), and xwd_encode_frame().
uint64_t_TMPL le64 |
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
uint64_t_TMPL AV_RL64 |
Definition at line 85 of file bytestream.h.
Referenced by decode_block(), dsf_probe(), dump_paramchange(), ff_asfcrypt_dec(), ff_mms_asf_header_parser(), get_f64l(), get_k1(), get_k2(), mkv_write_attachments(), mxg_read_packet(), nist_probe(), ogm_dshow_header(), qcp_probe(), rtp_asf_fix_header(), skeleton_header(), wavesynth_decode(), wavesynth_parse_extradata(), and wtvfile_open2().
uint64_t_TMPL AV_WL64 unsigned int_TMPL le32 |
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32 |
Definition at line 85 of file bytestream.h.
Referenced by a64multi_encode_init(), aac_decode_frame_int(), aasc_decode_frame(), aasc_decode_init(), add_input_streams(), adpcm_decode_init(), aea_read_probe(), ape_probe(), ast_probe(), av_lfg_init(), avcodec_decode_audio4(), avi_read_header(), avi_read_idx1(), avpriv_dv_frame_profile2(), avpriv_flac_is_extradata_valid(), avr_probe(), bfi_probe(), bmp_probe(), celt_header(), check_checksum(), cin_probe(), cine_read_probe(), cllc_decode_frame(), cmv_decode_frame(), decode_block(), decode_flush(), decode_frame(), decode_header_trees(), decode_i_frame(), decode_init(), decode_p_frame(), decode_plane(), decode_vol_header(), dfa_probe(), dfa_read_packet(), dirac_probe(), dump_paramchange(), dxa_read_packet(), dxtory_decode_v2_410(), dxtory_decode_v2_420(), dxtory_decode_v2_444(), dxtory_decode_v2_565(), dxtory_decode_v2_rgb(), ea_probe(), ea_read_packet(), encode_init(), epaf_probe(), exr_probe(), ff_h263_decode_frame(), ff_h263_decode_init(), ff_h263_decode_picture_header(), ff_mjpeg_decode_init(), ff_mjpeg_decode_sos(), ff_mms_asf_header_parser(), ff_mov_read_stsd_entries(), ff_mpeg4_decode_picture_header(), ff_mpeg4_workaround_bugs(), ff_rm_read_mdpr_codecdata(), ff_rtp_send_h263_rfc2190(), ff_update_duplicate_context(), ff_wv_parse_header(), flic_decode_init(), fourxm_probe(), fourxm_read_header(), fourxm_read_packet(), get_chunk_header(), get_packet_header(), get_quant(), get_slice_offset(), get_tcp_server_response(), handle_packet_stream_changing_type(), hnm_probe(), ico_write_packet(), idcin_probe(), idct_mb(), iff_probe(), init_duplicate_context(), ivf_write_header(), lag_decode_arith_plane(), lag_decode_frame(), libcelt_dec_init(), lvf_probe(), lxf_read_header(), matroska_parse_tracks(), matroska_parse_wavpack(), metasound_decode_init(), mjpeg_decode_app(), mjpega_dump_header(), mkv_write_block(), mkv_write_codecprivate(), mov_parse_stsd_subtitle(), mov_probe(), mov_read_header(), mov_read_packet(), mov_skip_multiple_stsd(), mov_write_audio_tag(), mpc8_probe(), mpeg_decode_frame(), mpeg_decode_slice(), mpegts_set_stream_info(), msrle_decode_init(), multiswap_init(), new_output_stream(), nsv_probe(), nuv_packet(), nuv_read_dts(), ogm_dshow_header(), parse(), parse_media_type(), parse_mpeg1waveformatex(), parse_strk(), parse_vtrk(), parse_waveformatex(), pmp_probe(), pmt_cb(), probe(), process_ipmovie_chunk(), prores_encode_init(), qcp_probe(), r3d_probe(), raw_decode(), raw_encode(), raw_init_decoder(), read32(), read_packet(), ripemd128_transform(), ripemd160_transform(), rl2_decode_init(), rm_read_audio_stream_info(), roq_probe(), roq_read_packet(), rsd_probe(), rtmp_packet_read_one_chunk(), rtmpe9_sig(), rtp_asf_fix_header(), sdr2_probe(), siff_probe(), skeleton_header(), smacker_probe(), smacker_read_packet(), smka_decode_frame(), smush_read_probe(), smvjpeg_decode_init(), sol_probe(), sox_probe(), speex_header(), srt_decode_frame(), srt_write_packet(), str_probe(), str_read_header(), str_read_packet(), svq3_decode_slice_header(), tb_unreliable(), tgq_decode_frame(), tgv_decode_frame(), thp_probe(), tm2_read_header(), tmv_probe(), transcode_init(), tta_check_crc(), tta_decode_init(), tta_probe(), tta_read_header(), txd_probe(), udp_read(), utvideo_decode_init(), v410_decode_frame(), vble_decode_frame(), vc1t_probe(), vcr2_init_sequence(), vid_probe(), vmd_read_header(), vmdvideo_decode_init(), vorbis_header(), vqf_probe(), wavesynth_decode(), wavesynth_parse_extradata(), wavpack_decode_frame(), wc3_probe(), wmavoice_decode_init(), write_sm_data(), wsaud_probe(), wsaud_read_packet(), wtvfile_open2(), wv_probe(), xa_probe(), xmv_fetch_video_packet(), xmv_probe(), xmv_process_packet_header(), xvid_encode_init(), and zero12v_decode_frame().
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
Definition at line 85 of file bytestream.h.
Referenced by cinvideo_decode_frame(), decode_frame(), extract_header(), fill24(), mss2_decode_frame(), mxf_write_d10_audio_packet(), nsv_probe(), parse(), setup_partitions(), vp7_decode_frame_header(), and vp8_decode_frame_header().
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
Definition at line 85 of file bytestream.h.
Referenced by adpcm_decode_init(), ape_decode_init(), ape_probe(), av_read_image_line(), av_write_image_line(), avpriv_dca_convert_bitstream(), avs_decode_frame(), cin_decode_lzss(), cinaudio_decode_frame(), cine_read_probe(), cinvideo_decode_frame(), cmv_process_header(), cpia_decode_frame(), decode_audio_s16(), decode_frame(), decode_init(), decode_p_frame(), dfa_decode_frame(), dts_probe(), encode_gbrp10(), encode_gbrp12(), encode_rgb48_10bit(), ff_mlp_checksum16(), ff_mlp_read_major_sync(), ff_mms_asf_header_parser(), ff_opus_parse_extradata(), ff_rtp_send_h263_rfc2190(), ff_wv_parse_header(), fic_decode_frame(), flic_decode_frame_15_16BPP(), flic_decode_init(), frm_read_probe(), get_chunk_header(), get_tcp_server_response(), gif_probe(), gif_read_ext(), hnm_decode_frame(), ico_write_packet(), ipmovie_read_header(), libopus_decode_init(), lxf_read_header(), matroska_parse_tracks(), matroska_parse_wavpack(), mm_decode_frame(), msvideo1_decode_16bit(), mtv_probe(), mxf_write_d10_audio_packet(), mxpeg_decode_mxm(), nc_probe(), nsv_probe(), ogm_dshow_header(), opus_header(), paf_audio_decode(), parse(), parse_mpeg1waveformatex(), pictor_probe(), planarCopyWrapper(), probe(), process_ipmovie_chunk(), ptx_decode_frame(), read16(), read_gab2_sub(), read_packet(), read_ya16le_alpha_c(), read_ya16le_gray_c(), rgb48Toxyz12(), rl2_decode_init(), roq_probe(), roq_read_header(), roq_read_packet(), rsd_read_header(), rtmp_packet_read_one_chunk(), skeleton_header(), spdif_header_dts(), str_probe(), str_read_packet(), tgv_decode_frame(), tgv_decode_inter(), tmv_probe(), tqi_decode_frame(), truemotion1_decode_header(), tta_probe(), vmd_decode(), vmd_probe(), vmd_read_header(), voc_probe(), vp8_decode_frame_header(), vp8_handle_packet(), vqa_decode_init(), wma_decode_init(), ws_snd_decode_frame(), wsaud_probe(), wsaud_read_header(), wsaud_read_packet(), wsvqa_read_header(), wsvqa_read_packet(), wtvfile_open2(), wv_probe(), xa_probe(), xan_decode_chroma(), xan_wc3_decode_frame(), xyz12Torgb48(), yop_probe(), and yop_read_header().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL be64 |
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_RB64 |
Definition at line 85 of file bytestream.h.
Referenced by amf_tag_contents(), av_des_crypt_mac(), av_des_init(), av_packet_split_side_data(), dtshd_probe(), ff_amf_get_field_value(), ffm_read_packet(), ffm_read_write_index(), h261_probe(), handle_invoke_result(), j2k_probe(), matroska_read_header(), mkv_write_block(), mov_probe(), parse_id3(), png_probe(), redspark_probe(), rtcp_parse_packet(), and write_sm_data().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL be32 |
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32 |
Definition at line 85 of file bytestream.h.
Referenced by a64_write_header(), adts_aac_probe(), adx_read_header(), aic_decode_header(), aiff_read_header(), ast_probe(), av_base64_encode(), av_blowfish_crypt(), av_packet_split_side_data(), av_xtea_init(), avpriv_dca_convert_bitstream(), avpriv_find_start_code(), avui_decode_frame(), brender_read_probe(), cdxl_read_packet(), cdxl_read_probe(), check_hevc_startcode(), cinepak_decode_codebook(), cinepak_decode_vectors(), cmv_decode_frame(), decode_13(), decode_dvd_subtitles(), decode_entropy_coded_image(), decode_frame(), decode_init(), decode_nal_units(), decode_picture_header(), decrypt_init(), detect_stream_specific(), dirac_combine_frame(), dirac_decode_frame(), dirac_probe(), dnxhd_decode_header(), dnxhd_probe(), dv_extract_timecode(), dv_probe(), dvd_nav_parse(), dvdsub_parse(), dxa_read_packet(), dxva2_vc1_decode_slice(), ea_read_packet(), ff_adx_decode_header(), ff_amf_tag_size(), ff_avc_write_annexb_extradata(), ff_check_h264_startcode(), ff_hevc_annexb2mp4(), ff_isom_write_avcc(), ff_isom_write_hvcc(), ff_mov_write_packet(), ff_mss12_decode_init(), ff_rtmp_packet_dump(), ff_rtsp_tcp_write_packet(), ff_srtp_decrypt(), ff_srtp_encrypt(), ffm_read_packet(), fic_decode_frame(), film_probe(), film_read_header(), find_headers_search(), flac_decode_frame(), gen_pong(), get_generic_seed(), get_slice_offset(), h263_handle_packet(), handle_chunk_size(), handle_client_bw(), handle_server_bw(), id3v2_check_write_tag(), j2k_probe(), jpegls_probe(), libopenjpeg_decode_frame(), libschroedinger_encode_frame(), libshine_encode_frame(), lmlm4_probe(), matroska_parse_frame(), matroska_probe(), mjpeg_decode_app(), mkv_write_block(), mlp_parse(), mov_finalize_stsd_codec(), mov_parse_stsd_data(), mov_parse_vc1_frame(), mov_probe(), mov_rewrite_dvd_sub_extradata(), mov_write_avid_tag(), mov_write_dvc1_structs(), mp3_header_decompress(), mp3_read_probe(), mp3_write_audio_packet(), mp3lame_encode_frame(), mpeg_decode_frame(), mpeg_parse_packet(), mpegps_read_pes_header(), mpegts_prefix_m2ts_header(), mv_probe(), mxf_read_packet_old(), mxf_write_header(), nc_probe(), nprobe(), nut_probe(), old_dirac_header(), parse_pcr(), probe(), qdm2_decode_init(), qdm2_parse_config(), read32(), read_header(), read_probe(), redspark_probe(), rl2_probe(), rtcp_parse_packet(), rtmp_packet_read_one_chunk(), rtmp_receive_hs_packet(), rtp_parse_one_packet(), rtp_parse_packet_internal(), rv10_decode_init(), rv34_parse(), s302m_parse_frame_header(), sha1_transform(), smush_read_packet(), sox_probe(), spdif_header_dts(), sunrast_decode_frame(), sunrast_probe(), svq3_decode_init(), swf_read_packet(), thp_probe(), thp_read_packet(), tiff_probe(), twinvq_decode_init(), unpack_parse_unit(), vaapi_vc1_decode_slice(), vc1_decode_frame(), vc1_decode_init(), vmdaudio_decode_frame(), vp8_header(), vp9_decode_frame(), vqf_read_header(), webp_probe(), write_hint_packets(), wsvqa_probe(), wsvqa_read_header(), wsvqa_read_packet(), and xtea_crypt_ecb().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL be24 |
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_RB24 |
Definition at line 85 of file bytestream.h.
Referenced by cinepak_decode(), cinepak_decode_strip(), cmap_read_palette(), cmv_process_header(), copy_elem(), decode_frame(), decode_init(), decode_pal_v2(), encode_frame(), ff_avc_write_annexb_extradata(), ff_isom_write_avcc(), ff_isom_write_hvcc(), ff_mov_write_packet(), ff_mss12_decode_init(), ff_tak_check_crc(), ffm_read_packet(), fic_decode_frame(), fill24(), filter_slice(), jacosub_probe(), jpeg_parse_packet(), lmlm4_probe(), loas_probe(), microdvd_probe(), mkv_write_block(), mpegvideo_probe(), oma_read_header(), parse_header(), read_header(), rl2_decode_init(), rtmp_packet_read_one_chunk(), seqvideo_decode(), spdif_header_dts(), subviewer_probe(), swf_probe(), swf_read_packet(), tgv_decode_frame(), unpack(), vp8_header(), webvtt_probe(), and xiph_handle_packet().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL be16 |
Definition at line 85 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16 |
Definition at line 85 of file bytestream.h.
Referenced by ac3_decode_frame(), adts_aac_probe(), adx_decode(), adx_decode_frame(), adx_read_packet(), aic_decode_header(), ast_probe(), av_read_image_line(), av_write_image_line(), avpriv_copy_bits(), avpriv_dca_convert_bitstream(), avpriv_split_xiph_headers(), avr_probe(), bmp_probe(), cdxl_decode_frame(), cdxl_read_packet(), cdxl_read_probe(), cinepak_decode(), cmap_read_palette(), cook_parse(), decode_13(), decode_dvd_subtitles(), decode_frame(), decode_frame_header(), decode_hybrid(), decode_init(), decode_picture_header(), decode_slice(), decode_slice_thread(), decrypt_init(), dnxhd_decode_header(), dnxhd_probe(), dvbsub_decode(), dvbsub_init_decoder(), dvbsub_parse(), dvbsub_parse_object_segment(), dvbsub_parse_page_segment(), dvbsub_parse_region_segment(), dvdsub_parse(), dxa_probe(), encode_gbrp10(), encode_gbrp12(), encode_rgb48_10bit(), enqueue_packet(), extract_header(), ff_adx_decode_header(), ff_amf_tag_size(), ff_avc_write_annexb_extradata(), ff_h263_handle_packet(), ff_h264_decode_extradata(), ff_mov_write_packet(), ff_parse_pes_pts(), ff_rdt_parse_header(), ff_rtp_send_jpeg(), ff_rtsp_tcp_read_packet(), ff_srtp_decrypt(), ff_srtp_encrypt(), ff_tdecode_header(), film_read_header(), find_headers_search(), find_new_headers(), flv_write_packet(), get16(), get_video_private_data(), h261_probe(), h264_extradata_to_annexb(), h264_handle_packet(), handle_packet(), handle_ping(), import_palette(), is_extra(), jpeg_parse_packet(), lag_rac_refill(), latm_write_packet(), lmlm4_probe(), matroska_parse_block(), mjpega_dump_header(), mov2textsub(), mov_parse_stsd_data(), mov_read_targa_y216(), mov_text_decode_frame(), mpegts_get_pcr(), mpegts_push_data(), mpegts_read_header(), mpegts_write_packet_internal(), mss2_decode_frame(), mv_probe(), mxf_read_local_tags(), mxg_read_packet(), mxpeg_decode_app(), mxpeg_decode_com(), oma_read_header(), planarCopyWrapper(), probe(), pva_check(), qcelp_decode_frame(), qdm2_parse_config(), qdm2_parse_subpacket(), read16(), read_access_unit(), read_ya16be_alpha_c(), read_ya16be_gray_c(), rgb48Toxyz12(), rtcp_parse_packet(), rtp_parse_mp4_au(), rtp_parse_one_packet(), rtp_parse_packet_internal(), samplecpy(), sap_fetch_packet(), sap_read_header(), sctp_write(), sgi_probe(), spdif_header_dts(), unpack(), vp6_parse_header(), vp8_handle_packet(), vp8_header(), write_hint_packets(), write_section_data(), xiph_handle_packet(), xyz12Torgb48(), and yop_probe().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_WB16 unsigned int_TMPL byte |
Definition at line 85 of file bytestream.h.
Referenced by adpcm_decode_frame(), bfi_decode_frame(), decode_nal_sei_message(), fill_picture(), fill_picture_monoblack(), g723_1_read_packet(), get_cox(), pcm_encode_frame(), process_audio_header_elements(), read_arbitrary(), roqvideo_decode_frame(), utf8_check(), xan_huffman_decode(), and xface_decode_frame().
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_WB16 unsigned int_TMPL AV_RB8 |
Definition at line 85 of file bytestream.h.
Referenced by jpeg_parse_packet(), and mov_finalize_stsd_codec().