log dv.c @ 12491:990f8a5fc8af libavcodec

age author description
Fri, 20 Aug 2010 19:49:47 +0000 mru dv: fix alignment of scratch buffer libavcodec
Wed, 07 Jul 2010 21:23:36 +0000 cehoyos Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Mon, 29 Mar 2010 20:58:19 +0000 reimar Fix indentation. libavcodec
Sun, 21 Mar 2010 16:03:45 +0000 reimar Add support for hard-coding the 256kB large dv_vlc_map table. libavcodec
Sun, 21 Mar 2010 14:43:50 +0000 reimar Split VLC-related tables out of dvdata.h to make it easier to add support 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
Tue, 12 Jan 2010 13:54:35 +0000 michael Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodec
Fri, 11 Dec 2009 23:56:49 +0000 cehoyos Fail earlier for unsupported resolutions or pixel formats when encoding libavcodec
Mon, 09 Nov 2009 22:10:43 +0000 rbultje Make get_bits_left() available for use in libavcodec (was previously held libavcodec
Fri, 16 Oct 2009 07:55:57 +0000 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec
Tue, 29 Sep 2009 19:18:51 +0000 reimar Use context instead of NULL for logging. libavcodec
Tue, 29 Sep 2009 19:17:18 +0000 reimar Make sure that dv encoder initializes all encoded packet data. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Wed, 26 Aug 2009 12:12:40 +0000 mru Remove some unnecessary alignment specifiers libavcodec
Sun, 14 Jun 2009 22:41:30 +0000 bcoudurier print error when dv frame profile cannot be found libavcodec
Sun, 14 Jun 2009 22:34:28 +0000 bcoudurier check if frame size matches old sys and assumes corrupted input, fixes #1192 libavcodec
Sun, 31 May 2009 06:33:58 +0000 bcoudurier remove cast and use put_sbits, fix assertion in put_bits libavcodec
Mon, 11 May 2009 04:34:23 +0000 conrad Add a chroma_sample_location field to define positioning of chroma samples libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Fri, 20 Feb 2009 02:00:44 +0000 romansh Fixing a value returning issue libavcodec
Thu, 19 Feb 2009 00:34:42 +0000 romansh transitioning dv_guess_dct_mode to dsputil cmp function libavcodec
Tue, 17 Feb 2009 12:03:10 +0000 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavcodec
Wed, 04 Feb 2009 16:16:53 +0000 romansh No need to compute stype libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sat, 31 Jan 2009 22:49:58 +0000 bcoudurier remove some warnings due to avctx->execute libavcodec
Sat, 31 Jan 2009 22:16:17 +0000 bcoudurier assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk libavcodec
Sat, 31 Jan 2009 01:50:18 +0000 romansh Cosmetics: fixing indentation libavcodec
Sat, 31 Jan 2009 01:46:25 +0000 romansh unrolling encoding loops libavcodec
Sat, 31 Jan 2009 01:41:04 +0000 romansh Cosmetics: simplifying static initialization libavcodec
Sat, 31 Jan 2009 01:39:05 +0000 romansh simplifying DIF encoding process libavcodec
Sat, 31 Jan 2009 01:37:31 +0000 romansh Cosmetics: fixing the indentation libavcodec
Sat, 31 Jan 2009 01:36:38 +0000 romansh factoring code into dv_init_enc_block libavcodec
Sat, 31 Jan 2009 01:36:00 +0000 romansh Cosmetics: replacing 0 with NULL for pointer assignment libavcodec
Sat, 31 Jan 2009 01:35:29 +0000 romansh Cosmetics: moving the function definition around libavcodec
Sat, 31 Jan 2009 01:34:44 +0000 romansh Replacing the constant with a macro libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Thu, 20 Nov 2008 01:40:40 +0000 romansh Making idct factor tables dynamically allocated libavcodec
Wed, 19 Nov 2008 01:40:09 +0000 romansh Change of indentation libavcodec
Tue, 18 Nov 2008 20:48:26 +0000 romansh Getting rid of huge static DV tables libavcodec
Tue, 18 Nov 2008 20:33:08 +0000 romansh Getting rid of unneeded extra wrapper functions libavcodec
Wed, 12 Nov 2008 21:13:28 +0000 romansh Taking advantage of the new ->execute API libavcodec
Wed, 12 Nov 2008 17:47:23 +0000 romansh Making it easier to send arbitrary structures as work orders to MT workers libavcodec
Sat, 08 Nov 2008 00:18:00 +0000 romansh implementing more efficient (and direct) allocation of work for DV codec workers libavcodec
Thu, 30 Oct 2008 15:43:00 +0000 romansh renaming macro in order to conform with the rest of libavcodec libavcodec
Fri, 24 Oct 2008 21:41:27 +0000 diego prettyprinting cosmetics libavcodec
Fri, 24 Oct 2008 21:37:06 +0000 diego spelling cosmetics libavcodec
Tue, 07 Oct 2008 16:59:18 +0000 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavcodec
Tue, 07 Oct 2008 15:52:20 +0000 romansh unrolling the loops as per Michael's suggestion libavcodec
Tue, 07 Oct 2008 15:51:29 +0000 romansh fixing a bug that prevented proper unweighting table to be selected libavcodec
Tue, 07 Oct 2008 15:50:29 +0000 romansh Doxygenizing the comments libavcodec
Tue, 07 Oct 2008 15:49:45 +0000 romansh simplifying the code as per Michael's suggestion libavcodec
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavcodec
Tue, 02 Sep 2008 23:25:57 +0000 diego Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodec
Thu, 28 Aug 2008 22:41:00 +0000 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavcodec
Wed, 27 Aug 2008 20:25:47 +0000 romansh Cosmetic change aimed at making it easier to see how bits are consumed libavcodec
Wed, 27 Aug 2008 20:21:17 +0000 romansh Factoring out chan_slice / 27 into seq variable libavcodec
Wed, 27 Aug 2008 20:17:01 +0000 romansh Simplification of how dct_mode affects decoding. libavcodec
Tue, 19 Aug 2008 16:02:43 +0000 romansh Making block size in bits variable and dependent on the DV spec libavcodec
Tue, 19 Aug 2008 16:01:41 +0000 romansh Making the number of blocks per macroblock dependent on the DV stream libavcodec
Tue, 19 Aug 2008 16:00:26 +0000 romansh Introducing DV_MAX_BPM macro instead of a hardcoded value for the libavcodec
Mon, 11 Aug 2008 10:14:46 +0000 romansh Fixing the units in DV50 tables (both coordinates are libavcodec
Mon, 11 Aug 2008 09:35:58 +0000 romansh Coalescing the un-weighting and de-quantization steps for faster libavcodec
Fri, 11 Jul 2008 07:48:37 +0000 diego Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. libavcodec
Fri, 11 Jul 2008 07:45:49 +0000 diego Make preprocessor condition more specific and useful by changing libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Tue, 10 Jun 2008 19:21:40 +0000 bcoudurier remove useless wrapper func libavcodec
Wed, 28 May 2008 23:56:25 +0000 bcoudurier set avctx time_base in dv decoder libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
Tue, 29 Apr 2008 07:24:44 +0000 diego Add some long names to AVCodec declarations. libavcodec
Tue, 08 Apr 2008 01:09:33 +0000 superdump Increase alignment for DCT block arrays from 8 to 16 libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Wed, 05 Mar 2008 00:43:11 +0000 aurel remove more useless mpegvideo.h includes libavcodec
Fri, 01 Feb 2008 15:08:55 +0000 michael some const libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Sat, 08 Dec 2007 21:21:11 +0000 aurel add ff_ prefix to all simple_idct symbols libavcodec
Thu, 15 Mar 2007 23:45:20 +0000 gpoirier force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodec
Wed, 14 Mar 2007 12:15:34 +0000 michael kill av_mallocz_static() libavcodec
Tue, 13 Mar 2007 23:30:28 +0000 michael kill a av_mallocz_static() libavcodec
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavcodec
Mon, 15 Jan 2007 07:41:28 +0000 romansh * Fixing a bug with incorrect bits set in AAUX source pack libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 01 Oct 2006 18:19:49 +0000 diego Fix compilation with --disable-encoders. libavcodec
Wed, 27 Sep 2006 19:54:07 +0000 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Mon, 04 Sep 2006 03:33:11 +0000 romansh * Restructuring the division of labor between DV codec and DV format libavcodec
Mon, 28 Aug 2006 18:46:01 +0000 aurel force usage of ALT_BITSTREAM_READER where needed libavcodec
Mon, 06 Mar 2006 09:54:09 +0000 romansh I still don't think this should be here. Note: without this code DV encoder libavcodec
Mon, 06 Mar 2006 08:54:33 +0000 romansh DVCPRO50 support. libavcodec
Tue, 28 Feb 2006 02:54:48 +0000 romansh Assign class 2 to most macroblocks by default, instead of a more conservative libavcodec
Mon, 27 Feb 2006 05:04:05 +0000 romansh Not that we're that far from being an *initial* implementation, but libavcodec
Mon, 27 Feb 2006 04:50:06 +0000 romansh AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodec
Sun, 26 Feb 2006 15:40:08 +0000 michael remove wrong assert() libavcodec
Sun, 26 Feb 2006 15:24:42 +0000 michael replace for loop with 2 asserts() libavcodec
Sat, 25 Feb 2006 22:58:26 +0000 michael size[0-3] are not initialized (and can get random negative trash libavcodec
Fri, 24 Feb 2006 09:16:26 +0000 michael 10l (forgot EOBs) libavcodec
Thu, 23 Feb 2006 13:05:37 +0000 michael dont lowwer qnos of more blocks then needed libavcodec
Thu, 23 Feb 2006 08:56:53 +0000 michael fixing dv_guess_qnos() libavcodec
Thu, 23 Feb 2006 00:16:45 +0000 michael print a big warning if we mess up and run out of space ... libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Fri, 06 Jan 2006 19:19:39 +0000 romansh Moving dv_anchor back to the global scope. This creates a tiny memory libavcodec
Sun, 25 Dec 2005 22:38:21 +0000 michael Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?) libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Fri, 02 Sep 2005 08:30:26 +0000 michael lowres support libavcodec
Tue, 30 Aug 2005 20:03:19 +0000 michael optimizations libavcodec
Fri, 26 Aug 2005 15:41:28 +0000 michael Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) libavcodec
Thu, 11 Aug 2005 01:28:04 +0000 michael DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com) libavcodec
Tue, 10 May 2005 20:39:11 +0000 michael a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] libavcodec
Mon, 18 Apr 2005 12:08:16 +0000 michael various fixes related to the non alt_bitstream_reader libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec