157 Commits (69364a06c65d3437e8158cdffd98c2f6d1b84dd2)

Author SHA1 Message Date
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 37250f7f64 avcodec/mpegvideo: Make new_picture an ordinary AVFrame 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt c936c319bd avcodec/mpegpicture: Decrease size of encoding_error array 3 years ago
Andreas Rheinhardt be6da2f252 avcodec/snowenc: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 3b56fa85e8 avutil/frame: Remove deprecated AVFrame.error 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt 6cf0cb8935 avcodec: Remove deprecated stat-bits fields 4 years ago
Alexander Strasser b40dd2fdab lavc/snowenc: Expose an option to set the rc_eq expression 5 years ago
James Almer 1ee3c984b9 avcodec/snow: ensure current_picture is writable before modifying its data 5 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
Michael Niedermayer 55279d699f avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0 5 years ago
Michael Niedermayer 8802e329c8 avcodec/snowenc: Fix 2 undefined shifts 5 years ago
Michael Niedermayer 1be9a28f8e avcodec/rangecoder: factorize termination version code 6 years ago
Muhammad Faiz caa4bd7a9f avcodec/me_cmp: remove ff_me_cmp_init_static() 7 years ago
Nicolas Frattaroli 6a50a8f340 snowenc: fix use of deprecated API 7 years ago
Michael Niedermayer 9cec174247 avcodec/snowenc: Replace "return -1" by named constants 8 years ago
James Almer 95a6de5674 avcodec/snowenc: fix setting motion_est option 8 years ago
James Almer 257f0d09f7 avcoec/snowenc: silence some deprecation warnings 8 years ago
James Almer f5c8d004c2 avcodec: stop using deprecated codec flags 8 years ago
Michael Niedermayer 2c1d38d1e1 avcodec/snowenc: Clear MMX state after edge drawing and picture encode 8 years ago
Derek Buitenhuis e8c5d5f429 snow: Move scenechange_threshold to a private option 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Michael Niedermayer 5b4da8a38a avcodec/motion_est: Fix mv_penalty table size 9 years ago
Ganesh Ajjanagadde c5b3c4c741 lavc/snowenc: replace rint by lrint 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Ganesh Ajjanagadde 4870d8518a avcodec/snowenc: use log2 instead of log() / log(2...) 9 years ago
Michael Niedermayer 01770bfda0 avcodec/snowenc: Do not write into const AVFrame 10 years ago
Michael Niedermayer 55b803e33e avcodec/snowenc: Remove unused new_picture field 10 years ago
Michael Niedermayer 4bd99f715d avcodec/snowenc: Support setting the iterative dia size separately 10 years ago
Ronald S. Bultje 2fb593dcb9 Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. 10 years ago
Michael Niedermayer 16df02fd2e avcodec/snowenc: Avoid use of deprecated me_method 10 years ago
Michael Niedermayer 1ca042a14b avcodec/snowenc: Export quality/pict_type/PSNR stats through side data 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Clément Bœsch 533c37db8d avcodec/snowenc: use av_clip() instead of nested min & max 10 years ago
Michael Niedermayer 89fa32e5b4 avcodec/snowenc: avoid floats in the rangecoder initialization 10 years ago
Michael Niedermayer 729108515d avcodec/snowenc: set dia_size for the first pass of motion estimation too 10 years ago
Michael Niedermayer 58201c6e9e avcodec/snowenc: correct fullpel search pattern 10 years ago
Michael Niedermayer db6d0a5bd2 avcodec/snowenc: Fix used reference MV in fullpel iterative ME 10 years ago
Michael Niedermayer f349703e1d avcodec/snowenc: change log level for iterative ME information to debug level 10 years ago
Michael Niedermayer b62297805b avcodec/snowenc: add intra_penalty AVOption 10 years ago
Michael Niedermayer d49210788b avcodec/snowenc: Mark as FF_CODEC_CAP_INIT_THREADSAFE and FF_CODEC_CAP_INIT_CLEANUP 10 years ago
Michael Niedermayer 385fe984fc avcodec/snowenc: Check av_frame_ref() return value 10 years ago
Michael Niedermayer 7517e932ff avcodec/snow: fix support for odd dimensions 10 years ago