summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-294-34/+34
* | 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-2140-161/+180
|\ \ | |/
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-2936-166/+184
* | aacsbr: Turnoff in the event of over read.Alex Converse2017-03-211-0/+1
* | swresample/resample: free existing ResampleContext on reinitJames Almer2017-03-211-0/+1
* | swresample/resample: move resample_free() higher in the fileJames Almer2017-03-211-7/+8
* | 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
* | Merge commit '956a54129db522998a5abae869568dae2c9774cb'Clément Bœsch2017-03-210-0/+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 '67d28f4a0fbb52d0734ca3682b85035e96d294fb'Clément Bœsch2017-03-211-0/+1
|\ \ | |/
| * examples/output: switch to the new encoding APIAnton Khirnov2016-09-281-27/+44
* | 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-214-17/+17
|\ \ | |/
| * lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-284-0/+68
* | vf_drawtext: Fix memory leakKieran Kunhya2017-03-211-2/+4
* | 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
* | Merge commit '6c09af7e46a5a1ada67ffe832f7895cf2749130b'Clément Bœsch2017-03-210-0/+0
|\ \ | |/
| * APIchanges: fix a typo in the version numberAnton Khirnov2016-09-281-1/+1
* | Merge commit '0e8d1fc1f013eb805a7b66656d9452bcbca36d22'Clément Bœsch2017-03-210-0/+0
|\ \ | |/
| * lavu: Bump version for the 12bit Planar YUV supportLuca Barbato2016-09-272-1/+4
| * pixfmt: Add yuv444p12 pixel formatLuca Barbato2016-09-2710-1/+44
| * pixfmt: Add yuv422p12 pixel formatLuca Barbato2016-09-2711-1/+48
| * pixfmt: Add yuv420p12 pixel formatLuca Barbato2016-09-2712-2/+56
* | lavc/hwaccel: fix header copyrightClément Bœsch2017-03-211-1/+1
* | Merge commit '2b5b1e1e9b89063d352e2efed014f9d761b85032'Clément Bœsch2017-03-210-0/+0
|\ \ | |/
| * swscale: Rename is9_OR_10 to match what it doesLuca Barbato2016-09-276-10/+10
* | Merge commit 'e87a501e7d03ac68b58520108fe24ad9d0b36765'Clément Bœsch2017-03-210-0/+0
|\ \ | |/
| * swscale: Update bitdepth range checkLuca Barbato2016-09-273-11/+11
* | avcodec/fmvc: small refactoring in decode_type1()Diego Biurrun2017-03-211-8/+4