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
2016-01-28avformat: Document urls a bitMichael Niedermayer
2016-01-28avformat/libquvi: Set default demuxer and protocol limitationsMichael Niedermayer
2016-01-28avformat/concat: Check protocol prefixMichael Niedermayer
2016-01-28avformat/avformat: Replace some references to filenames by urlsMichael Niedermayer
2016-01-28avformat/img2dec: Use AVOpenCallbackMichael Niedermayer
2016-01-28avformat/avio: Limit url option parsing to the documented casesMichael Niedermayer
2016-01-28avformat/img2dec: do not interpret the filename by default if a IO context ha...Michael Niedermayer
2016-01-28mov: Add an option to toggle dref openingDerek Buitenhuis
2016-01-28asfdec_o: check for too small size in asf_read_unknownAndreas Cadhalpun
2016-01-28asfdec_o: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun
2016-01-28asfdec_o: make sure packet_size is non-zero before seekingAndreas Cadhalpun
2016-01-28asfdec_o: prevent overflow causing seekbackAndreas Cadhalpun
2016-01-28asfdec_o: check avio_skip in asf_read_simple_indexAndreas Cadhalpun
2016-01-28asfdec_o: reject size > INT64_MAX in asf_read_unknownAndreas Cadhalpun
2016-01-28asfdec_o: only set asf_pkt->data_size after sanity checksAndreas Cadhalpun
2016-01-28Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'Hendrik Leppkes
2016-01-28brstm: fix missing closing braceAndreas Cadhalpun
2016-01-28brstm: also allocate b->table in read_packetAndreas Cadhalpun
2016-01-28brstm: make sure an ADPC chunk was read for adpcm_thpAndreas Cadhalpun
2016-01-28ffmdec: reset packet_end in case of failureAndreas Cadhalpun
2016-01-28avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol
2016-01-28avformat/brstm: fix overflowPaul B Mahol
2016-01-15avformat/hls: Even stricter URL checksMichael Niedermayer
2016-01-15avformat/hls: More strict url checksMichael Niedermayer
2016-01-15avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev
2016-01-15avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer
2016-01-15avformat/asfenc: Check ptsMichael Niedermayer
2016-01-15avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer
2016-01-15avformat/ivfenc: fix division by zeroMichael Niedermayer
2016-01-15avformat/mov: Update handbrake_version threshold for full mp3 parsingMichael Niedermayer
2015-12-20nuv: sanitize negative fps rateAndreas Cadhalpun
2015-12-20nutdec: reject negative value_len in read_sm_dataAndreas Cadhalpun
2015-12-20nutdec: only copy the header if it existsAndreas Cadhalpun
2015-12-20mlvdec: check that index_entries existAndreas Cadhalpun
2015-12-17ffm: reject invalid codec_id and codec_typeAndreas Cadhalpun
2015-12-17ffmdec: reject zero-sized chunksAndreas Cadhalpun
2015-12-13avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer
2015-12-13lavf/tee: fix side data double free.Nicolas George
2015-12-13avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer
2015-12-13avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer
2015-12-13avformat/mxfenc: Fix integer overflow in length computationMichael Niedermayer
2015-12-09avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker
2015-12-09avformat/matroskaenc: Check codecdelay before useMichael Niedermayer
2015-12-06avformat/smacker: fix integer overflow with pts_incMichael Niedermayer
2015-12-06avformat/riffdec: Initialize bitrateMichael Niedermayer
2015-12-06mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs
2015-12-06avformat/dump: Fix integer overflow in av_dump_format()Michael Niedermayer
2015-12-02lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.Carl Eugen Hoyos
2015-11-26rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö
2015-11-26avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer