Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-27hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov
2017-06-27lavc: set avctx->hwaccel before initwm4
2017-06-20avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell
2017-05-20avcodec/decode: fix function nameJames Almer
2017-05-20decode: fix the code reducing cropping to preserve alignmentAnton Khirnov
2017-05-08Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer
2017-05-06avcodec: Avoid splitting side data repeatedlyMichael Niedermayer
2017-05-03avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decodersJames Almer
2017-05-02avcodec/decode: do not treat discarded frames as eof when drainingMuhammad Faiz
2017-04-30avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz
2017-04-24decode: Initialize ret before using itVittorio Giovara
2017-04-23avcodec/decode: also update consumed bytes on last_pkt_props->sizeJames Almer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-23Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer
2017-04-23Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer
2017-04-23Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer
2017-04-07Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer
2017-01-12lavc: add an option for exporting cropping information to the callerAnton Khirnov
2016-12-14lavc: add support for filtering packets before decodingAnton Khirnov
2016-12-14decode: restructure the core decoding codeAnton Khirnov
2016-12-14decode: be more explicit about storing the last packet propertiesAnton Khirnov
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-11-29lavc: move decoding-related code from utils.c to a new fileAnton Khirnov