| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/webmdashenc: Validate the 'streams' adaptation sets parameter | Derek Buitenhuis | 2017-05-20 | 1 | -1/+5 |
* | avformat/webmdashenc: Require the 'adaptation_sets' option to be set | Derek Buitenhuis | 2017-05-20 | 1 | -0/+4 |
* | avformat/http: Check for truncated buffers in http_connect() | Michael Niedermayer | 2017-05-20 | 1 | -1/+10 |
* | avformat/apng: fix setting frame delay when max_fps is set to no limit | James Almer | 2017-03-21 | 1 | -1/+1 |
* | lavf/mpeg: Initialize a stack variable used by memcmp(). | Carl Eugen Hoyos | 2017-02-21 | 1 | -1/+1 |
* | lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid | Matt Wolenetz | 2017-02-08 | 1 | -1/+1 |
* | lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr | Matt Wolenetz | 2017-02-08 | 1 | -0/+2 |
* | lavf/matroskadec: fix is_keyframe for early Blocks | Chris Cunningham | 2017-02-08 | 1 | -3/+7 |
* | avformat/flacdec: Check avio_read result when reading flac block header. | Frank Liberato | 2017-02-08 | 1 | -1/+2 |
* | avformat/avidec: skip odml master index chunks in avi_sync | Tobias Rapp | 2017-02-08 | 1 | -1/+2 |
* | avformat/utils: Print verbose error message if stream count exceeds max_streams | Michael Niedermayer | 2017-02-08 | 1 | -1/+4 |
* | avformat/options_table: Set the default maximum number of streams to 1000 | Michael Niedermayer | 2017-02-08 | 1 | -1/+1 |
* | avformat: Add max_streams option | Michael Niedermayer | 2017-02-08 | 3 | -1/+9 |
* | avformat/oggdec: Skip streams in duration correction that did not had their d... | Michael Niedermayer | 2017-02-08 | 1 | -0/+2 |
* | avformat/http: Match chunksize checks to master..3.0 | Michael Niedermayer | 2016-12-06 | 1 | -2/+2 |
* | avformat/rtmppkt: Check for packet size mismatches | Michael Niedermayer | 2016-12-06 | 1 | -0/+8 |
* | http: move chunk handling from http_read_stream() to http_buf_read(). | Ronald S. Bultje | 2016-12-05 | 1 | -26/+31 |
* | http: make length/offset-related variables unsigned. | Ronald S. Bultje | 2016-12-05 | 1 | -30/+36 |
* | avformat/ffmdec: Check media type for chunks | Michael Niedermayer | 2016-12-03 | 1 | -4/+4 |
* | avformat/oggparsespeex: Check frames_per_packet and packet_size | Michael Niedermayer | 2016-12-03 | 1 | -0/+7 |
* | avformat/utils: Check start/end before computing duration in update_stream_ti... | Michael Niedermayer | 2016-12-03 | 1 | -2/+5 |
* | avformat/idroqdec: Check chunk_size for being too large | Michael Niedermayer | 2016-12-01 | 1 | -0/+3 |
* | filmstripdec: correctly check image dimensions | Andreas Cadhalpun | 2016-11-27 | 1 | -4/+3 |
* | sbgdec: prevent NULL pointer access | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+1 |
* | mxfdec: fix NULL pointer dereference in mxf_read_packet_old | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+1 |
* | icodec: correctly check avio_read return value | Andreas Cadhalpun | 2016-11-27 | 1 | -2/+6 |
* | icodec: fix leaking pkt on error | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+3 |
* | mpegts: prevent division by zero | Andreas Cadhalpun | 2016-11-27 | 1 | -2/+11 |
* | matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_header | Andreas Cadhalpun | 2016-11-27 | 1 | -0/+5 |
* | mxfdec: fix NULL pointer dereference | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+1 |
* | avformat: prevent triggering request_probe assert in ff_read_packet | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+1 |
* | avformat/mpeg: Adjust vid probe threshold to correct mis-detection | Michael Niedermayer | 2016-11-26 | 1 | -1/+1 |
* | avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string() | Michael Niedermayer | 2016-11-26 | 1 | -1/+1 |
* | avformat/avidec: Check nb_streams in read_gab2_sub() | Michael Niedermayer | 2016-10-05 | 1 | -0/+2 |
* | avformat/avidec: Remove ancient assert | Michael Niedermayer | 2016-10-05 | 1 | -1/+0 |
* | avformat/movenc: Check packet in mov_write_single_packet() too | Michael Niedermayer | 2016-09-18 | 1 | -0/+5 |
* | avformat/movenc: Factor check_pkt() out | Michael Niedermayer | 2016-09-18 | 1 | -6/+18 |
* | avformat/utils: fix timebase error in avformat_seek_file() | Xinzheng Zhang | 2016-09-18 | 1 | -0/+1 |
* | avformat/avidec: Fix infinite loop in avi_read_nikon() | Michael Niedermayer | 2016-09-18 | 1 | -2/+2 |
* | avformat/swfdec: Fix inflate() error code check | Michael Niedermayer | 2016-08-19 | 1 | -2/+2 |
* | avformat/oggdec: Fix integer overflow with invalid pts | Michael Niedermayer | 2016-08-15 | 1 | -0/+5 |
* | libavformat/rtpdec_asf: zero initialize the AVIOContext struct | Kacper Michajłow | 2016-08-15 | 1 | -1/+1 |
* | avformat/mov: Check sample size | Michael Niedermayer | 2016-08-15 | 1 | -1/+10 |
* | avformat/format: Fix registering a format more than once and related races | Michael Niedermayer | 2016-08-15 | 1 | -6/+10 |
* | avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s... | Michael Niedermayer | 2016-08-15 | 1 | -1/+4 |
* | avformat/allformats: Making av_register_all() thread-safe. | Vivekanand | 2016-08-15 | 1 | -1/+2 |
* | avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform... | Thomas Guilbert | 2016-08-15 | 1 | -1/+1 |
* | avformat/avidec: Detect index with too short entries | Michael Niedermayer | 2016-08-15 | 1 | -0/+2 |
* | avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id() | Chris Cunningham | 2016-08-15 | 1 | -1/+1 |
* | avformat/utils: Do not compute the bitrate from duration == 0 | Michael Niedermayer | 2016-08-15 | 1 | -1/+1 |