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-29avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt
2022-10-24avcodec/snowenc: Fix invalid left shift of negative numbersAndreas Rheinhardt
2022-10-12avcodec/snow: Move initializing MotionEstContext to snowenc.cAndreas Rheinhardt
2022-09-28avocdec/snowenc: Fix left shift of negative numberAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-08-10avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-23avcodec/snowenc: Don't pass int[2] as parameter declared as int[3]Andreas 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-01avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas 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-13avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt
2022-01-13avcodec/mpegpicture: Decrease size of encoding_error arrayAndreas Rheinhardt
2021-10-02avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec: Remove private options from AVCodecContextAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated stat-bits fieldsAndreas Rheinhardt
2020-08-12lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser
2020-06-10avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2019-11-09avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0Michael Niedermayer
2019-11-09avcodec/snowenc: Fix 2 undefined shiftsMichael Niedermayer
2018-12-31avcodec/rangecoder: factorize termination version codeMichael Niedermayer
2018-02-05avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz
2017-11-03snowenc: fix use of deprecated APINicolas Frattaroli
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-10-23Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer
2017-09-24avcodec/snowenc: Replace "return -1" by named constantsMichael Niedermayer
2017-08-29avcodec/snowenc: fix setting motion_est optionJames Almer
2017-08-27avcoec/snowenc: silence some deprecation warningsJames Almer
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2016-10-22avcodec/snowenc: Clear MMX state after edge drawing and picture encodeMichael Niedermayer
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-02-03Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis
2016-01-28snow: Move scenechange_threshold to a private optionDerek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-05avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer
2015-12-27lavc/snowenc: replace rint by lrintGanesh Ajjanagadde
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-30avcodec/snowenc: use log2 instead of log() / log(2...)Ganesh Ajjanagadde
2015-10-03Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes
2015-09-21avcodec/snowenc: Do not write into const AVFrameMichael Niedermayer
2015-09-21avcodec/snowenc: Remove unused new_picture fieldMichael Niedermayer