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
2014-11-13jpeg2000: do not compute the same value twiceVittorio Giovara
2014-11-13svq1enc: check ff_get_buffer return valueVittorio Giovara
2014-11-13ansi: check ff_set_dimensions return valueVittorio Giovara
2014-11-13avs: check ff_set_dimensions return valueVittorio Giovara
2014-11-13g2meet: check ff_set_dimensions return valueVittorio Giovara
2014-11-13indeo3: check ff_set_dimensions return valueVittorio Giovara
2014-11-13shorten: check for return valueVittorio Giovara
2014-11-13dcadec: initialize variables before useVittorio Giovara
2014-11-13escape124: explicitly set get_bits1 variableVittorio Giovara
2014-11-13mlpdec: check for negative indexVittorio Giovara
2014-11-13ffv1: fix out-of-bounds readVittorio Giovara
2014-11-13vorbisenc: add missing parenthesisVittorio Giovara
2014-11-13dpxenc: mention missing breakVittorio Giovara
2014-11-13sunrastenc: mention missing breakVittorio Giovara
2014-11-13vc1dec: refactor check with missing parenthesisVittorio Giovara
2014-11-13vc1dec: always initialize tx and tyVittorio Giovara
2014-11-13dnxhdenc: check negative indexVittorio Giovara
2014-11-13display: fix order of operandsVittorio Giovara
2014-11-13nellymoserenc: fix array indexVittorio Giovara
2014-11-13nellymoserenc: fix array element orderingMichael Niedermayer
2014-11-13libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara
2014-11-13libopusenc: check return valueVittorio Giovara
2014-11-13vp7: fix checking vp7_feature_value_size()Michael Niedermayer
2014-11-134xm: more thorought check for negative index and negative shiftVittorio Giovara
2014-11-11tiff: Use av_mallocz_arrayLuca Barbato
2014-11-11h264_parser: don't stop on SPS_EXT in splitJohn Stebbins
2014-11-11h264_cabac: fix one fill_rectangle() indentation levelMichael Niedermayer
2014-11-11png_parser: fix size of chunk_lenghtVittorio Giovara
2014-11-11dvbsubdec: move shared codepathVittorio Giovara
2014-11-11dvbsubdec: improve error checkingVittorio Giovara
2014-11-11dvbsubdec: add missing breakJernej Fijačko
2014-11-11hevc_cabac: decrease CABAC_MAX_BINMichael Niedermayer
2014-11-11hevc_mvs: prevent unitialized useVittorio Giovara
2014-11-114xm: drop unnecessary checkVittorio Giovara
2014-11-11hpeldsp: Increase put_no_rnd_pixels_tab[][] sizeMichael Niedermayer
2014-11-11mjpegenc: fix argument size in encode_mbVittorio Giovara
2014-11-11mpegvideo: fix size of arrayVittorio Giovara
2014-11-11mpegvideo: check mpv return valueVittorio Giovara
2014-11-11mpeg12enc: increase declared size of block function argumentMichael Niedermayer
2014-11-11libavcodec: Unconditionally build xiph.oMartin Storsjö
2014-11-10libfdk-aacdec: Support building with the latest version of fdk-aacMartin Storsjö
2014-11-09lavc: Compact the side-data passthroughLuca Barbato
2014-11-06mjpegdec: fix undefined shiftVittorio Giovara
2014-11-06pthreads_frame: Do not leak on failure pathLuca Barbato
2014-11-06mpeg12dec: simplify context duplicationVittorio Giovara
2014-11-06mpeg12enc: factor out check in encode_dcVittorio Giovara
2014-11-06mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara
2014-11-06mpegvideo_enc: rework direct mode checkVittorio Giovara
2014-11-06lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov
2014-11-06lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov