summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/bintext: Implement bin_probe()Michael Niedermayer2018-02-06
* lavd: add new API for iterating input and output devicesJosh de Kock2018-02-06
* lavf: add new API for iterating muxers and demuxersJosh de Kock2018-02-06
* lavf: move fifo test muxer into separate fileJosh de Kock2018-02-06
* lavf/rtp: replace linked list with arrayJosh de Kock2018-02-06
* id3v2: fix unsynchronizationwm42018-02-04
* rtsp: rename certain options after a deprecation periodwm42018-02-04
* avformat/hls: store referer message in HLS http requestSteven Liu2018-02-01
* avformat/http: add referer option into httpSteven Liu2018-02-01
* avformat/mpegenc - fix typo in VBV warningGyan Doshi2018-01-30
* avformat/matroskadec: force full frame parsing of MLP/TrueHD streamsJames Almer2018-01-29
* dashdec: Fix segfault on decoding segment timelineBrendan McGrath2018-01-29
* avformat: deprecate AVFormatContext filename fieldMarton Balint2018-01-28
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/hls: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat: add url field to AVFormatContextMarton Balint2018-01-28
* avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_f...Marton Balint2018-01-28
* hls: don't print a certain warning if playlist loading is abortedwm42018-01-27
* avformat, hls: add a flag to signal unavailability of seekingwm42018-01-27
* hls: do not allow fallback to generic seekingwm42018-01-27
* avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal2018-01-26
* avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal2018-01-26
* libavformat/rtmpproto: Plug leak if sending bytes read report fails.Josh Allmann2018-01-25
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-24
* avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer2018-01-24
* libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)Colin NG2018-01-21
* libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)Colin NG2018-01-21
* avformat/dashdec.c: Download dash content with byte range infoColin NG2018-01-21
* dashdec: Only free url string if being reusedBrendan McGrath2018-01-21
* avformat/hlsenc: Check that data is setBrendan McGrath2018-01-21
* dashdec: Make use of frame rate specified in Representationsfan52018-01-21
* lavf/rawdec: Also probe the last byte of mjpeg streams.Carl Eugen Hoyos2018-01-21
* avformat/lrcdec: Fix memory leak in lrc_read_header()Nikolas Bowe2018-01-20
* lavf/swfdec: Reduce score when auto-detecting swf files.Carl Eugen Hoyos2018-01-20
* 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