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
...
*
Revert "lavf/dashenc: Write media trailers when DASH trailer is written."
Karthick J
2018-12-03
1
-58
/
+24
*
lavf/dashenc: Use avpriv_io_delete to delete files.
Andrey Semashev
2018-12-03
1
-2
/
+7
*
lavf/dashenc: Write media trailers when DASH trailer is written.
Andrey Semashev
2018-12-03
1
-24
/
+58
*
avformat/dashenc: Added proper logging when io_open fails for write
Karthick J
2018-12-03
1
-6
/
+13
*
avformat/dashenc: Added an option to ignore io errors
kjeyapal@akamai.com
2018-12-02
1
-6
/
+11
*
avformat/dashenc: Handled the error from dashenc_io_open()
kjeyapal@akamai.com
2018-12-02
1
-1
/
+5
*
lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.
Andrey Semashev
2018-12-02
1
-0
/
+12
*
lavf/dashenc: Don't put non-mp4 streams in HLS manifests.
Andrey Semashev
2018-12-02
1
-1
/
+12
*
avformat/mpegenc: extend muxing PCM-DVD to other depths
Paul B Mahol
2018-12-01
2
-7
/
+22
*
avformat/ac3dec: always skip junk bytes before sync bytes
Paul B Mahol
2018-11-30
1
-1
/
+1
*
avformat/dashdec: add subtitle stream support
Steven Liu
2018-11-30
1
-7
/
+90
*
lavf/rawdec: Do not mark streams from raw subtitle demuxers as data streams.
Carl Eugen Hoyos
2018-11-28
3
-2
/
+15
*
lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxt
Carl Eugen Hoyos
2018-11-27
1
-2
/
+2
*
lavf/dashdec: Add webm to the list of allowed extensions.
Andrey Semashev
2018-11-27
1
-1
/
+1
*
avformat/vivo: Don't log null value
Mark Harris
2018-11-26
1
-1
/
+1
*
avformat/hlsenc: remove the cannot reach result
Steven Liu
2018-11-25
1
-1
/
+1
*
avformat/pcmdec: endianness for audio/L16 mime type
Igor Derzhavin
2018-11-25
1
-2
/
+10
*
avformat/pcmdec: audio/L16 should be in network byte order by default (rfc 2586)
Igor Derzhavin
2018-11-25
1
-2
/
+2
*
avformat/pcmdec: mime-type should be case insensitive (audio/L16)
Igor Derzhavin
2018-11-25
1
-1
/
+1
*
avformat/dhav: improve A/V sync
Paul B Mahol
2018-11-24
1
-21
/
+107
*
avformat: add DHAV demuxer
Paul B Mahol
2018-11-24
4
-1
/
+299
*
lavf/dashenc: Fix segment duration overflow on fine time bases.
Andrey Semashev
2018-11-23
1
-3
/
+3
*
avformat/movenc: get number of written bytes from bitstream writer
Paul B Mahol
2018-11-22
1
-1
/
+1
*
avformat/movenc: fix size calculation in mov_write_eac3_tag()
Paul B Mahol
2018-11-22
1
-1
/
+1
*
avformat/http : Added check for valid URL context before calling shutdown
kjeyapal@akamai.com
2018-11-22
1
-1
/
+1
*
avformat/dashenc : Handled error from ff_http_do_new_request() cleanly
kjeyapal@akamai.com
2018-11-22
1
-1
/
+7
*
lavf/dashenc: Fix AVDictionary leaks in case of various init errors.
Andrey Semashev
2018-11-21
1
-6
/
+7
*
lavf/dashenc: Add support for format-specific file extensions.
Andrey Semashev
2018-11-21
1
-13
/
+35
*
lavf/dashenc: Add DASH segment type auto and make it the default
Andrey Semashev
2018-11-21
1
-18
/
+54
*
lavf/hlsenc: Do not mix declarations and code.
Carl Eugen Hoyos
2018-11-16
1
-5
/
+5
*
lavf/dashenc: set FLAC manifest codec string to "flac"
Jan Ekström
2018-11-14
1
-0
/
+1
*
avformat/hlsenc: check dirname and fix vtt problem
Steven Liu
2018-11-12
1
-5
/
+14
*
lavf/apngdec: Return EOF for incomplete files.
Carl Eugen Hoyos
2018-11-08
1
-0
/
+4
*
flvdec: Export unknown metadata packets as opaque data
Martin Storsjö
2018-11-05
3
-5
/
+16
*
flvdec: Rename FLV_STREAM_TYPE_DATA into FLV_STREAM_TYPE_SUBTITLE
Martin Storsjö
2018-11-05
2
-5
/
+5
*
avformat/ftp: allow nonstandard 202 reply to OPTS UTF8
Marton Balint
2018-11-04
1
-2
/
+3
*
avformat/dashenc: Disable writing CODECS tag for HEVC streams
kjeyapal@akamai.com
2018-11-02
1
-1
/
+5
*
avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs i...
James Almer
2018-11-01
1
-0
/
+2
*
Bump minor version for master after 4.1 branchpoint
Michael Niedermayer
2018-11-02
1
-1
/
+1
*
Bump minor versions for branching 4.1
Michael Niedermayer
2018-11-02
1
-2
/
+2
*
avformat/ftp: return AVERROR_EOF for EOF
Marton Balint
2018-11-01
1
-2
/
+2
*
avformat/hlsenc.c: fix the output's duration smaller than input's in sub-rang...
Charles Liu
2018-10-30
1
-2
/
+1
*
avformat/hlsenc.c: the size of init.mp4 is zero.
Charles Liu
2018-10-30
1
-0
/
+19
*
avformat/hlsenc.c: remove the useless variable fmp4_init_mode.
Charles Liu
2018-10-30
1
-4
/
+0
*
avformat/hlsenc.c: fix memory leak in fmp4 mode.
Charles Liu
2018-10-30
1
-0
/
+1
*
avformat/hlsenc: fix the duration of m4s segment is unusually smaller than ex...
Charles Liu
2018-10-30
1
-4
/
+0
*
avformat/rpl: Support files containing 8 bit PCM or VIDC audio
Cameron Cawley
2018-10-26
1
-1
/
+16
*
avcodec: Implement Archimedes VIDC encoder/decoder
Cameron Cawley
2018-10-26
4
-0
/
+10
*
avformat/dashenc: Support HTTP persistent for init segments as well
kjeyapal@akamai.com
2018-10-26
1
-2
/
+5
*
avformat/mxfenc: simplify dnxhd handling and add more flavors
Baptiste Coudurier
2018-10-24
1
-155
/
+63
[prev]
[next]