summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
Commit message (Expand)AuthorAge
* lavf: move AVStream.last_in_packet_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.probe_data to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.pts_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.interleaver_chunk_* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...Anton Khirnov2020-10-28
* lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn...Anton Khirnov2020-10-28
* lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...Anton Khirnov2020-10-28
* lavf: move AVStream.info to AVStreamInternalAnton Khirnov2020-10-28
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-15
* avformat/mux: Set AV_PKT_FLAG_KEY for is_intra_only packetLimin Wang2020-05-07
* avformat/utils: move is_intra_only() to header and rename to ff_is_intra_only()Limin Wang2020-05-06
* avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.cAndreas Rheinhardt2020-05-05
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-26
* libavformat/mux, mxfenc: Don't initialize unnecessarilyAndreas Rheinhardt2020-04-18
* avformat/mux: Remove redundant resettingAndreas Rheinhardt2020-04-18
* avformat/mux: Fix leak when adding packet to interleavement queue failsAndreas Rheinhardt2020-04-18
* avformat/avio: fix ff_rename to respect used protocolMarton Balint2020-01-19
* avformat/avio: move ff_rename implementation from internal.h to avio.cMarton Balint2020-01-19
* Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument"James Almer2020-01-16
* avformat/utils: make ff_ntp_time() accept a timestamp as input argumentJames Almer2020-01-15
* avformat: Add max_probe_packets optionAndriy Gelman2019-11-03
* avformat/utils: ensure that all packets in AVPacketList are reference countedAndreas Rheinhardt2019-09-25
* avformat/internal: Improve documentation of ff_packet_list_getAndreas Rheinhardt2019-09-18
* avformat/mux: Use const AVPacket * in compare functionsAndreas Rheinhardt2019-08-15
* lavf/avio: remove ffio_open2_wrapper functionJun Zhao2019-07-21
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-25
* avformat/utils: function to get the formatted ntp timeVishwanath Dixit2018-05-29
* lavf/aviobuf: add ff_get_chomp_lineJun Zhao2018-04-12
* avformat/utils: make AVPacketList helper functions sharedJames Almer2018-04-04
* lavf: move avpriv function definition to internal.hJosh de Kock2018-04-02
* Revert "lavd: add new API for iterating input and output devices"Josh de Kock2018-03-31
* avformat/internal: Document the freeing behavior of ff_alloc_extradata()Michael Niedermayer2018-03-07
* avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw...Marton Balint2018-02-24
* lavd: add new API for iterating input and output devicesJosh de Kock2018-02-06
* avformat: add url field to AVFormatContextMarton Balint2018-01-28
* avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal2017-12-29
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-26
* avformat/internal: fix compile error with some versions of g++Aman Gupta2017-12-23
* avformat/internal: log underlying error with ff_rename failureAman Gupta2017-12-22
* avformat/mux: stop delaying writing the headerJames Almer2017-12-06
* avformat: move priv_pts from AVStream to an internal structJames Almer2017-11-07
* lavf: consider codec framerate for framerate detectionwm42017-06-07
* lavf: use the new bitstream filter for extracting extradataJames Almer2017-04-07
* Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'"James Almer2017-03-23
* Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'James Almer2017-03-23
|\