| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "lavf: move AVStream.*index_entries* to AVStreamInternal" | James Almer | 2021-03-23 | 1 | -5/+0 |
* | avformat: Make AVChapter.id an int64_t on next major bump | Andreas Rheinhardt | 2021-03-19 | 1 | -0/+4 |
* | avformat/utils: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -0/+1 |
* | avformat/mux: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -0/+5 |
* | avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ... | James Almer | 2021-03-17 | 1 | -7/+7 |
* | avformat/mux: return a pointer to the packet in ff_interleaved_peek() | James Almer | 2021-02-13 | 1 | -6/+2 |
* | avformat/mux: add ff_get_muxer_ts_offset() | James Almer | 2021-02-13 | 1 | -0/+1 |
* | avformat/cutils, dvenc: Move ff_brktimegm to its only user | Andreas Rheinhardt | 2021-02-03 | 1 | -2/+0 |
* | avformat: Change avpriv_new_chapter() from O(n) to (1) in the common case | Michael Niedermayer | 2021-01-28 | 1 | -0/+5 |
* | lavf: move AVStream.last_in_packet_buffer to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+5 |
* | lavf: move AVStream.probe_data to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+2 |
* | lavf: move AVStream.pts_buffer to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+4 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+5 |
* | lavf: move AVStream.interleaver_chunk_* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+3 |
* | lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+13 |
* | lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+29 |
* | lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+11 |
* | lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt... | Anton Khirnov | 2020-10-28 | 1 | -0/+22 |
* | lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+6 |
* | lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn... | Anton Khirnov | 2020-10-28 | 1 | -0/+7 |
* | lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea... | Anton Khirnov | 2020-10-28 | 1 | -0/+12 |
* | lavf: move AVStream.info to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -0/+33 |
* | avcodec/packet: move AVPacketList definition and function helpers over from l... | James Almer | 2020-09-15 | 1 | -42/+0 |
* | avformat/mux: Set AV_PKT_FLAG_KEY for is_intra_only packet | Limin Wang | 2020-05-07 | 1 | -0/+2 |
* | avformat/utils: move is_intra_only() to header and rename to ff_is_intra_only() | Limin Wang | 2020-05-06 | 1 | -0/+2 |
* | avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c | Andreas Rheinhardt | 2020-05-05 | 1 | -10/+0 |
* | avformat: only allow a single bitstream filter when muxing | Marton Balint | 2020-04-26 | 1 | -3/+2 |
* | libavformat/mux, mxfenc: Don't initialize unnecessarily | Andreas Rheinhardt | 2020-04-18 | 1 | -2/+2 |
* | avformat/mux: Remove redundant resetting | Andreas Rheinhardt | 2020-04-18 | 1 | -7/+4 |
* | avformat/mux: Fix leak when adding packet to interleavement queue fails | Andreas Rheinhardt | 2020-04-18 | 1 | -2/+2 |
* | avformat/avio: fix ff_rename to respect used protocol | Marton Balint | 2020-01-19 | 1 | -4/+4 |
* | avformat/avio: move ff_rename implementation from internal.h to avio.c | Marton Balint | 2020-01-19 | 1 | -13/+1 |
* | Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument" | James Almer | 2020-01-16 | 1 | -1/+1 |
* | avformat/utils: make ff_ntp_time() accept a timestamp as input argument | James Almer | 2020-01-15 | 1 | -1/+1 |
* | avformat: Add max_probe_packets option | Andriy Gelman | 2019-11-03 | 1 | -2/+0 |
* | avformat/utils: ensure that all packets in AVPacketList are reference counted | Andreas Rheinhardt | 2019-09-25 | 1 | -1/+2 |
* | avformat/internal: Improve documentation of ff_packet_list_get | Andreas Rheinhardt | 2019-09-18 | 1 | -1/+4 |
* | avformat/mux: Use const AVPacket * in compare functions | Andreas Rheinhardt | 2019-08-15 | 1 | -1/+1 |
* | lavf/avio: remove ffio_open2_wrapper function | Jun Zhao | 2019-07-21 | 1 | -3/+0 |
* | avformat/utils: move mkdir_p to utils | Steven Liu | 2018-09-25 | 1 | -0/+8 |
* | avformat/utils: function to get the formatted ntp time | Vishwanath Dixit | 2018-05-29 | 1 | -0/+8 |
* | lavf/aviobuf: add ff_get_chomp_line | Jun Zhao | 2018-04-12 | 1 | -0/+10 |
* | avformat/utils: make AVPacketList helper functions shared | James Almer | 2018-04-04 | 1 | -0/+39 |
* | lavf: move avpriv function definition to internal.h | Josh de Kock | 2018-04-02 | 1 | -0/+1 |
* | Revert "lavd: add new API for iterating input and output devices" | Josh de Kock | 2018-03-31 | 1 | -7/+0 |
* | avformat/internal: Document the freeing behavior of ff_alloc_extradata() | Michael Niedermayer | 2018-03-07 | 1 | -0/+2 |
* | avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw... | Marton Balint | 2018-02-24 | 1 | -0/+26 |
* | lavd: add new API for iterating input and output devices | Josh de Kock | 2018-02-06 | 1 | -0/+7 |
* | avformat: add url field to AVFormatContext | Marton Balint | 2018-01-28 | 1 | -0/+7 |
* | avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use | Karthick Jeyapal | 2017-12-29 | 1 | -0/+8 |