summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
Commit message (Expand)AuthorAge
* avformat/internal: Hide BSF stuff only used by the core APIsAndreas Rheinhardt2022-05-12
* avformat/internal: Move FFERROR_REDO to demux.hAndreas Rheinhardt2022-05-12
* avformat/utils: Move ff_find_stream_index to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/internal: Make AVFormatContext* a logctx in ff_get_extradataAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_generate_avci_extradata to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_add_param_change to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_add_attached_pic to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move avpriv_new_chapter to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move parser functions to a new file, demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/internal: Move definition of FFStream->info to demux.hAndreas Rheinhardt2022-05-10
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_get_packet_palette() to rawutils.cAndreas Rheinhardt2022-05-10
* avformat/mux_utils: Move ff_format_shift_data to new file for mux utilsAndreas Rheinhardt2022-05-10
* avformat/utils: Move stream_options, avformat_new_stream to options.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-10
* avformat/mux: Move ff_choose_chroma_location to mxfenc, its only userAndreas Rheinhardt2022-05-10
* avformat/mux: Move ff_choose_timebase to nutenc, its only userAndreas Rheinhardt2022-05-10
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-10
* avformat: Do not search through the AVOption table for a option not in it rep...Michael Niedermayer2022-03-27
* avformat/seek: add ff_rescale_interval() functionPierre-Anthony Lemieux2022-03-19
* avformat/mux: Preserve sync even if later packet has negative tsAndreas Rheinhardt2022-01-21
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-04
* avformat/movenc: factorize data shiftingMarton Balint2022-01-03
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-22
* lavf/sdp: add more thorough error handlingAnton Khirnov2021-12-17
* lavf/sdp: add const qualifiers where appropriateAnton Khirnov2021-12-17
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/utils: Add const where appropriateAndreas Rheinhardt2021-12-09
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* avformat/mux: Avoid overhead of packet list in case of single streamsAndreas Rheinhardt2021-11-19
* avformat/mux: Store pointer to interleavement func in FFFormatContextAndreas Rheinhardt2021-11-19
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-14
* avformat/internal: Allow AVFormatInternal.pkt to be used by muxersAndreas Rheinhardt2021-10-03
* avformat/mux: Don't use stack packet when writing interleaved packetsAndreas Rheinhardt2021-10-03
* avformat/utils: add const for argument passed to ff_is_http_proto()Limin Wang2021-09-29
* avformat/utils: Use st for AVStream variable in avpriv_set_pts_infoAndreas Rheinhardt2021-09-17
* avformat/utils: Move demuxing code out into a new fileAndreas Rheinhardt2021-09-17
* avformat/utils: Move seeking code out into a new fileAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-17
* avformat/mux: Fix double-free when using AVPacket.opaque_refAndreas Rheinhardt2021-09-03
* avformat/utils: Make ff_compute_frame_duration() staticAndreas Rheinhardt2021-08-30
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-29
* avformat/aviobuf: Make ff_read_line_to_bprint() staticAndreas Rheinhardt2021-07-29
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* avformat/utils: remove AVStreamInternal.orig_codec_idJames Almer2021-07-17