summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* lavf: convert the generic layer to the new channel layoutAnton Khirnov2022-03-15
* lavc: deprecate channel count/layout changing side dataAnton Khirnov2022-03-15
* avformat/utils: fix logic error in ff_mkdir_pPeter Ross2022-02-16
* avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()Michael Niedermayer2022-02-09
* avformat/utils: keep chapter monotonicity on chapter updatesMichael Niedermayer2022-02-09
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-04
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-04
* avformat/utils: propagate return value of ff_format_io_close in ff_format_shi...Marton Balint2022-01-03
* avformat/movenc: factorize data shiftingMarton Balint2022-01-03
* 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