aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changelog: updaten4.1.2Michael Niedermayer2019-03-211-0/+3
* avcodec/dfa: Check the chunk header is not truncatedMichael Niedermayer2019-03-211-0/+2
* avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer2019-03-211-0/+3
* avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer2019-03-201-0/+4
* Update for 4.1.2Michael Niedermayer2019-03-143-2/+35
* avcodec/dvbsubdec: Check object positionMichael Niedermayer2019-03-141-0/+7
* avcodec/cdgraphics: Use ff_set_dimensions()Michael Niedermayer2019-03-141-4/+1
* avformat/gdv: Check fpsMichael Niedermayer2019-03-141-0/+3
* configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checkingGuo, Yejun2019-03-141-2/+2
* configure: add missing pthreads extralibs dependency for libvpx-vp9Guo, Yejun2019-03-141-2/+2
* avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()Michael Niedermayer2019-03-141-0/+6
* avcodec/dxv: Correct integer overflow in get_opcodes()Michael Niedermayer2019-03-141-1/+2
* avcodec/scpr: Fix use of uninitialized variableMichael Niedermayer2019-03-141-1/+1
* avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytesMichael Niedermayer2019-03-141-0/+2
* avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer2019-03-141-0/+3
* avcodec/gdv: Check for truncated tags in decompress_5()Michael Niedermayer2019-03-141-0/+2
* avcodec/bethsoftvideo: Check block_typeMichael Niedermayer2019-03-141-0/+5
* avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()Michael Niedermayer2019-03-141-1/+1
* avcodec/error_resilience: Use a symmetric check for skipping MV estimationMichael Niedermayer2019-03-141-1/+1
* avcodec/mlpdec: Insuffient typoMichael Niedermayer2019-03-141-1/+1
* avcodec/zmbv: obtain frame laterMichael Niedermayer2019-03-141-3/+3
* avcodec/jvdec: Check available input space before decode8x8()Michael Niedermayer2019-03-141-0/+5
* avcodec/h264_direct: Fix overflow in POC comparissionMichael Niedermayer2019-03-141-2/+2
* avformat/webmdashenc: Check id in adaption_setsMichael Niedermayer2019-03-141-0/+6
* avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian2019-03-141-1/+1
* avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393Wenxiang Qian2019-03-141-1/+1
* avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-03-141-2/+21
* avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-03-141-1/+29
* avformat/matroskadec: Do not leak queued packets on sync errorsMichael Niedermayer2019-03-141-1/+1
* avcodec/mpeg4videodec: Clear interlaced_dct for studio profileMichael Niedermayer2019-03-141-0/+1
* avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer2019-03-141-1/+1
* avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()Michael Niedermayer2019-03-141-15/+19
* avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_QAlex Mogurenko2019-03-141-2/+4
* avformat/mov: fix hang while seek on a kind of fragmented mp4Charles Liu2019-02-111-9/+12
* avformat/async: fix assertion condition when draining bufferMarton Balint2019-02-111-1/+1
* avcodec/cbs_av1: don't call cbs_av1_read_trailing_bits() when no bits remain ...James Almer2019-02-101-2/+6
* Changelog: updaten4.1.1Michael Niedermayer2019-02-091-0/+2
* avformat/mov: validate chunk_count vs stsc_datachcunningham2019-02-081-2/+12
* avformat/mov.c: require tfhd to begin parsing trunchcunningham2019-02-082-0/+11
* Changelog: updateMichael Niedermayer2019-02-041-0/+8
* avcodec/pgssubdec: Check for duplicate display segmentsMichael Niedermayer2019-02-041-0/+5
* avformat/rtsp: Check number of streams in sdp_parse_line()Michael Niedermayer2019-01-311-1/+4
* avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()Michael Niedermayer2019-01-311-1/+2
* avcodec/rasc: Move ff_get_buffer() after frame checksMichael Niedermayer2019-01-311-3/+3
* avcodec/rasc: Check uncompressed dlta sizeMichael Niedermayer2019-01-311-0/+2
* avcodec/fic: Check that there is input left in fic_decode_block()Michael Niedermayer2019-01-311-0/+3
* avcodec/ilbcdec: Fix undefined integer overflow lsf2poly()Michael Niedermayer2019-01-311-4/+4
* avcodec/ilbcdec: Fix integer overflow in construct_vector()Michael Niedermayer2019-01-311-1/+1
* Update for 4.1.1Michael Niedermayer2019-01-213-2/+68
* avcodec/prosumer: Error out if decompress() stops reading dataMichael Niedermayer2019-01-211-2/+5