21791 Commits (44095564d48b75e2f3d832c499342711cef7635f)

Author SHA1 Message Date
tomajsjiang 3d1506c630 lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloc 5 years ago
Andreas Rheinhardt 789dcfaf58 avformat/mux: Use av_packet_rescale_ts 5 years ago
Andreas Rheinhardt 1147759552 avformat/mux: Use const AVPacket * in compare functions 5 years ago
Marton Balint 5974463767 avformat/mpegtsenc: remove deprecated resend_headers option 5 years ago
Marton Balint 88ac76be79 avformat/mpegtsenc: fix PCR generation intervals 5 years ago
Marton Balint a4d984ad33 avformat/mpegtsenc: use increasing numbers in default service names 5 years ago
Marton Balint 9de40bf624 avformat/mpegtsenc: remove section_write_packet forward declaration 5 years ago
Marton Balint 47ea654bd8 avformat/mpegtsenc: factorize setting up services 5 years ago
Marton Balint d770e0f401 avformat/mpegtsenc: fix incorrect PCR selection with multiple programs 5 years ago
Andreas Rheinhardt de010d229a libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking 5 years ago
Nicolas George 3add65e052 lavf/concat: implement FFSEEK_SIZE. 5 years ago
Nicolas George 6e1a2dc112 lavf/aviobuf: make AVSEEK_SIZE usable from outside. 5 years ago
Michael Niedermayer 1d72b5d2d5 avformat/vividas: Fix another infinite loop 5 years ago
Michael Niedermayer 52b564ef13 avformat/vividas: Fix infinite loop in header parser 5 years ago
Carl Eugen Hoyos 098ed8a73e lavf/dump: Fix cpb bitrate type after next major bump. 5 years ago
Carl Eugen Hoyos 6711419569 lavf/dump: Fix vbv_delay type specifier. 5 years ago
Olivier Maignial c29d81e736 avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp line 5 years ago
Jun Zhao 5e829262a6 lavf/hls: add http_seekable option for HTTP partial requests 5 years ago
Michael Niedermayer 6c67c8ca9a Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation" 5 years ago
Jacob Siddall 9051092e73 avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation 5 years ago
Michael Niedermayer 652ea23cb3 avformat/realtextdec: Check for duplicate extradata in realtext_read_header() 5 years ago
Michael Niedermayer 76133d7c8b avformat/vividas: Fix memleak of AVIOContext in track_header() 5 years ago
Michael Niedermayer 07357cd933 avformat/vividas: Check that value from ffio_read_varlen() does not overflow 5 years ago
Michael Niedermayer 8bac648359 avformat/vividas: forward errors from track_header() 5 years ago
Michael Niedermayer c3ef24d9ba avformat/vividas: Check buffer size before allocation 5 years ago
Michael Niedermayer 8e41675e18 avformat/vividas: Check if extradata was read successfully 5 years ago
James Almer 1cf2f040e3 avformat/dashenc: fix writing the AV1 codec string in mp4 mode 5 years ago
James Almer ce6a98e830 avformat/dashenc: update stream extradata from packet side data 5 years ago
James Almer 9a44ec9410 avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth value 5 years ago
James Almer 0d597a69ba avformat/av1: rename some AV1SequenceParameters fields 5 years ago
James Almer 68e48e5d97 avformat/av1: split off sequence header parsing from the av1C writing function 5 years ago
James Almer 0c7cfd2c19 avformat/av1: add color config values to AV1SequenceParameters 5 years ago
Michael Niedermayer da5039415c avformat/mpc: deallocate frames array on errors 5 years ago
James Almer 502aff91a7 avformat/av1: fix AV1CodecConfigurationBox name in doxy 5 years ago
Steven Liu 23678462c0 avformat/hlsenc: Fix overflow of int for durations compute 5 years ago
Paul B Mahol f79873409b avcodec/adpcm: add support for 5.1 ADPCM MS 5 years ago
Matt Wolenetz 052d41377a lafv/wavdec: Fail bext parsing on incomplete reads 5 years ago
vacingfang d83a3117e2 lavf/hls: replace the same code logic with ensure_playlist() 5 years ago
Jun Zhao 606be4cb50 lavf/hls: remove redundancy reset_packet() after av_packet_unref() 5 years ago
Baptiste Coudurier 9e24b98b15 avformat/mxfenc: fix index byte count in partition header 5 years ago
Gyan Doshi d51d71c1e3 avformat/mov: fix return code for trun box with no sample entries 5 years ago
Leo Zhang 116303cd24 avformat/dashenc: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015. 5 years ago
Michael Niedermayer 80bb65fafa Bump minor versions again on master to keep 4.2 versions separate from master 5 years ago
Michael Niedermayer 22db337a40 Bump minor versions to separate 4.2 from master 5 years ago
Jun Zhao 4373bb411c lavf/avio: remove ffio_open2_wrapper function 5 years ago
James Almer 881e1f5a62 avformat/aacdec: resync to the next adts frame on invalid data instead of aborting 5 years ago
James Almer a38eab8b75 avformat/aacdec: factorize the adts frame resync code 5 years ago
Gyan Doshi c104701b6c avformat/mux: correct error msg for when BSF filtering fails 5 years ago
Michael Niedermayer 5c46fdf305 avformat/utils: Check rfps_duration_sum for overflow 5 years ago
Michael Niedermayer 00ed04d614 avformat/ifv: Check for EOF in read_index() 5 years ago