summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* libavformat/hlsenc.c: Populate OTI using AAC profile in write_codec_attr.Romain Beauxis2024-01-04
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avformat/hlsenc: Fix name of flag in error messageDave Johansen2023-11-12
* avformat/hlsenc: Add CHANNELS to EXT-X-MEDIA for AudioDave Johansen2023-11-12
* avformat/hlsenc: set HTTP options before writing WebVTT HLS playlistsLéon Spaans2023-11-12
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-06
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-03
* avformat/avio_internal: Don't include url.hAndreas Rheinhardt2023-09-10
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-07
* avformat/hlsenc: use av_random_bytes() for generating AES128 keyMarton Balint2023-07-16
* avformat/hlsenc: fix CODECS attribute of H.264Zhao Zhili2023-06-12
* avformat/hlsenc: hls_init_time should used in living stream modeSteven Liu2023-02-27
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-16
* avformat: remove FF_HLS_TS_OPTIONSJames Almer2023-02-09
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-09
* libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_fileBasel Sayeh2023-01-13
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-26
* 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