aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer2017-08-231-0/+2
* avformat/avidec: Remove ancient assertMichael Niedermayer2017-08-231-1/+0
* avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2017-08-231-0/+1
* avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer2017-08-231-2/+2
* avformat/swfdec: Fix inflate() error code checkMichael Niedermayer2017-08-231-2/+2
* avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer2017-08-231-0/+5
* libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow2017-08-231-1/+1
* avformat/mov: Check sample sizeMichael Niedermayer2017-08-231-1/+10
* avformat/format: Fix registering a format more than once and related racesMichael Niedermayer2017-08-231-6/+10
* avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer2017-08-231-1/+4
* avformat/allformats: Making av_register_all() thread-safe.Vivekanand2017-08-231-1/+2
* avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert2017-08-231-1/+1
* avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2017-08-231-1/+1
* avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2017-08-231-1/+1
* libavformat/oggdec: Free stream private when header parsing fails.Chris Cunningham2017-08-231-0/+1
* avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer2017-08-231-0/+3
* avformat/oggparseopus: Check that granule pos is within the supported rangeMichael Niedermayer2017-08-231-0/+4
* avformat/options_table: Add missing identifier for very strict complianceMichael Niedermayer2017-08-231-0/+1
* avformat/rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2017-08-231-3/+4
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2017-08-231-1/+1
* avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMATBoris Nagels2017-08-231-1/+2
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-02-012-5/+20
* avformat: Document urls a bitMichael Niedermayer2016-02-011-0/+12
* avformat/concat: Check protocol prefixMichael Niedermayer2016-02-011-1/+4
* avformat/avformat: Replace some references to filenames by urlsMichael Niedermayer2016-02-011-7/+7
* avformat/avio: Limit url option parsing to the documented casesMichael Niedermayer2016-02-011-2/+9
* avformat/hls: Even stricter URL checksMichael Niedermayer2016-01-311-1/+5
* avformat/hls: More strict url checksMichael Niedermayer2016-01-311-8/+19
* avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev2016-01-311-0/+11
* avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-311-0/+2
* avformat/asfenc: Check ptsMichael Niedermayer2016-01-311-0/+5
* avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer2016-01-312-4/+8
* avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer2016-01-311-0/+4
* brstm: fix missing closing braceAndreas Cadhalpun2016-01-281-0/+1
* brstm: also allocate b->table in read_packetAndreas Cadhalpun2016-01-281-0/+4
* brstm: make sure an ADPC chunk was read for adpcm_thpAndreas Cadhalpun2016-01-281-0/+5
* ffmdec: reset packet_end in case of failureAndreas Cadhalpun2016-01-281-3/+6
* avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol2016-01-281-3/+4
* nuv: sanitize negative fps rateAndreas Cadhalpun2015-12-201-0/+9
* mlvdec: check that index_entries existAndreas Cadhalpun2015-12-201-0/+5
* nutdec: reject negative value_len in read_sm_dataAndreas Cadhalpun2015-12-201-1/+1
* nutdec: only copy the header if it existsAndreas Cadhalpun2015-12-201-1/+2
* ffm: reject invalid codec_id and codec_typeAndreas Cadhalpun2015-12-201-0/+28
* avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...n2.4.12Rainer Hochecker2015-12-091-1/+1
* avformat/smacker: fix integer overflow with pts_incMichael Niedermayer2015-12-061-0/+5
* mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs2015-12-061-3/+3
* avformat/dump: Fix integer overflow in av_dump_format()Michael Niedermayer2015-12-061-1/+1
* rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö2015-12-061-1/+6
* avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer2015-12-061-0/+1
* avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer2015-12-061-1/+1