summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/movenc: write track title metadata for mov filesCourtland Idstrom2018-03-221-1/+1
* avformat/unix: fix handling of EOF in case of SOCK_STREAM.Bela Bodecs2018-03-211-0/+2
* avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer2018-03-201-0/+20
* avformat/libopenmpt: Probe file format from file data if possibleJörn Heusipp2018-03-201-0/+57
* avformat/libopenmpt: Update file extensions list for libopenmpt 0.3Jörn Heusipp2018-03-201-1/+5
* http: fix potentially dangerous whitespace skipping codewm42018-03-181-0/+2
* http: avoid out of bound accesses on broken Set-Cookie headerswm42018-03-181-0/+3
* http: do not print a warning message for expired cookieswm42018-03-181-1/+1
* avformat/hlsenc: reindent after previous commitsSteven Liu2018-03-181-125/+125
* avformat/hlsenc: fix fmp4 single init file problemSteven Liu2018-03-181-16/+50
* avformat/hlsenc: fix memleak problem about fmp4_init_filenameSteven Liu2018-03-181-7/+8
* avformat/hlsenc: reindent after previous commitsSteven Liu2018-03-181-22/+22
* avformat/hlsenc: fix write wrong init file URI string problemSteven Liu2018-03-181-16/+0
* lavf/dashenc: remove unneeded call to dash_freeRodger Combs2018-03-181-3/+1
* libavformat/dashenc: Option to set timeout for socket I/O operationRavindra2018-03-181-0/+4
* avformat/codec2: don't include avcodec objectsJames Almer2018-03-171-3/+3
* avformat/movenc: move the concatenated eac3 packet referenceJames Almer2018-03-151-4/+1
* avformat/dashdec: Correct spelling mistakessanilraut2018-03-151-9/+9
* avformat/hlsenc: Option to set timeout for socket I/O operationRavindra2018-03-141-1/+4
* avformat/pcm: decrease delay when reading PCM streams.Philipp M. Scholl2018-03-131-3/+10
* avformat/hlsenc: fix for zero EXTINF tag durationVishwanath Dixit2018-03-121-1/+1
* avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer2018-03-121-5/+15
* lavf/mov.c: Use the correct offset to shift timestamp when seeking.Sasi Inguva2018-03-102-11/+17
* avformat/img2dec: fix infinite loopMichael Niedermayer2018-03-101-1/+5
* avformat/oggparsedaala: Do not adjust AV_NOPTS_VALUEMichael Niedermayer2018-03-101-1/+5
* avformat/oggparseogm: Check lb against psizeMichael Niedermayer2018-03-101-0/+3
* avformat/oggparseogm: Fix undefined shift in ogm_packet()Michael Niedermayer2018-03-101-1/+1
* avformat/avidec: Fix integer overflow in cum_len checkMichael Niedermayer2018-03-101-1/+1
* avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUEMichael Niedermayer2018-03-101-1/+5
* avformat/mxfdec: do not allow more partitions than INT_MAX/2Marton Balint2018-03-091-0/+3
* avformat/mxfdec: use binary search in mxf_absolute_bodysid_offsetMarton Balint2018-03-091-8/+14
* avformat/mxfdec: fix opAtom audio demuxingMarton Balint2018-03-091-5/+10
* avformat/mov: print the projection type when reporting it as unsupportedJames Almer2018-03-091-1/+1
* ffmpeg: Fix stts_data memory allocationXiaohan Wang2018-03-091-1/+1
* sbc: add raw muxer for SBCAurelien Jacobs2018-03-073-0/+15
* sbc: add raw demuxer for SBCAurelien Jacobs2018-03-073-0/+35
* avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer2018-03-071-1/+1
* avformat/oggdec: Fix metadata memleak on multiple headersMichael Niedermayer2018-03-071-1/+4
* libavformat/oggparsevorbis: Fix memleak on multiple headersMichael Niedermayer2018-03-071-0/+4
* avformat/mov: Fix integer overflow in mov_get_stsc_samples()Michael Niedermayer2018-03-071-3/+4
* avformat/internal: Document the freeing behavior of ff_alloc_extradata()Michael Niedermayer2018-03-071-0/+2
* avformat/isom: don't free extradata before calling ff_get_extradata()James Almer2018-03-061-1/+0
* libavformat/tls_libtls: pass numeric hostnames to tls_connect_cbs()Stefan _2018-03-071-1/+1
* avformat/utils: simplify ff_alloc_extradata()James Almer2018-03-061-15/+11
* avformat/utils: free existing extradata before trying to allocate a new oneJames Almer2018-03-061-0/+1
* avformat/mov: Initialize a potential gap in ctts_data in mov_build_indexMatt Wolenetz2018-03-051-0/+3
* avformat/mov: Add manu/modl to mov_read_udta_string.Tianqiang Liu2018-03-031-0/+2
* avformat/dashenc: Use HTTP DELETE for HTTP base protoSerhii Marchuk2018-03-031-3/+25
* avformat/dashenc: fix for segment open issue when persistent connection is en...Vishwanath Dixit2018-03-031-1/+1
* avformat/mxg: return reference counted packetsJames Almer2018-03-021-6/+11
OpenPOWER on IntegriCloud