244 Commits (25ea90b733883d0cbfdb76014b619a1b37489fca)

Author SHA1 Message Date
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 40e6575aa3 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 86c909558c avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 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
Paul B Mahol 14c9b7b194 avcodec/dnxhdenc: fill unused bytes from put bits buffer with zeros 3 years ago
Paul B Mahol 044c09c0a0 avcodec/dnxhdenc: retry increasing qscale to not overflow max_bits 3 years ago
Paul B Mahol 37480b1b85 avcodec/dnxhdenc: fix possible out of bound writes for big w/h 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 17c8533745 avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size() 3 years ago
Andreas Rheinhardt eec5a45f05 avcodec/dnxhdenc: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 8b32a6f1aa avcodec/dnxhdenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt 3c1208be02 avcodec/dnxhdenc: Use av_memdup() instead of av_malloc()+memcpy() 4 years ago
Andreas Rheinhardt eb583b3cb9 avcodec/dnxhdenc: Fix segfault when using too many slice threads 4 years ago
Andreas Rheinhardt 1393c7edae avcodec/dnxhdenc: Avoid copying packet data, allow user-supplied buffers 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 10d059bb24 avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not index 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Limin Wang 479c89aa2e avcodec/dnxhdenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 4 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Andreas Rheinhardt b7f156e8cb avcodec/dnxhdenc: Fix undefined left shifts of negative numbers 5 years ago
Limin Wang 3def984a98 avcodec/dnxhdenc: return error if av_malloc failed 5 years ago
Jason Stevens 69f1853a28 libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_ 6 years ago
Paul B Mahol a77c2df5cc avcodec/dnxhdenc: interlaced is not supported in DNxHR 6 years ago
Paul B Mahol aeb73c73e1 avcodec/dnxhdenc: stop leaking memory when initalization fails 6 years ago
Paul B Mahol 0d35413e5d avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threading is used 7 years ago
Frédéric Devernay eec67f2522 avcodec/dnxhdenc: fix DNxHR 444 encoding crashes 7 years ago
Paul B Mahol 28e9ba951d avcodec/dnxhdenc: call slice thread code only if slice threading is enabled 7 years ago
Paul B Mahol 9835ee60da avcodec/dnxhdenc: enable frame threading 7 years ago
Michael Niedermayer 900fe8ee5d avcodec/dnxhdenc: Assert that frame size is not assigned an error code 8 years ago
Diego Biurrun 97cfe1d8bd Convert all AVClass struct declarations to designated initializers. 8 years ago
Paul B Mahol f6b5a5c7d0 avcodec/dnxhdenc: fix recent regression 8 years ago
Paul B Mahol 5dedb2afd6 avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size() 8 years ago
Paul B Mahol 34c2eea3d8 avcodec/dnxhdenc: make sure that mb_height > 255 can be stored 8 years ago
Paul B Mahol 358d4524cc avcodec/dnxhdenc: fix indentation issue 8 years ago
Paul B Mahol f078bc4c5e avcodec/dnxhdenc: DNxHR 444 and HQX support 8 years ago
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun 47756f51fe dnxhdenc: Drop pointless, commented-out debug output 8 years ago
Michael Niedermayer 6c5b98d40b avcodec/dnxhdenc: Move allocation out of radix_sort() 8 years ago
Mark Reid 61fac0ea09 libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqx 8 years ago
Mark Reid 6051bb338c libavcodec/dnxhdenc: add edge emulate for dnxhr 8 years ago
Mark Reid ece12db4f1 libavcodec/dnxhdenc: add support for dnxhr encoding 8 years ago