summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: Fix ctts_index calculationXiaohan Wang2018-02-101-1/+1
* avformat/format: temporarily use old next apiMuhammad Faiz2018-02-101-1/+12
* aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs2018-02-094-4/+71
* dashdec: Support SegmentTimeline inside Periodsfan52018-02-091-3/+14
* avformat: fix stream_segment muxer build dependenciesJames Almer2018-02-072-0/+5
* avformat/hls: Support metadata updates from subdemuxersRichard Shaffer2018-02-071-0/+20
* avformat/fifo_test: remove network.h includeJames Almer2018-02-071-3/+4
* api: add missing version bumps and APIChanges entriesJames Almer2018-02-061-1/+1
* avformat/mov: add VP8 codec supportJames Almer2018-02-063-0/+7
* avformat/Makefile: fix fifo and fifo_test muxer build objectsJames Almer2018-02-061-1/+2
* avformat/bintext: Implement bin_probe()Michael Niedermayer2018-02-061-1/+48
* lavd: add new API for iterating input and output devicesJosh de Kock2018-02-063-2/+55
* lavf: add new API for iterating muxers and demuxersJosh de Kock2018-02-065-417/+555
* lavf: move fifo test muxer into separate fileJosh de Kock2018-02-064-114/+155
* lavf/rtp: replace linked list with arrayJosh de Kock2018-02-065-81/+100
* id3v2: fix unsynchronizationwm42018-02-041-12/+14
* rtsp: rename certain options after a deprecation periodwm42018-02-042-2/+13
* avformat/hls: store referer message in HLS http requestSteven Liu2018-02-011-1/+3
* avformat/http: add referer option into httpSteven Liu2018-02-011-0/+8
* avformat/mpegenc - fix typo in VBV warningGyan Doshi2018-01-301-1/+1
* avformat/matroskadec: force full frame parsing of MLP/TrueHD streamsJames Almer2018-01-291-1/+3
* dashdec: Fix segfault on decoding segment timelineBrendan McGrath2018-01-291-7/+4
* avformat: deprecate AVFormatContext filename fieldMarton Balint2018-01-284-0/+26
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-2826-91/+111
* avformat/hls: migrate to AVFormatContext->urlMarton Balint2018-01-282-74/+96
* avformat: add url field to AVFormatContextMarton Balint2018-01-285-2/+47
* avformat/hlsenc: use av_bprintf without buffer limit in replace_int_data_in_f...Marton Balint2018-01-281-55/+58
* hls: don't print a certain warning if playlist loading is abortedwm42018-01-271-2/+3
* avformat, hls: add a flag to signal unavailability of seekingwm42018-01-273-4/+13
* hls: do not allow fallback to generic seekingwm42018-01-271-0/+1
* avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal2018-01-261-0/+3
* avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal2018-01-261-0/+4
* libavformat/rtmpproto: Plug leak if sending bytes read report fails.Josh Allmann2018-01-251-1/+3
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-244-5/+159
* avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer2018-01-245-1/+126
* libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)Colin NG2018-01-211-31/+63
* libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)Colin NG2018-01-211-13/+115
* avformat/dashdec.c: Download dash content with byte range infoColin NG2018-01-211-6/+30
* dashdec: Only free url string if being reusedBrendan McGrath2018-01-211-1/+2
* avformat/hlsenc: Check that data is setBrendan McGrath2018-01-211-1/+1
* dashdec: Make use of frame rate specified in Representationsfan52018-01-211-1/+19
* lavf/rawdec: Also probe the last byte of mjpeg streams.Carl Eugen Hoyos2018-01-211-1/+1
* avformat/lrcdec: Fix memory leak in lrc_read_header()Nikolas Bowe2018-01-201-0/+1
* lavf/swfdec: Reduce score when auto-detecting swf files.Carl Eugen Hoyos2018-01-201-1/+1
* avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe2018-01-191-2/+10
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-194-4/+73
* avformat: small AVFormatContext doxy cosmeticsJames Almer2018-01-181-2/+2
* avformat: small cosmetics after 6512ff72f9James Almer2018-01-171-1/+3
* avformat: make avformat_network_init() explicitly optionalwm42018-01-165-19/+14
* avformat: deprecate another ffserver API leftoverwm42018-01-163-1/+21