summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-121-0/+1
* avformat/dashenc: Don't use stack packetAndreas Rheinhardt2021-11-271-3/+1
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-271-5/+7
* avformat/dashenc: enabling streaming and hls_playlist for lhlsZhao Zhili2021-11-051-4/+4
* avformat/dashenc: enabling streaming automatically for ldashZhao Zhili2021-11-051-2/+2
* avformat/dashenc: Fix comparing double with 0Limin Wang2021-11-031-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-4/+4
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* Fix double write of DASH manifest in streaming modeKevin LaFlamme2021-07-141-2/+5
* dashenc: Write out DASH manifest immediately in streaming modeKevin LaFlamme2021-06-141-0/+8
* avformat/dashenc: use av_match_ext()Limin Wang2021-06-141-13/+3
* Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams"Valerii Zapodovnikov2021-06-081-5/+1
* lavf/dashenc.c: Fix creating audio-only HLS playlistsPrzemysław Sobala2021-06-011-54/+85
* avio: do not export avpriv_io_{move,delete}Anton Khirnov2021-05-221-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-2/+2
* avformat/dashenc: Remove deprecated min_seg_duration optionAndreas Rheinhardt2021-04-271-12/+0
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-2/+3
* libavformat/dashenc: Reduce confusion in par error messageChris Miceli2020-08-311-1/+1
* libavformat/dashenc.c: Support mpd update periodSiyuan Huang2020-07-091-0/+4
* avformat/dashenc: Calculate average bitrate for adaptation sets in static man...Przemysław Sobala2020-06-221-8/+16
* Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate"Przemysław Sobala2020-06-221-1/+1
* avformat/dashenc: Add hls_master_name optionPrzemysław Sobala2020-06-151-3/+5
* avformat/dashenc: use AVStream timebase when computing missing bitratePrzemysław Sobala2020-06-011-1/+1
* avformat/dashenc: remove the arbitrary restrictions for filenameLimin Wang2020-05-011-17/+9
* avformat/dashenc: use av_reallocp_array()Limin Wang2020-04-291-1/+1
* avformat/dashenc: use local variable and avoid calculate duration multiple timesLimin Wang2020-04-291-9/+5
* avformat/dashenc: cosmeticsLimin Wang2020-04-291-14/+14
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-261-4/+2
* avformat/dashenc: add missing startWithSap attribute to AdaptationSet elementsJames Almer2020-04-201-1/+1
* avformat/dashenc: add a PlaybackRate elementJames Almer2020-04-201-2/+16
* avformat/dashenc: add a maxSegmentDuration attribute to the ManifestJames Almer2020-04-201-0/+6
* avformat/dashenc: fix typo in ProducerReferenceTime elementsJames Almer2020-04-151-1/+1
* avformat: add subtitle support in master playlist m3u8Limin Wang2020-04-081-1/+1
* avformat/dashenc: use a quieter log lever when informing prft was automatical...James Almer2020-02-261-1/+1
* avformat/dashenc: always attempt to enable prft in ldash modeJames Almer2020-02-221-1/+7
* avformat/dashenc: write a capture time Producer Reference Time element when n...James Almer2020-02-221-13/+37
* avformat/dashenc: write the styp box when the first frame of a segment is readyJames Almer2020-02-221-7/+3
* avformat/dashenc: warn if Producer Reference Time element option is missing w...James Almer2020-02-171-0/+4
* avformat/dashenc: disable Resync elements when using DVB-DASH profileJames Almer2020-02-171-2/+2
* avformat/dashenc: always set coding_dependency to 1 if a parser isn't usedJames Almer2020-02-161-2/+4
* avformat/dashenc: include an availabilityTimeComplete element in all streamin...James Almer2020-02-161-2/+1
* avformat/dashenc: add Trick Mode support for AdaptationSetsJames Almer2020-02-161-10/+61
* avformat/dashenc: make AdaptationSet id an integer valueJames Almer2020-02-161-6/+14
* avformat/dashenc: use AV_OPT_TYPE_DICT for http_optsMarton Balint2020-02-031-4/+3
* dashenc: check pts to prevent division by zero errorAlfred E. Heggestad2020-01-311-1/+1
* avformat/dashenc: use ff_rename instead of avpriv_io_moveMarton Balint2020-01-191-6/+4
* avformat/dashenc: add an option to write a Latency elementJames Almer2020-01-151-1/+26
* dashenc: support setting arbitrary HTTP protocol optionsAnton Khirnov2020-01-151-0/+4
* avformat/dashenc: allow setting custom movflags using format_optionsJames Almer2020-01-151-3/+3