aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/utils: Use 64bit earlier in r_frame_rate checkMichael Niedermayer2021-05-121-1/+1
* avformat: move AVStream.codec_info_nb_frames to AVStreamInternalJames Almer2021-05-071-15/+15
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-56/+62
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-071-8/+8
* avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternalJames Almer2021-05-071-10/+10
* avformat/utils: constrain the lifetime of the pointer returned by avformat_in...James Almer2021-05-061-2/+2
* avformat: remove deprecated AVStream.codecJames Almer2021-04-271-162/+2
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-271-2/+2
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-3/+3
* avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt2021-04-271-4/+0
* avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt2021-04-271-29/+0
* avformat: Remove deprecated filename field from AVFormatContextAndreas Rheinhardt2021-04-271-10/+0
* avformat: Remove getters and settersAndreas Rheinhardt2021-04-271-18/+0
* avformat: Remove deprecated old open callbacksAndreas Rheinhardt2021-04-271-5/+0
* avformat: Remove FFserver leftoversAndreas Rheinhardt2021-04-271-22/+0
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-1/+1
* avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt2021-04-271-6/+0
* avcodec, avformat: Remove old BSF APIAndreas Rheinhardt2021-04-271-58/+0
* avformat/utils: Combine identical statementsAndreas Rheinhardt2021-04-181-9/+3
* lavf: do not derive timebase from avg_frame_rateAnton Khirnov2021-04-081-3/+0
* avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer2021-04-071-0/+27
* avformat/utils: Check allocations for failureAndreas Rheinhardt2021-04-021-4/+12
* avformat/utils: Free new streams in ff_add_attached_pic on errorAndreas Rheinhardt2021-04-011-2/+7
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-011-0/+30
* avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()Michael Niedermayer2021-03-311-1/+1
* avformat/utils: Fix integer overflow with duration_gcd in ff_rfps_calculate()Michael Niedermayer2021-03-291-1/+2
* avformat/utils: Remove redundant checkAndreas Rheinhardt2021-03-281-3/+4
* avformat/rtpdec: attach producer reference time if availableAlok Priyadarshi2021-03-231-0/+9
* avformat/utils: Don't allocate separate packet for extract_extradataAndreas Rheinhardt2021-03-231-12/+4
* libavformat/utils: Fix indentationAndreas Rheinhardt2021-03-231-17/+13
* 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