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
2020-06-21avcodec/hcadec: get intensity from correct channelsummertriangle.dev@gmail.com
2020-06-21avcodec/hcadec: fix decoding of hfr channelssummertriangle.dev@gmail.com
2020-06-21avcodec/adpcmenc: remove forward declarationAndriy Gelman
2020-06-20avcodec/mpeg12dec: do not discard older a53 captionsPaul B Mahol
2020-06-20avcodec/ccaption_dec: use uint8_t type for prev_cmd arrayPaul B Mahol
2020-06-20avcodec/ccaption_dec: do not modify packet data in case of parity errorPaul B Mahol
2020-06-20avcodec/ccaption_dec: allow selection of second field captionsPaul B Mahol
2020-06-20avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delayingPaul B Mahol
2020-06-19avcodec/av1_parser: initialize avctx->pix_fmtManoj Bonda
2020-06-19avcodec/av1_parser: add missing parsing for RGB pixel format signalingJames Almer
2020-06-19avcodec/av1_parser: set context values outside the OBU parsing loopJames Almer
2020-06-19avcodec/libx265: Fix integer overflow in computation of max and avg bitrateLimin Wang
2020-06-18avcodec/encode: restructure the old encode APIJames Almer
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-06-17avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twicePaul B Mahol
2020-06-16avcodec/ccaption_dec: remove usage of extra bufferPaul B Mahol
2020-06-16avcodec/ccaption_dec: fix some small style issuesPaul B Mahol
2020-06-16avcodec/ccaption_dec: remove pts parameter from handle_char()Paul B Mahol
2020-06-15avcodec/tiff: Check stride for dngMichael Niedermayer
2020-06-15avcodec/ccaption_dec: add support for colorsPaul B Mahol
2020-06-15avcodec/iirfilter: Fix memleakAndreas Rheinhardt
2020-06-15avcodec/hevc_mp4toannexb_bsf: Check NAL size against available inputAndreas Rheinhardt
2020-06-15avcodec/h264: create user data unregistered SEI side data for H.264Limin Wang
2020-06-15avcodec/hevc_sei: add support for user data unregistered SEI messageLimin Wang
2020-06-14avcodec/cbs_av1: abort when written inferred values don't matchJames Almer
2020-06-14avcodec/cbs_h2645: abort when written inferred values don't matchJames Almer
2020-06-14avcodec/libzvbi-teletextdec: fix txt_default_region limitsMarton Balint
2020-06-14avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer
2020-06-14avcodec/mv30: check mode_size vs. input spaceMichael Niedermayer
2020-06-14avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer
2020-06-14avcodec/jpeg2000dec: Fix/check for multiple integer overflowsMichael Niedermayer
2020-06-14avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_...Michael Niedermayer
2020-06-14avcodec/sonic: Fix several integer state overflowsMichael Niedermayer
2020-06-14avcodec/sonic: Fix several integer overflowsMichael Niedermayer
2020-06-14avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer
2020-06-14avcodec/pixlet: Fix log(0) checkMichael Niedermayer
2020-06-14avcodec/iff: Fix off by x errorMichael Niedermayer
2020-06-14avcodec/smvjpegdec: remove uninitialized retLimin Wang
2020-06-14avcodec/mpegvideo: remove extra spaceLimin Wang
2020-06-14lavc/qsv: fix make checkheaders warningJun Zhao
2020-06-13avcodec/ccaption_dec: switch active screen in end of caption earlyPaul B Mahol
2020-06-13avcodec/ccaption_dec: remove unused arguments from functionPaul B Mahol
2020-06-13avcodec/ccaption_dec: check for error codesPaul B Mahol
2020-06-13avcodec/alac: remove FF_ALLOC_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/mpegvideo_enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang
2020-06-13avcodec/mpegpicture: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/mpegvideo: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/mpegvideo: simplify check for av_frame_allocLimin Wang
2020-06-13avcodec/iirfilter: remove FF_ALLOCZ_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/aacenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang