AVBSFContext     2996 fftools/ffmpeg.c     AVBSFContext *ctx = ost->bsf_ctx;
AVBSFContext      463 fftools/ffmpeg.h     AVBSFContext            *bsf_ctx;
AVBSFContext       39 libavcodec/aac_adtstoasc_bsf.c static int aac_adtstoasc_filter(AVBSFContext *bsfc, AVPacket *pkt)
AVBSFContext      132 libavcodec/aac_adtstoasc_bsf.c static int aac_adtstoasc_init(AVBSFContext *ctx)
AVBSFContext       33 libavcodec/av1_frame_merge_bsf.c static void av1_frame_merge_flush(AVBSFContext *bsf)
AVBSFContext       43 libavcodec/av1_frame_merge_bsf.c static int av1_frame_merge_filter(AVBSFContext *bsf, AVPacket *out)
AVBSFContext      120 libavcodec/av1_frame_merge_bsf.c static int av1_frame_merge_init(AVBSFContext *bsf)
AVBSFContext      132 libavcodec/av1_frame_merge_bsf.c static void av1_frame_merge_close(AVBSFContext *bsf)
AVBSFContext       51 libavcodec/av1_frame_split_bsf.c static int av1_frame_split_filter(AVBSFContext *ctx, AVPacket *out)
AVBSFContext      203 libavcodec/av1_frame_split_bsf.c static int av1_frame_split_init(AVBSFContext *ctx)
AVBSFContext      232 libavcodec/av1_frame_split_bsf.c static void av1_frame_split_flush(AVBSFContext *ctx)
AVBSFContext      240 libavcodec/av1_frame_split_bsf.c static void av1_frame_split_close(AVBSFContext *ctx)
AVBSFContext       55 libavcodec/av1_metadata_bsf.c static int av1_metadata_update_sequence_header(AVBSFContext *bsf,
AVBSFContext      115 libavcodec/av1_metadata_bsf.c static int av1_metadata_update_side_data(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      159 libavcodec/av1_metadata_bsf.c static int av1_metadata_filter(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      235 libavcodec/av1_metadata_bsf.c static int av1_metadata_init(AVBSFContext *bsf)
AVBSFContext      275 libavcodec/av1_metadata_bsf.c static void av1_metadata_close(AVBSFContext *bsf)
AVBSFContext       47 libavcodec/bitstream_filter.c     AVBSFContext *ctx;
AVBSFContext       40 libavcodec/bsf.c void av_bsf_free(AVBSFContext **pctx)
AVBSFContext       42 libavcodec/bsf.c     AVBSFContext *ctx;
AVBSFContext       66 libavcodec/bsf.c     AVBSFContext *ctx = obj;
AVBSFContext       74 libavcodec/bsf.c     return ((AVBSFContext *)bsf)->filter->name;
AVBSFContext       91 libavcodec/bsf.c int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **pctx)
AVBSFContext       93 libavcodec/bsf.c     AVBSFContext *ctx;
AVBSFContext      144 libavcodec/bsf.c int av_bsf_init(AVBSFContext *ctx)
AVBSFContext      185 libavcodec/bsf.c void av_bsf_flush(AVBSFContext *ctx)
AVBSFContext      197 libavcodec/bsf.c int av_bsf_send_packet(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext      223 libavcodec/bsf.c int av_bsf_receive_packet(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext      228 libavcodec/bsf.c int ff_bsf_get_packet(AVBSFContext *ctx, AVPacket **pkt)
AVBSFContext      249 libavcodec/bsf.c int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext      267 libavcodec/bsf.c     AVBSFContext **bsfs;
AVBSFContext      276 libavcodec/bsf.c static int bsf_list_init(AVBSFContext *bsf)
AVBSFContext      305 libavcodec/bsf.c static int bsf_list_filter(AVBSFContext *bsf, AVPacket *out)
AVBSFContext      347 libavcodec/bsf.c static void bsf_list_flush(AVBSFContext *bsf)
AVBSFContext      356 libavcodec/bsf.c static void bsf_list_close(AVBSFContext *bsf)
AVBSFContext      370 libavcodec/bsf.c     AVBSFContext *bsf_ctx = ctx;
AVBSFContext      409 libavcodec/bsf.c     AVBSFContext **bsfs;
AVBSFContext      431 libavcodec/bsf.c int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf)
AVBSFContext      440 libavcodec/bsf.c     AVBSFContext *bsf;
AVBSFContext      482 libavcodec/bsf.c int av_bsf_list_finalize(AVBSFList **lst, AVBSFContext **bsf)
AVBSFContext      519 libavcodec/bsf.c int av_bsf_list_parse_str(const char *str, AVBSFContext **bsf_lst)
AVBSFContext      553 libavcodec/bsf.c int av_bsf_get_null_filter(AVBSFContext **bsf)
AVBSFContext      128 libavcodec/bsf.h     int (*init)(AVBSFContext *ctx);
AVBSFContext      129 libavcodec/bsf.h     int (*filter)(AVBSFContext *ctx, AVPacket *pkt);
AVBSFContext      130 libavcodec/bsf.h     void (*close)(AVBSFContext *ctx);
AVBSFContext      131 libavcodec/bsf.h     void (*flush)(AVBSFContext *ctx);
AVBSFContext      163 libavcodec/bsf.h int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **ctx);
AVBSFContext      169 libavcodec/bsf.h int av_bsf_init(AVBSFContext *ctx);
AVBSFContext      189 libavcodec/bsf.h int av_bsf_send_packet(AVBSFContext *ctx, AVPacket *pkt);
AVBSFContext      215 libavcodec/bsf.h int av_bsf_receive_packet(AVBSFContext *ctx, AVPacket *pkt);
AVBSFContext      220 libavcodec/bsf.h void av_bsf_flush(AVBSFContext *ctx);
AVBSFContext      226 libavcodec/bsf.h void av_bsf_free(AVBSFContext **ctx);
AVBSFContext      266 libavcodec/bsf.h int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf);
AVBSFContext      295 libavcodec/bsf.h int av_bsf_list_finalize(AVBSFList **lst, AVBSFContext **bsf);
AVBSFContext      310 libavcodec/bsf.h int av_bsf_list_parse_str(const char *str, AVBSFContext **bsf);
AVBSFContext      319 libavcodec/bsf.h int av_bsf_get_null_filter(AVBSFContext **bsf);
AVBSFContext       32 libavcodec/bsf_internal.h int ff_bsf_get_packet(AVBSFContext *ctx, AVPacket **pkt);
AVBSFContext       43 libavcodec/bsf_internal.h int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt);
AVBSFContext       25 libavcodec/chomp_bsf.c static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext       26 libavcodec/dca_core_bsf.c static int dca_core_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext       40 libavcodec/dump_extradata_bsf.c static int dump_extradata(AVBSFContext *ctx, AVPacket *out)
AVBSFContext       26 libavcodec/eac3_core_bsf.c static int eac3_core_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext       39 libavcodec/extract_extradata_bsf.c     int (*extract)(AVBSFContext *ctx, AVPacket *pkt,
AVBSFContext       61 libavcodec/extract_extradata_bsf.c static int extract_extradata_av1(AVBSFContext *ctx, AVPacket *pkt,
AVBSFContext      136 libavcodec/extract_extradata_bsf.c static int extract_extradata_h2645(AVBSFContext *ctx, AVPacket *pkt,
AVBSFContext      233 libavcodec/extract_extradata_bsf.c static int extract_extradata_vc1(AVBSFContext *ctx, AVPacket *pkt,
AVBSFContext      269 libavcodec/extract_extradata_bsf.c static int extract_extradata_mpeg12(AVBSFContext *ctx, AVPacket *pkt,
AVBSFContext      301 libavcodec/extract_extradata_bsf.c static int extract_extradata_mpeg4(AVBSFContext *ctx, AVPacket *pkt,
AVBSFContext      333 libavcodec/extract_extradata_bsf.c     int (*extract)(AVBSFContext *ctx, AVPacket *pkt,
AVBSFContext      347 libavcodec/extract_extradata_bsf.c static int extract_extradata_init(AVBSFContext *ctx)
AVBSFContext      364 libavcodec/extract_extradata_bsf.c static int extract_extradata_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext      395 libavcodec/extract_extradata_bsf.c static void extract_extradata_close(AVBSFContext *ctx)
AVBSFContext      102 libavcodec/filter_units_bsf.c static int filter_units_filter(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      151 libavcodec/filter_units_bsf.c static int filter_units_init(AVBSFContext *bsf)
AVBSFContext      208 libavcodec/filter_units_bsf.c static void filter_units_close(AVBSFContext *bsf)
AVBSFContext       91 libavcodec/h264_metadata_bsf.c static int h264_metadata_update_sps(AVBSFContext *bsf,
AVBSFContext      279 libavcodec/h264_metadata_bsf.c static int h264_metadata_update_side_data(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      322 libavcodec/h264_metadata_bsf.c static int h264_metadata_filter(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      625 libavcodec/h264_metadata_bsf.c static int h264_metadata_init(AVBSFContext *bsf)
AVBSFContext      663 libavcodec/h264_metadata_bsf.c static void h264_metadata_close(AVBSFContext *bsf)
AVBSFContext       65 libavcodec/h264_mp4toannexb_bsf.c static int h264_extradata_to_annexb(AVBSFContext *ctx, const int padding)
AVBSFContext      139 libavcodec/h264_mp4toannexb_bsf.c static int h264_mp4toannexb_init(AVBSFContext *ctx)
AVBSFContext      169 libavcodec/h264_mp4toannexb_bsf.c static int h264_mp4toannexb_filter(AVBSFContext *ctx, AVPacket *opkt)
AVBSFContext      302 libavcodec/h264_mp4toannexb_bsf.c static void h264_mp4toannexb_flush(AVBSFContext *ctx)
AVBSFContext       70 libavcodec/h264_redundant_pps_bsf.c static int h264_redundant_pps_filter(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      123 libavcodec/h264_redundant_pps_bsf.c static int h264_redundant_pps_init(AVBSFContext *bsf)
AVBSFContext      168 libavcodec/h264_redundant_pps_bsf.c static void h264_redundant_pps_flush(AVBSFContext *bsf)
AVBSFContext      174 libavcodec/h264_redundant_pps_bsf.c static void h264_redundant_pps_close(AVBSFContext *bsf)
AVBSFContext       75 libavcodec/h265_metadata_bsf.c static void h265_metadata_guess_level(AVBSFContext *bsf,
AVBSFContext      144 libavcodec/h265_metadata_bsf.c static void h265_metadata_update_level(AVBSFContext *bsf,
AVBSFContext      167 libavcodec/h265_metadata_bsf.c static int h265_metadata_update_vps(AVBSFContext *bsf,
AVBSFContext      197 libavcodec/h265_metadata_bsf.c static int h265_metadata_update_sps(AVBSFContext *bsf,
AVBSFContext      340 libavcodec/h265_metadata_bsf.c static int h265_metadata_update_side_data(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      391 libavcodec/h265_metadata_bsf.c static int h265_metadata_filter(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      493 libavcodec/h265_metadata_bsf.c static int h265_metadata_init(AVBSFContext *bsf)
AVBSFContext      539 libavcodec/h265_metadata_bsf.c static void h265_metadata_close(AVBSFContext *bsf)
AVBSFContext       48 libavcodec/hapqa_extract_bsf.c static int hapqa_extract(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext       40 libavcodec/hevc_mp4toannexb_bsf.c static int hevc_extradata_to_annexb(AVBSFContext *ctx)
AVBSFContext       98 libavcodec/hevc_mp4toannexb_bsf.c static int hevc_mp4toannexb_init(AVBSFContext *ctx)
AVBSFContext      119 libavcodec/hevc_mp4toannexb_bsf.c static int hevc_mp4toannexb_filter(AVBSFContext *ctx, AVPacket *out)
AVBSFContext       33 libavcodec/imx_dump_header_bsf.c static int imx_dump_header(AVBSFContext *ctx, AVPacket *out)
AVBSFContext      138 libavcodec/internal.h     AVBSFContext *bsf;
AVBSFContext       63 libavcodec/libaomenc.c     AVBSFContext *bsf;
AVBSFContext       39 libavcodec/librav1e.c     AVBSFContext *bsf;
AVBSFContext       80 libavcodec/mjpeg2jpeg_bsf.c static int mjpeg2jpeg_filter(AVBSFContext *ctx, AVPacket *out)
AVBSFContext       34 libavcodec/mjpega_dump_header_bsf.c static int mjpega_dump_header(AVBSFContext *ctx, AVPacket *out)
AVBSFContext       26 libavcodec/movsub_bsf.c static int text2movsub(AVBSFContext *ctx, AVPacket *out)
AVBSFContext       65 libavcodec/movsub_bsf.c static int mov2textsub(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext       29 libavcodec/mp3_header_decompress_bsf.c static int mp3_header_decompress(AVBSFContext *ctx, AVPacket *out)
AVBSFContext       50 libavcodec/mpeg2_metadata_bsf.c static int mpeg2_metadata_update_fragment(AVBSFContext *bsf,
AVBSFContext      173 libavcodec/mpeg2_metadata_bsf.c static int mpeg2_metadata_filter(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      211 libavcodec/mpeg2_metadata_bsf.c static int mpeg2_metadata_init(AVBSFContext *bsf)
AVBSFContext      259 libavcodec/mpeg2_metadata_bsf.c static void mpeg2_metadata_close(AVBSFContext *bsf)
AVBSFContext       59 libavcodec/mpeg4_unpack_bframes_bsf.c static int mpeg4_unpack_bframes_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext      133 libavcodec/mpeg4_unpack_bframes_bsf.c static int mpeg4_unpack_bframes_init(AVBSFContext *ctx)
AVBSFContext      148 libavcodec/mpeg4_unpack_bframes_bsf.c static void mpeg4_unpack_bframes_close_flush(AVBSFContext *bsfc)
AVBSFContext       36 libavcodec/noise_bsf.c static int noise(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext       28 libavcodec/opus_metadata_bsf.c static int opus_metadata_init(AVBSFContext *bsfc)
AVBSFContext       39 libavcodec/pcm_rechunk_bsf.c static int init(AVBSFContext *ctx)
AVBSFContext       67 libavcodec/pcm_rechunk_bsf.c static void uninit(AVBSFContext *ctx)
AVBSFContext       74 libavcodec/pcm_rechunk_bsf.c static void flush(AVBSFContext *ctx)
AVBSFContext       99 libavcodec/pcm_rechunk_bsf.c static int get_next_nb_samples(AVBSFContext *ctx)
AVBSFContext      110 libavcodec/pcm_rechunk_bsf.c static int rechunk_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext       43 libavcodec/prores_metadata_bsf.c static int prores_metadata(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext       98 libavcodec/prores_metadata_bsf.c static int prores_metadata_init(AVBSFContext *bsf)
AVBSFContext       42 libavcodec/remove_extradata_bsf.c static int remove_extradata(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext       65 libavcodec/remove_extradata_bsf.c static int remove_extradata_init(AVBSFContext *ctx)
AVBSFContext       85 libavcodec/remove_extradata_bsf.c static void remove_extradata_close(AVBSFContext *ctx)
AVBSFContext       36 libavcodec/trace_headers_bsf.c static int trace_headers_init(AVBSFContext *bsf)
AVBSFContext       61 libavcodec/trace_headers_bsf.c static void trace_headers_close(AVBSFContext *bsf)
AVBSFContext       69 libavcodec/trace_headers_bsf.c static int trace_headers(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext       37 libavcodec/truehd_core_bsf.c static int truehd_core_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext      166 libavcodec/truehd_core_bsf.c static void truehd_core_flush(AVBSFContext *ctx)
AVBSFContext       41 libavcodec/vp9_metadata_bsf.c static int vp9_metadata_filter(AVBSFContext *bsf, AVPacket *pkt)
AVBSFContext      109 libavcodec/vp9_metadata_bsf.c static int vp9_metadata_init(AVBSFContext *bsf)
AVBSFContext      116 libavcodec/vp9_metadata_bsf.c static void vp9_metadata_close(AVBSFContext *bsf)
AVBSFContext       74 libavcodec/vp9_raw_reorder_bsf.c static int vp9_raw_reorder_frame_parse(AVBSFContext *bsf, VP9RawReorderFrame *frame)
AVBSFContext      171 libavcodec/vp9_raw_reorder_bsf.c static int vp9_raw_reorder_make_output(AVBSFContext *bsf,
AVBSFContext      277 libavcodec/vp9_raw_reorder_bsf.c static int vp9_raw_reorder_filter(AVBSFContext *bsf, AVPacket *out)
AVBSFContext      388 libavcodec/vp9_raw_reorder_bsf.c static void vp9_raw_reorder_flush(AVBSFContext *bsf)
AVBSFContext      398 libavcodec/vp9_raw_reorder_bsf.c static void vp9_raw_reorder_close(AVBSFContext *bsf)
AVBSFContext      101 libavcodec/vp9_superframe_bsf.c static int vp9_superframe_filter(AVBSFContext *ctx, AVPacket *pkt)
AVBSFContext      174 libavcodec/vp9_superframe_bsf.c static int vp9_superframe_init(AVBSFContext *ctx)
AVBSFContext      189 libavcodec/vp9_superframe_bsf.c static void vp9_superframe_flush(AVBSFContext *ctx)
AVBSFContext      200 libavcodec/vp9_superframe_bsf.c static void vp9_superframe_close(AVBSFContext *ctx)
AVBSFContext       41 libavcodec/vp9_superframe_split_bsf.c static int vp9_superframe_split_filter(AVBSFContext *ctx, AVPacket *out)
AVBSFContext      135 libavcodec/vp9_superframe_split_bsf.c static int vp9_superframe_split_init(AVBSFContext *ctx)
AVBSFContext      146 libavcodec/vp9_superframe_split_bsf.c static void vp9_superframe_split_flush(AVBSFContext *ctx)
AVBSFContext      152 libavcodec/vp9_superframe_split_bsf.c static void vp9_superframe_split_uninit(AVBSFContext *ctx)
AVBSFContext       33 libavformat/av1dec.c     AVBSFContext *bsf;
AVBSFContext       38 libavformat/concatdec.c     AVBSFContext *bsf;
AVBSFContext      200 libavformat/concatdec.c     AVBSFContext *bsf;
AVBSFContext      159 libavformat/internal.h     AVBSFContext *bsfc;
AVBSFContext      181 libavformat/internal.h         AVBSFContext *bsf;
AVBSFContext     1137 libavformat/mux.c     AVBSFContext *bsfc = st->internal->bsfc;
AVBSFContext       40 libavformat/tee.c     AVBSFContext **bsfs; ///< bitstream filters per stream
AVBSFContext      419 libavformat/tee.c         AVBSFContext *bsf = slave->bsfs[i];
AVBSFContext      541 libavformat/tee.c     AVBSFContext *bsfs;
AVBSFContext     5573 libavformat/utils.c     AVBSFContext *bsfc;
AVBSFContext       43 tools/target_bsf_fuzzer.c     AVBSFContext *bsf = NULL;