21708 Commits (b29c7bcbf6bc257f4302b8bed0509bb5489ca068)

Author SHA1 Message Date
Marton Balint 6ee40dcb64 avformat/mxfdec: do not ignore bad size errors 5 years ago
Michael Niedermayer 493438fafc avformat/realtextdec: free queue on error 5 years ago
Michael Niedermayer 5937f05503 avformat/vividas: Check av_xiphlacing() return value before use 5 years ago
Steven Liu c66d468795 avformat/hlsenc: avformat/hlsenc: simplified code 5 years ago
Steven Liu fa78a6abb3 avformat/hlsenc: simplified code of use_localtime in hls_init 5 years ago
Steven Liu d1fe1344ea avformat/hlsenc: fix memleak in update_variant_stream_info 5 years ago
Steven Liu 3708a2a909 avformat/hlsenc: reindent code 5 years ago
Steven Liu 939c17fcb3 avformat/hlsenc: remove unuse comment of the code 5 years ago
Jun Zhao f36925201c lavf/hlsenc: free the old_filname to avoid memory leak 5 years ago
Limin Wang eccb94c3ba lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable] 5 years ago
Steven Liu cff309097a avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow 5 years ago
Limin Wang df6e341b04 lavf/dump: use error log level for invalid size 5 years ago
Marton Balint 95fa73a2b4 avformat/avio: remove 4k limit from avio_printf 5 years ago
Marton Balint 61b4daf78c avformat/assenc: optimize writing dialogs 5 years ago
Marton Balint a82f8f2f10 avformat/avio: add avio_print_string_array and avio_print 5 years ago
Andreas Rheinhardt c294f38c91 avformat/matroskadec: Fix seeking 5 years ago
tomajsjiang 9c3adb7ce2 lavf/utils: fix error like "offset 0x1f85: partial file" 5 years ago
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