summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
Commit message (Expand)AuthorAge
* avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-10
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec/snowenc: Don't pass int[2] as parameter declared as int[3]Andreas Rheinhardt2022-07-23
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-01
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-13
* avcodec/mpegpicture: Decrease size of encoding_error arrayAndreas Rheinhardt2022-01-13
* avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated stat-bits fieldsAndreas Rheinhardt2021-04-27
* lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser2020-08-12
* avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer2020-06-09
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0Michael Niedermayer2019-11-09
* avcodec/snowenc: Fix 2 undefined shiftsMichael Niedermayer2019-11-09
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-31
* avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-05
* snowenc: fix use of deprecated APINicolas Frattaroli2017-11-03
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-23
|\
* | Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer2017-10-23
|\|
* | avcodec/snowenc: Replace "return -1" by named constantsMichael Niedermayer2017-09-24
* | avcodec/snowenc: fix setting motion_est optionJames Almer2017-08-28
* | avcoec/snowenc: silence some deprecation warningsJames Almer2017-08-26
* | avcodec: stop using deprecated codec flagsJames Almer2017-03-25
* | avcodec/snowenc: Clear MMX state after edge drawing and picture encodeMichael Niedermayer2016-10-22
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\|
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-03
|\|
* | snow: Move scenechange_threshold to a private optionDerek Buitenhuis2016-01-28
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-05
* | lavc/snowenc: replace rint by lrintGanesh Ajjanagadde2015-12-26
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avcodec/snowenc: use log2 instead of log() / log(2...)Ganesh Ajjanagadde2015-10-29
* | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-03
|\|
* | avcodec/snowenc: Do not write into const AVFrameMichael Niedermayer2015-09-20
* | avcodec/snowenc: Remove unused new_picture fieldMichael Niedermayer2015-09-20
* | avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-30
* | Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje2015-08-28
* | avcodec/snowenc: Avoid use of deprecated me_methodMichael Niedermayer2015-08-09
* | avcodec/snowenc: Export quality/pict_type/PSNR stats through side dataMichael Niedermayer2015-07-28
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|