174 Commits (1e8fefff936d10a6126070382059daf668d5f5d5)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 7c6e26a184 avcodec/mp_cmp: reject invalid comparison function values 2 years ago
Michael Niedermayer 006136efaf
avcodec/snowenc: AV_CODEC_CAP_ENCODER_RECON_FRAME support 2 years ago
Michael Niedermayer 5b5fcadea0
avcodec/snowenc: Fix visual weight calculation 2 years ago
Marton Balint 8e2c124904 avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encoding 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 4200ed2e91 avcodec/mpegvideo: Allocate map and score_map buffers jointly 2 years ago
Andreas Rheinhardt a14c5af58d avcodec/snowenc: Fix invalid left shift of negative numbers 2 years ago
Andreas Rheinhardt 28ac2279ad avcodec/snow: Move initializing MotionEstContext to snowenc.c 2 years ago
Andreas Rheinhardt 2664b39d54 avocdec/snowenc: Fix left shift of negative number 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 73ea6db0ba avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtx 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
Andreas Rheinhardt 708890e78f avcodec/snowenc: Don't pass int[2] as parameter declared as int[3] 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
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() 3 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 4 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 7 years ago
James Almer 95a6de5674 avcodec/snowenc: fix setting motion_est option 7 years ago
James Almer 257f0d09f7 avcoec/snowenc: silence some deprecation warnings 7 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