summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-011-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-131-1/+1
* avcodec/mpegpicture: Decrease size of encoding_error arrayAndreas Rheinhardt2022-01-131-1/+1
* avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-021-6/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-3/+3
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-271-6/+0
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-19/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-14/+0
* avcodec: Remove deprecated stat-bits fieldsAndreas Rheinhardt2021-04-271-8/+0
* lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser2020-08-121-0/+5
* avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer2020-06-091-1/+12
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0Michael Niedermayer2019-11-091-0/+1
* avcodec/snowenc: Fix 2 undefined shiftsMichael Niedermayer2019-11-091-2/+2
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-311-1/+1
* avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-051-1/+1
* snowenc: fix use of deprecated APINicolas Frattaroli2017-11-031-1/+8
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-11/+0
|\
* \ Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer2017-10-231-5/+1
|\ \ | |/
* | avcodec/snowenc: Replace "return -1" by named constantsMichael Niedermayer2017-09-241-5/+6
* | avcodec/snowenc: fix setting motion_est optionJames Almer2017-08-281-4/+7
* | avcoec/snowenc: silence some deprecation warningsJames Almer2017-08-261-0/+10
* | avcodec: stop using deprecated codec flagsJames Almer2017-03-251-2/+2
* | avcodec/snowenc: Clear MMX state after edge drawing and picture encodeMichael Niedermayer2016-10-221-0/+2
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-129/+0
|\ \ | |/
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-2/+12
|\ \ | |/
* | snow: Move scenechange_threshold to a private optionDerek Buitenhuis2016-01-281-1/+9
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-3/+3
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-051-1/+1
* | lavc/snowenc: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+2
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* | avcodec/snowenc: use log2 instead of log() / log(2...)Ganesh Ajjanagadde2015-10-291-1/+1
* | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-031-2/+8
|\ \ | |/
* | avcodec/snowenc: Do not write into const AVFrameMichael Niedermayer2015-09-201-3/+6
* | avcodec/snowenc: Remove unused new_picture fieldMichael Niedermayer2015-09-201-1/+0
* | avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-301-1/+3
* | Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje2015-08-281-1/+5
* | avcodec/snowenc: Avoid use of deprecated me_methodMichael Niedermayer2015-08-091-3/+15
* | avcodec/snowenc: Export quality/pict_type/PSNR stats through side dataMichael Niedermayer2015-07-281-0/+5
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-14/+14
|\ \ | |/
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-4/+2
|\ \ | |/
* | Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer2015-06-081-4/+4
|\ \ | |/
* | avcodec/snowenc: use av_clip() instead of nested min & maxClément Bœsch2015-06-061-1/+1