summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/aviobuf: Simplify dyn_buf_write() a bitAndreas Rheinhardt2020-06-11
* avformat/aviobuf: Don't check for overflow after it happenedAndreas Rheinhardt2020-06-11
* AVFormatContext: switch to child_class_iterate()Anton Khirnov2020-06-10
* AVIOContext: switch to child_class_iterate()Anton Khirnov2020-06-10
* URLContext: switch to child_class_iterate()Anton Khirnov2020-06-10
* lavf/dump: schedule use of deprecated API for removalAnton Khirnov2020-06-10
* avformat/hls: check segment duration value of EXTINFSteven Liu2020-06-10
* avformat/hls: check output string is usable of ff_make_absolute_urlSteven Liu2020-06-10
* avformat/url: check return value of strchrSteven Liu2020-06-10
* avformat/mpegts: add constants for MPEG-TS transport stream identifiersBrad Hards2020-06-09
* avformat/fifo: add timeshift option to delay outputMarton Balint2020-06-09
* Bump minor versions after branching 4.3Michael Niedermayer2020-06-08
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-08
* Revert "lavf/mp3dec: don't adjust start time; packets are not adjusted."Michael Niedermayer2020-06-08
* avformat/4xm: Cleanup on GET_LIST_HEADER() failureMichael Niedermayer2020-06-08
* avformat/mlvdec: fail reading a packet with 0 streamsMichael Niedermayer2020-06-07
* avformat/thp: Check compcountMichael Niedermayer2020-06-07
* avformat/oggdec: Do not hardcode arbitrary and sometimes unavailable sizeMichael Niedermayer2020-06-07
* avformat/oggdec: Initialize return value from ogg_read_page() and check it ev...Michael Niedermayer2020-06-07
* avformat: Fix overflow in compute_pkt_fields().Dale Curtis2020-06-06
* avformat/rawdec: fix identifier namesMichael Niedermayer2020-06-06
* avformat/utils: Find a fallback probe decoder that will also match a forced d...Samuel Foss2020-06-04
* lavf/tee: pass options to protocol.Nicolas George2020-06-04
* avformat/prompeg: av_dict_set() -> av_dict_set_int()Limin Wang2020-06-02
* avformat/rtpproto: av_dict_set() -> av_dict_set_int()Limin Wang2020-06-02
* avformat/rtspdec: av_dict_set() -> av_dict_set_int()Limin Wang2020-06-02
* avformat/dashenc: use AVStream timebase when computing missing bitratePrzemysław Sobala2020-06-01
* avformat/mpegtsenc: set stream_id correctly based on KLV profile selectedBrad Hards2020-05-31
* avformat: add kvag muxerZane van Iperen2020-05-31
* avformat/oggparsetheora: Don't update start time when lastpts is AV_NOPTS_VALUE.Dale Curtis2020-05-31
* avcodec: add PFM image decoderPaul B Mahol2020-05-30
* lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUEJun Zhao2020-05-30
* avformat/utils: Use av_sat_add64() when updating start_time by skip_samples.Dale Curtis2020-05-29
* Use av_sat_sub64() when updating pts by duration.Dale Curtis2020-05-29
* avformat/oggdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/img2dec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/concatdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/flvdec: Avoid duplicating extradata when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/hlsenc, hlsplaylist: CosmeticsAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Avoid duplicating strings when parsingAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Don't unnecessarily duplicate baseurl stringAndreas Rheinhardt2020-05-28
* avformat/hlsplaylist: Add const where appropriateAndreas Rheinhardt2020-05-28
* lavf/mpegtsenc: misc style fixesJun Zhao2020-05-28
* avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_pac...Marton Balint2020-05-27
* avformat: fix apm makefile dependencyZane van Iperen2020-05-27
* avformat/mpegtsenc: cosmeticLimin Wang2020-05-27
* avformat/mpegtsenc: simplify code by using OFFSET() and ENC macrosLimin Wang2020-05-27
* lavf/mp3dec: don't adjust start time; packets are not adjusted.Dale Curtis2020-05-27
* avformat/matroskadec: Beautify matroska_parse_laces()Andreas Rheinhardt2020-05-26
* avformat/oggparsevorbis: Error out on double init of vpMichael Niedermayer2020-05-26