summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/utils: Add const where appropriateAndreas Rheinhardt2021-12-091-7/+8
* avformat/utils: Fix wrong indentationAndreas Rheinhardt2021-12-091-17/+17
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-081-0/+1
* avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" tableAndreas Rheinhardt2021-11-191-28/+11
* avformat/utils: Remove unused shorthand feature for auto-inserted BSFAndreas Rheinhardt2021-11-181-7/+1
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-161-0/+24
* lavf: add public functions converting dispositions to/from stringsAnton Khirnov2021-11-161-0/+47
* lavf: add an AVClass to AVStream on next major bumpAnton Khirnov2021-11-161-0/+15
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-141-1/+1
* avformat/utils: add const for argument passed to ff_is_http_proto()Limin Wang2021-09-291-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avformat/utils: Use st for AVStream variable in avpriv_set_pts_infoAndreas Rheinhardt2021-09-171-7/+7
* avformat/utils: Move demuxing code out into a new fileAndreas Rheinhardt2021-09-171-2935/+3
* avformat/utils: Move seeking code out into a new fileAndreas Rheinhardt2021-09-171-744/+8
* avformat/utils: ReindentationAndreas Rheinhardt2021-09-171-10/+10
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-85/+87
* avformat/mux, utils: Use dedicated pointer for AVStreamInternalAndreas Rheinhardt2021-09-171-417/+468
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-27/+26
* avformat/mux, mxfenc, utils: Use dedicated pointer for AVFormatInternalAndreas Rheinhardt2021-09-171-73/+100
* avformat/asfenc, mux, utils: Use smaller scope for variablesAndreas Rheinhardt2021-09-171-166/+128
* avformat/utils: Ignore negative duration in codec_info_duration computationMichael Niedermayer2021-09-141-1/+1
* avformat/utils: Use av_memdup to duplicate array of AVChapter *Andreas Rheinhardt2021-08-311-4/+1
* avformat/utils: Don't allocate zero-sized arrayAndreas Rheinhardt2021-08-311-3/+7
* avformat/utils: Don't compare pointers when sorting chaptersAndreas Rheinhardt2021-08-311-1/+1
* avformat/utils: Allocate AVStream.info only for input streamsAndreas Rheinhardt2021-08-301-10/+10
* avformat/utils: Don't initialize AVStreamInternal.info multiple timesAndreas Rheinhardt2021-08-301-9/+0
* avformat/utils: Remove redundant flushing of packet queueAndreas Rheinhardt2021-08-301-2/+0
* avformat/utils: Make ff_compute_frame_duration() staticAndreas Rheinhardt2021-08-301-8/+7
* avformat/utils: Remove obsolete todoAndreas Rheinhardt2021-08-301-6/+2
* avformat/utils: Remove always-false checkAndreas Rheinhardt2021-08-301-2/+0
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-7/+13
* avformat/utils: Move ffio_limit() to aviobufAndreas Rheinhardt2021-08-251-25/+0
* avformat/utils: Also set io_repositioned for generic seekingAndreas Rheinhardt2021-08-231-0/+3
* avformat: Use ffio_read_size where appropriateAndreas Rheinhardt2021-08-061-3/+3
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat/utils: remove AVStreamInternal.orig_codec_idJames Almer2021-07-171-7/+1
* avformat: Redo cleanup of demuxers upon read_header() failureAndreas Rheinhardt2021-07-071-1/+4
* avformat/utils: Avoid overflow in codec_info_duration computation for subtitlesMichael Niedermayer2021-06-121-1/+3
* avformat/utils: check dts/duration to be representable before using themMichael Niedermayer2021-06-121-1/+3
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-091-43/+43
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-091-4/+4
* avformat/utils: Fix NPD when allocating AVStreamInternal failsAndreas Rheinhardt2021-05-131-3/+1
* avformat/utils: Use 64bit earlier in r_frame_rate checkMichael Niedermayer2021-05-121-1/+1
* avformat: move AVStream.codec_info_nb_frames to AVStreamInternalJames Almer2021-05-071-15/+15
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-56/+62
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-071-8/+8
* avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternalJames Almer2021-05-071-10/+10
* avformat/utils: constrain the lifetime of the pointer returned by avformat_in...James Almer2021-05-061-2/+2
* avformat: remove deprecated AVStream.codecJames Almer2021-04-271-162/+2