21791 Commits (44095564d48b75e2f3d832c499342711cef7635f)

Author SHA1 Message Date
Paul B Mahol 1a17a66b09 avformat/sdsdec: fix undefined behaviour 5 years ago
Paul B Mahol d58752bcb9 avformat/aiffdec: fix signed integer overflow 5 years ago
Jun Zhao 5f13859873 lavf/4xm: fix memory leak in error handing path 5 years ago
Michael Niedermayer 72db18e929 avformat/utils: Do not assume duration is non negative in compute_pkt_fields() 5 years ago
Michael Niedermayer 27a2f65948 avformat/vividas: Test size and packet numbers a bit more 5 years ago
Michael Niedermayer 8e51f35f81 avformat/vividas: Check n_sb_blocks against input space 5 years ago
Moritz Barsnick e9e9f79a19 avformat/hashenc: fix incorrect use of av_mallocz_array() 5 years ago
vectronic 8c90bb8ebb avformat/dashdec: fix segfault when parsing segmentlist 5 years ago
vectronic 598962cd3a avformat/dashdec: fix pointer being freed was not allocated 5 years ago
Paul B Mahol 05a2ce9326 avformat/y4m: do not try to seek if pts is less than 0 5 years ago
James Almer 1c165e19f9 avformat/latmenc: fix context used for logging 5 years ago
Moritz Barsnick 2f87c9f646 avformat/hashenc: add streamhash muxer 5 years ago
Moritz Barsnick 666b427881 avformat/hashenc: use an array of hashes 5 years ago
Moritz Barsnick d214f21611 avformat/hashenc: rearrange options definition 5 years ago
Moritz Barsnick 270f94e132 avformat/rtpenc_mpegts: copy metadata to mpegts sub-muxer 5 years ago
Moritz Barsnick 6390f52ac7 avformat/aiffdec: parse replaygain metadata 5 years ago
James Almer 179e15dc97 avformat/movenc: don't hardcode the colr box size 5 years ago
Anthony Delannoy a221af1f5e avformat/mpegts: add support for EPG extraction from mpegts 5 years ago
Anthony Delannoy 5e51c1aeb5 avformat/mpegts: add all well known PIDs and TIDs to mpegts.h 5 years ago
Andreas Rheinhardt 90f647c29b avformat/utils: Preserve integrity of linked list 5 years ago
Andreas Rheinhardt 8b1be6e5eb avformat/internal: Improve documentation of ff_packet_list_get 5 years ago
hwrenx 96f1d34d0c lavf/mpegts: Support demuxing AVS2. 5 years ago
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