60 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Michael Niedermayer a3e0fc9803 snowenc: fix indention 13 years ago
  Michael Niedermayer 70a2a4934a snowenc: add forgotten emms_c() 13 years ago
  Michael Niedermayer 188c082477 snowenc: initialize edges 13 years ago
  Michael Niedermayer 30981a966f lavc: split snow and dirac DWTs 13 years ago
  Diego Biurrun a0c5917f86 Drop Snow codec 13 years ago
  Michael Niedermayer 5cb080fa5e snowenc: check ff_get_buffer() return value 13 years ago
  Anton Khirnov 380232fac3 snow: fix build after 594d4d5df3 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Michael Niedermayer 109268c826 get_dc: fix rounding 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Michael Niedermayer 56d7f7d955 snowenc: get rid of VLA (well it wasnt really variable anyway) 13 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
  Mans Rullgard d752509b74 Use log2(x) instead of log(x) / log(2) 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Ronald S. Bultje c44091a9f7 snow: refactor code to work around a compiler bug in MSVC. 13 years ago
  Carl Eugen Hoyos 5bcabc56c0 Define snow .pix_fmts to allow colour space auto-selection. 13 years ago
  Ronald S. Bultje 3389545157 snow: remove a VLA used for edge emulation 13 years ago
  Ronald S. Bultje cbd9b2f918 snow: remove the runs[] VLA. 13 years ago
  Martin Storsjö 4d8516fdb1 snow: Check mallocs at init 13 years ago
  Ronald S. Bultje 33bb63cb3e snow: remove a VLA. 13 years ago
  Michael Niedermayer 1e7943c315 snow: yuv410 support 13 years ago
  Michael Niedermayer 68c845cdba snow: yuv444 support 13 years ago
  Michael Niedermayer 13ba872a2a snowenc: update pix_sum for rectangles, needed for non 420 13 years ago
  Michael Niedermayer b4b7471ec4 snowenc: set chroma subsample factors correctly for non 420 13 years ago
  Michael Niedermayer b90f83e905 snowenc: update selftest code for the new temporary arrays 13 years ago
  Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
  Michael Niedermayer 3b5632479e snow: fix 32x32 encoding 14 years ago
  Diego Biurrun 679481b3b6 Drop some pointless #ifdefs. 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Michael Niedermayer 178f75a5ae snow-test: fix pointer type warnings 14 years ago
  Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 14 years ago
  Michael Niedermayer 076310edee snowenc: switch to ff_alloc_packet2() 14 years ago
  Michael Niedermayer 87c1783c77 snowenc: move runs from stack to heap. 14 years ago
  Reimar Döffinger 6fe8cb7d70 snowenc: add no_bitstream option. 14 years ago
  Reimar Döffinger c4e0d845e2 snowenc: mark some encode_subband arguments const. 14 years ago
  Anton Khirnov 171273fec8 snowenc: switch to encode2(). 14 years ago
  Anton Khirnov 8d3348c2c4 snowenc: don't abuse input picture for storing information. 14 years ago
  Martin Storsjö 35e02a3d0e snow: Add ff_ prefix to nonstatic symbols 14 years ago
  Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 14 years ago
  Michael Niedermayer 22eef8d738 snowenc: dont crash with gray but exit with an error msg. 14 years ago
  Mans Rullgard 8540dcfd7a snow: fix integer overflows 14 years ago
  Luca Barbato 7f1b427018 snow: split snow in snowdec and snowenc 14 years ago
  Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 14 years ago
  Michael Niedermayer 8fa97302e0 snow: do not draw_edge if emu_edge is set 14 years ago
  Michael Niedermayer 4416931fc0 snow: emu edge support 14 years ago
  Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 14 years ago
  Anton Khirnov 0cc06b9e23 snow: add 'memc_only' private option. 14 years ago
  Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Mans Rullgard 89cc8a316d Remove snow/dwt test program 14 years ago