Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-07avformat: fix stream_segment muxer build dependenciesJames Almer
2018-02-07avformat/hls: Support metadata updates from subdemuxersRichard Shaffer
2018-02-07avformat/fifo_test: remove network.h includeJames Almer
2018-02-07api: add missing version bumps and APIChanges entriesJames Almer
2018-02-07avformat/mov: add VP8 codec supportJames Almer
2018-02-07avformat/Makefile: fix fifo and fifo_test muxer build objectsJames Almer
2018-02-07avformat/bintext: Implement bin_probe()Michael Niedermayer
2018-02-06lavd: add new API for iterating input and output devicesJosh de Kock
2018-02-06lavf: add new API for iterating muxers and demuxersJosh de Kock
2018-02-06lavf: move fifo test muxer into separate fileJosh de Kock
2018-02-06lavf/rtp: replace linked list with arrayJosh de Kock
2018-02-04id3v2: fix unsynchronizationwm4
2018-02-04rtsp: rename certain options after a deprecation periodwm4
2018-02-01avformat/hls: store referer message in HLS http requestSteven Liu
2018-02-01avformat/http: add referer option into httpSteven Liu
2018-01-30avformat/mpegenc - fix typo in VBV warningGyan Doshi
2018-01-30avformat/matroskadec: force full frame parsing of MLP/TrueHD streamsJames Almer
2018-01-29dashdec: Fix segfault on decoding segment timelineBrendan McGrath
2018-01-29avformat: deprecate AVFormatContext filename fieldMarton Balint
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2018-01-29avformat/hls: migrate to AVFormatContext->urlMarton Balint
2018-01-29avformat: add url field to AVFormatContextMarton Balint
2018-01-29avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_f...Marton Balint
2018-01-27hls: don't print a certain warning if playlist loading is abortedwm4
2018-01-27avformat, hls: add a flag to signal unavailability of seekingwm4
2018-01-27hls: do not allow fallback to generic seekingwm4
2018-01-26avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal
2018-01-26avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal
2018-01-25libavformat/rtmpproto: Plug leak if sending bytes read report fails.Josh Allmann
2018-01-24avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit
2018-01-24avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer
2018-01-21libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)Colin NG
2018-01-21libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)Colin NG
2018-01-21avformat/dashdec.c: Download dash content with byte range infoColin NG
2018-01-21dashdec: Only free url string if being reusedBrendan McGrath
2018-01-21avformat/hlsenc: Check that data is setBrendan McGrath
2018-01-21dashdec: Make use of frame rate specified in Representationsfan5
2018-01-21lavf/rawdec: Also probe the last byte of mjpeg streams.Carl Eugen Hoyos
2018-01-20avformat/lrcdec: Fix memory leak in lrc_read_header()Nikolas Bowe
2018-01-20lavf/swfdec: Reduce score when auto-detecting swf files.Carl Eugen Hoyos
2018-01-20avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe
2018-01-19avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal
2018-01-18avformat: small AVFormatContext doxy cosmeticsJames Almer
2018-01-18avformat: small cosmetics after 6512ff72f9James Almer
2018-01-16avformat: make avformat_network_init() explicitly optionalwm4
2018-01-16avformat: deprecate another ffserver API leftoverwm4
2018-01-15http: cosmetics: reformat reconnect check for better readabilitywm4
2018-01-14dashdec: Support SegmentTemplate inside Periodsfan5
2018-01-14dashdec: Avoid trying to read any segments beyond the lastsfan5
2018-01-14dashdec: Correct seeking behavioursfan5