38 Commits (8c55333c99ef78b6624062261625f0cfcf360d1c)

Author SHA1 Message Date
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Baptiste Coudurier cb893cf386 avoid integer overflow in dnxhd encoder, fixes #1557 15 years ago
Baptiste Coudurier a4fcd9966b clarify why the encoder is failing 15 years ago
Reimar Döffinger b5ca9cd36f Reindent after removing the outer for loops in the execute2 patch 15 years ago
Reimar Döffinger 2a1294b978 Move dnxhdenc to execute2 multithreading API. 15 years ago
Reimar Döffinger 01418506a2 Remove casts that are useless since the argument is void *. 15 years ago
Reimar Döffinger 40e26453c4 Use a custom radix sort implementation instead of qsort in dnxhd encoder. 15 years ago
Baptiste Coudurier 301a24de52 fix uninitialized memory in dnxhd encoder 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Ramiro Polla d31dbec374 Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label 15 years ago
Daniel Verkamp 10ce919561 data parameter of dnxhd_encode_picture() should not be const. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Baptiste Coudurier 193ce3ab78 dnxhd get_pixels_8x4_sym sse2 16 years ago
Baptiste Coudurier e1b24cfddb Move get_pixels_8x4 before init func to avoid useless forward declaration. 16 years ago
Baptiste Coudurier 8c9c0ea427 rename 4x8 to 8x4 to match widthxheight consistently 16 years ago
Baptiste Coudurier 09f6fc6b74 move structure definitions in their own header 16 years ago
Baptiste Coudurier 00d9d0f5e2 cosmetics 16 years ago
Baptiste Coudurier 049a6c8b32 use dsp clear_block 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier b73e868b4e cosmetics, remove table_ prefix 17 years ago
Baptiste Coudurier 556eec43ef optimize, merge offset bits in vlc code 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Carl Eugen Hoyos 88a50f6c92 Replace one more occurrence of -1 with PIX_FMT_NONE. 17 years ago
Baptiste Coudurier 6650c4c3a8 export dnxhd encoded picture quality 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Baptiste Coudurier 0c39c38b14 add bitrate helper to choose all dnxhd variants 17 years ago
Baptiste Coudurier c20d3ce255 indentation 17 years ago
Baptiste Coudurier cc3a970857 dnxhd 720p encoding and decoding support 17 years ago
Baptiste Coudurier df745b9ce6 cosmetics, encode_variance -> encode_fast 17 years ago
Baptiste Coudurier 78532b052d fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits 17 years ago
Baptiste Coudurier 45b8e9e507 better lambda search method 17 years ago
Baptiste Coudurier 2e85b344f7 dnxhd 36mbit support 17 years ago
Baptiste Coudurier 6cb1d36169 typo weigth->weight 17 years ago
Baptiste Coudurier fc4cbc1699 DNxHD (SMPTE VC-3) encoder 17 years ago