]> git.sesse.net Git - ffmpeg/history - libavformat
hwcontext_d3d11va: implement av_hwdevice_get_hwframe_constraints()
[ffmpeg] / libavformat /
2018-01-16 wm4avformat: make avformat_network_init() explicitly optional
2018-01-16 wm4avformat: deprecate another ffserver API leftover
2018-01-15 wm4http: cosmetics: reformat reconnect check for better...
2018-01-14 sfan5dashdec: Support SegmentTemplate inside Period
2018-01-14 sfan5dashdec: Avoid trying to read any segments beyond the...
2018-01-14 sfan5dashdec: Correct seeking behaviour
2018-01-14 sfan5dashdec: Search for segment timeline inside AdaptionSet...
2018-01-14 sfan5dashdec: Support for multiple video/audio streams
2018-01-14 sfan5dashdec: Expose bandwidth and representation ID as...
2018-01-14 Gyan Doshiavformat/adtsenc: allow only AAC streams
2018-01-14 James Almeravformat/adtsenc: add adts_init()
2018-01-12 Richard Shafferavformat/http: fix memory leak in parse_cookie.
2018-01-12 Jörn Heusippavformat/libopenmpt: Update to libopenmpt 0.3 API
2018-01-12 Jörn Heusippavformat/libopenmpt: Fix mixed code and declarations
2018-01-11 Eduard Sinelnikovavformat/aiffdec: AIFF fix in case of ANNO
2018-01-10 Paul B Maholavformat/wavdec: make fact chunk parsing for w64 more...
2018-01-08 Carl Eugen Hoyoslavf/oggparseogm: Remove an unneeded include.
2018-01-08 Carl Eugen Hoyoslavf/oggparseogm: Remove an unneeded assert.
2018-01-06 Rostislav Pehlivanovlibavformat/network: fix function duplication
2018-01-06 Rostislav Pehlivanovlibavformat/mpjpeg: use "ffmpeg" instead of "ffserver...
2018-01-06 Rostislav Pehlivanovlibavformat: unexpose private ff_ functions needed...
2018-01-06 Rostislav Pehlivanovlibavformat: remove the ff_rtp_get_local_rtcp_port...
2018-01-06 Rostislav Pehlivanovlibavformat: unexpose the ff_inet_aton function
2018-01-06 Rostislav Pehlivanovlibavformat: remove the ffmenc and ffmdec muxer and...
2018-01-06 Misty De Meoaiff: add explicit goto got_sound
2018-01-05 James Almeravformat: use mutexes instead of atomics in av_register...
2018-01-04 Misty De Meoaiff: add support for XA ADPCM
2018-01-04 wm4http: avoid logging reconnect warning if stream was...
2018-01-04 wm4http: bump message level for reconnect message and...
2018-01-04 wm4http: block while waiting for reconnecting
2018-01-02 Paul B Maholavcodec/utvideodec: add support for UMH2, UMY2, UMH4...
2018-01-02 Vishwanath Dixitavformat/hlsenc: creation of variant streams in subdire...
2018-01-02 Vishwanath Dixitavformat/hlsenc: configurable variant stream index...
2018-01-02 Vishwanath Dixitavformat/hlsenc: revamped master playlist url creation...
2018-01-01 Carl Eugen Hoyoslavf/mov: Use av_fast_realloc() in mov_read_stts().
2017-12-31 Steven Liuavformat/hls: release mem resource to fix memleak
2017-12-31 wm4tcp: properly return EOF
2017-12-31 Nicolas Georgelavf/concatdec: properly init streams timestamp parameters.
2017-12-31 Aman Guptaavformat/hls: ignore http_persistent for segments requr...
2017-12-30 Aman Guptaavformat/http: return EINVAL if ff_http_do_new_request...
2017-12-29 Karthick Jeyapalavformat/dashenc: Persistent HTTP connections supported...
2017-12-29 Karthick Jeyapalavformat/hlsenc, utils: Moved is_http_proto from hlsenc...
2017-12-29 Karthick Jeyapalavformat/dashenc: Addition of #EXT-X-MEDIA tag and...
2017-12-29 Karthick Jeyapalavformat/hlsplaylist: Audio rendition's name and defaul...
2017-12-29 Karthick Jeyapalavformat/hlsenc: Modularized audio rendition playlist...
2017-12-28 Steven Liuavformat/avio: check input URLContext value NULL
2017-12-28 James AlmerMerge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'
2017-12-28 James AlmerMerge commit '2beba58e0e4bda688bf96e12413231607ceafdd4'
2017-12-27 James AlmerMerge commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e'
2017-12-26 Aman Guptaavformat/hls: enable http_multiple only for http/1...
2017-12-26 Aman Guptaavformat/http: export http_version from response
2017-12-26 Aman Guptaavformat/hls: respect http_persistent only for http...
2017-12-26 Aman Guptaavformat/http: avoid ff_http_do_new_request after http...
2017-12-26 Aman Guptaavformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when...
2017-12-26 Aman Guptaavformat/hls: remove repeated http proto_name checks...
2017-12-26 wm4lavc, lavf: move avformat static mutex from avcodec...
2017-12-25 Steven Liuavformat/hlsenc: fix resource leak
2017-12-25 Karthick Jeyapalavformat/hlsenc: Signal http end of chunk(http_shutdown...
2017-12-25 Karthick Jeyapalavformat/http: Avoid calling http_shutdown() if end...
2017-12-24 Aman Guptaavformat/hls: fix SEGV in previous commit
2017-12-24 Aman Guptaavformat/hls: fix memory leak with non-http segments
2017-12-24 Aman Guptaavformat/hls: fix CID 1426930
2017-12-23 Aman Guptaavformat/internal: fix compile error with some versions...
2017-12-23 Vishwanath Dixitavformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO...
2017-12-23 Aman Guptaavformat/internal: log underlying error with ff_rename...
2017-12-23 Aman Guptaavformat/hls: hide misleading warning when http reconne...
2017-12-23 Aman Guptaavformat/http: return EOF from ff_http_do_new_request...
2017-12-22 Aman Guptaavformat/hls: add http_multiple option
2017-12-22 Aman Guptaavformat/hls: allow open_input to be re-used
2017-12-22 Aman Guptaavformat/hls: add http_persistent option
2017-12-22 Aman Guptaavformat/http: add "Opening" info logging to ff_http_do...
2017-12-22 Aman Guptaavformat/http: return EINVAL from ff_http_do_new_reques...
2017-12-21 Karthick Javformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGE...
2017-12-21 Karthick Javformat/hlsenc: set EXT-X-TARGETDURATION use lrint...
2017-12-21 James Almeravformat/mov: simplify parsing of mdcv atom using av_ma...
2017-12-21 Karthick Javformat/hlsenc: Fix a memory leak when http_persistent...
2017-12-21 Steven Liuavformat/hlsenc: reindent after previous commits
2017-12-21 Steven Liuavformat/hlsenc: fix first fragment mp4 do not split bug
2017-12-20 Sasi Inguvalavf/mov.c: Guess video codec delay based on PTS while...
2017-12-18 Michael Niedermayeravformat/mov: Fix the the typo
2017-12-17 Carl Eugen Hoyoslavu/lavc/lavf/lavfi: Do not use type modifier %zu...
2017-12-17 sfan5libavformat: LibreSSL (libtls) support
2017-12-15 Karthick Javformat/hlsenc: Extend persistent http connections...
2017-12-15 Karthick Javformat/hlsenc: Handle NULL input in IO open and close...
2017-12-15 Karthick Javformat/hlsenc: Call avio_flush during persistent...
2017-12-14 Steven Robertsonavformat/movenc: Add support for more colorspaces
2017-12-14 James AlmerMerge commit '47687a2f8aca3f65b6fdd117b1cb66a7409a7fd1'
2017-12-14 James AlmerMerge commit '508378556631dc18d32247b4a4e35703758e1ca9'
2017-12-14 James AlmerMerge commit 'f2e9a0ecbef5027f9532c49ffcdfc11d199f6150'
2017-12-14 James AlmerMerge commit '7c65a76b16bc3a44f1592acde2176f187a058797'
2017-12-14 James AlmerMerge commit 'bddb2ce179c57db6e3c79fdc3363c165d90850b0'
2017-12-14 James AlmerMerge commit '6ff29343b01923e9b125fe7404ac8701cdfb1fe5'
2017-12-14 James AlmerMerge commit '18a0f420269ff4c730422361c5c4d8eea096e900'
2017-12-14 Rodger Combslavf/mpegts: mark packets with TEI flag as corrupted
2017-12-13 Tristan Matthewsivfenc: add AV1 support
2017-12-12 James Almeravformat/mux: factorize AVFormatContext->avoid_negative...
2017-12-12 Steven Liuavformat/hlsenc: reindent after previous commits
2017-12-11 Steven Liuavformat/hlsenc: move init operations from write_header...
2017-12-11 James AlmerMerge commit '7993ec19af394fdc58ec64165bc0b12619543a5d'
2017-12-10 James AlmerMerge commit '3ff8fbbf5a7bc40c09db74d4952364997fd3c611'
next