summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-22
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/utils: Add const where appropriateAndreas Rheinhardt2021-12-09
* avformat/utils: Fix wrong indentationAndreas Rheinhardt2021-12-09
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" tableAndreas Rheinhardt2021-11-19
* avformat/utils: Remove unused shorthand feature for auto-inserted BSFAndreas Rheinhardt2021-11-18
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-16
* lavf: add public functions converting dispositions to/from stringsAnton Khirnov2021-11-16
* lavf: add an AVClass to AVStream on next major bumpAnton Khirnov2021-11-16
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-14
* avformat/utils: add const for argument passed to ff_is_http_proto()Limin Wang2021-09-29
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avformat/utils: Use st for AVStream variable in avpriv_set_pts_infoAndreas Rheinhardt2021-09-17
* avformat/utils: Move demuxing code out into a new fileAndreas Rheinhardt2021-09-17
* avformat/utils: Move seeking code out into a new fileAndreas Rheinhardt2021-09-17
* avformat/utils: ReindentationAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/mux, utils: Use dedicated pointer for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-17
* avformat/mux, mxfenc, utils: Use dedicated pointer for AVFormatInternalAndreas Rheinhardt2021-09-17
* avformat/asfenc, mux, utils: Use smaller scope for variablesAndreas Rheinhardt2021-09-17
* avformat/utils: Ignore negative duration in codec_info_duration computationMichael Niedermayer2021-09-14
* avformat/utils: Use av_memdup to duplicate array of AVChapter *Andreas Rheinhardt2021-08-31
* avformat/utils: Don't allocate zero-sized arrayAndreas Rheinhardt2021-08-31
* avformat/utils: Don't compare pointers when sorting chaptersAndreas Rheinhardt2021-08-31
* avformat/utils: Allocate AVStream.info only for input streamsAndreas Rheinhardt2021-08-30
* avformat/utils: Don't initialize AVStreamInternal.info multiple timesAndreas Rheinhardt2021-08-30
* avformat/utils: Remove redundant flushing of packet queueAndreas Rheinhardt2021-08-30
* avformat/utils: Make ff_compute_frame_duration() staticAndreas Rheinhardt2021-08-30
* avformat/utils: Remove obsolete todoAndreas Rheinhardt2021-08-30
* avformat/utils: Remove always-false checkAndreas Rheinhardt2021-08-30
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-25
* avformat/utils: Move ffio_limit() to aviobufAndreas Rheinhardt2021-08-25
* avformat/utils: Also set io_repositioned for generic seekingAndreas Rheinhardt2021-08-23
* avformat: Use ffio_read_size where appropriateAndreas Rheinhardt2021-08-06
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-29
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* avformat/utils: remove AVStreamInternal.orig_codec_idJames Almer2021-07-17
* avformat: Redo cleanup of demuxers upon read_header() failureAndreas Rheinhardt2021-07-07
* avformat/utils: Avoid overflow in codec_info_duration computation for subtitlesMichael Niedermayer2021-06-12
* avformat/utils: check dts/duration to be representable before using themMichael Niedermayer2021-06-12
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-09
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-09
* avformat/utils: Fix NPD when allocating AVStreamInternal failsAndreas Rheinhardt2021-05-13
* avformat/utils: Use 64bit earlier in r_frame_rate checkMichael Niedermayer2021-05-12
* avformat: move AVStream.codec_info_nb_frames to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternalJames Almer2021-05-07