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/mxfdec: Do not process zero modified_date timestamp.
Michael Niedermayer
2018-12-22
1
-1
/
+1
*
avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available
Jan Ekström
2018-12-22
1
-0
/
+11
*
avformat/avio: fix avio_feof documentation
Marton Balint
2018-12-22
1
-3
/
+3
*
avformat/vividas: check if viv->sb_pb is not NULL
Paul B Mahol
2018-12-22
1
-0
/
+4
*
avformat/vividas: check if size is enough big in xor_block
Paul B Mahol
2018-12-22
1
-1
/
+2
*
avformat/vividas: fix undefined behaviour
Paul B Mahol
2018-12-22
1
-4
/
+4
*
avformat/vividas: check if value from ffio_read_varlen() is too big
Paul B Mahol
2018-12-22
1
-2
/
+6
*
libavformat/mov: Fix NULL-dereference read for some encrypted content.
Jacob Trimble
2018-12-20
1
-3
/
+3
*
avformat: add vividas demuxer
Paul B Mahol
2018-12-20
4
-2
/
+721
*
avformat/mov: Simplify get_stream_info_time()
Michael Niedermayer
2018-12-19
1
-10
/
+6
*
avformat/mpegts: Fix side data type for stream id
Michael Niedermayer
2018-12-19
1
-1
/
+1
*
avformat/vorbiscomment: add support for writing chapters
Paul B Mahol
2018-12-18
5
-19
/
+79
*
lavf/mov: document the dvh1 codec switch based on hvcC availability
Jan Ekström
2018-12-17
1
-0
/
+5
*
lavf/isom: add Dolby Vision sample entry codes for HEVC and H.264
Rodger Combs
2018-12-17
1
-0
/
+4
*
avformat/mxfenc: fix typo
Paul B Mahol
2018-12-17
1
-1
/
+1
*
lavf/id3v2: fail read_apic on EOF reading mimetype
chcunningham
2018-12-17
1
-2
/
+4
*
avformat/dashenc: Added support for Low-latency HLS(Experimental)
kjeyapal@akamai.com
2018-12-17
1
-4
/
+33
*
avformat/dashenc : Refactored HLS media playlist related code
kjeyapal@akamai.com
2018-12-17
1
-60
/
+75
*
avformat/nutenc: Document trailer index assert better
Michael Niedermayer
2018-12-16
1
-1
/
+1
*
lavf/mov: ensure only one tkhd per trak
chcunningham
2018-12-16
1
-1
/
+11
*
avformat/nutdec: fix pts overflow
Paul B Mahol
2018-12-14
1
-2
/
+2
*
avformat/ffmetadec: do no limit size of tags to 1024
Paul B Mahol
2018-12-14
1
-5
/
+52
*
avformat/movenc: treat ALAC same as FLAC and write correct info
Paul B Mahol
2018-12-14
1
-1
/
+3
*
avformat/id3v2: use png header to get PNG signature
Paul B Mahol
2018-12-14
1
-1
/
+2
*
avformat/flac_picture: try to guess PNG by actual picture data
Paul B Mahol
2018-12-14
1
-0
/
+5
*
avformat/nut: add support for yuva444/422p12 pixel format
Paul B Mahol
2018-12-14
1
-0
/
+5
*
avformat/nutdec: fix obvious typo
Paul B Mahol
2018-12-14
1
-1
/
+1
*
avformat/mxfdec: fix error check in macro
Paul B Mahol
2018-12-13
1
-1
/
+1
*
bump micro after recent gif changes
Paul B Mahol
2018-12-13
1
-1
/
+1
*
avformat/gifdec: export duration, nb_frames and comment
Paul B Mahol
2018-12-13
1
-14
/
+71
*
avformat/gif: extend description
Paul B Mahol
2018-12-13
1
-1
/
+1
*
avformat/gifdec: export sample aspect ratio
Paul B Mahol
2018-12-13
1
-1
/
+7
*
avcodec: rewrite gif muxing and encoding
Paul B Mahol
2018-12-13
1
-140
/
+100
*
avformat/utils: add support for reading ID3 tags at start of wav
Paul B Mahol
2018-12-13
1
-1
/
+1
*
avformat/wavdec: add support for 'id3 ' chunk
Paul B Mahol
2018-12-13
1
-0
/
+13
*
os_support: define socket shutdown SHUT_xxx macros if they are not defined
Peter Ross
2018-12-11
1
-10
/
+13
*
avformat/dashenc: Used the movenc option skip_sidx instead of global_sidx
kjeyapal@akamai.com
2018-12-11
1
-1
/
+1
*
avformat/movenc: Added an option to disable SIDX atom
kjeyapal@akamai.com
2018-12-11
2
-2
/
+11
*
lavf/matroskadec: Do not use strncat() to limit copying a one-char constant.
Carl Eugen Hoyos
2018-12-11
1
-5
/
+2
*
avformat/gif: simplify signature writing
Paul B Mahol
2018-12-10
1
-2
/
+2
*
avformat/mxfenc: calculate and store DAR from user SAR
Paul B Mahol
2018-12-10
1
-0
/
+5
*
avformat/mxfenc: allow muxing prores
Paul B Mahol
2018-12-10
1
-0
/
+49
*
avformat: add gif pipe demuxer
Paul B Mahol
2018-12-10
4
-2
/
+19
*
avformat/hlsenc : Added an option to ignore IO errors
Karthick J
2018-12-10
1
-10
/
+31
*
avformat/hlsenc: Handled error from ff_http_do_new_request() function
Karthick J
2018-12-10
1
-1
/
+7
*
avformat/mxfdec: fix indentation
Paul B Mahol
2018-12-09
1
-9
/
+9
*
avformat/dhav: export average frame rate too
Paul B Mahol
2018-12-09
1
-0
/
+2
*
Fix bug in mpegts muxer which affects KLV async stream generation.
Artyom Lebedev
2018-12-08
1
-1
/
+1
*
avformat/mxfdec: set codec_tag for prores codec
Paul B Mahol
2018-12-07
1
-0
/
+12
*
lavf/dashenc: Write media trailers when DASH trailer is written.
Andrey Semashev
2018-12-04
1
-25
/
+60
[prev]
[next]