log dnxhdenc.c @ 12488:351a81a23343 libavcodec

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Wed, 17 Feb 2010 20:36:20 +0000 mru Use LOCAL_ALIGNED macro for local arrays libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Fri, 20 Nov 2009 00:13:34 +0000 bcoudurier avoid integer overflow in dnxhd encoder, fixes #1557 libavcodec
Thu, 19 Nov 2009 23:28:21 +0000 bcoudurier clarify why the encoder is failing libavcodec
Mon, 12 Oct 2009 14:46:53 +0000 reimar Reindent after removing the outer for loops in the execute2 patch libavcodec
Mon, 12 Oct 2009 14:43:57 +0000 reimar Move dnxhdenc to execute2 multithreading API. libavcodec
Tue, 06 Oct 2009 06:33:18 +0000 reimar Remove casts that are useless since the argument is void *. libavcodec
Mon, 21 Sep 2009 10:28:31 +0000 reimar Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec
Fri, 18 Sep 2009 19:03:05 +0000 bcoudurier fix uninitialized memory in dnxhd encoder libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Sun, 06 Sep 2009 00:08:19 +0000 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec
Fri, 08 May 2009 19:41:21 +0000 diego data parameter of dnxhd_encode_picture() should not be const. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Fri, 12 Dec 2008 00:19:14 +0000 bcoudurier dnxhd get_pixels_8x4_sym sse2 libavcodec
Fri, 12 Dec 2008 00:12:59 +0000 bcoudurier Move get_pixels_8x4 before init func to avoid useless forward declaration. libavcodec
Fri, 12 Dec 2008 00:11:19 +0000 bcoudurier rename 4x8 to 8x4 to match widthxheight consistently libavcodec
Thu, 11 Dec 2008 01:32:24 +0000 bcoudurier move structure definitions in their own header libavcodec
Thu, 11 Dec 2008 01:16:01 +0000 bcoudurier cosmetics libavcodec
Thu, 11 Dec 2008 01:15:00 +0000 bcoudurier use dsp clear_block libavcodec
Wed, 12 Nov 2008 17:47:23 +0000 romansh Making it easier to send arbitrary structures as work orders to MT workers libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 02 Jun 2008 03:12:43 +0000 bcoudurier cosmetics, remove table_ prefix libavcodec
Mon, 02 Jun 2008 03:07:32 +0000 bcoudurier optimize, merge offset bits in vlc code libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavcodec
Mon, 12 May 2008 10:31:52 +0000 cehoyos Replace one more occurrence of -1 with PIX_FMT_NONE. libavcodec
Tue, 06 May 2008 17:18:41 +0000 bcoudurier export dnxhd encoded picture quality libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Tue, 18 Dec 2007 13:52:07 +0000 bcoudurier add bitrate helper to choose all dnxhd variants libavcodec
Sun, 02 Dec 2007 19:28:20 +0000 bcoudurier indentation libavcodec
Sun, 02 Dec 2007 19:27:19 +0000 bcoudurier dnxhd 720p encoding and decoding support libavcodec
Sun, 02 Dec 2007 19:22:38 +0000 bcoudurier cosmetics, encode_variance -> encode_fast libavcodec
Sun, 02 Dec 2007 19:20:46 +0000 bcoudurier fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits libavcodec
Tue, 09 Oct 2007 14:15:03 +0000 bcoudurier better lambda search method libavcodec
Mon, 08 Oct 2007 15:36:57 +0000 bcoudurier dnxhd 36mbit support libavcodec
Mon, 08 Oct 2007 12:28:36 +0000 bcoudurier typo weigth->weight libavcodec
Mon, 08 Oct 2007 11:27:18 +0000 bcoudurier DNxHD (SMPTE VC-3) encoder libavcodec