summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: hls_init_time should used in living stream modeSteven Liu2023-02-271-1/+1
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-161-0/+4
* avformat: remove FF_HLS_TS_OPTIONSJames Almer2023-02-091-3/+0
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-9/+9
* libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_fileBasel Sayeh2023-01-131-6/+11
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-261-0/+2
* avformat/hlsenc: Add resend_headers optionhuheng2022-06-291-0/+3
* avformat/hlsenc: Use HLS version 2 if rounded durations are enabledLucy2022-06-291-1/+5
* avformat/hlsenc: check discont_program_date_time before use it in parse_playlistSteven Liu2022-05-121-2/+4
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-101-3/+1
* avformat/hlsenc: remove unnecessary http/https shutdown status operateSteven Liu2022-05-071-2/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* avformat/hlsenc: convey stream id to segment streamsGyan Doshi2022-01-091-0/+1
* avformat/hlsenc: deprecate hls_ts_options optionSteven Liu2021-12-131-1/+3
* avformat/hlsenc: add hls_segment_options correct the segment options nameSteven Liu2021-12-131-0/+1
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-121-0/+1
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-081-1/+0
* avformat/hlsenc: Only write something if there is something to writeAndreas Rheinhardt2021-11-181-1/+1
* avformat/hlsenc: Remove nonsense memsetAndreas Rheinhardt2021-11-181-1/+0
* avformat/hlsenc: add const for filename argumentLimin Wang2021-09-291-1/+1
* avformat/hlsenc: minus subtitle streams count when subtitle stream between vi...Steven Liu2021-08-191-5/+10
* avformat/hlsenc: set http options before use delete http methodSteven Liu2021-08-191-0/+1
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* libavformat/hlsenc: fix typos in commentsValerii Zapodovnikov2021-05-201-2/+2
* Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe"Steven Liu2021-05-151-6/+5
* avformat/hlsenc: correct log text and supply packet detailsGyan Doshi2021-05-051-1/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/hlsenc: Remove deprecated localtime optionsAndreas Rheinhardt2021-04-271-6/+0
* avformat/hlsenc: Remove deprecated wrap optionAndreas Rheinhardt2021-04-271-26/+0
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-2/+2
* avformat/hlsenc: use AV_OPT_TYPE_DURATIONLimin Wang2021-02-021-9/+9
* avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higherZhao Zhili2021-01-241-0/+4
* avformat/hlsenc: reindent the codeLimin Wang2021-01-161-2/+2
* hlsenc: expand hls_fmp4_init_filename with strftime()Nikola Pajkovsky2020-12-081-11/+43
* avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL...Vignesh Ravichandran2020-12-081-3/+30
* avformat/hlsenc: Fix check for SPSAndreas Rheinhardt2020-10-201-1/+1
* avformat/hlsenc: Fix mixed declaration and codeAndreas Rheinhardt2020-10-201-1/+2
* avformat/hlsenc: Don't use uninitialized buffer in av_stristr()Andreas Rheinhardt2020-10-201-1/+2
* avformat/hlsenc: Fix extradata length checkAndreas Rheinhardt2020-10-201-1/+1
* avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INFSteven Liu2020-10-201-0/+48
* avformat/hlsenc: compute video_keyframe_size after write keyframeSteven Liu2020-10-201-5/+6
* avformat/hlsenc: process hls_time value too small senceSteven Liu2020-10-201-1/+1
* avformat/hlsenc: write temp file for append single file by encryption modeSteven Liu2020-08-101-2/+68
* avformat/hlsenc: increase initial program date time precisionMarton Balint2020-07-291-6/+2
* avformat/hlsenc: check fragment size plus start_pos large than hls_segment_sizeSteven Liu2020-07-071-3/+4
* libavformat/hlsenc: Remove duplicate close of the output stream.Andrey Semashev2020-07-061-1/+0
* avformat/hlsenc: simplify code to pass s directlyLimin Wang2020-07-021-6/+2
* avformat/hlsenc: fix av_bprint_finalize() usageLimin Wang2020-07-021-2/+2
* avformat/hlsenc: use proper error codesLimin Wang2020-07-021-6/+8
* avformat/hlsenc: Always treat numbers as decimalAndreas Rheinhardt2020-06-151-1/+1