index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat: migrate to AVFormatContext->url
Marton Balint
2018-01-28
26
-91
/
+111
*
avformat/hls: migrate to AVFormatContext->url
Marton Balint
2018-01-28
2
-74
/
+96
*
avformat: add url field to AVFormatContext
Marton Balint
2018-01-28
5
-2
/
+47
*
avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_f...
Marton Balint
2018-01-28
1
-55
/
+58
*
hls: don't print a certain warning if playlist loading is aborted
wm4
2018-01-27
1
-2
/
+3
*
avformat, hls: add a flag to signal unavailability of seeking
wm4
2018-01-27
3
-4
/
+13
*
hls: do not allow fallback to generic seeking
wm4
2018-01-27
1
-0
/
+1
*
avformat/dashenc: Signal http end of chunk(http_shutdown) explicitly
Karthick Jeyapal
2018-01-26
1
-0
/
+3
*
avformat/dashenc: Fix a resource leak when http persistent in enabled
Karthick Jeyapal
2018-01-26
1
-0
/
+4
*
libavformat/rtmpproto: Plug leak if sending bytes read report fails.
Josh Allmann
2018-01-25
1
-1
/
+3
*
avformat/hlsenc: closed caption tags in the master playlist
Vishwanath Dixit
2018-01-24
4
-5
/
+159
*
avformat: add option to parse/store ID3 PRIV tags in metadata.
Richard Shaffer
2018-01-24
5
-1
/
+126
*
libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)
Colin NG
2018-01-21
1
-31
/
+63
*
libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)
Colin NG
2018-01-21
1
-13
/
+115
*
avformat/dashdec.c: Download dash content with byte range info
Colin NG
2018-01-21
1
-6
/
+30
*
dashdec: Only free url string if being reused
Brendan McGrath
2018-01-21
1
-1
/
+2
*
avformat/hlsenc: Check that data is set
Brendan McGrath
2018-01-21
1
-1
/
+1
*
dashdec: Make use of frame rate specified in Representation
sfan5
2018-01-21
1
-1
/
+19
*
lavf/rawdec: Also probe the last byte of mjpeg streams.
Carl Eugen Hoyos
2018-01-21
1
-1
/
+1
*
avformat/lrcdec: Fix memory leak in lrc_read_header()
Nikolas Bowe
2018-01-20
1
-0
/
+1
*
lavf/swfdec: Reduce score when auto-detecting swf files.
Carl Eugen Hoyos
2018-01-20
1
-1
/
+1
*
avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...
Nikolas Bowe
2018-01-19
1
-2
/
+10
*
avformat/hlsenc: Add CODECS attribute to master playlist
Karthick Jeyapal
2018-01-19
4
-4
/
+73
*
avformat: small AVFormatContext doxy cosmetics
James Almer
2018-01-18
1
-2
/
+2
*
avformat: small cosmetics after 6512ff72f9
James Almer
2018-01-17
1
-1
/
+3
*
avformat: make avformat_network_init() explicitly optional
wm4
2018-01-16
5
-19
/
+14
*
avformat: deprecate another ffserver API leftover
wm4
2018-01-16
3
-1
/
+21
*
http: cosmetics: reformat reconnect check for better readability
wm4
2018-01-15
1
-3
/
+9
*
dashdec: Support SegmentTemplate inside Period
sfan5
2018-01-14
1
-10
/
+17
*
dashdec: Avoid trying to read any segments beyond the last
sfan5
2018-01-14
1
-3
/
+5
*
dashdec: Correct seeking behaviour
sfan5
2018-01-14
1
-11
/
+12
*
dashdec: Search for segment timeline inside AdaptionSets too
sfan5
2018-01-14
1
-13
/
+27
*
dashdec: Support for multiple video/audio streams
sfan5
2018-01-14
1
-129
/
+213
*
dashdec: Expose bandwidth and representation ID as metadata
sfan5
2018-01-14
1
-2
/
+16
*
avformat/adtsenc: allow only AAC streams
Gyan Doshi
2018-01-14
1
-0
/
+4
*
avformat/adtsenc: add adts_init()
James Almer
2018-01-14
1
-3
/
+12
*
avformat/http: fix memory leak in parse_cookie.
Richard Shaffer
2018-01-12
1
-0
/
+1
*
avformat/libopenmpt: Update to libopenmpt 0.3 API
Jörn Heusipp
2018-01-12
1
-0
/
+25
*
avformat/libopenmpt: Fix mixed code and declarations
Jörn Heusipp
2018-01-12
1
-5
/
+6
*
avformat/aiffdec: AIFF fix in case of ANNO
Eduard Sinelnikov
2018-01-11
1
-3
/
+2
*
avformat/wavdec: make fact chunk parsing for w64 more robust
Paul B Mahol
2018-01-10
1
-0
/
+1
*
lavf/oggparseogm: Remove an unneeded include.
Carl Eugen Hoyos
2018-01-08
1
-1
/
+0
*
lavf/oggparseogm: Remove an unneeded assert.
Carl Eugen Hoyos
2018-01-08
1
-1
/
+0
*
libavformat/network: fix function duplication
Rostislav Pehlivanov
2018-01-06
1
-5
/
+0
*
libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag
Rostislav Pehlivanov
2018-01-06
1
-1
/
+1
*
libavformat: unexpose private ff_ functions needed by ffserver
Rostislav Pehlivanov
2018-01-06
1
-9
/
+0
*
libavformat: remove the ff_rtp_get_local_rtcp_port function
Rostislav Pehlivanov
2018-01-06
3
-8
/
+0
*
libavformat: unexpose the ff_inet_aton function
Rostislav Pehlivanov
2018-01-06
3
-6
/
+3
*
libavformat: remove the ffmenc and ffmdec muxer and demuxers
Rostislav Pehlivanov
2018-01-06
5
-1305
/
+0
*
aiff: add explicit goto got_sound
Misty De Meo
2018-01-06
1
-0
/
+3
[next]