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-07-02avcodec/mv30: Fix integer overflows in idct2_1d()Michael Niedermayer
2020-07-02avcodec/hcadec: Check total_band_count against imdct_in sizeMichael Niedermayer
2020-07-02avcodec/scpr3: Fix out of array access with dectabMichael Niedermayer
2020-07-02avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer
2020-07-02avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer
2020-07-01avcodec/libaomenc: Add command-line options for intra-coding toolsWang Cao
2020-07-01avcodec/libaomenc: Add command-line options to control the use of partition t...Wang Cao
2020-07-01avcodec/nvenc: add new h264 levels from Video SDK 10Timo Rothenpieler
2020-07-01avcodec/nvenc: add new Video SDK 10 featuresRoman Arzumanyan
2020-07-01avcodec/pngdec: Check for fctl after idatMichael Niedermayer
2020-07-01avcodec/mlpenc: free filter state buffers on allocation failureJames Almer
2020-07-01avcodec/mlpenc: propagate proper error valuesJames Almer
2020-07-01avcodec/mlpenc: remove delay codec capabilityJames Almer
2020-07-01avcodec/internal: remove unused out_frame field from DecodeSimpleContextJames Almer
2020-06-30avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer
2020-06-30libavcodec/jpeg2000.c: Precinct size check removedGautam Ramakrishnan
2020-06-30avcodec/nvenc: rename tc option to something more uniqueTimo Rothenpieler
2020-06-30avcodec/nvenc: add a53cc option for hevc_nvencTimo Rothenpieler
2020-06-30avcodec/smacker: Add FF_CODEC_CAP_INIT_CLEANUPAndreas Rheinhardt
2020-06-30avcodec/mpeg12dec: Fix uninitialized data in fate-sub-cc-scte20Limin Wang
2020-06-28avcodec/nvenc: support for HEVC timecode passthroughLimin Wang
2020-06-28avcodec/nvenc: add more sei data supportLimin Wang
2020-06-28avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang
2020-06-28avcodec/hevcdec: create AVFrame side data from HEVC timecodes like H.264Limin Wang
2020-06-28avcodec/hevc_sei: support HEVC timecode decodeLimin Wang
2020-06-28avcodec/h264_slice: use av_timecode_get_smpte()Limin Wang
2020-06-28avcodec/bitstream: Avoid allocation when creating VLC tablesAndreas Rheinhardt
2020-06-28avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt
2020-06-27libavcodec/jpeg2000dec.c Fixed WRITE_FRAME and tile co-ordinates:Gautam Ramakrishnan
2020-06-27libavcodec/jpeg2000dec.c: Modify image dimensionsGautam Ramakrishnan
2020-06-26avcodec/adpcm_ima_apm: support new extradata formatZane van Iperen
2020-06-26avcodec/mpeg12dec: switch to AVBufferRef buffer for a53 captionLimin Wang
2020-06-26avcodec: add AV1 profiles to profile.hJames Almer
2020-06-26avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag...James Almer
2020-06-26lavc/aac_ac3_parser: improve the raw AAC file bit rate calculationJun Zhao
2020-06-24avcodec/cbs_av1: Simplify writing uvlc elementsAndreas Rheinhardt
2020-06-24avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAXAndreas Rheinhardt
2020-06-24avcodec/hevc: export chroma sample locationHendrik Leppkes
2020-06-23avcodec/ccaption_dec: add support for background colorsPaul B Mahol
2020-06-23lavc: Lower MediaFoundation audio encoder priority.Carl Eugen Hoyos
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2020-06-22avcodec/packet: Improve documentation of av_packet_get_side_dataAndreas Rheinhardt
2020-06-22avcodec/nellymoserdec: Don't use invalid AVPacketSideDataTypeAndreas Rheinhardt
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