]> git.sesse.net Git - ffmpeg/history - libavcodec/decode.c
decode: flush the internal bsfs instead of constantly reinitalizing them
[ffmpeg] / libavcodec / decode.c
2018-08-17 James Almerdecode: flush the internal bsfs instead of constantly...
2018-02-11 Mark Thompsonlavc: Add per-thread surfaces in get_hw_frame_parameters()
2018-02-11 Mark Thompsonlavc: Add support for increasing hardware frame pool...
2017-12-19 Mark Thompsonlavc: Mark all AVHWAccel structures as const
2017-12-19 Mark Thompsonlavc: Use hardware config information in ff_get_format()
2017-10-23 wm4lavc: fix hw_device_ctx operation
2017-10-19 wm4lavc: external hardware frame pool initialization
2017-07-26 Anton Khirnovdecode: add a per-frame private data for hwaccel use
2017-07-26 Anton Khirnovdecode: add a mechanism for performing delayed processi...
2017-07-26 Anton Khirnovdecode: add a method for attaching lavc-internal data...
2017-07-26 Anton Khirnovdecode: avoid leaks on failure in ff_get_buffer()
2017-07-26 wm4lavc, lavu: move frame cropping to a convenience function
2017-06-26 Anton Khirnovhwframe: Allow hwaccel frame allocators to align surfac...
2017-06-08 wm4lavc: set avctx->hwaccel before init
2017-05-20 Anton Khirnovdecode: fix the code reducing cropping to preserve...
2017-04-10 Vittorio Giovaradecode: Initialize ret before using it
2017-03-23 Vittorio Giovaralavc: Drop deprecated time_base variable for decoding
2017-01-12 Anton Khirnovlavc: add an option for exporting cropping information...
2016-12-14 Anton Khirnovlavc: add support for filtering packets before decoding
2016-12-14 Anton Khirnovdecode: restructure the core decoding code
2016-12-14 Anton Khirnovdecode: be more explicit about storing the last packet...
2016-12-07 Vittorio Giovaralavc: Add spherical packet side data API
2016-11-29 Anton Khirnovlavc: move decoding-related code from utils.c to a...