summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* avformat/hlsenc: Add resend_headers optionhuheng2022-06-29
* avformat/hlsenc: Use HLS version 2 if rounded durations are enabledLucy2022-06-29
* avformat/hlsenc: check discont_program_date_time before use it in parse_playlistSteven Liu2022-05-12
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-10
* avformat/hlsenc: remove unnecessary http/https shutdown status operateSteven Liu2022-05-07
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avformat/hlsenc: convey stream id to segment streamsGyan Doshi2022-01-09
* avformat/hlsenc: deprecate hls_ts_options optionSteven Liu2021-12-13
* avformat/hlsenc: add hls_segment_options correct the segment options nameSteven Liu2021-12-13
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* avformat/hlsenc: Only write something if there is something to writeAndreas Rheinhardt2021-11-18
* avformat/hlsenc: Remove nonsense memsetAndreas Rheinhardt2021-11-18
* avformat/hlsenc: add const for filename argumentLimin Wang2021-09-29
* avformat/hlsenc: minus subtitle streams count when subtitle stream between vi...Steven Liu2021-08-19
* avformat/hlsenc: set http options before use delete http methodSteven Liu2021-08-19
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-29
* libavformat/hlsenc: fix typos in commentsValerii Zapodovnikov2021-05-20
* Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe"Steven Liu2021-05-15
* avformat/hlsenc: correct log text and supply packet detailsGyan Doshi2021-05-05
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/hlsenc: Remove deprecated localtime optionsAndreas Rheinhardt2021-04-27
* avformat/hlsenc: Remove deprecated wrap optionAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avformat/hlsenc: use AV_OPT_TYPE_DURATIONLimin Wang2021-02-02
* avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higherZhao Zhili2021-01-24
* avformat/hlsenc: reindent the codeLimin Wang2021-01-16
* hlsenc: expand hls_fmp4_init_filename with strftime()Nikola Pajkovsky2020-12-08
* avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL...Vignesh Ravichandran2020-12-08
* avformat/hlsenc: Fix check for SPSAndreas Rheinhardt2020-10-20
* avformat/hlsenc: Fix mixed declaration and codeAndreas Rheinhardt2020-10-20
* avformat/hlsenc: Don't use uninitialized buffer in av_stristr()Andreas Rheinhardt2020-10-20
* avformat/hlsenc: Fix extradata length checkAndreas Rheinhardt2020-10-20
* avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INFSteven Liu2020-10-20
* avformat/hlsenc: compute video_keyframe_size after write keyframeSteven Liu2020-10-20
* avformat/hlsenc: process hls_time value too small senceSteven Liu2020-10-20
* avformat/hlsenc: write temp file for append single file by encryption modeSteven Liu2020-08-10
* avformat/hlsenc: increase initial program date time precisionMarton Balint2020-07-29
* avformat/hlsenc: check fragment size plus start_pos large than hls_segment_sizeSteven Liu2020-07-07
* libavformat/hlsenc: Remove duplicate close of the output stream.Andrey Semashev2020-07-06
* avformat/hlsenc: simplify code to pass s directlyLimin Wang2020-07-02
* avformat/hlsenc: fix av_bprint_finalize() usageLimin Wang2020-07-02
* avformat/hlsenc: use proper error codesLimin Wang2020-07-02
* avformat/hlsenc: Always treat numbers as decimalAndreas Rheinhardt2020-06-15
* avformat/hlsenc, hlsplaylist: CosmeticsAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Avoid duplicating strings when parsingAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Don't unnecessarily duplicate baseurl stringAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Don't segfault on uncommon namesAndreas Rheinhardt2020-05-17
* avformat/hlsenc: free options fix memleak in hls_write_trailerSteven Liu2020-05-12
* avformat/hlsenc: fix filename memleak in hls_write_packetSteven Liu2020-05-12