aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: Fix confusing return value for ff_read_packet()Andreas Rheinhardt2021-03-231-7/+7
* avformat/utils: Always leave parse_pkt in blank state, avoid resettingAndreas Rheinhardt2021-03-201-6/+4
* avformat: Make AVChapter.id an int64_t on next major bumpAndreas Rheinhardt2021-03-191-0/+4
* avformat/utils: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-43/+57
* avformat/mux: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-0/+1
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-171-7/+7
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avformat/utils: change AVStream side data related public function and struct ...James Almer2021-03-101-2/+2
* avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bumpAndreas Rheinhardt2021-03-031-2/+10
* avcodec: remove pointless lowres deprecation wrappersJames Almer2021-02-221-2/+0
* avformat/utils: Add av_assert1 to preclude NULL + len, len != 0Andreas Rheinhardt2021-02-151-0/+1
* avformat/utils: Fix undefined NULL + 0Andreas Rheinhardt2021-02-141-1/+1
* avformat/utils: force lowres to 0 in avformat_find_stream_info()James Almer2021-02-131-9/+8
* avformat/utils: Use av_sat_sub64() in max_analyze_duration checkMichael Niedermayer2021-01-291-2/+4
* avformat: Change avpriv_new_chapter() from O(n) to (1) in the common caseMichael Niedermayer2021-01-281-3/+8
* avformat/utils: Check dts in update_initial_timestamps() moreMichael Niedermayer2021-01-261-0/+1
* avformat/utils: Check dts - (1<<pts_wrap_bits) overflowMichael Niedermayer2021-01-231-1/+1
* libavformat/utils: consider avio_size() failure in ffio_limit()Michael Niedermayer2021-01-211-3/+6
* avformat/utils: check for integer overflow in av_get_frame_filename2()Michael Niedermayer2021-01-201-1/+4
* avformat/utils: wrap_timestamp() is only needed for less than 64 bitsMichael Niedermayer2021-01-111-1/+1
* avformat/utils: do not overwrite already existing program with defaults in av...Marton Balint2021-01-091-7/+5
* avformat/utils: Change compute_chapters_end() from O(n²) to O(n log n)Michael Niedermayer2021-01-081-11/+33
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* avformat/utils: Improve ffio_limit logicAndreas Rheinhardt2020-12-111-3/+5
* lavf: move AVStream.probe_data to AVStreamInternalAnton Khirnov2020-10-281-2/+3
* lavf: move AVStream.pts_buffer to AVStreamInternalAnton Khirnov2020-10-281-7/+7
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-23/+23
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-281-12/+12
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-281-13/+13
* lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternalAnton Khirnov2020-10-281-5/+5
* lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...Anton Khirnov2020-10-281-19/+19
* lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternalAnton Khirnov2020-10-281-9/+9
* lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn...Anton Khirnov2020-10-281-14/+14
* lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...Anton Khirnov2020-10-281-7/+7
* lavf: move AVStream.info to AVStreamInternalAnton Khirnov2020-10-281-114/+114
* avformat: add a stream event flag for new packetsAnton Khirnov2020-10-281-0/+2
* libavformat/utils: Fix misleading indentChris Miceli2020-10-201-2/+1
* avformat/utils: add missing FF_API_LAVF_AVCTX checkJames Almer2020-10-011-2/+12
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-151-80/+18
* avformat/utils: Avoid duplicating extradata from extract_extradata BSFAndreas Rheinhardt2020-09-111-15/+8
* avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer2020-07-011-1/+1
* avformat/utils: Print analyze duration and probesize when printing a suggesti...Michael Niedermayer2020-06-141-2/+2
* avformat: Fix overflow in compute_pkt_fields().Dale Curtis2020-06-061-1/+1
* avformat/utils: Find a fallback probe decoder that will also match a forced d...Samuel Foss2020-06-041-1/+1
* lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUEJun Zhao2020-05-301-8/+8
* avformat/utils: Use av_sat_add64() when updating start_time by skip_samples.Dale Curtis2020-05-291-2/+2
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-251-3/+3
* avformat/utils: Set stream side-data size even without side-dataAndreas Rheinhardt2020-05-221-0/+2
* avformat/utils: move is_intra_only() to header and rename to ff_is_intra_only()Limin Wang2020-05-061-2/+2
* avformat/utils: change the duration to int64_t for update_initial_durationsLimin Wang2020-05-011-1/+1