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
2021-12-08avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt
2021-11-18avformat/hlsenc: Only write something if there is something to writeAndreas Rheinhardt
2021-11-18avformat/hlsenc: Remove nonsense memsetAndreas Rheinhardt
2021-09-29avformat/hlsenc: add const for filename argumentLimin Wang
2021-08-19avformat/hlsenc: minus subtitle streams count when subtitle stream between vi...Steven Liu
2021-08-19avformat/hlsenc: set http options before use delete http methodSteven Liu
2021-07-29avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt
2021-05-20libavformat/hlsenc: fix typos in commentsValerii Zapodovnikov
2021-05-15Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe"Steven Liu
2021-05-05avformat/hlsenc: correct log text and supply packet detailsGyan Doshi
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avformat/hlsenc: Remove deprecated localtime optionsAndreas Rheinhardt
2021-04-27avformat/hlsenc: Remove deprecated wrap optionAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-02-02avformat/hlsenc: use AV_OPT_TYPE_DURATIONLimin Wang
2021-01-24avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higherZhao Zhili
2021-01-16avformat/hlsenc: reindent the codeLimin Wang
2020-12-08hlsenc: expand hls_fmp4_init_filename with strftime()Nikola Pajkovsky
2020-12-08avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL...Vignesh Ravichandran
2020-10-20avformat/hlsenc: Fix check for SPSAndreas Rheinhardt
2020-10-20avformat/hlsenc: Fix mixed declaration and codeAndreas Rheinhardt
2020-10-20avformat/hlsenc: Don't use uninitialized buffer in av_stristr()Andreas Rheinhardt
2020-10-20avformat/hlsenc: Fix extradata length checkAndreas Rheinhardt
2020-10-20avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INFSteven Liu
2020-10-20avformat/hlsenc: compute video_keyframe_size after write keyframeSteven Liu
2020-10-20avformat/hlsenc: process hls_time value too small senceSteven Liu
2020-08-10avformat/hlsenc: write temp file for append single file by encryption modeSteven Liu
2020-07-30avformat/hlsenc: increase initial program date time precisionMarton Balint
2020-07-07avformat/hlsenc: check fragment size plus start_pos large than hls_segment_sizeSteven Liu
2020-07-06libavformat/hlsenc: Remove duplicate close of the output stream.Andrey Semashev
2020-07-02avformat/hlsenc: simplify code to pass s directlyLimin Wang
2020-07-02avformat/hlsenc: fix av_bprint_finalize() usageLimin Wang
2020-07-02avformat/hlsenc: use proper error codesLimin Wang
2020-06-15avformat/hlsenc: Always treat numbers as decimalAndreas Rheinhardt
2020-05-28avformat/hlsenc, hlsplaylist: CosmeticsAndreas Rheinhardt
2020-05-28avformat/hlsenc: Avoid duplicating strings when parsingAndreas Rheinhardt
2020-05-28avformat/hlsenc: Don't unnecessarily duplicate baseurl stringAndreas Rheinhardt
2020-05-17avformat/hlsenc: Don't segfault on uncommon namesAndreas Rheinhardt
2020-05-12avformat/hlsenc: free options fix memleak in hls_write_trailerSteven Liu
2020-05-12avformat/hlsenc: fix filename memleak in hls_write_packetSteven Liu
2020-05-12avformat/hlsenc: move number out of hls_startSteven Liu
2020-05-10avformat/hlsenc: Simplify setting base_output_dirnameAndreas Rheinhardt
2020-05-10avformat/hlsenc: Simplify setting basename with av_asprintf()Andreas Rheinhardt
2020-05-10avformat/hlsenc: Simplify setting subtitle basename with av_asprintfAndreas Rheinhardt
2020-05-10avformat/hlsenc: Don't cast const awayAndreas Rheinhardt
2020-05-10avformat/hlsenc: Remove redundant initializationsAndreas Rheinhardt
2020-05-10avformat/hlsenc: Don't reset AVIOContext pointer manually a second timeAndreas Rheinhardt
2020-05-08avformat/hlsenc: CosmeticsAndreas Rheinhardt
2020-05-08avformat/hlsenc: Factor check out of loopAndreas Rheinhardt
2020-05-08avformat/hlsenc: Localize initialization of subtitle streamsAndreas Rheinhardt