summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: Move ff_format_io_close.* to options.c, avformat.cAndreas Rheinhardt2022-05-101-18/+0
* avformat/utils: Move ff_stream_side_data_copy to avformat.cAndreas Rheinhardt2022-05-101-30/+0
* avformat/utils: Move avpriv_set_pts_info() to avformat.cAndreas Rheinhardt2022-05-101-26/+0
* avformat/utils: Move ff_copy_whiteblacklists to avformat.cAndreas Rheinhardt2022-05-101-21/+0
* avformat/utils: Move ff_format_set_url to avformat.cAndreas Rheinhardt2022-05-101-7/+0
* avformat/utils: Move ff_is_intra_only to avformat.cAndreas Rheinhardt2022-05-101-13/+0
* avformat/utils: Move ff_find_stream_index to demux_utils.cAndreas Rheinhardt2022-05-101-8/+0
* avformat/utils: Move av_find_best_stream to avformat.cAndreas Rheinhardt2022-05-101-84/+0
* avformat/utils: Move av_find_default_stream_index to avformat.cAndreas Rheinhardt2022-05-101-36/+0
* avformat/utils: Move av_find_program_from_stream to avformat.cAndreas Rheinhardt2022-05-101-15/+0
* avformat/utils: Move guessing frame rate/SAR to avformat.cAndreas Rheinhardt2022-05-101-45/+0
* avformat/utils: Move matching stream specificiers to avformat.cAndreas Rheinhardt2022-05-101-179/+0
* avformat/utils: Move internal stream timebase stuff to avformat.cAndreas Rheinhardt2022-05-101-65/+0
* avformat/utils: Move adding AVProgram to avformat.cAndreas Rheinhardt2022-05-101-58/+0
* avformat/utils: Move av_stream_*_side_data API to avformat.cAndreas Rheinhardt2022-05-101-68/+0
* avformat/utils: Move freeing AVFormatContext to a new file avformat.cAndreas Rheinhardt2022-05-101-104/+0
* avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt2022-05-101-16/+0
* avformat/internal: Make AVFormatContext* a logctx in ff_get_extradataAndreas Rheinhardt2022-05-101-2/+2
* avformat/utils: Move ff_generate_avci_extradata to demux_utils.cAndreas Rheinhardt2022-05-101-135/+0
* avformat/utils: Move av_read_(play|pause) to demux_utils.cAndreas Rheinhardt2022-05-101-18/+0
* avformat/utils: Move ff_add_param_change to demux_utils.cAndreas Rheinhardt2022-05-101-52/+1
* avformat/utils: Move ff_add_attached_pic to demux_utils.cAndreas Rheinhardt2022-05-101-35/+0
* avformat/utils: Move avformat_queue_attached_pictures to demux_utils.cAndreas Rheinhardt2022-05-101-23/+0
* avformat/utils: Move av_format_inject_global_side_data to demux_utils.cAndreas Rheinhardt2022-05-101-10/+0
* avformat/utils: Move avpriv_new_chapter to demux_utils.cAndreas Rheinhardt2022-05-101-41/+0
* avformat/utils: Move parser functions to a new file, demux_utils.cAndreas Rheinhardt2022-05-101-10/+0
* avformat/internal: Move definition of FFStream->info to demux.hAndreas Rheinhardt2022-05-101-0/+1
* avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.cAndreas Rheinhardt2022-05-101-28/+0
* avformat/utils: Move av_stream_get_end_pts() to mux_utils.cAndreas Rheinhardt2022-05-101-8/+0
* avformat/utils: Move avformat_query_codec() to mux_utils.cAndreas Rheinhardt2022-05-101-18/+0
* avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt2022-05-101-10/+0
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-101-27/+0
* avformat/utils: Move ff_get_packet_palette() to rawutils.cAndreas Rheinhardt2022-05-101-24/+0
* avformat/mux_utils: Move ff_format_shift_data to new file for mux utilsAndreas Rheinhardt2022-05-101-56/+0
* avformat/utils: Move stream_options, avformat_new_stream to options.cAndreas Rheinhardt2022-05-101-154/+5
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-101-43/+0
* avformat/utils: Use av_realloc_array for reallocating arrayAndreas Rheinhardt2022-05-101-2/+2
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-21/+0
* libavformat: Split version.hMartin Storsjö2022-03-161-0/+1
* lavf: convert the generic layer to the new channel layoutAnton Khirnov2022-03-151-2/+2
* lavc: deprecate channel count/layout changing side dataAnton Khirnov2022-03-151-0/+9
* avformat/utils: fix logic error in ff_mkdir_pPeter Ross2022-02-161-1/+1
* avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()Michael Niedermayer2022-02-091-1/+1
* avformat/utils: keep chapter monotonicity on chapter updatesMichael Niedermayer2022-02-091-1/+2
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-041-4/+3
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-041-1/+1
* avformat/utils: propagate return value of ff_format_io_close in ff_format_shi...Marton Balint2022-01-031-1/+1
* avformat/movenc: factorize data shiftingMarton Balint2022-01-031-0/+56
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-221-0/+9
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-121-3/+14