summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
Commit message (Expand)AuthorAge
* avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.hAndreas Rheinhardt2024-03-26
* avformat/internal: Remove declaration for ff_format_io_close_default()Andreas Rheinhardt2024-03-14
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-07
* avformat/mov: add support for tile HEIF still imagesJames Almer2024-02-26
* avformat/mux: Don't allocate priv_pts separatelyAndreas Rheinhardt2024-02-07
* avformat/options: Only allocate AVCodecContext for demuxersAndreas Rheinhardt2024-02-07
* avformat: remove ff_remove_stream_group()James Almer2023-12-20
* avformat: introduce AVStreamGroupJames Almer2023-12-18
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-06
* lavf: deprecate AVFMT_FLAG_SHORTESTAnton Khirnov2023-09-18
* avformat/internal: Avoid casting const awayAndreas Rheinhardt2023-09-10
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-07
* avformat/internal: Don't auto-include os_support.hAndreas Rheinhardt2023-09-02
* avformat/internal: Use forward declaration for AVCodecDescriptorAndreas Rheinhardt2023-08-05
* lavf: use AV_CODEC_PROP_FIELDS where appropriateAnton Khirnov2023-05-15
* avformat: add ff_match_url_ext()Michael Niedermayer2023-05-15
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-09
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-26
* avformat/mux: Allow muxers to set custom min timestampAndreas Rheinhardt2022-09-05
* avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-12
* 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