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-03-18http: fix potentially dangerous whitespace skipping codewm4
2018-03-18http: avoid out of bound accesses on broken Set-Cookie headerswm4
2018-03-18http: do not print a warning message for expired cookieswm4
2018-03-18avformat/hlsenc: reindent after previous commitsSteven Liu
2018-03-18avformat/hlsenc: fix fmp4 single init file problemSteven Liu
2018-03-18avformat/hlsenc: fix memleak problem about fmp4_init_filenameSteven Liu
2018-03-18avformat/hlsenc: reindent after previous commitsSteven Liu
2018-03-18avformat/hlsenc: fix write wrong init file URI string problemSteven Liu
2018-03-18lavf/dashenc: remove unneeded call to dash_freeRodger Combs
2018-03-18libavformat/dashenc: Option to set timeout for socket I/O operationRavindra
2018-03-17avformat/codec2: don't include avcodec objectsJames Almer
2018-03-16avformat/movenc: move the concatenated eac3 packet referenceJames Almer
2018-03-15avformat/dashdec: Correct spelling mistakessanilraut
2018-03-14avformat/hlsenc: Option to set timeout for socket I/O operationRavindra
2018-03-13avformat/pcm: decrease delay when reading PCM streams.Philipp M. Scholl
2018-03-12avformat/hlsenc: fix for zero EXTINF tag durationVishwanath Dixit
2018-03-12avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer
2018-03-10lavf/mov.c: Use the correct offset to shift timestamp when seeking.Sasi Inguva
2018-03-10avformat/img2dec: fix infinite loopMichael Niedermayer
2018-03-10avformat/oggparsedaala: Do not adjust AV_NOPTS_VALUEMichael Niedermayer
2018-03-10avformat/oggparseogm: Check lb against psizeMichael Niedermayer
2018-03-10avformat/oggparseogm: Fix undefined shift in ogm_packet()Michael Niedermayer
2018-03-10avformat/avidec: Fix integer overflow in cum_len checkMichael Niedermayer
2018-03-10avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUEMichael Niedermayer
2018-03-09avformat/mxfdec: do not allow more partitions than INT_MAX/2Marton Balint
2018-03-09avformat/mxfdec: use binary search in mxf_absolute_bodysid_offsetMarton Balint
2018-03-09avformat/mxfdec: fix opAtom audio demuxingMarton Balint
2018-03-09avformat/mov: print the projection type when reporting it as unsupportedJames Almer
2018-03-09ffmpeg: Fix stts_data memory allocationXiaohan Wang
2018-03-08sbc: add raw muxer for SBCAurelien Jacobs
2018-03-08sbc: add raw demuxer for SBCAurelien Jacobs
2018-03-07avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer
2018-03-07avformat/oggdec: Fix metadata memleak on multiple headersMichael Niedermayer
2018-03-07libavformat/oggparsevorbis: Fix memleak on multiple headersMichael Niedermayer
2018-03-07avformat/mov: Fix integer overflow in mov_get_stsc_samples()Michael Niedermayer
2018-03-07avformat/internal: Document the freeing behavior of ff_alloc_extradata()Michael Niedermayer
2018-03-07avformat/isom: don't free extradata before calling ff_get_extradata()James Almer
2018-03-07libavformat/tls_libtls: pass numeric hostnames to tls_connect_cbs()Stefan _
2018-03-07avformat/utils: simplify ff_alloc_extradata()James Almer
2018-03-07avformat/utils: free existing extradata before trying to allocate a new oneJames Almer
2018-03-05avformat/mov: Initialize a potential gap in ctts_data in mov_build_indexMatt Wolenetz
2018-03-04avformat/mov: Add manu/modl to mov_read_udta_string.Tianqiang Liu
2018-03-03avformat/dashenc: Use HTTP DELETE for HTTP base protoSerhii Marchuk
2018-03-03avformat/dashenc: fix for segment open issue when persistent connection is en...Vishwanath Dixit
2018-03-02avformat/mxg: return reference counted packetsJames Almer
2018-03-02avformat/hlsenc: add reference stream index for split segmentSteven Liu
2018-03-02ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2)Xiaohan Wang
2018-03-02avformat/mxfdec: always use a stream which matches the first index table when...Marton Balint
2018-03-02avformat/mxfdec: compute sample_count after seek from index for audio streamsMarton Balint
2018-03-02avformat/mxfdec: use body_offset of the partitions in mxf_absolute_bodysid_of...Marton Balint