21969 Commits (2205fb281074a31388e78c615193410cc9c10042)

Author SHA1 Message Date
Michael Niedermayer 093d1f4250 avformat/mov: Check for EOF in mov_read_meta() 5 years ago
Andreas Rheinhardt 34bd293b01 avformat/mov: Fix memleak 5 years ago
Carl Eugen Hoyos 551fcbbccb lavc/g729dec: Support decoding Sipro ACELP.KELVIN. 5 years ago
Michael Niedermayer 8e8fd25272 avformat/vividas: Remove align offset which is always masked off 5 years ago
Michael Niedermayer 08dc354ef7 avformat/vividas: remove dead assignment 5 years ago
Michael Niedermayer 5c5575c8dc avformat/cdxl: Fix integer overflow in intermediate 5 years ago
Michael Niedermayer fccc37ca85 repeat an even number of characters in occured 5 years ago
Michael Niedermayer 24e5270911 avformat/hcom: Tell the compiler about set but not read variables 5 years ago
James Almer 4c34ed65f6 avformat/rmdec.c: fix brackets around arguments 5 years ago
James Almer 78f52b4fe3 avformat/rmdec.c: fix left shift of negative value in rm_sync() 5 years ago
Steven Liu 8efc9fcc56 avformat/hlsenc: make fix code style of hls_write_trailer 5 years ago
Steven Liu 2e82b50bce avformat/dashdec: reindent code at parse_manifest 5 years ago
Jun Zhao 0c5726a332 lavf/hls: fix memory leak in error handling path for option tmp 5 years ago
Jun Zhao 90a5bebd19 lavf/hls: remove redundancy seekable setting 5 years ago
Jun Zhao eada079e71 lavf/hls: drop unnecessary check before ff_format_io_close 5 years ago
Jun Zhao 48d96ce29a lavf/hls: refine the log message 5 years ago
Andreas Rheinhardt 1a066d87e3 avformat/hlsenc: Fix memleak when using single_file 5 years ago
Daniel Oberhoff 88a26abcc6 hlsenc: flush segments to guarantuee atomic single file hls 5 years ago
Paul B Mahol de125a0942 avformat/sccdec: remove not needed code 5 years ago
Steven Liu e55018ee11 avformat/dashdec: add startNumber parser for segmentlist 5 years ago
Steven Liu 9ff8fbda65 avformat/hlsenc: fix memleak at hls_write_trailer 5 years ago
Steven Liu 5b809a8d4b avformat/hlsenc: print warning at the end when upload the last segment failed 5 years ago
Steven Liu 307e0627db avformat/hlsenc: merge fmp4 and mpegts segment type m3u8 list AVIOConext 5 years ago
Jun Zhao 3740bdee77 lavf/avidec: fix memory leak in error handling path 5 years ago
Michael Niedermayer 55d4e22d71 avformat/vividas: check for tiny blocks using alignment 5 years ago
Carl Eugen Hoyos aef24efb0c lavf/rawenc: Only accept the appropriate stream type for raw muxers. 5 years ago
Steven Liu db92a3e463 avformat/hlsenc: fix compiling error of hlsenc 5 years ago
Steven Liu fe77cad3a4 avformat/hlsenc: fix code style 5 years ago
Steven Liu 07b4bf5f11 avformat/hlsenc: move the warning message from every segment upload to init part 5 years ago
Steven Liu f267a2ac9c avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistent 5 years ago
Steven Liu 6c593fee63 avformat/http: add ff_http_get_shutdown_status api for check the status of shutdown 5 years ago
Limin Wang 787c56b9e9 avformat/mxfenc: fix warning: unused function 'klv_ber_length' [-Wunused-function] 5 years ago
James Almer 3b3150c45f avformat/matroskadec: use av_fast_realloc to reallocate ebml list arrays 5 years ago
James Almer f34aabfbae avformat/matroskadec: use proper types for some EbmlSyntax fields 5 years ago
Anthony Delannoy 39f1295937 avformat/mpegts: Check if ready on SCTE reception 5 years ago
Andriy Gelman ef43a4d6b3 avformat: Add ZeroMQ as a protocol 5 years ago
Marton Balint f4eb7d84a7 avformat/mpegtsenc: fix flushing of audio packets 5 years ago
Steven Liu 2a21487b9e avformat/dashdec: start from the root uri when baseURL is start with '/' 5 years ago
Limin Wang 75aea52a10 lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for relation path 5 years ago
Marton Balint ce1fcc8ced avformat/utils: return pending IO error on EOF in av_read_frame() 5 years ago
Marton Balint 2e31774b40 avformat/avidec: add support for recognizing HEVC fourcc when demuxing 5 years ago
Marton Balint 765c56bfa9 avformat/mpegts: fix teletext PTS when selecting teletext streams only 5 years ago
Paul B Mahol 7c0b3ba7dd avcodec: add IMM5 decoder 5 years ago
Michael Niedermayer e0c973e5be avformat/mpsubdec: Remove floating point usage 5 years ago
Limin Wang ffd65c8862 lavf/dump: dump the vbv_delay with N/A instead of 18446744073709551615 5 years ago
Paul B Mahol 98f5cbcb7d avformat/dsfdec: set packet pts/duration/pos correctly 5 years ago
Paul B Mahol 428b4aacb1 avformat/mov: improve timecode calculation 5 years ago
Paul B Mahol d8410e9cf9 avformat/dhav: always initializer ret 5 years ago
Steven Liu 17576fda65 avformat/hlsenc: remove unused value 5 years ago
Steven Liu 80d2a7f5c6 avformat/hlsenc: fix memleak of filename 5 years ago