summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5b5ed92d92252a685e891a5d636870e223b63228'Clément Bœsch2017-03-201-11/+11
|\
| * sanm: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-041-11/+11
* | lavc/copy_block: style fixClément Bœsch2017-03-201-4/+3
* | Merge commit '73f5e17a203713c4ac4e5a821809823b383b195f'Clément Bœsch2017-03-201-6/+7
|\ \ | |/
| * copy_block: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-041-5/+6
* | Merge commit '21e500ba647aec233d5930d3d1081489d0d53ceb'Clément Bœsch2017-03-201-6/+6
|\ \ | |/
| * svq1dec: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-041-6/+6
* | Merge commit '746c56b7730ce09397d3a8354acc131285e9d829'Clément Bœsch2017-03-205-68/+69
|\ \ | |/
| * indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-045-68/+69
| * lavc: Remove old vaapi decode infrastructureMark Thompson2016-08-307-329/+69
| * vaapi_mpeg4: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-82/+133
| * vaapi_vc1: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-140/+206
| * vaapi_mpeg2: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-61/+106
| * vaapi_h264: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-98/+137
| * lavc: Rewrite VAAPI decode infrastructureMark Thompson2016-08-303-2/+627
| * wmavoice: Simplify GetBitContext initializationDiego Biurrun2016-08-301-3/+1
| * libvpx: Cast a pointer to const to squelch a warningDiego Biurrun2016-08-261-1/+1
* | avcodec/mjpegdec: quant_matrixes can be up to 65535, use uint16_tMichael Niedermayer2017-03-202-6/+6
* | avcodec/mjpegdec: Check quant_matrixes values for being non zeroMichael Niedermayer2017-03-201-0/+4
* | avcodec/vp56: Check avctx->error_concealment before enabling ECMichael Niedermayer2017-03-201-1/+1
* | avcodec/h264_direct: Fix runtime error: signed integer overflow: -9 - 2147483...Michael Niedermayer2017-03-201-1/+6
* | avcodec/tiff: Check stripsize strippos for overflowMichael Niedermayer2017-03-201-0/+10
* | aarch64: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-03-191-58/+547
* | arm: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-03-191-60/+469
* | aarch64: vp9itxfm16: Move the load_add_store macro out from the itxfm16 pass2...Martin Storsjö2017-03-191-49/+49
* | aarch64: vp9itxfm16: Make the larger core transforms standalone functionsMartin Storsjö2017-03-191-17/+28
* | arm: vp9itxfm16: Make the larger core transforms standalone functionsMartin Storsjö2017-03-191-16/+27
* | aarch64: vp9itxfm16: Restructure the idct32 store macrosMartin Storsjö2017-03-191-45/+45
* | aarch64: vp9itxfm16: Avoid .irp when it doesn't save any linesMartin Storsjö2017-03-191-12/+12
* | aarch64: vp9itxfm16: Fix a typo in a commentMartin Storsjö2017-03-191-1/+1
* | arm: vp9itxfm16: Avoid reloading the idct32 coefficientsMartin Storsjö2017-03-191-59/+69
* | arm: vp9itxfm16: Fix vertical alignmentMartin Storsjö2017-03-191-10/+10
* | arm: vp9itxfm16: Use the right lane sizeMartin Storsjö2017-03-191-2/+2
* | arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-193-26/+26
* | arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-192-3/+4
* | arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-191-37/+20
* | Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'James Almer2017-03-198-43/+50
|\ \ | |/
| * vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-268-43/+49
* | Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer2017-03-195-16/+18
|\ \ | |/
| * prores: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-265-18/+19
* | Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8'James Almer2017-03-196-49/+75
|\ \ | |/
| * cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-266-49/+75
* | Merge commit '802727b538b484e3f9d1345bfcc4ab24cfea8898'James Almer2017-03-193-21/+21
|\ \ | |/
| * vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-263-21/+21
* | Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527'James Almer2017-03-192-11/+12
|\ \ | |/
| * vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-262-10/+11
* | Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'James Almer2017-03-198-20/+20
|\ \ | |/
| * vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-268-20/+20
* | Merge commit '6892df9294d93322d43255ada299507465bc93c8'Clément Bœsch2017-03-196-39/+27
|\ \ | |/
| * vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-266-39/+27
OpenPOWER on IntegriCloud