133 Commits (85d2b0987baeb980234c17be076108d53ffe0cd6)

Author SHA1 Message Date
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Timothy Gu b9bedb0b28 avcodec/dnxhdenc: return meaningful return codes 11 years ago
Michael Niedermayer 19df5dcb47 avcodec/dnxhdenc: check that qmax is within the supported range 11 years ago
Michael Niedermayer f1caaa1c61 dnxhdenc: fix mb_rc size 11 years ago
Anton Khirnov 57e7b3a89f dnxhdenc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 11 years ago
Michael Niedermayer 04c50cb3a0 avcodec/dnxhdenc: make header_prefix static const 11 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Matthieu Bouron 9d602a0b0e lavc/dnxhdenc: print valid profiles when codec parameters are invalid 12 years ago
Anton Khirnov 69c25c9284 dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 6581b6cef4 dnxhdenc: assert ff_dnxhd_get_cid_table() return value 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 49331f7ba3 dnxhdenc: fix speed regression 12 years ago
Michael Niedermayer 71d6eb2208 dnxhdenc: remove redundant call to ff_dsputil_init() 12 years ago
Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Michael Niedermayer 340e8e0b22 dnxhdenc: fix pointer type warning 12 years ago
Diego Biurrun 26ce9aec03 dnxhdenc: x86: more sensible names for optimization file and init function 12 years ago
Joseph Artsimovich 628e6d0164 Fix partially hidden macroblocks for 10-bit DNxHD. 12 years ago
Mans Rullgard 7a851153d3 mpegvideo: convert mpegvideo_common.h to a .c file 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol e9d5c0520f lavc: use designated initializers for AVClasses 13 years ago
Michael Niedermayer 422418b664 dnxhd: replace asserts by av_asserts 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 9d44b0549f dnxhdenc: switch to ff_alloc_packet2() 13 years ago
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
Joseph Artsimovich 950930b461 Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec). 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
Michael Niedermayer 035320a52f dnxhdenc: remove unneeded entries from array. 13 years ago
Michael Niedermayer b8bad984ef dnxhdenc: optimize whats left of dnxhd_switch_matrix() 13 years ago
Michael Niedermayer 2aaf32f52f mpegvideo: support encoding with chroma intra tables that differ from luma. 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
Mans Rullgard 9dfd89b831 dnxhddec: merge ac_{index,run}_flags 14 years ago
Mans Rullgard 185a2c08c5 dnxhddec: store 2*level+1 in ac_level tables 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