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
2019-04-20avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi
2018-12-10lavc/decode: Initialize return value for get_format() failure.Carl Eugen Hoyos
2018-10-30lavc/decode: Fix the error number report if av_image_fill_pointers fail.Jun Zhao
2018-10-24Revert "avcodec/decode: copy the output parameters from the last bsf in the c...James Almer
2018-08-17avcodec/decode: copy the output parameters from the last bsf in the chain bac...James Almer
2018-08-17avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer
2018-07-19avcodec: parse options from AVCodec.bsfsAman Gupta
2018-06-15avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ...Michael Niedermayer
2018-04-05avcodec/decode: fix warning when decoding pseudo paletted formatswm4
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-25avcodec: add a subcharenc mode that disables UTF-8 checkwm4
2018-02-15avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer
2018-02-13Merge commit 'cad739dace55e3446ef7180de688173cd19fb000'Mark Thompson
2018-02-13Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'Mark Thompson
2018-02-12lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson
2018-02-12lavc: Add support for increasing hardware frame pool sizesMark Thompson
2017-12-20lavc: Mark all AVHWAccel structures as constMark Thompson
2017-12-20lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-12-09avcodec/decode: reset codec on receiving packet after EOF in compat_decodeJames Cowgill
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-24lavc: fix hw_device_ctx operationwm4
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