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
2016-09-07iir_filter: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-07error_resilience: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-04sanm: Change type of array pitch parameters to ptrdiff_tDiego Biurrun
2016-09-04copy_block: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-04svq1dec: Change type of array pitch parameters to ptrdiff_tDiego Biurrun
2016-09-04indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun
2016-08-31lavc: Remove old vaapi decode infrastructureMark Thompson
2016-08-30vaapi_mpeg4: Convert to use the new VAAPI hwaccel codeMark Thompson
2016-08-30vaapi_vc1: Convert to use the new VAAPI hwaccel codeMark Thompson
2016-08-30vaapi_mpeg2: Convert to use the new VAAPI hwaccel codeMark Thompson
2016-08-30vaapi_h264: Convert to use the new VAAPI hwaccel codeMark Thompson
2016-08-30lavc: Rewrite VAAPI decode infrastructureMark Thompson
2016-08-30wmavoice: Simplify GetBitContext initializationDiego Biurrun
2016-08-26libvpx: Cast a pointer to const to squelch a warningDiego Biurrun
2016-08-26vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun
2016-08-26prores: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun
2016-08-26vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-26vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-24av1: Add codec_id and basic demuxing supportLuca Barbato
2016-08-18mss12: validate display dimensionsAnton Khirnov
2016-08-18vc1: check that slices have a positive heightAnton Khirnov
2016-08-18pcx: use the bytestream2 API for reading from inputAnton Khirnov
2016-08-18pcx: check that the packet is large enough before reading the headerAnton Khirnov
2016-08-18pcx: properly pad the scanlineAnton Khirnov
2016-08-18cook: use the bytestream2 API for reading extradataAnton Khirnov
2016-08-18qpeg: fix an off by 1 error in the MV checkAnton Khirnov
2016-08-18alac: do not return success if nothing was decodedAnton Khirnov
2016-08-18vmnc: check that subrectangles fit into their containing rectanglesAnton Khirnov
2016-08-17golomb: Drop disabled cruftDiego Biurrun
2016-08-17simple_idct: arm: Drop disabled code variantDiego Biurrun
2016-08-17simple_idct: x86: Drop disabled IDCT implementationDiego Biurrun
2016-08-17dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun
2016-08-17mpegvideo: Kill some disabled codeDiego Biurrun
2016-08-17msmpeg4: Drop disabled debug cruftDiego Biurrun
2016-08-17mathops: Drop disabled alternative mid_pred() implementationDiego Biurrun
2016-08-17mjpegdec: Drop disabled codeDiego Biurrun
2016-08-17faan(i)dct: Kill some disabled codeDiego Biurrun
2016-08-17ffv1: Remove broken disabled cruftDiego Biurrun
2016-08-17h264: Kill broken disabled cruftDiego Biurrun
2016-08-17aac: Drop broken cruftDiego Biurrun
2016-08-17jfdct: Kill broken cruftDiego Biurrun
2016-08-17roqvideoenc: Drop broken disabled cruftDiego Biurrun
2016-08-17pnm_parser: Drop broken disabled cruftDiego Biurrun
2016-08-17wma: Kill non-compiling disabled cruftDiego Biurrun
2016-08-17mpeg4videoenc: Kill non-compiling disabled cruftDiego Biurrun
2016-08-17rangecoder: Kill non-compiling disabled cruftDiego Biurrun
2016-08-13vaapi_vc1: Remove redundant version checkMark Thompson