| Commit message (Expand) | Author | Age | Files | Lines |
* | libx265: Add option to force IDR frames | Derek Buitenhuis | 2016-11-07 | 1 | -1/+4 |
* | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -2/+2 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -8/+0 |
* | libx265: Use the Multi-library Interface | Gopu Govindaswamy | 2015-05-13 | 1 | -12/+17 |
* | libx265: Fix 'braces around scalar initializer' warning | Vittorio Giovara | 2015-05-06 | 1 | -1/+1 |
* | x265: Map color parameters | Luca Barbato | 2015-04-15 | 1 | -0/+16 |
* | libx265: print supported presets and tunes on error | James Almer | 2015-04-11 | 1 | -1/+14 |
* | avcodec/libx265: export chosen picture types | Michael Niedermayer | 2015-04-05 | 1 | -0/+13 |
* | libx265: Add crf private option | Derek Buitenhuis | 2015-02-18 | 1 | -1/+12 |
* | libx265: Reduce the scope of some variables | Derek Buitenhuis | 2015-02-18 | 1 | -4/+6 |
* | libx265: Pass through user-set frame type | Derek Buitenhuis | 2015-01-22 | 1 | -0/+5 |
* | libx265: enable psnr reporting when requested by the user | Michael Niedermayer | 2014-10-01 | 1 | -0/+1 |
* | x265: Use the encoder defaults | Luca Barbato | 2014-09-03 | 1 | -0/+6 |
* | libx265: Remove unneeded bit depth check | Derek Buitenhuis | 2014-06-12 | 1 | -5/+0 |
* | libx265: Add 4:2:2 support | Derek Buitenhuis | 2014-06-12 | 1 | -3/+9 |
* | libx265: Actually use X265_API_IMPORTS | Derek Buitenhuis | 2014-06-12 | 1 | -4/+4 |
* | libx265: Only set the SAR if it is valid | Derek Buitenhuis | 2014-04-10 | 1 | -7/+9 |
* | libx265: Use 16-bit SAR | Derek Buitenhuis | 2014-04-10 | 1 | -2/+2 |
* | libx265: Use x265_param_parse to set the SAR | Derek Buitenhuis | 2014-04-10 | 1 | -5/+6 |
* | libx265: Use the repeat headers flag when not using global headers | Marcus Gustafsson | 2014-03-31 | 1 | -39/+18 |
* | libx265: Only use one memcpy for headers | Derek Buitenhuis | 2014-03-24 | 1 | -6/+1 |
* | libx265: Write global extradata when requested | Michael Niedermayer | 2014-03-24 | 1 | -1/+9 |
* | libx265: Support API version 9 | Derek Buitenhuis | 2014-03-06 | 1 | -5/+5 |
* | libx265: Properly handled dynamic linking with MSVC | Derek Buitenhuis | 2014-02-24 | 1 | -0/+4 |
* | libx265: Support SAR | Derek Buitenhuis | 2014-02-24 | 1 | -0/+10 |
* | libx265: Support 4:4:4 | Derek Buitenhuis | 2014-02-24 | 1 | -0/+23 |
* | libx265: Update API usage | Derek Buitenhuis | 2014-02-24 | 1 | -3/+9 |
* | libx265: Remove redundant default param call | Derek Buitenhuis | 2014-02-14 | 1 | -1/+0 |
* | libx265: Fix use of uninitialized input picture | Derek Buitenhuis | 2014-02-14 | 1 | -0/+2 |
* | Add libx265 encoder | Derek Buitenhuis | 2014-02-12 | 1 | -0/+284 |