Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-03Update for 0.8.5n0.8.5Michael Niedermayer
2011-10-02h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar
2011-10-02h264: check for invalid bit depth value.Laurent Aimar
2011-10-02h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar
2011-10-02h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar
2011-10-02h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis...Laurent Aimar
2011-10-02Reject video with non multiple of 16 width/height in the 4xm decoder.Laurent Aimar
2011-10-024xm decoder: fix data size for i2 frames.Michael Niedermayer
2011-10-024xm decoder: print some error messages in case of errors.Michael Niedermayer
2011-10-02Check for out of bound accesses in the 4xm decoder.Laurent Aimar
2011-10-02Prevent block size from inreasing in the shorten decoder.Laurent Aimar
2011-10-02Check for out of bound reads in PTX decoder.Laurent Aimar
2011-10-02Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ...Laurent Aimar
2011-10-02Fix the check for missing references in ff_er_frame_end() for H264.Laurent Aimar
2011-10-02Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.Laurent Aimar
2011-10-02Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar
2011-10-02h264: increase ref_poc size to 32 as it can be per field.Michael Niedermayer
2011-10-02h264: set unused ref_counts to 0 as a precautionary meassure.Michael Niedermayer
2011-10-02Remove Chnagelog it has nothing to do with realityMichael Niedermayer
2011-10-02Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-10-02fate: fix motion pixels checksum change caused by backported bugfixMichael Niedermayer
2011-10-01avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer
2011-10-01vf_scale.c: propagate error codeMichael Niedermayer
2011-10-01Fix out of bound reads/writes in the TIFF decoder.Laurent Aimar
2011-10-01Check for out of bound writes in the QDM2 decoder.Laurent Aimar
2011-10-01Fix out of bound reads in the QDM2 decoder.Laurent Aimar
2011-10-01Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Ar...Laurent Aimar
2011-10-01Check for out of bound reads in the Electronic Arts CMV decoder.Laurent Aimar
2011-10-01Prevent NULL dereferences when missing the reference frame in the Electronic ...Laurent Aimar
2011-10-01Fix potential pointer arithmetic overflows in the Electronic Arts CMV decoder.Laurent Aimar
2011-10-01Prevent infinite loop in the ANM decoder.Laurent Aimar
2011-10-01Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar
2011-10-01Check for out of bound reads in AVS decoder.Laurent Aimar
2011-10-01Check for out of bound writes in the avs demuxer.Laurent Aimar
2011-10-01Check for corrupted data in avs demuxer.Laurent Aimar
2011-10-01lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö
2011-10-01avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles
2011-10-01Fix out of bound writes in fix_bitshift() of the shorten decoder.Laurent Aimar
2011-10-01Check for out of bound reads in the Tiertex Limited SEQ decoder.Laurent Aimar
2011-10-01Fix the size of workspace buffers in the motion pixels decoder.Laurent Aimar
2011-10-01Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer u...Laurent Aimar
2011-10-01Check for out of bounds writes in the Delphine Software International CIN dec...Laurent Aimar
2011-10-01Check for out of bounds reads in the Delphine Software International CIN deco...Laurent Aimar
2011-10-01Check for out of bound reads in the QuickDraw decoder.Laurent Aimar
2011-10-01mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin
2011-10-01Check for out of bound reads in xan_huffman_decode() of the xan decoder.Laurent Aimar
2011-10-01dca: clear inactive subbands only once in qmf_32_subbands()Mans Rullgard
2011-10-01vf_unsharp: set default chroma size value to 5x5Stefano Sabatini
2011-10-01vf_unsharp: fix out-of-buffer readStefano Sabatini
2011-10-01Check for unsupported parameters in ff_j2k_dwt_init()Laurent Aimar