82 Commits (c166148409fe8f0dbccef2fe684286a40ba1e37d)

Author SHA1 Message Date
  Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
  Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
  Diego Biurrun 5dd8c08fd5 mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter 11 years ago
  Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
  Timothy Gu 676856204b DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride 11 years ago
  Vittorio Giovara 89ef08c992 DNxHD: K&R formatting cosmetics 11 years ago
  Timothy Gu 68e95ab81b dnxhdenc: return meaningful return codes 11 years ago
  Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
  Anton Khirnov 57e7b3a89f dnxhdenc: use the AVFrame API properly. 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 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
  Anton Khirnov 69c25c9284 dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). 12 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
  Diego Biurrun 26ce9aec03 dnxhdenc: x86: more sensible names for optimization file and init function 13 years ago
  Mans Rullgard 7a851153d3 mpegvideo: convert mpegvideo_common.h to a .c file 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 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
  Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 14 years ago
  Mans Rullgard 3a83b2461e dnxhdenc: fix signed overflows 14 years ago
  Mans Rullgard d341d5fd2c dnxhdenc: fixed signed multiplication overflow 14 years ago
  Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 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 15 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 16 years ago
  Baptiste Coudurier a4fcd9966b clarify why the encoder is failing 16 years ago
  Reimar Döffinger b5ca9cd36f Reindent after removing the outer for loops in the execute2 patch 16 years ago