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-04-29avformat/ffmdec: Check pix_fmtMichael Niedermayer
2016-04-28avformat/rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp
2016-04-28avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer
2016-04-28avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer
2016-04-28avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMATBoris Nagels
2016-04-28avformat/cache: Fix memleak of tree entriesMichael Niedermayer
2016-04-28lavf/mov: fix sidx with edit listsRodger Combs
2016-01-31avformat: Document urls a bitMichael Niedermayer
2016-01-31avformat/libquvi: Set default demuxer and protocol limitationsMichael Niedermayer
2016-01-31avformat/concat: Check protocol prefixMichael Niedermayer
2016-01-31avformat/avformat: Replace some references to filenames by urlsMichael Niedermayer
2016-01-31avformat/img2dec: Use AVOpenCallbackMichael Niedermayer
2016-01-31avformat/avio: Limit url option parsing to the documented casesMichael Niedermayer
2016-01-31avformat/img2dec: do not interpret the filename by default if a IO context ha...Michael Niedermayer
2016-01-31mov: Add an option to toggle dref openingDerek Buitenhuis
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-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
2015-12-20nuv: sanitize negative fps rateAndreas Cadhalpun
2015-12-20mlvdec: check that index_entries existAndreas 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-17ffm: reject invalid codec_id and codec_typeAndreas Cadhalpun
2015-12-17ffmdec: reject zero-sized chunksAndreas Cadhalpun
2015-12-14avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer
2015-12-14avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker
2015-12-14avformat/matroskaenc: Check codecdelay before useMichael Niedermayer
2015-12-14avformat/smacker: fix integer overflow with pts_incMichael Niedermayer
2015-12-14mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs
2015-12-14avformat/dump: Fix integer overflow in av_dump_format()Michael Niedermayer
2015-11-26mxfdec: check edit_rate also for physical_trackAndreas Cadhalpun
2015-11-26riffdec: prevent negative bit rateAndreas Cadhalpun
2015-11-26Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-11-18rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö
2015-11-18avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer
2015-11-16avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer
2015-11-12jvdec: avoid unsigned overflow in comparisonAndreas Cadhalpun
2015-11-12avformat/xmv: Discard remainder of packet on errorMichael Niedermayer
2015-11-12avformat/xmv: factor return check out of if/elseMichael Niedermayer
2015-11-12avformat/httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin
2015-11-12lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.Simon Thelen
2015-11-12avformat/mov: Fix integer overflow in FFABSMichael Niedermayer