| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/hlsenc: correctly reset subtitle stream counter per-varstream | Timo Rothenpieler | 2024-08-16 | 1 | -1/+1 |
* | avformat/hlsenc: Check ret | Michael Niedermayer | 2024-07-21 | 1 | -2/+7 |
* | hlsenc: Calculate the average and actual maximum bitrate of segments | Martin Storsjö | 2024-07-04 | 1 | -13/+36 |
* | hlsenc: When not using HLS_SINGLE_FILE, set vs->size to range_length | Martin Storsjö | 2024-07-04 | 1 | -0/+1 |
* | hlsenc: Remove bogus check for if (vs->start_pos) for appending segments | Martin Storsjö | 2024-07-04 | 1 | -9/+8 |
* | hlsenc: Fix setting vs->start_pos when not using HLS_SINGLE_FILE or hls_segme... | Martin Storsjö | 2024-07-04 | 1 | -1/+1 |
* | hlsenc: Fix the return value accumulation in append_single_file | Martin Storsjö | 2024-07-04 | 1 | -1/+1 |
* | avformat: split off generic NAL function helpers into their own file | James Almer | 2024-06-20 | 1 | -0/+1 |
* | avformat/hlsenc: Remove dead ret stores | Michael Niedermayer | 2024-05-28 | 1 | -4/+0 |
* | libavformat/hlsenc: fix a memory leak on error path | LuMingYin | 2024-05-20 | 1 | -0/+1 |
* | avformat/hlsenc: use a slash separator even in win32 | Marton Balint | 2024-04-09 | 1 | -9/+2 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSH | Andreas Rheinhardt | 2024-03-22 | 1 | -1/+1 |
* | avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSE | James Almer | 2024-03-07 | 1 | -5/+0 |
* | avformat/dashenc, hlsenc: Return 0 on succes from write_header | Andreas Rheinhardt | 2024-03-05 | 1 | -1/+1 |
* | avformat/hlsenc: Redo checking for strftime %s support to avoid warnings | Andreas Rheinhardt | 2024-03-05 | 1 | -7/+12 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -27/+27 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | libavformat/hlsenc.c: Populate OTI using AAC profile in write_codec_attr. | Romain Beauxis | 2024-01-04 | 1 | -2/+5 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/hlsenc: Fix name of flag in error message | Dave Johansen | 2023-11-12 | 1 | -2/+2 |
* | avformat/hlsenc: Add CHANNELS to EXT-X-MEDIA for Audio | Dave Johansen | 2023-11-12 | 1 | -1/+7 |
* | avformat/hlsenc: set HTTP options before writing WebVTT HLS playlists | Léon Spaans | 2023-11-12 | 1 | -2/+7 |
* | avformat/avformat: use the side data from AVStream.codecpar | James Almer | 2023-10-06 | 1 | -5/+6 |
* | avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH | Andreas Rheinhardt | 2023-10-03 | 1 | -0/+5 |
* | avformat/avio_internal: Don't include url.h | Andreas Rheinhardt | 2023-09-10 | 1 | -0/+1 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -7/+7 |
* | avformat/avformat: Avoid including codec.h, frame.h | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+1 |
* | avformat/hlsenc: use av_random_bytes() for generating AES128 key | Marton Balint | 2023-07-16 | 1 | -21/+2 |
* | avformat/hlsenc: fix CODECS attribute of H.264 | Zhao Zhili | 2023-06-12 | 1 | -2/+12 |
* | avformat/hlsenc: hls_init_time should used in living stream mode | Steven Liu | 2023-02-27 | 1 | -1/+1 |
* | avformat: deprecate AVFormatContext io_close callback | Marton Balint | 2023-02-16 | 1 | -0/+4 |
* | avformat: remove FF_HLS_TS_OPTIONS | James Almer | 2023-02-09 | 1 | -3/+0 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -9/+9 |
* | libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_file | Basel Sayeh | 2023-01-13 | 1 | -6/+11 |
* | avformat/internal: Don't include avcodec.h | Andreas Rheinhardt | 2022-09-26 | 1 | -0/+2 |
* | avformat/hlsenc: Add resend_headers option | huheng | 2022-06-29 | 1 | -0/+3 |
* | avformat/hlsenc: Use HLS version 2 if rounded durations are enabled | Lucy | 2022-06-29 | 1 | -1/+5 |
* | avformat/hlsenc: check discont_program_date_time before use it in parse_playlist | Steven Liu | 2022-05-12 | 1 | -2/+4 |
* | avformat/internal: Move muxing-only functions to new mux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -3/+1 |
* | avformat/hlsenc: remove unnecessary http/https shutdown status operate | Steven Liu | 2022-05-07 | 1 | -2/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avformat/hlsenc: convey stream id to segment streams | Gyan Doshi | 2022-01-09 | 1 | -0/+1 |
* | avformat/hlsenc: deprecate hls_ts_options option | Steven Liu | 2021-12-13 | 1 | -1/+3 |
* | avformat/hlsenc: add hls_segment_options correct the segment options name | Steven Liu | 2021-12-13 | 1 | -0/+1 |
* | avformat: introduce AVFormatContext io_close2 which returns an int | Marton Balint | 2021-12-12 | 1 | -0/+1 |
* | avformat/utils: Make ff_data_to_hex() zero-terminate the string | Andreas Rheinhardt | 2021-12-08 | 1 | -1/+0 |
* | avformat/hlsenc: Only write something if there is something to write | Andreas Rheinhardt | 2021-11-18 | 1 | -1/+1 |
* | avformat/hlsenc: Remove nonsense memset | Andreas Rheinhardt | 2021-11-18 | 1 | -1/+0 |
* | avformat/hlsenc: add const for filename argument | Limin Wang | 2021-09-29 | 1 | -1/+1 |