]> git.sesse.net Git - ffmpeg/history - libavcodec/decode.c
mpeg12: Move finding the best frame rate to common code
[ffmpeg] / libavcodec / decode.c
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...