aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changelog: updaten4.1.3Michael Niedermayer2019-04-011-0/+2
* avcodec/rscc: Check that the to be uncompressed input is large enoughMichael Niedermayer2019-04-011-0/+6
* avformat/movenc: free eac3 private data only when closing the streamJames Almer2019-03-311-6/+6
* Update for 4.1.3Michael Niedermayer2019-03-313-2/+11
* avcodec/hevcdec: Avoid only partly skiping duplicate first slicesMichael Niedermayer2019-03-311-4/+10
* lavc/bmp: Avoid a heap buffer overwrite for 1bpp input.Carl Eugen Hoyos2019-03-311-1/+4
* avcodec/mpegpicture: Check size of edge_emu_bufferMichael Niedermayer2019-03-311-1/+6
* avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer2019-03-311-1/+1
* avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()Michael Niedermayer2019-03-311-1/+2
* avcodec/cbs_av1: fix range of values for Mastering Display Color Volume Metad...James Almer2019-03-251-5/+8
* avcodec/av1_parser: don't abort parsing the first frame if extradata parsing ...James Almer2019-03-251-2/+1
* 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