summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wavpack: Check shiftMichael Niedermayer2017-03-211-0/+6
* avcodec/mpegaudiodec_template: Fix 2 runtime error: signed integer overflowMichael Niedermayer2017-03-211-1/+2
* Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-219-16/+19
|\
| * mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-295-11/+14
* | Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22'James Almer2017-03-219-46/+50
|\ \ | |/
| * mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-299-46/+50
* | Merge commit 'a339e919cad1ab0125948f0dd9d49f6cb590db89'James Almer2017-03-217-11/+13
|\ \ | |/
| * ea: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-297-11/+13
* | Merge commit 'ba479f3daafc7e4359ec1212164569ebe59f0bb7'James Almer2017-03-213-15/+15
|\ \ | |/
| * hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-293-26/+26
* | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer2017-03-2120-132/+133
|\ \ | |/
| * h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-2917-110/+110
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-2139-160/+179
|\ \ | |/
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-2935-165/+183
* | aacsbr: Turnoff in the event of over read.Alex Converse2017-03-211-0/+1
* | Merge commit 'b2939a75270bc7e971462648168aa3a2a48c1c8c'Clément Bœsch2017-03-215-11/+14
|\ \ | |/
| * blockdsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-292-3/+6
* | Merge commit '3281d823cdc7601c4900eb103958c05f59f65555'Clément Bœsch2017-03-213-42/+46
|\ \ | |/
| * intrax8: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-293-42/+46
* | Merge commit '92c5755a185086067fe49e7e64c23a8e7011be31'Clément Bœsch2017-03-211-8/+8
|\ \ | |/
| * hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun2016-09-291-8/+8
* | Merge commit '009adfd4fbdd78a890a4a65d6f141c467bb027fa'Clément Bœsch2017-03-211-1/+0
|\ \ | |/
| * x86: fpel: Remove unnecessary sign extendDiego Biurrun2016-09-291-1/+0
| * vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson2016-09-281-1/+1
| * vaapi_encode: Sync to input surface rather than outputMark Thompson2016-09-281-3/+3
| * vaapi_encode: Check packed header capabilitiesMark Thompson2016-09-285-7/+54
| * vaapi_encode: Refactor initialisationMark Thompson2016-09-285-437/+418
* | Merge commit '7bf8db4db61eb09fac00eb665d8ec58de8817da6'Clément Bœsch2017-03-211-6/+9
|\ \ | |/
| * tdsc: use the new decoding APIAnton Khirnov2016-09-281-6/+9
* | Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'Clément Bœsch2017-03-213-12/+12
|\ \ | |/
| * lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-283-0/+60
* | Merge commit '68811a41c70f019bde6df2a4f289674228c48958'Clément Bœsch2017-03-211-39/+49
|\ \ | |/
| * mpegvideo_enc: use the new encoding API for b_strategy=2Anton Khirnov2016-09-281-39/+49
* | Merge commit 'f03f78bc1c99b1e29624418e2f7315b8a47981e9'Clément Bœsch2017-03-211-0/+18
|\ \ | |/
| * mpegvideo_enc: handle encoding errors with b_strategy=2Anton Khirnov2016-09-281-0/+18
* | Merge commit '6f733ecab6faff2a16534f2ce7d2ffd41c07846b'Clément Bœsch2017-03-211-1/+1
|\ \ | |/
| * mpegvideo_enc: add const to the AVCodec instanceAnton Khirnov2016-09-281-1/+1
| * nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta2016-09-245-1/+80
| * nvenc: Add support for high bitdepthYogender Gupta2016-09-243-5/+96
| * nvenc: Add some easier to understand presets that match x264 terminologyYogender Gupta2016-09-244-5/+22
| * nvenc: Make sure that enum and array index matchLuca Barbato2016-09-241-9/+14
* | lavc/hwaccel: fix header copyrightClément Bœsch2017-03-211-1/+1
* | avcodec/fmvc: small refactoring in decode_type1()Diego Biurrun2017-03-211-8/+4
* | avcodec: remove warning against using frame threading with hwaccelswm42017-03-211-5/+0
* | pthread_frame: remove some dead codewm42017-03-211-7/+1
* | pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2017-03-2112-7/+98
* | pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2017-03-213-2/+36
* | pthread_frame: use better memory orders for frame progressWan-Teh Chang2017-03-211-4/+4
* | pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson2017-03-211-1/+4
* | pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov2017-03-211-0/+11