| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avformat: add subtitle support in master playlist m3u8 | Limin Wang | 2020-04-08 | 1 | -2/+24 |
* | avformat/hlsenc: remove the first slash of the relative path line in the mast... | Limin Wang | 2020-04-08 | 1 | -1/+1 |
* | avformat/hlsenc: Use AVBPrint to avoid allocations of strings | Andreas Rheinhardt | 2020-04-08 | 1 | -30/+27 |
* | avformat/hlsenc: Fix memleak when deleting old segments | Andreas Rheinhardt | 2020-04-08 | 1 | -1/+0 |
* | avformat/hlsenc: set the options when open the key info files | Steven Liu | 2020-03-12 | 1 | -3/+14 |
* | avformat/hlsenc: Fix initial setting for start_pts | Hongcheng Zhong | 2020-03-12 | 1 | -0/+7 |
* | avformat/hlsenc: allow a custom SDT and PAT period | Marton Balint | 2020-02-05 | 1 | -2/+2 |
* | avformat/hlsenc: fix hls_ts_options with mpegts | Marton Balint | 2020-01-31 | 1 | -19/+17 |
* | avformat/hlsenc: fix default AES key file url with variant streams | Bela Bodecs | 2020-01-20 | 1 | -2/+3 |
* | avformat/hlsenc: program_date_time and append_list flags conflict | Bela Bodecs | 2020-01-20 | 1 | -0/+1 |
* | avformat/hlsenc: compare without the last directory separator in get_relative... | Steven Liu | 2020-01-20 | 1 | -1/+1 |
* | avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf() | Marton Balint | 2020-01-07 | 1 | -2/+0 |