aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* icodec: correctly check avio_read return valueAndreas Cadhalpun2016-11-271-2/+6
* dvbsubdec: fix division by zero in compute_default_clutAndreas Cadhalpun2016-11-271-1/+1
* proresdec_lgpl: explicitly check coff[3] against slice_data_sizeAndreas Cadhalpun2016-11-271-1/+1
* escape124: reject codebook size 0Andreas Cadhalpun2016-11-271-0/+4
* icodec: add ico_read_close to fix leaking ico->imagesAndreas Cadhalpun2016-11-271-0/+8
* icodec: fix leaking pkt on errorAndreas Cadhalpun2016-11-271-1/+3
* mpegts: prevent division by zeroAndreas Cadhalpun2016-11-271-2/+11
* matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-271-0/+5
* mpegaudio_parser: don't return AVERROR_PATCHWELCOMEAndreas Cadhalpun2016-11-271-1/+1
* mxfdec: fix NULL pointer dereferenceAndreas Cadhalpun2016-11-271-1/+1
* lzf: update pointer p after reallocAndreas Cadhalpun2016-11-271-0/+2
* diracdec: check return code of get_buffer_with_edgeAndreas Cadhalpun2016-11-271-1/+3
* ppc: pixblockdsp: do unaligned block accesses correctly againAndreas Cadhalpun2016-11-271-7/+10
* interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZEAndreas Cadhalpun2016-11-271-1/+1
* interplayacm: validate number of channelsAndreas Cadhalpun2016-11-271-0/+5
* interplayacm: check for too large bAndreas Cadhalpun2016-11-271-0/+12
* mpeg12dec: unref discarded picture from extradataAndreas Cadhalpun2016-11-271-0/+1
* cavsdec: unref frame before referencing againAndreas Cadhalpun2016-11-271-0/+2
* avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun2016-11-271-1/+1
* avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()James Almer2016-11-191-3/+4
* doc/examples/demuxing_decoding: Drop AVFrame->pts usen3.0.4Michael Niedermayer2016-10-181-3/+2
* Changelog: update for recent commitsAndreas Cadhalpun2016-10-171-0/+3
* libopenjpegenc: fix out-of-bounds reads when filling the edgesAndreas Cadhalpun2016-10-171-9/+9
* libopenjpegenc: stop reusing image data buffer for openjpeg 2Andreas Cadhalpun2016-10-171-10/+29
* configure: fix detection of libopenjpegAndreas Cadhalpun2016-10-173-8/+5
* Changelog: update for recent commitsMichael Niedermayer2016-10-171-0/+7
* cmdutils: fix typosMoritz Barsnick2016-10-092-4/+4
* lavfi: fix typosMoritz Barsnick2016-10-092-4/+4
* lavc: fix typosMoritz Barsnick2016-10-092-2/+2
* tools: fix grammar errorMoritz Barsnick2016-10-091-1/+1
* ffmpeg: remove unused and errorneous AVFrame timestamp checkHendrik Leppkes2016-10-071-6/+1
* Support for MIPS cpu P6600Shivraj Patil2016-10-061-1/+5
* avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil2016-10-061-6/+6
* Update for 3.0.4Michael Niedermayer2016-09-283-2/+21
* avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer2016-09-281-0/+2
* avformat/avidec: Remove ancient assertMichael Niedermayer2016-09-281-1/+0
* avformat/avidec: Fix memleak with dv in aviMichael Niedermayer2016-09-281-0/+1
* lavc/movtextdec.c: Avoid infinite loop on invalid data.Sasi Inguva2016-09-281-0/+4
* avcodec/ansi: Check dimensionsMichael Niedermayer2016-09-281-0/+3
* avcodec/cavsdsp: use av_clip_uint8() for idctMichael Niedermayer2016-09-281-9/+8
* avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer2016-09-281-0/+4
* avformat/movenc: Factor check_pkt() outMichael Niedermayer2016-09-281-6/+18
* avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2016-09-281-0/+1
* avcodec/g726: Add missing ADDB output maskMichael Niedermayer2016-09-281-1/+1
* avcodec/avpacket: clear side_data_elemsMichael Niedermayer2016-09-281-2/+5
* avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer2016-09-281-0/+7
* avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer2016-09-281-16/+11
* avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk2016-09-281-1/+1
* swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slicesMichael Niedermayer2016-09-281-0/+8
* swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slicesMichael Niedermayer2016-09-281-0/+1