441 Commits (211c88b9d5f10e8ad53a2d9d786ab07bae6a2a8e)

Author SHA1 Message Date
Steven Liu 5dc1b4b997 avformat/hlsenc: set http options before use delete http method 3 years ago
Andreas Rheinhardt fd101c9c3b avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h 3 years ago
Valerii Zapodovnikov ab658db4d0 libavformat/hlsenc: fix typos in comments 4 years ago
Steven Liu 59032494e8 Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe" 4 years ago
Gyan Doshi 8ab2bb81b2 avformat/hlsenc: correct log text and supply packet details 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 2086d635c3 avformat/hlsenc: Remove deprecated localtime options 4 years ago
Andreas Rheinhardt 41181bc4a0 avformat/hlsenc: Remove deprecated wrap option 4 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Limin Wang 38caef3876 avformat/hlsenc: use AV_OPT_TYPE_DURATION 4 years ago
Zhao Zhili 1775688292 avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higher 4 years ago
Limin Wang bf1cc9a43b avformat/hlsenc: reindent the code 4 years ago
Nikola Pajkovsky 3ffed80eba hlsenc: expand hls_fmp4_init_filename with strftime() 4 years ago
Vignesh Ravichandran 45a673ebee avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HLS playlist 4 years ago
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 5 years ago
Andrey Semashev 93a435dd4b libavformat/hlsenc: Remove duplicate close of the output stream. 5 years ago
Limin Wang 0e10f54585 avformat/hlsenc: simplify code to pass s directly 5 years ago
Limin Wang fdda832603 avformat/hlsenc: fix av_bprint_finalize() usage 5 years ago
Limin Wang db92efd83e avformat/hlsenc: use proper error codes 5 years ago
Andreas Rheinhardt 19a876fd69 avformat/hlsenc: Always treat numbers as decimal 5 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