summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* avformat/utils: constrain the lifetime of the pointer returned by avformat_in...James Almer2021-05-06
* avformat: remove deprecated AVStream.codecJames Almer2021-04-27
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt2021-04-27
* avformat: Remove deprecated filename field from AVFormatContextAndreas Rheinhardt2021-04-27
* avformat: Remove getters and settersAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated old open callbacksAndreas Rheinhardt2021-04-27
* avformat: Remove FFserver leftoversAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt2021-04-27
* avcodec, avformat: Remove old BSF APIAndreas Rheinhardt2021-04-27