summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe2018-01-19
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-19
* avformat: small AVFormatContext doxy cosmeticsJames Almer2018-01-18
* avformat: small cosmetics after 6512ff72f9James Almer2018-01-17
* avformat: make avformat_network_init() explicitly optionalwm42018-01-16
* avformat: deprecate another ffserver API leftoverwm42018-01-16
* http: cosmetics: reformat reconnect check for better readabilitywm42018-01-15
* dashdec: Support SegmentTemplate inside Periodsfan52018-01-14
* dashdec: Avoid trying to read any segments beyond the lastsfan52018-01-14
* dashdec: Correct seeking behavioursfan52018-01-14
* dashdec: Search for segment timeline inside AdaptionSets toosfan52018-01-14
* dashdec: Support for multiple video/audio streamssfan52018-01-14
* dashdec: Expose bandwidth and representation ID as metadatasfan52018-01-14
* avformat/adtsenc: allow only AAC streamsGyan Doshi2018-01-14
* avformat/adtsenc: add adts_init()James Almer2018-01-14
* avformat/http: fix memory leak in parse_cookie.Richard Shaffer2018-01-12
* avformat/libopenmpt: Update to libopenmpt 0.3 APIJörn Heusipp2018-01-12
* avformat/libopenmpt: Fix mixed code and declarationsJörn Heusipp2018-01-12
* avformat/aiffdec: AIFF fix in case of ANNOEduard Sinelnikov2018-01-11
* avformat/wavdec: make fact chunk parsing for w64 more robustPaul B Mahol2018-01-10
* lavf/oggparseogm: Remove an unneeded include.Carl Eugen Hoyos2018-01-08
* lavf/oggparseogm: Remove an unneeded assert.Carl Eugen Hoyos2018-01-08
* libavformat/network: fix function duplicationRostislav Pehlivanov2018-01-06
* libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tagRostislav Pehlivanov2018-01-06
* libavformat: unexpose private ff_ functions needed by ffserverRostislav Pehlivanov2018-01-06
* libavformat: remove the ff_rtp_get_local_rtcp_port functionRostislav Pehlivanov2018-01-06
* libavformat: unexpose the ff_inet_aton functionRostislav Pehlivanov2018-01-06
* libavformat: remove the ffmenc and ffmdec muxer and demuxersRostislav Pehlivanov2018-01-06
* aiff: add explicit goto got_soundMisty De Meo2018-01-06
* avformat: use mutexes instead of atomics in av_register_{input,output}_format()James Almer2018-01-05
* aiff: add support for XA ADPCMMisty De Meo2018-01-04
* http: avoid logging reconnect warning if stream was abortedwm42018-01-04
* http: bump message level for reconnect message and log timeoutwm42018-01-04
* http: block while waiting for reconnectingwm42018-01-04
* avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol2018-01-02
* avformat/hlsenc: creation of variant streams in subdirectoriesVishwanath Dixit2018-01-02
* avformat/hlsenc: configurable variant stream index position in filenamesVishwanath Dixit2018-01-02
* avformat/hlsenc: revamped master playlist url creation logicVishwanath Dixit2018-01-02
* lavf/mov: Use av_fast_realloc() in mov_read_stts().Carl Eugen Hoyos2018-01-01
* avformat/hls: release mem resource to fix memleakSteven Liu2017-12-31
* tcp: properly return EOFwm42017-12-31
* lavf/concatdec: properly init streams timestamp parameters.Nicolas George2017-12-31
* avformat/hls: ignore http_persistent for segments requring cryptoAman Gupta2017-12-30
* avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...Aman Gupta2017-12-30
* avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal2017-12-29
* avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal2017-12-29
* avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal2017-12-29
* avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal2017-12-29
* avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal2017-12-29
* avformat/avio: check input URLContext value NULLSteven Liu2017-12-28