60 Commits (fe78470a8baf0198e9442a9eece24cc9c8462155)

Author SHA1 Message Date
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö 99560a4caa libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
Anton Khirnov 89829242a6 dnxhdenc: switch to encode2. 13 years ago
Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 13 years ago
Mans Rullgard 3a83b2461e dnxhdenc: fix signed overflows 13 years ago
Mans Rullgard d341d5fd2c dnxhdenc: fixed signed multiplication overflow 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard e72f3d10f6 dnxhdenc: fix declarations in for loops 14 years ago
Joseph Artsimovich 5ab21439fd dnxhd: 10-bit support 14 years ago
Mans Rullgard b049978397 dnxhdenc: remove inline from function only called through pointer 14 years ago
Mans Rullgard 1073823984 dnxhdenc: whitespace cosmetics 14 years ago
Diego Biurrun 828e207337 dnxhdenc: Replace a forward declaration by the proper #include. 14 years ago
Baptiste Coudurier 14cf9e698d dnxhdenc: add AVClass in private context. 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Baptiste Coudurier 99bbc781e9 dnxhd: allow encoding with Avid Nitris compatibility. 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Baptiste Coudurier 9d9c3e1a70 Make DNxHD encoder produce files that are strictly VC-3 compatible 14 years ago
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