20771 Commits (9a15af48284b951701b7e6b9dcc81b4212c6ca95)

Author SHA1 Message Date
Marton Balint ea3672b7d6 avformat: add url field to AVFormatContext 7 years ago
Marton Balint dc5d151568 avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_filename 7 years ago
wm4 23ffeb91fe hls: don't print a certain warning if playlist loading is aborted 7 years ago
wm4 6194d7e564 avformat, hls: add a flag to signal unavailability of seeking 7 years ago
wm4 637dfa3942 hls: do not allow fallback to generic seeking 7 years ago
Karthick Jeyapal 18e2ac032e avformat/dashenc: Signal http end of chunk(http_shutdown) explicitly 7 years ago
Karthick Jeyapal 0df9d0f4cb avformat/dashenc: Fix a resource leak when http persistent in enabled 7 years ago
Josh Allmann ee88f31d34 libavformat/rtmpproto: Plug leak if sending bytes read report fails. 7 years ago
Josh Allmann a2a9e4eea0 rtmp: Plug leak if sending bytes read report fails. 7 years ago
Vishwanath Dixit 1948b76a1b avformat/hlsenc: closed caption tags in the master playlist 7 years ago
Richard Shaffer 8a4cc0a256 avformat: add option to parse/store ID3 PRIV tags in metadata. 7 years ago
Colin NG 78e884f3fb libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024) 7 years ago
Colin NG 7a63da8910 libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault) 7 years ago
Colin NG 8db4ef3e6d avformat/dashdec.c: Download dash content with byte range info 7 years ago
Brendan McGrath 1f48c5c067 dashdec: Only free url string if being reused 7 years ago
Brendan McGrath 2472dbc7a7 avformat/hlsenc: Check that data is set 7 years ago
sfan5 777d6c677b dashdec: Make use of frame rate specified in Representation 7 years ago
Carl Eugen Hoyos 251f0bcb7b lavf/rawdec: Also probe the last byte of mjpeg streams. 7 years ago
Nikolas Bowe ef5994e09d avformat/lrcdec: Fix memory leak in lrc_read_header() 7 years ago
Carl Eugen Hoyos 7652af9df0 lavf/swfdec: Reduce score when auto-detecting swf files. 7 years ago
Nikolas Bowe e07649e618 avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks() 7 years ago
Karthick Jeyapal 0afa171f25 avformat/hlsenc: Add CODECS attribute to master playlist 7 years ago
James Almer 4f6b34f1f8 avformat: small AVFormatContext doxy cosmetics 7 years ago
James Almer 1b5d3c08e3 avformat: small cosmetics after 6512ff72f9 7 years ago
wm4 631c56a8e4 avformat: make avformat_network_init() explicitly optional 7 years ago
wm4 6512ff72f9 avformat: deprecate another ffserver API leftover 7 years ago
wm4 43e1ccfea1 http: cosmetics: reformat reconnect check for better readability 7 years ago
sfan5 57dbabd9c1 dashdec: Support SegmentTemplate inside Period 7 years ago
sfan5 01d74c4055 dashdec: Avoid trying to read any segments beyond the last 7 years ago
sfan5 74b143d81f dashdec: Correct seeking behaviour 7 years ago
sfan5 bb0cc2e7bd dashdec: Search for segment timeline inside AdaptionSets too 7 years ago
sfan5 94cc16499f dashdec: Support for multiple video/audio streams 7 years ago
sfan5 66e551eafb dashdec: Expose bandwidth and representation ID as metadata 7 years ago
Gyan Doshi 96f94624e0 avformat/adtsenc: allow only AAC streams 7 years ago
James Almer 02dba49dd3 avformat/adtsenc: add adts_init() 7 years ago
Richard Shaffer 9147c09755 avformat/http: fix memory leak in parse_cookie. 7 years ago
Jörn Heusipp 8b1b25a86f avformat/libopenmpt: Update to libopenmpt 0.3 API 7 years ago
Jörn Heusipp a571a2a65a avformat/libopenmpt: Fix mixed code and declarations 7 years ago
Eduard Sinelnikov 7fcbebbeaf avformat/aiffdec: AIFF fix in case of ANNO 7 years ago
Paul B Mahol 16ba6a8ad1 avformat/wavdec: make fact chunk parsing for w64 more robust 7 years ago
Carl Eugen Hoyos ed03fad2cc lavf/oggparseogm: Remove an unneeded include. 7 years ago
Carl Eugen Hoyos e8f7171a34 lavf/oggparseogm: Remove an unneeded assert. 7 years ago
Rostislav Pehlivanov c693af1951 libavformat/network: fix function duplication 7 years ago
Rostislav Pehlivanov 7c6125cbcc libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag 7 years ago
Rostislav Pehlivanov 8788e82c04 libavformat: unexpose private ff_ functions needed by ffserver 7 years ago
Rostislav Pehlivanov d41de90d44 libavformat: remove the ff_rtp_get_local_rtcp_port function 7 years ago
Rostislav Pehlivanov 9396ed0f29 libavformat: unexpose the ff_inet_aton function 7 years ago
Rostislav Pehlivanov c17f476144 libavformat: remove the ffmenc and ffmdec muxer and demuxers 7 years ago
Misty De Meo bfe397e431 aiff: add explicit goto got_sound 7 years ago
James Almer 57960b1f28 avformat: use mutexes instead of atomics in av_register_{input,output}_format() 7 years ago