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-11-27lavc: Mark all AVHWAccel structures as constMark Thompson
2017-11-27lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-12Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer
2017-11-11avcodec/decode: always free private_refTimo Rothenpieler
2017-11-11avcodec/decode: add missing \n to log messagewm4
2017-11-11avcodec: allow multiple hwaccels for the same codec/pixfmtwm4
2017-11-10decode: add a per-frame private data for hwaccel useAnton Khirnov
2017-11-10decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov
2017-11-10decode: add a method for attaching lavc-internal data to framesAnton Khirnov
2017-10-30decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov
2017-10-22avcodec: remove ABI portion of the side data merging APIJames Almer
2017-10-22Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer
2017-10-19lavc: external hardware frame pool initializationwm4
2017-09-28avcodec/decode: Pass on the Closed Captions Side DataKarthick J
2017-09-04avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer
2017-08-08lavc, lavu: move frame cropping to a convenience functionwm4
2017-07-27decode: add a per-frame private data for hwaccel useAnton Khirnov
2017-07-27decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov
2017-07-27decode: add a method for attaching lavc-internal data to framesAnton Khirnov
2017-07-27decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov
2017-07-27lavc, lavu: move frame cropping to a convenience functionwm4
2017-06-27hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov
2017-06-27lavc: set avctx->hwaccel before initwm4
2017-06-27hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov
2017-06-20avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell
2017-06-08lavc: set avctx->hwaccel before initwm4
2017-05-20avcodec/decode: fix function nameJames Almer
2017-05-20decode: fix the code reducing cropping to preserve alignmentAnton Khirnov
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-10decode: Initialize ret before using itVittorio Giovara
2017-04-07Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer
2017-03-23lavc: Drop deprecated time_base variable for decodingVittorio Giovara
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