log

age author description
Sat, 04 Aug 2007 13:26:29 +0000 bcoudurier dnxhd 120 progressive support libavcodec
Sat, 04 Aug 2007 13:18:30 +0000 bcoudurier indentation libavcodec
Sat, 04 Aug 2007 13:17:53 +0000 bcoudurier dnxhd 185 interlaced support libavcodec
Sat, 04 Aug 2007 13:10:16 +0000 bcoudurier cosmetic libavcodec
Sat, 04 Aug 2007 13:09:08 +0000 bcoudurier no need to duplicate cid table vars in context libavcodec
Sat, 04 Aug 2007 13:03:12 +0000 bcoudurier 10l, use correct cid table libavcodec
Sat, 04 Aug 2007 12:59:49 +0000 bcoudurier add coding unit size for interlaced decoding libavcodec
Sat, 04 Aug 2007 12:43:31 +0000 bcoudurier should be more correct libavcodec
Sat, 04 Aug 2007 12:21:00 +0000 michael indent libavcodec
Sat, 04 Aug 2007 12:04:41 +0000 jbr cosmetics: use braces when it makes the code easier to read. libavcodec
Sat, 04 Aug 2007 11:55:10 +0000 jbr change AC3DecodeContext variable to local variable libavcodec
Sat, 04 Aug 2007 11:39:47 +0000 jbr use array instead of bitmask libavcodec
Sat, 04 Aug 2007 11:01:11 +0000 michael Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodec
Sat, 04 Aug 2007 03:27:05 +0000 jbr use table for converting dynamic range codes to scale factors libavcodec
Sat, 04 Aug 2007 03:21:17 +0000 jbr use floating-point mantissa dequantization tables libavcodec
Sat, 04 Aug 2007 01:14:14 +0000 jbr cosmetics: indentation libavcodec
Sat, 04 Aug 2007 01:13:08 +0000 jbr dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodec
Sat, 04 Aug 2007 00:12:23 +0000 jbr simplify coefficient decoding libavcodec
Sat, 04 Aug 2007 00:04:17 +0000 jbr merge decoding of coupling channel coefficients and regular channel coefficients libavcodec
Fri, 03 Aug 2007 23:53:53 +0000 jbr split out coupling coefficient reconstruction into a separate function libavcodec
Fri, 03 Aug 2007 16:43:11 +0000 diego Reduce Theora decoder verbosity. libavcodec
Thu, 02 Aug 2007 20:49:42 +0000 michael output last frame if seq end code is encountered libavcodec
Thu, 02 Aug 2007 07:42:06 +0000 diego Remove unused variable. libavcodec
Thu, 02 Aug 2007 01:28:37 +0000 michael simplify s->mv_dir init libavcodec
Wed, 01 Aug 2007 22:39:03 +0000 michael get rid of mb_type_len libavcodec
Wed, 01 Aug 2007 22:12:52 +0000 michael exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodec
Wed, 01 Aug 2007 21:17:26 +0000 michael exchange if() and for() in the MT_FIELD case libavcodec
Wed, 01 Aug 2007 21:05:58 +0000 michael exchange for() and if() order in the MT_FRAME case libavcodec
Wed, 01 Aug 2007 20:44:08 +0000 mhoffman making reference models have the same API libavcodec
Wed, 01 Aug 2007 20:37:41 +0000 michael change libavcodec
Wed, 01 Aug 2007 20:04:12 +0000 michael merge another 2 if() to save a few cpu cycles libavcodec
Wed, 01 Aug 2007 19:37:28 +0000 michael reorder if() so that the condition can be simplified libavcodec
Wed, 01 Aug 2007 19:26:24 +0000 michael merge/simplify 2 if() libavcodec
Wed, 01 Aug 2007 19:17:36 +0000 michael merge 2 if() libavcodec
Wed, 01 Aug 2007 13:18:23 +0000 bcoudurier use buf_ptr to correctly decode second field libavcodec
Wed, 01 Aug 2007 01:13:58 +0000 jbr align array used in mdct. fixes segfault. libavcodec
Wed, 01 Aug 2007 01:01:03 +0000 michael use ENABLE_GRAY libavcodec
Wed, 01 Aug 2007 00:39:39 +0000 michael make grayscale only decoding checks in inner loops compiletime killable libavcodec
Tue, 31 Jul 2007 21:39:09 +0000 michael move some code which was executed for every skipped MB so it is only executed libavcodec
Tue, 31 Jul 2007 21:00:17 +0000 michael get rid of a useless variable libavcodec
Tue, 31 Jul 2007 20:52:49 +0000 michael avoid 2 additions (1 cpu cycle) per MB libavcodec
Tue, 31 Jul 2007 20:44:48 +0000 michael chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec
Tue, 31 Jul 2007 16:22:57 +0000 takis Fix typo libavcodec
Tue, 31 Jul 2007 14:51:21 +0000 benoit fix mem leak libavcodec
Tue, 31 Jul 2007 06:55:48 +0000 diego Identifiers starting with underscores are reserved. libavcodec
Mon, 30 Jul 2007 21:19:36 +0000 gpoirier fix cabac decoding with some Blue-Ray sources libavcodec
Mon, 30 Jul 2007 18:05:46 +0000 romansh replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec
Mon, 30 Jul 2007 13:58:17 +0000 takis Handle malloc failure libavcodec
Mon, 30 Jul 2007 02:05:16 +0000 michael support silly PCM variant used by zork nemesis libavcodec
Sun, 29 Jul 2007 21:34:31 +0000 michael prevent assert failure with negative quant_offset libavcodec
Sun, 29 Jul 2007 19:21:56 +0000 michael warn user if max=bitrate && max > min libavcodec
Sun, 29 Jul 2007 13:32:53 +0000 michael support raw 4bpp avi libavcodec
Sun, 29 Jul 2007 10:11:12 +0000 michael make the reference code use double instead of float where it is easy libavcodec
Sun, 29 Jul 2007 09:58:36 +0000 michael print max and mse libavcodec
Sun, 29 Jul 2007 04:04:21 +0000 kostya Make bicubic interpolation standard compliant libavcodec
Sun, 29 Jul 2007 00:58:32 +0000 jbr simplify stereo rematrixing libavcodec
Sun, 29 Jul 2007 00:35:30 +0000 jbr change 2 fields from context to local variables libavcodec
Sat, 28 Jul 2007 20:50:25 +0000 jbr BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodec
Sat, 28 Jul 2007 19:33:19 +0000 jbr remove broken downmixing. will add new implementation later. libavcodec
Sat, 28 Jul 2007 18:26:43 +0000 takis Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec
Sat, 28 Jul 2007 18:23:35 +0000 takis Rename h264dsp.c to h264dspenc.c libavcodec
Sat, 28 Jul 2007 12:50:28 +0000 diego Ahem, fix typos overlooked in last commit. libavcodec
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavcodec
Fri, 27 Jul 2007 16:31:54 +0000 takis Replace a return of -1 with ENOMEM. libavcodec
Fri, 27 Jul 2007 11:37:56 +0000 michael detect voxware (closes issue39) libavcodec
Thu, 26 Jul 2007 15:47:43 +0000 michael remove "Advanced Prediction Mode not supported" spam libavcodec
Thu, 26 Jul 2007 15:46:43 +0000 michael also support DEBUG_PICT_INFO for h263i libavcodec
Thu, 26 Jul 2007 15:44:46 +0000 michael move show_pict_info() to its own function libavcodec
Wed, 25 Jul 2007 19:34:31 +0000 aurel remove wrong const qualifier libavcodec
Wed, 25 Jul 2007 05:09:54 +0000 stefang have less functions as inline libavcodec
Tue, 24 Jul 2007 18:21:40 +0000 vitor Minor cosmetics libavcodec
Tue, 24 Jul 2007 14:17:13 +0000 takis Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodec
Tue, 24 Jul 2007 13:05:28 +0000 takis Reindent two lines. libavcodec
Tue, 24 Jul 2007 13:04:47 +0000 takis Add HD-DVD subpicture decoding. libavcodec
Tue, 24 Jul 2007 13:03:13 +0000 takis Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodec
Tue, 24 Jul 2007 09:59:54 +0000 gpoirier increase buffer size of LAME MP3 encoder libavcodec
Tue, 24 Jul 2007 08:54:56 +0000 aurel help some gcc version to optimize out those functions libavcodec
Tue, 24 Jul 2007 02:08:27 +0000 jbr simplify snr offset and bit allocation libavcodec
Tue, 24 Jul 2007 01:43:47 +0000 jbr only use sized data types when necessary libavcodec
Tue, 24 Jul 2007 01:35:25 +0000 jbr set bit allocation parameters directly instead of copying libavcodec
Mon, 23 Jul 2007 22:47:49 +0000 jbr use enum value instead of numerical value for acmod libavcodec
Mon, 23 Jul 2007 22:23:37 +0000 jbr use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec
Mon, 23 Jul 2007 22:16:15 +0000 jbr change some bit masks to arrays libavcodec
Sat, 21 Jul 2007 17:03:30 +0000 jbr cosmetics: indentation libavcodec
Sat, 21 Jul 2007 16:28:12 +0000 jbr Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec
Sat, 21 Jul 2007 13:56:04 +0000 jbr don't need to synchronize in the decoder. the parser does that already. libavcodec
Sat, 21 Jul 2007 11:54:19 +0000 jbr get rid of an ugly macro libavcodec
Fri, 20 Jul 2007 15:09:10 +0000 takis Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec
Fri, 20 Jul 2007 15:08:10 +0000 takis Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec
Thu, 19 Jul 2007 15:56:56 +0000 gpoirier bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodec
Thu, 19 Jul 2007 08:47:07 +0000 takis Fix the self tests which are contained in some codecs and are using random(). libavcodec
Thu, 19 Jul 2007 08:46:28 +0000 takis Fix the compilation of dct-test, fft-test and motion-test which are using libavcodec
Thu, 19 Jul 2007 02:21:14 +0000 jbr don't need to define ALT_BITSTREAM_READER libavcodec
Thu, 19 Jul 2007 02:16:20 +0000 jbr update license header. add copyright for myself. correct and complete the statement about liba52. libavcodec
Thu, 19 Jul 2007 02:09:58 +0000 jbr revise comment for exponent decoding function libavcodec
Thu, 19 Jul 2007 02:04:05 +0000 jbr new implementation of exponent decoding libavcodec
Thu, 19 Jul 2007 00:51:19 +0000 jbr cosmetics: indentation libavcodec
Thu, 19 Jul 2007 00:50:31 +0000 jbr remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodec
Wed, 18 Jul 2007 20:23:43 +0000 vitor Another minor simplification libavcodec
Wed, 18 Jul 2007 18:40:03 +0000 banan Set the step index correctly for flash adpcm. Patch by Baptiste libavcodec
Wed, 18 Jul 2007 18:35:03 +0000 banan Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodec
Wed, 18 Jul 2007 15:36:45 +0000 benoit fix mem leak libavcodec
Wed, 18 Jul 2007 14:45:01 +0000 vitor Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodec
Wed, 18 Jul 2007 14:37:39 +0000 vitor Minor simplification libavcodec
Wed, 18 Jul 2007 14:36:30 +0000 vitor Yet more cosmetics libavcodec
Wed, 18 Jul 2007 14:29:14 +0000 vitor More cosmetics libavcodec
Wed, 18 Jul 2007 14:15:14 +0000 vitor Remove reimplementation of av_log2 libavcodec
Wed, 18 Jul 2007 08:11:16 +0000 benoit add YUV440P and YUVJ440P support libavcodec
Wed, 18 Jul 2007 06:45:47 +0000 vitor Test for supported number of channels libavcodec
Wed, 18 Jul 2007 06:27:37 +0000 vitor Cosmetics: indentation libavcodec
Wed, 18 Jul 2007 06:17:20 +0000 vitor Cosmetics: alignment libavcodec
Wed, 18 Jul 2007 06:06:21 +0000 vitor Remove more code duplication. Based on a patch by Matthieu Castet. libavcodec
Tue, 17 Jul 2007 23:51:34 +0000 vitor Move var. declaration to allow further clean up libavcodec
Tue, 17 Jul 2007 22:05:33 +0000 vitor Remove code duplication. Based on a patch by Matthieu Castet. libavcodec
Tue, 17 Jul 2007 13:35:16 +0000 alex set codec_type on init libavcodec
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavcodec
Tue, 17 Jul 2007 12:33:14 +0000 benoit create colorspace.h and use it where appropriate libavcodec
Tue, 17 Jul 2007 11:06:12 +0000 mhoffman fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodec
Tue, 17 Jul 2007 07:12:40 +0000 benoit Don't segfault if an empty codebook gets used. libavcodec
Tue, 17 Jul 2007 04:06:03 +0000 romansh * making profile selection a bit more tolerant to the badly broken streams libavcodec