index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/hlsenc: reindent code
Steven Liu
2019-08-20
1
-35
/
+32
*
avformat/hlsenc: remove unuse comment of the code
Steven Liu
2019-08-20
1
-1
/
+0
*
lavf/hlsenc: free the old_filname to avoid memory leak
Jun Zhao
2019-08-20
1
-0
/
+1
*
lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]
Limin Wang
2019-08-20
1
-1
/
+1
*
avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow
Steven Liu
2019-08-18
1
-127
/
+124
*
lavf/dump: use error log level for invalid size
Limin Wang
2019-08-18
1
-6
/
+6
*
avformat/avio: remove 4k limit from avio_printf
Marton Balint
2019-08-17
3
-7
/
+16
*
avformat/assenc: optimize writing dialogs
Marton Balint
2019-08-17
1
-1
/
+1
*
avformat/avio: add avio_print_string_array and avio_print
Marton Balint
2019-08-17
3
-1
/
+24
*
avformat/matroskadec: Fix seeking
Andreas Rheinhardt
2019-08-16
1
-1
/
+1
*
lavf/utils: fix error like "offset 0x1f85: partial file"
tomajsjiang
2019-08-15
1
-1
/
+7
*
lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloc
tomajsjiang
2019-08-15
2
-0
/
+40
*
avformat/mux: Use av_packet_rescale_ts
Andreas Rheinhardt
2019-08-15
1
-12
/
+4
*
avformat/mux: Use const AVPacket * in compare functions
Andreas Rheinhardt
2019-08-15
6
-9
/
+11
*
avformat/mpegtsenc: remove deprecated resend_headers option
Marton Balint
2019-08-14
1
-13
/
+0
*
avformat/mpegtsenc: fix PCR generation intervals
Marton Balint
2019-08-14
1
-36
/
+54
*
avformat/mpegtsenc: use increasing numbers in default service names
Marton Balint
2019-08-14
1
-2
/
+4
*
avformat/mpegtsenc: remove section_write_packet forward declaration
Marton Balint
2019-08-14
1
-26
/
+24
*
avformat/mpegtsenc: factorize setting up services
Marton Balint
2019-08-14
1
-41
/
+25
*
avformat/mpegtsenc: fix incorrect PCR selection with multiple programs
Marton Balint
2019-08-14
1
-64
/
+80
*
libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking
Andreas Rheinhardt
2019-08-13
1
-3
/
+3
*
lavf/concat: implement FFSEEK_SIZE.
Nicolas George
2019-08-13
1
-1
/
+6
*
lavf/aviobuf: make AVSEEK_SIZE usable from outside.
Nicolas George
2019-08-13
1
-0
/
+3
*
avformat/vividas: Fix another infinite loop
Michael Niedermayer
2019-08-11
1
-1
/
+1
*
avformat/vividas: Fix infinite loop in header parser
Michael Niedermayer
2019-08-11
1
-0
/
+3
*
lavf/dump: Fix cpb bitrate type after next major bump.
Carl Eugen Hoyos
2019-08-10
1
-0
/
+4
*
lavf/dump: Fix vbv_delay type specifier.
Carl Eugen Hoyos
2019-08-10
1
-1
/
+1
*
avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp line
Olivier Maignial
2019-08-10
1
-12
/
+33
*
lavf/hls: add http_seekable option for HTTP partial requests
Jun Zhao
2019-08-08
1
-2
/
+7
*
Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation"
Michael Niedermayer
2019-08-06
1
-4
/
+1
*
avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation
Jacob Siddall
2019-08-05
1
-1
/
+4
*
avformat/realtextdec: Check for duplicate extradata in realtext_read_header()
Michael Niedermayer
2019-08-05
1
-0
/
+4
*
avformat/vividas: Fix memleak of AVIOContext in track_header()
Michael Niedermayer
2019-08-05
1
-2
/
+6
*
avformat/vividas: Check that value from ffio_read_varlen() does not overflow
Michael Niedermayer
2019-08-03
1
-2
/
+5
*
avformat/vividas: forward errors from track_header()
Michael Niedermayer
2019-08-03
1
-4
/
+8
*
avformat/vividas: Check buffer size before allocation
Michael Niedermayer
2019-08-03
1
-0
/
+3
*
avformat/vividas: Check if extradata was read successfully
Michael Niedermayer
2019-08-03
1
-1
/
+6
*
avformat/dashenc: fix writing the AV1 codec string in mp4 mode
James Almer
2019-08-03
1
-0
/
+16
*
avformat/dashenc: update stream extradata from packet side data
James Almer
2019-08-03
1
-11
/
+12
*
avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth value
James Almer
2019-08-03
2
-8
/
+10
*
avformat/av1: rename some AV1SequenceParameters fields
James Almer
2019-08-03
2
-15
/
+15
*
avformat/av1: split off sequence header parsing from the av1C writing function
James Almer
2019-08-03
2
-17
/
+59
*
avformat/av1: add color config values to AV1SequenceParameters
James Almer
2019-08-03
1
-14
/
+18
*
avformat/mpc: deallocate frames array on errors
Michael Niedermayer
2019-07-31
1
-2
/
+5
*
avformat/av1: fix AV1CodecConfigurationBox name in doxy
James Almer
2019-07-30
1
-1
/
+1
*
avformat/hlsenc: Fix overflow of int for durations compute
Steven Liu
2019-07-29
1
-2
/
+2
*
avcodec/adpcm: add support for 5.1 ADPCM MS
Paul B Mahol
2019-07-26
1
-0
/
+2
*
lafv/wavdec: Fail bext parsing on incomplete reads
Matt Wolenetz
2019-07-26
1
-5
/
+7
*
lavf/hls: replace the same code logic with ensure_playlist()
vacingfang
2019-07-26
1
-7
/
+3
*
lavf/hls: remove redundancy reset_packet() after av_packet_unref()
Jun Zhao
2019-07-26
1
-4
/
+0
[next]