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
2022-10-24avcodec/g2meet: Pre-permute quantization tablesAndreas Rheinhardt
2022-10-24avcodec/g2meet: Only keep what is used from ScanTableAndreas Rheinhardt
2022-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-11avcodec/g2meet: Cleanup generically on init failureAndreas Rheinhardt
2022-01-04avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-01avcodec/g2meet: Fix undefined NULL + 0Andreas Rheinhardt
2021-02-23avcodec/g2meet, mjpegdec: Factor out common VLC initialization codeAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-11-24avcodec/g2meet: Use least max_depth in get_vlc2()Andreas Rheinhardt
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2020-05-10avcodec/g2meet: Check tile_width in epic_jb_decode_tile()Michael Niedermayer
2019-10-02avcodec/g2meet: Check for end of input in jpg_decode_block()Michael Niedermayer
2019-10-02avcodec/g2meet: Check if adjusted pixel was on the stackMichael Niedermayer
2018-05-17avcodec/g2meet: ask for sample with overflowing RGBMichael Niedermayer
2018-05-17avcodec/g2meet: Check RGB upper limitMichael Niedermayer
2018-05-06avcodec/g2meet: Change order of operations to avoid undefined behaviorMichael Niedermayer
2018-04-26avcodec/elsdec: Fix memleaksMichael Niedermayer
2018-02-27avcodec/g2meet: Check tile dimensions with av_image_check_size2()Michael Niedermayer
2017-10-04libavcodec/blockdsp : add AVX versionMartin Vignali
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-03-09Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2016-01-10avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_leng...Michael Niedermayer
2015-10-10Merge commit '3a4d369ea4ded91b1178ae6e2ff0ab9ea470e344'Hendrik Leppkes
2015-10-07g2m: Relax resolution change constraintsVittorio Giovara
2015-09-04avcodec/g2meet: Also clear tile dimensions on header_failMichael Niedermayer
2015-09-04avcodec/g2meet: Fix potential overflow in tile dimensions checkMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-10avcodec/g2meet: Check R/G/B values in epic_decode_pixel_pred()Michael Niedermayer
2015-07-08avcodec/g2meet: Clear pointers after deallocationMichael Niedermayer
2015-07-01Merge commit '9eec23b8a7fd0f91827bbc3ed0792c39a8cc9a8a'Michael Niedermayer
2015-07-01Merge commit '4ccccd6c40a6d0ce85e96a6e37f558236e2a6a75'Michael Niedermayer
2015-07-01g2meet: use av_ceil_log2 instead of a custom functionJanne Grunau
2015-07-01g2meet: use an unsigned type for the djb hashJanne Grunau
2015-07-01Merge commit '08c2d8f0aa679c2f060721d1d0d4f33d2ae32368'Michael Niedermayer
2015-07-01Go2Meeting decoderKostya Shishkov
2015-05-07avcodec/g2meet: Check init_get_bits8() return valueMichael Niedermayer