aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: correctly reset subtitle stream counter per-varstreamTimo Rothenpieler2024-08-161-1/+1
* avformat/hlsenc: Check retMichael Niedermayer2024-07-211-2/+7
* hlsenc: Calculate the average and actual maximum bitrate of segmentsMartin Storsjö2024-07-041-13/+36
* hlsenc: When not using HLS_SINGLE_FILE, set vs->size to range_lengthMartin Storsjö2024-07-041-0/+1
* hlsenc: Remove bogus check for if (vs->start_pos) for appending segmentsMartin Storsjö2024-07-041-9/+8
* hlsenc: Fix setting vs->start_pos when not using HLS_SINGLE_FILE or hls_segme...Martin Storsjö2024-07-041-1/+1
* hlsenc: Fix the return value accumulation in append_single_fileMartin Storsjö2024-07-041-1/+1
* avformat: split off generic NAL function helpers into their own fileJames Almer2024-06-201-0/+1
* avformat/hlsenc: Remove dead ret storesMichael Niedermayer2024-05-281-4/+0
* libavformat/hlsenc: fix a memory leak on error pathLuMingYin2024-05-201-0/+1
* avformat/hlsenc: use a slash separator even in win32Marton Balint2024-04-091-9/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSHAndreas Rheinhardt2024-03-221-1/+1
* avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSEJames Almer2024-03-071-5/+0
* avformat/dashenc, hlsenc: Return 0 on succes from write_headerAndreas Rheinhardt2024-03-051-1/+1
* avformat/hlsenc: Redo checking for strftime %s support to avoid warningsAndreas Rheinhardt2024-03-051-7/+12
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-27/+27
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* libavformat/hlsenc.c: Populate OTI using AAC profile in write_codec_attr.Romain Beauxis2024-01-041-2/+5
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avformat/hlsenc: Fix name of flag in error messageDave Johansen2023-11-121-2/+2
* avformat/hlsenc: Add CHANNELS to EXT-X-MEDIA for AudioDave Johansen2023-11-121-1/+7
* avformat/hlsenc: set HTTP options before writing WebVTT HLS playlistsLéon Spaans2023-11-121-2/+7
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-061-5/+6
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-031-0/+5
* avformat/avio_internal: Don't include url.hAndreas Rheinhardt2023-09-101-0/+1
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-7/+7
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-071-0/+1
* avformat/hlsenc: use av_random_bytes() for generating AES128 keyMarton Balint2023-07-161-21/+2
* avformat/hlsenc: fix CODECS attribute of H.264Zhao Zhili2023-06-121-2/+12
* 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