summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: cosmetics: reformat reconnect check for better readabilitywm42018-01-151-3/+9
* dashdec: Support SegmentTemplate inside Periodsfan52018-01-141-10/+17
* dashdec: Avoid trying to read any segments beyond the lastsfan52018-01-141-3/+5
* dashdec: Correct seeking behavioursfan52018-01-141-11/+12
* dashdec: Search for segment timeline inside AdaptionSets toosfan52018-01-141-13/+27
* dashdec: Support for multiple video/audio streamssfan52018-01-141-129/+213
* dashdec: Expose bandwidth and representation ID as metadatasfan52018-01-141-2/+16
* avformat/adtsenc: allow only AAC streamsGyan Doshi2018-01-141-0/+4
* avformat/adtsenc: add adts_init()James Almer2018-01-141-3/+12
* avformat/http: fix memory leak in parse_cookie.Richard Shaffer2018-01-121-0/+1
* avformat/libopenmpt: Update to libopenmpt 0.3 APIJörn Heusipp2018-01-121-0/+25
* avformat/libopenmpt: Fix mixed code and declarationsJörn Heusipp2018-01-121-5/+6
* avformat/aiffdec: AIFF fix in case of ANNOEduard Sinelnikov2018-01-111-3/+2
* avformat/wavdec: make fact chunk parsing for w64 more robustPaul B Mahol2018-01-101-0/+1
* lavf/oggparseogm: Remove an unneeded include.Carl Eugen Hoyos2018-01-081-1/+0
* lavf/oggparseogm: Remove an unneeded assert.Carl Eugen Hoyos2018-01-081-1/+0
* libavformat/network: fix function duplicationRostislav Pehlivanov2018-01-061-5/+0
* libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tagRostislav Pehlivanov2018-01-061-1/+1
* libavformat: unexpose private ff_ functions needed by ffserverRostislav Pehlivanov2018-01-061-9/+0
* libavformat: remove the ff_rtp_get_local_rtcp_port functionRostislav Pehlivanov2018-01-063-8/+0
* libavformat: unexpose the ff_inet_aton functionRostislav Pehlivanov2018-01-063-6/+3
* libavformat: remove the ffmenc and ffmdec muxer and demuxersRostislav Pehlivanov2018-01-065-1305/+0
* aiff: add explicit goto got_soundMisty De Meo2018-01-061-0/+3
* avformat: use mutexes instead of atomics in av_register_{input,output}_format()James Almer2018-01-051-11/+23
* aiff: add support for XA ADPCMMisty De Meo2018-01-041-0/+7
* http: avoid logging reconnect warning if stream was abortedwm42018-01-041-0/+3
OpenPOWER on IntegriCloud