summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat: remove deprecated AVStream.codecJames Almer2021-04-27
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt2021-04-27
* avformat: Remove deprecated filename field from AVFormatContextAndreas Rheinhardt2021-04-27
* avformat: Remove getters and settersAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated old open callbacksAndreas Rheinhardt2021-04-27
* avformat: Remove FFserver leftoversAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt2021-04-27
* avcodec, avformat: Remove old BSF APIAndreas Rheinhardt2021-04-27
* avformat/utils: Combine identical statementsAndreas Rheinhardt2021-04-18
* lavf: do not derive timebase from avg_frame_rateAnton Khirnov2021-04-08
* avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer2021-04-07
* avformat/utils: Check allocations for failureAndreas Rheinhardt2021-04-02
* avformat/utils: Free new streams in ff_add_attached_pic on errorAndreas Rheinhardt2021-04-01
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-01
* avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()Michael Niedermayer2021-03-31
* avformat/utils: Fix integer overflow with duration_gcd in ff_rfps_calculate()Michael Niedermayer2021-03-29
* avformat/utils: Remove redundant checkAndreas Rheinhardt2021-03-28
* avformat/rtpdec: attach producer reference time if availableAlok Priyadarshi2021-03-23
* avformat/utils: Don't allocate separate packet for extract_extradataAndreas Rheinhardt2021-03-23
* libavformat/utils: Fix indentationAndreas Rheinhardt2021-03-23
* avformat/utils: Fix confusing return value for ff_read_packet()Andreas Rheinhardt2021-03-23
* avformat/utils: Always leave parse_pkt in blank state, avoid resettingAndreas Rheinhardt2021-03-20
* avformat: Make AVChapter.id an int64_t on next major bumpAndreas Rheinhardt2021-03-19
* avformat/utils: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mux: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-17
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat/utils: change AVStream side data related public function and struct ...James Almer2021-03-10
* avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bumpAndreas Rheinhardt2021-03-03
* avcodec: remove pointless lowres deprecation wrappersJames Almer2021-02-22
* avformat/utils: Add av_assert1 to preclude NULL + len, len != 0Andreas Rheinhardt2021-02-15
* avformat/utils: Fix undefined NULL + 0Andreas Rheinhardt2021-02-14
* avformat/utils: force lowres to 0 in avformat_find_stream_info()James Almer2021-02-13
* avformat/utils: Use av_sat_sub64() in max_analyze_duration checkMichael Niedermayer2021-01-29
* avformat: Change avpriv_new_chapter() from O(n) to (1) in the common caseMichael Niedermayer2021-01-28
* avformat/utils: Check dts in update_initial_timestamps() moreMichael Niedermayer2021-01-26
* avformat/utils: Check dts - (1<<pts_wrap_bits) overflowMichael Niedermayer2021-01-23
* libavformat/utils: consider avio_size() failure in ffio_limit()Michael Niedermayer2021-01-21
* avformat/utils: check for integer overflow in av_get_frame_filename2()Michael Niedermayer2021-01-20
* avformat/utils: wrap_timestamp() is only needed for less than 64 bitsMichael Niedermayer2021-01-11
* avformat/utils: do not overwrite already existing program with defaults in av...Marton Balint2021-01-09
* avformat/utils: Change compute_chapters_end() from O(n²) to O(n log n)Michael Niedermayer2021-01-08
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* avformat/utils: Improve ffio_limit logicAndreas Rheinhardt2020-12-11
* lavf: move AVStream.probe_data to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.pts_buffer to AVStreamInternalAnton Khirnov2020-10-28