summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAge
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-10
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* dash: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/dashenc: Don't use stack packetAndreas Rheinhardt2021-11-27
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-27
* avformat/dashenc: enabling streaming and hls_playlist for lhlsZhao Zhili2021-11-05
* avformat/dashenc: enabling streaming automatically for ldashZhao Zhili2021-11-05
* avformat/dashenc: Fix comparing double with 0Limin Wang2021-11-03
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-29
* Fix double write of DASH manifest in streaming modeKevin LaFlamme2021-07-14
* dashenc: Write out DASH manifest immediately in streaming modeKevin LaFlamme2021-06-14
* avformat/dashenc: use av_match_ext()Limin Wang2021-06-14
* Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams"Valerii Zapodovnikov2021-06-08
* lavf/dashenc.c: Fix creating audio-only HLS playlistsPrzemysław Sobala2021-06-01
* avio: do not export avpriv_io_{move,delete}Anton Khirnov2021-05-22
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat/dashenc: Remove deprecated min_seg_duration optionAndreas Rheinhardt2021-04-27
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* libavformat/dashenc: Reduce confusion in par error messageChris Miceli2020-08-31
* libavformat/dashenc.c: Support mpd update periodSiyuan Huang2020-07-09
* avformat/dashenc: Calculate average bitrate for adaptation sets in static man...Przemysław Sobala2020-06-22
* Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate"Przemysław Sobala2020-06-22
* avformat/dashenc: Add hls_master_name optionPrzemysław Sobala2020-06-15
* avformat/dashenc: use AVStream timebase when computing missing bitratePrzemysław Sobala2020-06-01
* avformat/dashenc: remove the arbitrary restrictions for filenameLimin Wang2020-05-01
* avformat/dashenc: use av_reallocp_array()Limin Wang2020-04-29
* avformat/dashenc: use local variable and avoid calculate duration multiple timesLimin Wang2020-04-29
* avformat/dashenc: cosmeticsLimin Wang2020-04-29
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-26
* avformat/dashenc: add missing startWithSap attribute to AdaptationSet elementsJames Almer2020-04-20
* avformat/dashenc: add a PlaybackRate elementJames Almer2020-04-20
* avformat/dashenc: add a maxSegmentDuration attribute to the ManifestJames Almer2020-04-20
* avformat/dashenc: fix typo in ProducerReferenceTime elementsJames Almer2020-04-15
* avformat: add subtitle support in master playlist m3u8Limin Wang2020-04-08
* avformat/dashenc: use a quieter log lever when informing prft was automatical...James Almer2020-02-26
* avformat/dashenc: always attempt to enable prft in ldash modeJames Almer2020-02-22
* avformat/dashenc: write a capture time Producer Reference Time element when n...James Almer2020-02-22
* avformat/dashenc: write the styp box when the first frame of a segment is readyJames Almer2020-02-22
* avformat/dashenc: warn if Producer Reference Time element option is missing w...James Almer2020-02-17
* avformat/dashenc: disable Resync elements when using DVB-DASH profileJames Almer2020-02-17
* avformat/dashenc: always set coding_dependency to 1 if a parser isn't usedJames Almer2020-02-16
* avformat/dashenc: include an availabilityTimeComplete element in all streamin...James Almer2020-02-16
* avformat/dashenc: add Trick Mode support for AdaptationSetsJames Almer2020-02-16
* avformat/dashenc: make AdaptationSet id an integer valueJames Almer2020-02-16
* avformat/dashenc: use AV_OPT_TYPE_DICT for http_optsMarton Balint2020-02-03
* dashenc: check pts to prevent division by zero errorAlfred E. Heggestad2020-01-31
* avformat/dashenc: use ff_rename instead of avpriv_io_moveMarton Balint2020-01-19