summaryrefslogtreecommitdiff
path: root/libavformat/mux_utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-2/+2
* avformat/avformat: Remove AVOutputFormat.data_codecAndreas Rheinhardt2023-02-091-2/+1
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* lavf: deprecate av_stream_get_end_pts()Anton Khirnov2022-08-221-0/+2
* avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-121-28/+0
* avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.cAndreas Rheinhardt2022-05-101-0/+28
* avformat/utils: Move av_stream_get_end_pts() to mux_utils.cAndreas Rheinhardt2022-05-101-0/+8
* avformat/utils: Move avformat_query_codec() to mux_utils.cAndreas Rheinhardt2022-05-101-0/+18
* avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt2022-05-101-0/+10
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-101-0/+31
* avformat/mux_utils: Move ff_format_shift_data to new file for mux utilsAndreas Rheinhardt2022-05-101-0/+81