377 Commits (c7ece8e26f313bba7ab30f0ac7cfd282b6ff51e0)

Author SHA1 Message Date
Andreas Rheinhardt fe2be5d9ce avformat/hlsenc: Fix check for SPS 4 years ago
Andreas Rheinhardt c4f65611bc avformat/hlsenc: Fix mixed declaration and code 4 years ago
Andreas Rheinhardt 1ba174f461 avformat/hlsenc: Don't use uninitialized buffer in av_stristr() 4 years ago
Andreas Rheinhardt 96ad55df5b avformat/hlsenc: Fix extradata length check 4 years ago
Steven Liu a2b1dd0ce3 avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INF 4 years ago
Steven Liu b5ca8f2c66 avformat/hlsenc: compute video_keyframe_size after write keyframe 4 years ago
Steven Liu a424671e4f avformat/hlsenc: process hls_time value too small sence 4 years ago
Steven Liu 40597add98 avformat/hlsenc: write temp file for append single file by encryption mode 4 years ago
Marton Balint b2318c1e53 avformat/hlsenc: increase initial program date time precision 4 years ago
Steven Liu 73fe0cbb94 avformat/hlsenc: check fragment size plus start_pos large than hls_segment_size 4 years ago
Andrey Semashev 93a435dd4b libavformat/hlsenc: Remove duplicate close of the output stream. 4 years ago
Limin Wang 0e10f54585 avformat/hlsenc: simplify code to pass s directly 4 years ago
Limin Wang fdda832603 avformat/hlsenc: fix av_bprint_finalize() usage 4 years ago
Limin Wang db92efd83e avformat/hlsenc: use proper error codes 4 years ago
Andreas Rheinhardt 19a876fd69 avformat/hlsenc: Always treat numbers as decimal 4 years ago
Andreas Rheinhardt 6c70f89813 avformat/hlsenc, hlsplaylist: Cosmetics 5 years ago
Andreas Rheinhardt 4fbcb69707 avformat/hlsenc: Avoid duplicating strings when parsing 5 years ago
Andreas Rheinhardt c1638bfae1 avformat/hlsenc: Don't unnecessarily duplicate baseurl string 5 years ago
Andreas Rheinhardt 3ab6a923d1 avformat/hlsenc: Don't segfault on uncommon names 5 years ago
Steven Liu ba436c1586 avformat/hlsenc: free options fix memleak in hls_write_trailer 5 years ago
Steven Liu 76eaca43be avformat/hlsenc: fix filename memleak in hls_write_packet 5 years ago
Steven Liu e684d07ac6 avformat/hlsenc: move number out of hls_start 5 years ago
Andreas Rheinhardt 6db81e93a9 avformat/hlsenc: Simplify setting base_output_dirname 5 years ago
Andreas Rheinhardt 21553d2082 avformat/hlsenc: Simplify setting basename with av_asprintf() 5 years ago
Andreas Rheinhardt 6b44f6839d avformat/hlsenc: Simplify setting subtitle basename with av_asprintf 5 years ago
Andreas Rheinhardt 940601616e avformat/hlsenc: Don't cast const away 5 years ago
Andreas Rheinhardt d41c93d155 avformat/hlsenc: Remove redundant initializations 5 years ago
Andreas Rheinhardt a90f2265fa avformat/hlsenc: Don't reset AVIOContext pointer manually a second time 5 years ago
Andreas Rheinhardt 345158aea1 avformat/hlsenc: Cosmetics 5 years ago
Andreas Rheinhardt 4effcc399a avformat/hlsenc: Factor check out of loop 5 years ago
Andreas Rheinhardt e1dfb5128b avformat/hlsenc: Localize initialization of subtitle streams 5 years ago
Andreas Rheinhardt 191b51254c avformat/hlsenc: Unconditionally free some strings 5 years ago
Andreas Rheinhardt 2fcfc16dd2 avformat/hlsenc: Check some unchecked allocations 5 years ago
Andreas Rheinhardt fdb6f55209 avformat/hlsenc: Add deinit function 5 years ago
Andreas Rheinhardt de20f6cb70 avformat/hlsenc: Avoid setting unused variables 5 years ago
Andreas Rheinhardt 1ec0fb56a7 avformat/hlsenc: Remove redundant setting of output format 5 years ago
Andreas Rheinhardt c801ab43c3 avformat/hlsenc: Improve checks for invalid stream mappings 5 years ago
Steven Liu 666dbe7aac avformat/hlsenc: resend full url of the init fragment mp4 5 years ago
Yaroslav Pogrebnyak 7f0200d0d2 libavformat/hlsenc: Allow usage of 'periodic-rekey' with multi-variant streams 5 years ago
Steven Liu a7bab199e5 avformat/hlsenc: compute segment duration use current pts minus last segment end pts 5 years ago
Marton Balint d695762949 avformat/hlsenc: add support for microseconds since epoch based sequence number 5 years ago
Steven Liu 152f61e29b avformat/hlsenc: add hls_fmp4_init_resend option 5 years ago
Limin Wang df08db0711 avformat/hlsenc: return media_url directly if failed to get seperator 5 years ago
Limin Wang 99ebb033d2 avformat/hlsenc: use av_asprintf() 5 years ago
Andreas Rheinhardt d7780636df avformat/hlsenc: Factor out deleting files from deleting segments 5 years ago
Limin Wang cd8c5e89ba avformat: add subtitle support in master playlist m3u8 5 years ago
Limin Wang e2e8ef5076 avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file 5 years ago
Andreas Rheinhardt c9cd0a20b2 avformat/hlsenc: Use AVBPrint to avoid allocations of strings 5 years ago
Andreas Rheinhardt de8f6a4033 avformat/hlsenc: Fix memleak when deleting old segments 5 years ago
Steven Liu 31bc1c44d6 avformat/hlsenc: set the options when open the key info files 5 years ago