Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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