aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSEJames Almer2024-03-071-12/+2
* avformat/avformat: add a function to return the name of stream groupsJames Almer2024-03-051-0/+10
* avformat/mov: add support for tile HEIF still imagesJames Almer2024-02-261-0/+8
* avformat: add a Tile Grid stream group typeJames Almer2024-02-261-0/+5
* avformat/mux: Don't allocate priv_pts separatelyAndreas Rheinhardt2024-02-071-1/+0
* avformat/avformat: Avoid av_strdup(NULL)Andreas Rheinhardt2024-02-071-10/+18
* avformat/options: Only allocate AVCodecContext for demuxersAndreas Rheinhardt2024-02-071-27/+32
* avformat/avformat: Remove obsolete commentAndreas Rheinhardt2024-02-071-1/+0
* avformat/avformat: Remove dead check, write-only assignmentAndreas Rheinhardt2024-02-071-7/+1
* avformat/avformat: fix group index range check in match_stream_specifier()James Almer2024-01-301-1/+1
* avformat: remove ff_remove_stream_group()James Almer2023-12-201-8/+0
* avformat: introduce AVStreamGroupJames Almer2023-12-181-5/+86
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-061-34/+8
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-071-0/+2
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-2/+13
* lavf: use AV_CODEC_PROP_FIELDS where appropriateAnton Khirnov2023-05-151-3/+6
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-161-0/+6
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-091-13/+20
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-2/+3
* avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-121-0/+66
* avformat/utils: Move ff_format_io_close.* to options.c, avformat.cAndreas Rheinhardt2022-05-101-0/+14
* avformat/utils: Move ff_stream_side_data_copy to avformat.cAndreas Rheinhardt2022-05-101-0/+30
* avformat/utils: Move avpriv_set_pts_info() to avformat.cAndreas Rheinhardt2022-05-101-0/+26
* avformat/utils: Move ff_copy_whiteblacklists to avformat.cAndreas Rheinhardt2022-05-101-0/+20
* avformat/utils: Move ff_format_set_url to avformat.cAndreas Rheinhardt2022-05-101-0/+7
* avformat/utils: Move ff_is_intra_only to avformat.cAndreas Rheinhardt2022-05-101-0/+12
* avformat/utils: Move av_find_best_stream to avformat.cAndreas Rheinhardt2022-05-101-0/+84
* avformat/utils: Move av_find_default_stream_index to avformat.cAndreas Rheinhardt2022-05-101-0/+36
* avformat/utils: Move av_find_program_from_stream to avformat.cAndreas Rheinhardt2022-05-101-0/+15
* avformat/utils: Move guessing frame rate/SAR to avformat.cAndreas Rheinhardt2022-05-101-0/+45
* avformat/utils: Move matching stream specificiers to avformat.cAndreas Rheinhardt2022-05-101-0/+179
* avformat/utils: Move internal stream timebase stuff to avformat.cAndreas Rheinhardt2022-05-101-0/+66
* avformat/utils: Move adding AVProgram to avformat.cAndreas Rheinhardt2022-05-101-0/+58
* avformat/utils: Move av_stream_*_side_data API to avformat.cAndreas Rheinhardt2022-05-101-0/+68
* avformat/utils: Move freeing AVFormatContext to a new file avformat.cAndreas Rheinhardt2022-05-101-0/+130