]> git.sesse.net Git - ffmpeg/history - libavcodec/libx265.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libavcodec / libx265.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-05-13 Gopu Govindaswamylibx265: Use the Multi-library Interface
2015-05-06 Vittorio Giovaralibx265: Fix 'braces around scalar initializer' warning
2015-04-15 Luca Barbatox265: Map color parameters
2015-04-11 James Almerlibx265: print supported presets and tunes on error
2015-04-05 Michael Niedermayeravcodec/libx265: export chosen picture types
2015-02-18 Derek Buitenhuislibx265: Add crf private option
2015-02-18 Derek Buitenhuislibx265: Reduce the scope of some variables
2015-01-22 Derek Buitenhuislibx265: Pass through user-set frame type
2014-10-01 Michael Niedermayerlibx265: enable psnr reporting when requested by the...
2014-09-03 Luca Barbatox265: Use the encoder defaults
2014-06-12 Derek Buitenhuislibx265: Remove unneeded bit depth check
2014-06-12 Derek Buitenhuislibx265: Add 4:2:2 support
2014-06-12 Derek Buitenhuislibx265: Actually use X265_API_IMPORTS
2014-04-10 Derek Buitenhuislibx265: Only set the SAR if it is valid
2014-04-10 Derek Buitenhuislibx265: Use 16-bit SAR
2014-04-10 Derek Buitenhuislibx265: Use x265_param_parse to set the SAR
2014-03-31 Marcus Gustafssonlibx265: Use the repeat headers flag when not using...
2014-03-24 Derek Buitenhuislibx265: Only use one memcpy for headers
2014-03-24 Michael Niedermayerlibx265: Write global extradata when requested
2014-03-06 Derek Buitenhuislibx265: Support API version 9
2014-02-24 Derek Buitenhuislibx265: Properly handled dynamic linking with MSVC
2014-02-24 Derek Buitenhuislibx265: Support SAR
2014-02-24 Derek Buitenhuislibx265: Support 4:4:4
2014-02-24 Derek Buitenhuislibx265: Update API usage
2014-02-14 Derek Buitenhuislibx265: Remove redundant default param call
2014-02-14 Derek Buitenhuislibx265: Fix use of uninitialized input picture
2014-02-12 Derek BuitenhuisAdd libx265 encoder