84 Commits (4bc2f90cffae5a691a63bb7496a2c7622a65a105)

Author SHA1 Message Date
Niklas Haas 703288cec6 avcodec/internal: add FFCodec.color_ranges 4 months ago
Andreas Rheinhardt 8b4f7c0663 avcodec/me_cmp: Zero MECmpContext in ff_me_cmp_init() 6 months ago
Andreas Rheinhardt d163eefd47 avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcs 6 months ago
Andreas Rheinhardt b1a31b32ab avcodec/me_cmp,dvenc,mpegvideo: Move ildct_cmp to its users 6 months ago
Andreas Rheinhardt 422711d1a5 avcodec/dvenc: Check for availability of interlaced dct cmp func 6 months ago
James Almer 1b9af306da avcodec: use the renamed av_zero_extend 7 months ago
Andreas Rheinhardt 2d33d6bfcc avcodec/dv: Don't pretend initializing work chunks can fail 9 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 11 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
James Almer 7c6e26a184 avcodec/mp_cmp: reject invalid comparison function values 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
Anton Khirnov f7b3fc4afe lavc/dv: rename constants to follow our naming conventions 2 years ago
Anton Khirnov 7203bb6a59 lavc/dv.h: move encoder/decoder-specific code to a new header 2 years ago
Anton Khirnov 828ec6ef43 lavc/dvenc: stop using DVVideoContext 2 years ago
Anton Khirnov 69bad628ec lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy() 2 years ago
Anton Khirnov 91c51dac6d lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables() 2 years ago
Anton Khirnov d1ba5d883e lavc/dv: remove ff_dvvideo_init() 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 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 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 ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 835d8b7401 avcodec/dvenc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt e10d75610c avcodec/dvenc: Make encoder init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt 73fb1b8a9b avcodec/dvenc: Avoid using PutBitContext fields directly 4 years ago
Andreas Rheinhardt ddd0f5dbe9 avcodec/dvenc: Remove dead error message 4 years ago
Peter Ross 63be96414b avcodec/dvenc: dv100_weight_shift never used 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Andreas Rheinhardt 6770057ac9 avcodec/dvenc: Fix undefined left shift of negative numbers 4 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Baptiste Coudurier a1403032c8 avcodec/dvenc: support encoding dvcprohd 5 years ago
Michael Niedermayer abaeeb3ce0 avcodec/dvenc: Change quantizer dead zone default to 7 7 years ago
Michael Niedermayer fea7bc9e7b avcodec/dvenc: Support adjusting the quantizer deadzone 7 years ago
Diego Biurrun de452e5037 pixblockdsp: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun b7f98659f2 Remove unnecessary get_bits.h #includes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Christophe Gisquet cb335b3af2 dvenc: fix 2x4x8 (interlaced) weight table 10 years ago
Steve Jiekak a32c3c2392 replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers 10 years ago