| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avformat/hlsenc: move number out of hls_start | Steven Liu | 2020-05-12 | 1 | -4/+2 |
* | avformat/hlsenc: Simplify setting base_output_dirname | Andreas Rheinhardt | 2020-05-10 | 1 | -15/+9 |
* | avformat/hlsenc: Simplify setting basename with av_asprintf() | Andreas Rheinhardt | 2020-05-10 | 1 | -29/+14 |
* | avformat/hlsenc: Simplify setting subtitle basename with av_asprintf | Andreas Rheinhardt | 2020-05-10 | 1 | -12/+8 |
* | avformat/hlsenc: Don't cast const away | Andreas Rheinhardt | 2020-05-10 | 1 | -4/+4 |
* | avformat/hlsenc: Remove redundant initializations | Andreas Rheinhardt | 2020-05-10 | 1 | -4/+0 |
* | avformat/hlsenc: Don't reset AVIOContext pointer manually a second time | Andreas Rheinhardt | 2020-05-10 | 1 | -1/+0 |
* | avformat/hlsenc: Cosmetics | Andreas Rheinhardt | 2020-05-08 | 1 | -80/+55 |
* | avformat/hlsenc: Factor check out of loop | Andreas Rheinhardt | 2020-05-08 | 1 | -8/+9 |
* | avformat/hlsenc: Localize initialization of subtitle streams | Andreas Rheinhardt | 2020-05-08 | 1 | -7/+3 |
* | avformat/hlsenc: Unconditionally free some strings | Andreas Rheinhardt | 2020-05-08 | 1 | -5/+3 |
* | avformat/hlsenc: Check some unchecked allocations | Andreas Rheinhardt | 2020-05-08 | 1 | -1/+12 |
* | avformat/hlsenc: Add deinit function | Andreas Rheinhardt | 2020-05-08 | 1 | -30/+17 |
* | avformat/hlsenc: Avoid setting unused variables | Andreas Rheinhardt | 2020-05-08 | 1 | -8/+8 |
* | avformat/hlsenc: Remove redundant setting of output format | Andreas Rheinhardt | 2020-05-07 | 1 | -2/+0 |
* | avformat/hlsenc: Improve checks for invalid stream mappings | Andreas Rheinhardt | 2020-05-06 | 1 | -5/+9 |
* | avformat/hlsenc: resend full url of the init fragment mp4 | Steven Liu | 2020-05-06 | 1 | -1/+1 |
* | libavformat/hlsenc: Allow usage of 'periodic-rekey' with multi-variant streams | Yaroslav Pogrebnyak | 2020-05-06 | 1 | -37/+44 |
* | avformat/hlsenc: compute segment duration use current pts minus last segment ... | Steven Liu | 2020-05-06 | 1 | -1/+2 |
* | avformat/hlsenc: add support for microseconds since epoch based sequence number | Marton Balint | 2020-05-01 | 1 | -3/+10 |
* | avformat/hlsenc: add hls_fmp4_init_resend option | Steven Liu | 2020-04-15 | 1 | -5/+36 |
* | avformat/hlsenc: return media_url directly if failed to get seperator | Limin Wang | 2020-04-10 | 1 | -0/+2 |
* | avformat/hlsenc: use av_asprintf() | Limin Wang | 2020-04-08 | 1 | -3/+1 |
* | avformat/hlsenc: Factor out deleting files from deleting segments | Andreas Rheinhardt | 2020-04-08 | 1 | -28/+24 |