]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
avformat/utils: change AVStream side data related public function and struct size...
[ffmpeg] / libavformat / utils.c
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...
2019-09-25 Andreas Rheinhardtavformat/utils: Move the reference to the packet list
2019-09-25 James Almeravformat/utils: unref packet on AVInputFormat.read_pack...
2019-09-25 Andreas Rheinhardtavformat/utils: Fix memleaks
2019-09-25 Andreas Rheinhardtavformat/utils: Assert that stream_index is valid
2019-09-24 Michael Niedermayeravformat/utils: Do not assume duration is non negative...
2019-09-18 Andreas Rheinhardtavformat/utils: Preserve integrity of linked list
2019-08-31 Marton Balintavformat/utils: return pending IO error on EOF in av_re...
2019-08-15 tomajsjianglavf/utils: fix error like "offset 0x1f85: partial...
2019-07-19 Michael Niedermayeravformat/utils: Check rfps_duration_sum for overflow
2019-07-08 Michael Niedermayeravformat/utils: Check timebase before use in estimate_t...
2019-07-03 Jun Zhaolavf/utils: Respect default disposition when select...
2019-05-24 Marton Balintavformat/utils: fix stream ordering for program ID...
2019-05-18 Marton BalintRevert "lavf/utils: Allow url credentials to contain...
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
2019-05-02 James AlmerMerge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
2019-05-02 James AlmerMerge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
2019-05-02 James AlmerMerge commit 'c0bd865ad60da31282c5d8e1000c98366249c31e'
2019-05-02 James AlmerMerge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
2019-04-19 Andreas Hakonlibavformat: improve logs with cur_dts
2019-04-19 Carl Eugen Hoyoslavf/utils: Allow url credentials to contain a slash.
2019-03-22 James AlmerMerge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff'
2019-03-20 Carl Eugen Hoyoslavf: Constify AVInputFormat pointer.
2019-03-14 James AlmerMerge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'
2019-03-14 James AlmerMerge commit '186bd30aa3b6c2b29b4dbf18278700b572068b1e'
next