| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avformat/hlsenc: minus subtitle streams count when subtitle stream between vi... | Steven Liu | 2021-08-19 | 1 | -5/+10 |
* | avformat/hlsenc: set http options before use delete http method | Steven Liu | 2021-08-19 | 1 | -0/+1 |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 1 | -0/+1 |
* | libavformat/hlsenc: fix typos in comments | Valerii Zapodovnikov | 2021-05-20 | 1 | -2/+2 |
* | Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe" | Steven Liu | 2021-05-15 | 1 | -6/+5 |
* | avformat/hlsenc: correct log text and supply packet details | Gyan Doshi | 2021-05-05 | 1 | -1/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/hlsenc: Remove deprecated localtime options | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avformat/hlsenc: Remove deprecated wrap option | Andreas Rheinhardt | 2021-04-27 | 1 | -26/+0 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat/hlsenc: use AV_OPT_TYPE_DURATION | Limin Wang | 2021-02-02 | 1 | -9/+9 |
* | avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higher | Zhao Zhili | 2021-01-24 | 1 | -0/+4 |
* | avformat/hlsenc: reindent the code | Limin Wang | 2021-01-16 | 1 | -2/+2 |
* | hlsenc: expand hls_fmp4_init_filename with strftime() | Nikola Pajkovsky | 2020-12-08 | 1 | -11/+43 |
* | avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL... | Vignesh Ravichandran | 2020-12-08 | 1 | -3/+30 |
* | avformat/hlsenc: Fix check for SPS | Andreas Rheinhardt | 2020-10-20 | 1 | -1/+1 |
* | avformat/hlsenc: Fix mixed declaration and code | Andreas Rheinhardt | 2020-10-20 | 1 | -1/+2 |
* | avformat/hlsenc: Don't use uninitialized buffer in av_stristr() | Andreas Rheinhardt | 2020-10-20 | 1 | -1/+2 |
* | avformat/hlsenc: Fix extradata length check | Andreas Rheinhardt | 2020-10-20 | 1 | -1/+1 |
* | avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INF | Steven Liu | 2020-10-20 | 1 | -0/+48 |
* | avformat/hlsenc: compute video_keyframe_size after write keyframe | Steven Liu | 2020-10-20 | 1 | -5/+6 |
* | avformat/hlsenc: process hls_time value too small sence | Steven Liu | 2020-10-20 | 1 | -1/+1 |
* | avformat/hlsenc: write temp file for append single file by encryption mode | Steven Liu | 2020-08-10 | 1 | -2/+68 |
* | avformat/hlsenc: increase initial program date time precision | Marton Balint | 2020-07-29 | 1 | -6/+2 |
* | avformat/hlsenc: check fragment size plus start_pos large than hls_segment_size | Steven Liu | 2020-07-07 | 1 | -3/+4 |
* | libavformat/hlsenc: Remove duplicate close of the output stream. | Andrey Semashev | 2020-07-06 | 1 | -1/+0 |
* | avformat/hlsenc: simplify code to pass s directly | Limin Wang | 2020-07-02 | 1 | -6/+2 |
* | avformat/hlsenc: fix av_bprint_finalize() usage | Limin Wang | 2020-07-02 | 1 | -2/+2 |
* | avformat/hlsenc: use proper error codes | Limin Wang | 2020-07-02 | 1 | -6/+8 |
* | avformat/hlsenc: Always treat numbers as decimal | Andreas Rheinhardt | 2020-06-15 | 1 | -1/+1 |
* | avformat/hlsenc, hlsplaylist: Cosmetics | Andreas Rheinhardt | 2020-05-28 | 1 | -3/+2 |
* | avformat/hlsenc: Avoid duplicating strings when parsing | Andreas Rheinhardt | 2020-05-28 | 1 | -58/+19 |
* | avformat/hlsenc: Don't unnecessarily duplicate baseurl string | Andreas Rheinhardt | 2020-05-28 | 1 | -10/+2 |
* | avformat/hlsenc: Don't segfault on uncommon names | Andreas Rheinhardt | 2020-05-17 | 1 | -1/+4 |
* | avformat/hlsenc: free options fix memleak in hls_write_trailer | Steven Liu | 2020-05-12 | 1 | -1/+2 |
* | avformat/hlsenc: fix filename memleak in hls_write_packet | Steven Liu | 2020-05-12 | 1 | -0/+2 |