]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
avformat: Remove deprecated old open callbacks
[ffmpeg] / libavformat / utils.c
2021-04-27 Andreas Rheinhardtavformat: Remove deprecated old open callbacks
2021-04-27 Andreas Rheinhardtavformat: Remove FFserver leftovers
2021-04-27 Andreas Rheinhardtavformat: Constify the API wrt AV(In|Out)putFormat
2021-04-27 Andreas Rheinhardtavcodec, avformat: Remove AVPacket.convergence_duration
2021-04-27 Andreas Rheinhardtavcodec, avformat: Remove old BSF API
2021-04-18 Andreas Rheinhardtavformat/utils: Combine identical statements
2021-04-08 Anton Khirnovlavf: do not derive timebase from avg_frame_rate
2021-04-07 James Almeravformat/utils: add helper functions to retrieve index...
2021-04-02 Andreas Rheinhardtavformat/utils: Check allocations for failure
2021-04-01 Andreas Rheinhardtavformat/utils: Free new streams in ff_add_attached_pic...
2021-04-01 Andreas Rheinhardtavformat: Add and use helper function to add attachment...
2021-03-31 Michael Niedermayeravformat/utils: Extend overflow check in dts wrap in...
2021-03-29 Michael Niedermayeravformat/utils: Fix integer overflow with duration_gcd...
2021-03-28 Andreas Rheinhardtavformat/utils: Remove redundant check
2021-03-23 Alok Priyadarshiavformat/rtpdec: attach producer reference time if...
2021-03-23 Andreas Rheinhardtavformat/utils: Don't allocate separate packet for...
2021-03-23 Andreas Rheinhardtlibavformat/utils: Fix indentation
2021-03-23 Andreas Rheinhardtavformat/utils: Fix confusing return value for ff_read_...
2021-03-20 Andreas Rheinhardtavformat/utils: Always leave parse_pkt in blank state...
2021-03-19 Andreas Rheinhardtavformat: Make AVChapter.id an int64_t on next major...
2021-03-17 James Almeravformat/utils: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravformat/mux: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/packet_internal: make avpriv_packet_list_*...
2021-03-10 James Almeravformat: use the buffer_size_t typedef where required
2021-03-10 James Almeravformat/utils: change AVStream side data related publi...
2021-03-03 Andreas Rheinhardtavformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demu...
2021-02-22 James Almeravcodec: remove pointless lowres deprecation wrappers
2021-02-15 Andreas Rheinhardtavformat/utils: Add av_assert1 to preclude NULL + len...
2021-02-14 Andreas Rheinhardtavformat/utils: Fix undefined NULL + 0
2021-02-13 James Almeravformat/utils: force lowres to 0 in avformat_find_stre...
2021-01-29 Michael Niedermayeravformat/utils: Use av_sat_sub64() in max_analyze_durat...
2021-01-28 Michael Niedermayeravformat: Change avpriv_new_chapter() from O(n) to...
2021-01-26 Michael Niedermayeravformat/utils: Check dts in update_initial_timestamps...
2021-01-23 Michael Niedermayeravformat/utils: Check dts - (1<<pts_wrap_bits) overflow
2021-01-21 Michael Niedermayerlibavformat/utils: consider avio_size() failure in...
2021-01-20 Michael Niedermayeravformat/utils: check for integer overflow in av_get_fr...
2021-01-11 Michael Niedermayeravformat/utils: wrap_timestamp() is only needed for...
2021-01-09 Marton Balintavformat/utils: do not overwrite already existing progr...
2021-01-08 Michael Niedermayeravformat/utils: Change compute_chapters_end() from...
2021-01-01 Andreas RheinhardtMark some pointers as const
2020-12-11 Andreas Rheinhardtavformat/utils: Improve ffio_limit logic
2020-10-28 Anton Khirnovlavf: move AVStream.probe_data to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.pts_buffer to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.*index_entries* to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.{request_probe,skip_to_keyframe...
2020-10-28 Anton Khirnovlavf: move AVStream.{*skip_samples.*_discard_sample...
2020-10-28 Anton Khirnovlavf: move AVStream.{nb_decoded_frames,mux_ts_offset...
2020-10-28 Anton Khirnovlavf: move AVStream.{pts_wrap_*,update_initial_duration...
2020-10-28 Anton Khirnovlavf: move AVStream.pts_reorder_error[_count] to AVStre...
2020-10-28 Anton Khirnovlavf: move AVStream.{last_dts_for_order_check,dts_...
2020-10-28 Anton Khirnovlavf: move AVStream.{inject_global_side_data,display_as...
2020-10-28 Anton Khirnovlavf: move AVStream.info to AVStreamInternal
2020-10-28 Anton Khirnovavformat: add a stream event flag for new packets
2020-10-20 Chris Micelilibavformat/utils: Fix misleading indent
2020-10-02 James Almeravformat/utils: add missing FF_API_LAVF_AVCTX check
2020-09-15 James Almeravcodec/packet: move AVPacketList definition and functi...
2020-09-11 Andreas Rheinhardtavformat/utils: Avoid duplicating extradata from extrac...
2020-07-01 Michael Niedermayeravformat/utils: reorder duration computation to avoid...
2020-06-14 Michael Niedermayeravformat/utils: Print analyze duration and probesize...
2020-06-05 Dale Curtisavformat: Fix overflow in compute_pkt_fields().
2020-06-04 Samuel Fossavformat/utils: Find a fallback probe decoder that...
2020-05-30 Jun Zhaolavf/utils: fix start_time/duration dump if it is AV_NO...
2020-05-29 Dale Curtisavformat/utils: Use av_sat_add64() when updating start_...
2020-05-25 Andreas Rheinhardtavformat/id3v2: Remove unnecessary indirection
2020-05-22 Andreas Rheinhardtavformat/utils: Set stream side-data size even without...
2020-05-06 Limin Wangavformat/utils: move is_intra_only() to header and...
2020-04-30 Limin Wangavformat/utils: change the duration to int64_t for...
2020-04-26 Marton Balintavformat: only allow a single bitstream filter when...
2020-04-24 Andreas Rheinhardtavformat/utils: Remove superfluous headers
2020-04-20 Andreas Rheinhardtavformat/utils: Fix memleak when decoding subtitle...
2020-04-20 Josh de Kocklavf/utils: stop using deprecated av_codec_next()
2020-03-20 Nicolas Gaullieravformat/utils: Make find_stream_info get side data...
2020-02-22 Dale Curtisavformat/utils: Don't trigger errors for multiple id3...
2020-02-16 Michael Niedermayeravformat/utils: Fix integer overflow with complex time...
2020-02-16 Paul B Maholavformat/utils: avoid unsigned integer overflows
2020-02-15 Marton Balintavformat/utils: make av_url_split search for hashmark...
2020-02-15 Andreas Rheinhardtavformat/utils: Fix memleaks in avformat_open_input()
2020-02-11 Dale Curtisavformat/utils: Fix undefined behavior in ff_configure_...
2020-01-23 Gyan Doshiavformat/utils: log corrupt packets
2020-01-17 James AlmerRevert "avformat/utils: make ff_ntp_time() accept a...
2020-01-16 James Almeravformat/utils: make ff_ntp_time() accept a timestamp...
2020-01-08 Andreas Rheinhardtavformat/utils: Remove redundant save+restore
2020-01-06 Carl Eugen HoyosSilence "string-plus-int" warning shown by clang.
2019-12-12 Andreas Rheinhardtavformat: Don't free old extradata before ff_alloc...
2019-12-12 Andreas Rheinhardtavformat: Forward errors where possible
2019-12-12 Yuki Tsuchiyalavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY...
2019-12-03 Linjie Fulibavformat/utils: Fix code indentation
2019-11-03 Andriy Gelmanavformat: Add max_probe_packets option
2019-10-21 James Almeravformat: call AVOutputFormat->deinit() when freeing...
2019-09-30 Jun Zhaolavf/utils: support duration estimate method dump
2019-09-30 Jun Zhaolavf/utils: Cosmetics: fix indentation for estimate_timings
2019-09-30 Jun Zhaolavf/utils: correct the duration estimation method...
2019-09-30 Jun Zhaolavf/utils: change the log level to warning if can...
2019-09-28 Andreas Rheinhardtavformat/utils: Remove unnecessary initializations
2019-09-28 Andreas Rheinhardtavformat/utils: Improve parsing packets
2019-09-28 Andreas Rheinhardtavformat/utils: Avoid copying packets unnecessarily
2019-09-28 Andreas Rheinhardtavformat/utils: Don't create unnecessary references
2019-09-28 Andreas Rheinhardtavformat/utils: Fix memleaks II
2019-09-28 Andreas Rheinhardtavformat/utils: Don't initialize in loops
2019-09-26 Andreas Rheinhardtavformat/utils: ensure that all packets in AVPacketList...
next