log

age author description
Thu, 11 Dec 2008 00:33:02 +0000 conrad Fix compilation with only Theora decoder enabled libavcodec
Thu, 11 Dec 2008 00:11:02 +0000 reynaldo Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. libavcodec
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
Wed, 10 Dec 2008 21:26:00 +0000 lorenm fix progressive jpeg: libavcodec
Wed, 10 Dec 2008 00:50:59 +0000 mru AAC: move scratch array to context to ensure 16-byte alignment libavcodec
Tue, 09 Dec 2008 20:11:37 +0000 diego Remove useless inline qualifier, fixes linking with gcc 4.3. libavcodec
Tue, 09 Dec 2008 17:14:42 +0000 superdump AAC: Use a sign LUT rather than 1-2*get_bits1() libavcodec
Tue, 09 Dec 2008 17:08:40 +0000 superdump AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. libavcodec
Tue, 09 Dec 2008 11:35:08 +0000 superdump AAC: Remove unnecessary fabsf() libavcodec
Mon, 08 Dec 2008 21:21:38 +0000 stefano Make av_log_missing_feature an internal function, and change its name libavcodec
Mon, 08 Dec 2008 03:15:10 +0000 jbr cosmetics: alignment after last commit libavcodec
Mon, 08 Dec 2008 03:13:20 +0000 jbr ac3: detect dba errors and prevent writing past end of array libavcodec
Sun, 07 Dec 2008 16:30:08 +0000 kostya Do not attempt to decode RV30/40 B-frames without anchors. libavcodec
Sun, 07 Dec 2008 00:58:41 +0000 ramiro mlp: cosmetics: remove {}s over one-lined if. libavcodec
Sun, 07 Dec 2008 00:57:26 +0000 ramiro mlp: support bit-depths greater than 16 by default. libavcodec
Sat, 06 Dec 2008 16:33:16 +0000 jbr ac3dec: simplify exponent bounds checking libavcodec
Sat, 06 Dec 2008 16:28:48 +0000 ramiro mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. libavcodec
Sat, 06 Dec 2008 16:19:44 +0000 jbr ac3dec: add missing feature log message for block start info libavcodec
Sat, 06 Dec 2008 16:18:10 +0000 jbr ac3dec: use skip_bits_long() for block start bits libavcodec
Sat, 06 Dec 2008 15:46:23 +0000 jbr ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). libavcodec
Sat, 06 Dec 2008 15:38:21 +0000 jbr cosmetics: vertical alignment libavcodec
Sat, 06 Dec 2008 15:37:04 +0000 jbr cosmetics: reindent after last commit libavcodec
Sat, 06 Dec 2008 15:36:23 +0000 jbr ac3dec: detect out-of-range exponents libavcodec
Sat, 06 Dec 2008 13:42:00 +0000 mru ARM: remove some useless comments libavcodec
Sat, 06 Dec 2008 09:05:30 +0000 kostya Make decoding run of pixels in MS RLE saner. libavcodec
Sat, 06 Dec 2008 09:01:11 +0000 kostya Print out some errors found during MS RLE decoding libavcodec
Sat, 06 Dec 2008 08:57:31 +0000 kostya AASC can contain raw data in addition to MS-RLE libavcodec
Fri, 05 Dec 2008 21:44:18 +0000 michael Check that cpb_count is within the allowed range. libavcodec
Fri, 05 Dec 2008 14:55:43 +0000 michael Fix FF_OPT_TYPE_INT64 support of defaults. libavcodec
Fri, 05 Dec 2008 07:58:31 +0000 benoit Fix an overflow in the predictor. libavcodec
Thu, 04 Dec 2008 20:24:22 +0000 reynaldo Silence some ICC warnings. Patch by Vitor Sessak. libavcodec
Thu, 04 Dec 2008 15:08:44 +0000 reynaldo Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. libavcodec
Thu, 04 Dec 2008 14:54:55 +0000 reynaldo COSMETICS, add missing remarks crediting Ben and Kenan libavcodec
Thu, 04 Dec 2008 14:43:42 +0000 kostya Fraps version 3 seems to be the same as Fraps v5 libavcodec
Thu, 04 Dec 2008 02:59:11 +0000 bcoudurier partial WRAW fourcc support, might need image flipping libavcodec
Thu, 04 Dec 2008 02:56:25 +0000 jbr silence gcc warning: n_bands may be used uninitialized libavcodec
Thu, 04 Dec 2008 02:51:39 +0000 jbr ac3dec: use uint8_t for band sizes libavcodec
Thu, 04 Dec 2008 01:38:12 +0000 reynaldo Removes misleading const qualifier, gets rid of two compiler warnings libavcodec
Wed, 03 Dec 2008 20:16:01 +0000 mru ARM: convert VFP code to UAL syntax libavcodec
Wed, 03 Dec 2008 17:43:39 +0000 michael Implement complexity estimation parsing and try to detect an incorrectly set libavcodec
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavcodec
Wed, 03 Dec 2008 03:34:31 +0000 jbr ac3dec: skip decoding and use error concealment for remaining blocks in libavcodec
Wed, 03 Dec 2008 01:14:06 +0000 ramiro mlp: initialize all CRC tables in a common function. libavcodec
Tue, 02 Dec 2008 18:26:55 +0000 reynaldo Trivial rephrasing, avoids too long line libavcodec
Tue, 02 Dec 2008 18:25:17 +0000 reynaldo Trivial, Cosmetics, mostly brace placement changes libavcodec
Tue, 02 Dec 2008 18:14:53 +0000 kostya Fix reading out of buffer during RV30/40 deblock mask calculation libavcodec
Tue, 02 Dec 2008 18:12:48 +0000 kostya 34l: forgot to change one case of chroma MC for RV40 libavcodec
Tue, 02 Dec 2008 17:39:20 +0000 kostya Check RV30/40 slice offsets to be inside buffer. libavcodec
Tue, 02 Dec 2008 17:35:38 +0000 kostya Update ff_rv34_decode_frame() arguments definition libavcodec
Tue, 02 Dec 2008 17:34:26 +0000 kostya Remove unused RV40 spatial intra prediction function libavcodec
Tue, 02 Dec 2008 16:48:05 +0000 vitor Commit last ok'ed parts of QCELP decoder and enable it. libavcodec
Tue, 02 Dec 2008 10:43:08 +0000 michael Fix regression test failure with pthreads on multiprocessor systems. libavcodec
Mon, 01 Dec 2008 22:07:00 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Mon, 01 Dec 2008 20:45:29 +0000 vitor Remove hack added to make "make checkheaders" pass, it is unneeded now libavcodec
Mon, 01 Dec 2008 20:43:22 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Mon, 01 Dec 2008 16:24:19 +0000 michael Get rid of now unneeded pps/sps correctness code as pps/sps will not libavcodec
Mon, 01 Dec 2008 16:04:03 +0000 michael Allocate parameter sets sanely instead of using alloc_parameter_set(). libavcodec
Mon, 01 Dec 2008 06:40:36 +0000 kostya enable RV40 decoder libavcodec
Mon, 01 Dec 2008 06:36:22 +0000 kostya RV40 MC functions libavcodec
Sun, 30 Nov 2008 23:51:02 +0000 michael Fix segfault due to deallocated entries in delayed_pic after size change. libavcodec
Sun, 30 Nov 2008 17:18:17 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Sun, 30 Nov 2008 17:00:08 +0000 diego Handle AltiVec objects in a more elegant fashion, similar to MMX. libavcodec
Sun, 30 Nov 2008 16:57:28 +0000 diego Remove ineffectual hack that attempts to build ppc/check_altivec.o without libavcodec
Sat, 29 Nov 2008 14:08:48 +0000 stefano Implement the fields rc_max_available_vbv_use and libavcodec
Sat, 29 Nov 2008 10:06:37 +0000 kostya Add support for parsing and decoding DCA-HD streams. libavcodec
Sat, 29 Nov 2008 06:24:47 +0000 kostya RV40 loop filter libavcodec
Sat, 29 Nov 2008 06:22:31 +0000 kostya Invoke future RV30/40 loop filter for already decoded rows instead of libavcodec
Fri, 28 Nov 2008 00:32:24 +0000 diego Do not duplicate AAN DCT tables in dct-test.c. libavcodec
Fri, 28 Nov 2008 00:00:11 +0000 diego Add missing '-test' in name of imgresample test. libavcodec
Thu, 27 Nov 2008 07:26:26 +0000 kostya Fix RV40 chroma MC libavcodec
Wed, 26 Nov 2008 15:09:05 +0000 diego Only build the imgresample test if the old scaler was enabled. libavcodec
Wed, 26 Nov 2008 15:07:03 +0000 diego Automatically check the dependencies for the AAN DCT tables. libavcodec
Wed, 26 Nov 2008 13:38:13 +0000 diego Move aanscales tables to their own file; fixes compilation without encoders. libavcodec
Wed, 26 Nov 2008 13:28:30 +0000 diego cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. libavcodec
Wed, 26 Nov 2008 10:22:55 +0000 diego Move encoder-specific quantize_c and related tables to the H.264 encoder. libavcodec
Tue, 25 Nov 2008 07:34:20 +0000 reimar Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), libavcodec
Tue, 25 Nov 2008 00:20:49 +0000 mru snow: move scratch buffer from stack to malloced buffer in context libavcodec
Mon, 24 Nov 2008 21:31:01 +0000 diego Disable unused code for now to allow 'make checkheaders' to pass. libavcodec
Mon, 24 Nov 2008 21:29:07 +0000 diego Add missing headers to get 'make checkheaders' closer to passing. libavcodec
Mon, 24 Nov 2008 19:08:02 +0000 mru svq1enc: move scratch buffer from stack to context to ensure alignment libavcodec
Mon, 24 Nov 2008 19:00:55 +0000 mru flashsv: use skip_bits_long() where required libavcodec
Mon, 24 Nov 2008 18:49:50 +0000 bcoudurier move decoder initialization in separate function, earlier failure detection libavcodec
Mon, 24 Nov 2008 16:33:11 +0000 diego Make non-void replacement functions actually return a value. libavcodec
Mon, 24 Nov 2008 16:08:21 +0000 diego Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. libavcodec
Mon, 24 Nov 2008 15:53:16 +0000 diego Use golomb_to_pict_type instead of its duplicate, slice_type_map. libavcodec
Mon, 24 Nov 2008 12:39:02 +0000 diego cosmetics: Align table for better readability. libavcodec
Mon, 24 Nov 2008 11:24:02 +0000 kostya Some BMP files have file size declared in the header equal to headers size libavcodec
Mon, 24 Nov 2008 10:58:32 +0000 kostya Give more meaningful message on BMP header parsing error libavcodec
Mon, 24 Nov 2008 10:53:13 +0000 kostya Add known BMP header sizes. libavcodec
Mon, 24 Nov 2008 09:28:55 +0000 mru Add shift argument to MULL() macro libavcodec
Mon, 24 Nov 2008 00:14:33 +0000 superdump AAC: Cosmetics after last commit libavcodec
Mon, 24 Nov 2008 00:13:50 +0000 superdump AAC: Frequency domain prediction and hence Main profile support libavcodec
Sun, 23 Nov 2008 19:36:44 +0000 kostya Strong filtering function for future RV40 loop filter libavcodec
Sun, 23 Nov 2008 19:11:44 +0000 mru ARM: move dct_unquantize_h263_*_armv5te asm to separate file libavcodec
Sat, 22 Nov 2008 16:36:50 +0000 diego cosmetics: indentation, prettyprinting libavcodec
Sat, 22 Nov 2008 16:03:20 +0000 diego cosmetics: consistent function declarations libavcodec
Sat, 22 Nov 2008 15:57:59 +0000 diego cosmetics: Put statements after 'if' on their own line. libavcodec
Sat, 22 Nov 2008 00:29:49 +0000 reynaldo Trivial, Cosmetics libavcodec
Sat, 22 Nov 2008 00:27:26 +0000 reynaldo Trivial, Cosmetics libavcodec
Fri, 21 Nov 2008 18:39:16 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Fri, 21 Nov 2008 17:38:14 +0000 vitor Cosmetic: Fix typo libavcodec
Fri, 21 Nov 2008 10:00:03 +0000 diego Move H.264 tables that are only useful for encoding to h264enc.c. libavcodec
Thu, 20 Nov 2008 23:04:04 +0000 diego Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered libavcodec
Thu, 20 Nov 2008 22:57:57 +0000 mru SH4: fix IDCT libavcodec
Thu, 20 Nov 2008 22:53:18 +0000 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavcodec
Thu, 20 Nov 2008 22:50:13 +0000 diego Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. libavcodec
Thu, 20 Nov 2008 22:48:51 +0000 diego cosmetics: indentation libavcodec
Thu, 20 Nov 2008 22:47:18 +0000 diego Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead libavcodec
Thu, 20 Nov 2008 19:04:35 +0000 vitor Fix typo in table value. libavcodec
Thu, 20 Nov 2008 14:07:37 +0000 kostya 33l Fix applying residue condition in RV30/40 decoder libavcodec
Thu, 20 Nov 2008 14:05:29 +0000 kostya Eliminate direct use of s->current_picture in RV30/40 decoder libavcodec
Thu, 20 Nov 2008 14:03:35 +0000 kostya Use wider margins for edge emulation in RV30/40 libavcodec
Thu, 20 Nov 2008 09:21:52 +0000 mru SH4: fix memzero_align8() libavcodec
Thu, 20 Nov 2008 09:21:50 +0000 mru SH4: add macros for setting and restoring FPSCR.PR bit libavcodec
Thu, 20 Nov 2008 09:21:46 +0000 mru SH4: remove some commented out blocks of code libavcodec
Thu, 20 Nov 2008 01:40:40 +0000 romansh Making idct factor tables dynamically allocated libavcodec
Wed, 19 Nov 2008 14:57:48 +0000 kostya Add channel layout to several audio decoders I maintain libavcodec
Wed, 19 Nov 2008 01:40:09 +0000 romansh Change of indentation libavcodec
Wed, 19 Nov 2008 00:37:30 +0000 mru SH4: fix IDCT libavcodec
Wed, 19 Nov 2008 00:37:28 +0000 mru SH4: do not mix code and declarations libavcodec
Wed, 19 Nov 2008 00:37:24 +0000 mru SH4: fix compilation of memzero_align8() libavcodec
Wed, 19 Nov 2008 00:37:21 +0000 mru SH4: remove unused functions libavcodec
Wed, 19 Nov 2008 00:37:17 +0000 mru SH4: replace missed rnd_avg2 -> rnd_avg32 libavcodec
Wed, 19 Nov 2008 00:37:14 +0000 mru SH4: rename functions with conflicting names libavcodec
Tue, 18 Nov 2008 22:48:43 +0000 diego cosmetics: Add a few more explanatory comments to the object sections. libavcodec
Tue, 18 Nov 2008 22:37:22 +0000 diego cosmetics: Sort processor-specific object lines into alphabetical order. 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
Mon, 17 Nov 2008 22:51:59 +0000 diego Add a Makefile variable for the old scaler that gets enabled when the new libavcodec
Mon, 17 Nov 2008 21:56:34 +0000 diego Revert previous commit: the libavcodec/i386/fft_*.o objects depend on libavcodec
Mon, 17 Nov 2008 19:01:25 +0000 diego Only the yasm-dependent objects should be enabled by a yasm conditional. libavcodec
Mon, 17 Nov 2008 16:38:50 +0000 diego cosmetics: Group ppc-specific objects together. libavcodec
Mon, 17 Nov 2008 15:36:28 +0000 diego cosmetics: Group ARM objects sections together. libavcodec
Mon, 17 Nov 2008 15:09:45 +0000 diego cosmetics: Reorder processor-specific entries alphabetically. libavcodec
Mon, 17 Nov 2008 14:04:56 +0000 benoit Change email address to a valid one. libavcodec
Mon, 17 Nov 2008 12:48:31 +0000 cehoyos One const is enough. libavcodec
Sun, 16 Nov 2008 10:16:07 +0000 banan Silence warning in imc decoder libavcodec
Sun, 16 Nov 2008 09:54:09 +0000 banan Set channel_layout libavcodec
Sun, 16 Nov 2008 06:47:44 +0000 kostya 421l: postproc flag may be present in any VC-1 AP frame type libavcodec
Sun, 16 Nov 2008 01:00:25 +0000 reynaldo Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder. libavcodec
Sun, 16 Nov 2008 00:57:06 +0000 reynaldo Cosmetics libavcodec
Sun, 16 Nov 2008 00:05:20 +0000 reynaldo Change to file description suggested by Michael libavcodec
Sat, 15 Nov 2008 20:31:03 +0000 banan Proper channel output reordering for the dca decoder. libavcodec
Sat, 15 Nov 2008 20:19:20 +0000 reynaldo Please keep original copyright heading and attribution lines... libavcodec
Sat, 15 Nov 2008 14:15:24 +0000 kostya Weak deblock filter function for future RV40 loop filter libavcodec
Fri, 14 Nov 2008 17:36:47 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Fri, 14 Nov 2008 02:49:23 +0000 bcoudurier remove useless mmx.h include libavcodec
Fri, 14 Nov 2008 02:44:15 +0000 bcoudurier convert fdct_mmx to plain asm libavcodec
Thu, 13 Nov 2008 22:38:38 +0000 jbr revert r15812 (E-AC-3 Spectral Extension) pending further review libavcodec
Thu, 13 Nov 2008 19:54:02 +0000 bcoudurier add sse2 fdct libavcodec
Thu, 13 Nov 2008 11:33:26 +0000 cehoyos Fix H.264 decoding. libavcodec
Thu, 13 Nov 2008 03:18:28 +0000 jbr cosmetics: vertical alignment libavcodec
Thu, 13 Nov 2008 03:18:24 +0000 jbr silence a gcc warning about using an uninitialized variable libavcodec
Thu, 13 Nov 2008 03:18:18 +0000 jbr cosmetics: indentation libavcodec
Thu, 13 Nov 2008 03:18:13 +0000 jbr add support for spectral extension libavcodec
Thu, 13 Nov 2008 03:18:07 +0000 jbr add a generic function to decode banding structure for coupling, spectral libavcodec
Thu, 13 Nov 2008 03:18:01 +0000 jbr add a line break in error message text libavcodec
Thu, 13 Nov 2008 03:17:56 +0000 jbr simplify decoding of coupling frequency range libavcodec
Thu, 13 Nov 2008 03:17:50 +0000 jbr cosmetics: rename two variables libavcodec
Wed, 12 Nov 2008 21:13:28 +0000 romansh Taking advantage of the new ->execute API libavcodec
Wed, 12 Nov 2008 20:23:36 +0000 mru ARM: fix j_rev_dct_ARM libavcodec
Wed, 12 Nov 2008 17:47:23 +0000 romansh Making it easier to send arbitrary structures as work orders to MT workers libavcodec
Wed, 12 Nov 2008 17:29:02 +0000 diego Remove unused variable. libavcodec
Tue, 11 Nov 2008 18:50:38 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Tue, 11 Nov 2008 08:46:29 +0000 banan Comment typo libavcodec
Tue, 11 Nov 2008 08:30:32 +0000 banan Remove channel layout table that only should be used by encoders. libavcodec
Mon, 10 Nov 2008 20:02:00 +0000 andoma Fix memory leak in libgsm wrapper. libavcodec
Sun, 09 Nov 2008 12:00:47 +0000 vitor More OKed parts of the QCELP decoder libavcodec
Sat, 08 Nov 2008 18:15:13 +0000 kostya Split RV3/4 deblock pattern into horizontal and vertical parts libavcodec
Sat, 08 Nov 2008 07:24:56 +0000 kostya Drop redundant check in RV3/4 deblock coefficients calculation libavcodec
Sat, 08 Nov 2008 00:38:10 +0000 pross Electronic Arts TGQ/TQI/MAD IDCT algorithm libavcodec
Sat, 08 Nov 2008 00:29:22 +0000 pross Electronic Arts TGQ video decoder libavcodec
Sat, 08 Nov 2008 00:18:00 +0000 romansh implementing more efficient (and direct) allocation of work for DV codec workers libavcodec
Sat, 08 Nov 2008 00:15:08 +0000 pross Promote inv_aanscales array to global scope (ff_inv_aanscales) libavcodec
Fri, 07 Nov 2008 07:18:22 +0000 kostya Calculating an additional MV-based deblocking pattern is the same libavcodec
Thu, 06 Nov 2008 01:33:28 +0000 mru ARM: change MUL16() macro to inline function libavcodec
Thu, 06 Nov 2008 01:33:26 +0000 mru ARM: prettify MAC16() macro libavcodec
Thu, 06 Nov 2008 01:33:23 +0000 mru ARM: change MULH() macro to inline function libavcodec
Thu, 06 Nov 2008 01:33:20 +0000 mru ARM: change MULL() macro to inline function libavcodec
Thu, 06 Nov 2008 01:33:17 +0000 mru ARM: mathops.h whitespace cosmetics libavcodec
Wed, 05 Nov 2008 23:28:41 +0000 diego Add missing #include "libavutil/avstring.h", fixes libavcodec
Wed, 05 Nov 2008 13:59:42 +0000 superdump Fix perceptual noise shaping scaling including an oversight of the offset for libavcodec
Wed, 05 Nov 2008 13:32:06 +0000 diego Fix test program build: ff_eval was replaced by ff_eval2. libavcodec
Tue, 04 Nov 2008 18:31:48 +0000 andoma h264: Implement decoding of picture timing SEI message. libavcodec
Tue, 04 Nov 2008 06:54:42 +0000 andoma Only warn about "Invalid and inefficient vfw-avi packed B frames" once. libavcodec
Mon, 03 Nov 2008 21:59:35 +0000 diego Fix illegal identifier, __ are reserved for the system. libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Sun, 02 Nov 2008 21:51:27 +0000 banan Change the dca channel layout, S -> SIDE not BACK. libavcodec
Sun, 02 Nov 2008 21:04:28 +0000 andoma Change multichannel API define prefix from "CHANNEL_" to "CH_". libavcodec
Sat, 01 Nov 2008 20:49:37 +0000 banan Guess channel layout based on the number of channels if a custom layout is specified in amode. libavcodec
Sat, 01 Nov 2008 20:27:05 +0000 banan Add channel layouts for dca. libavcodec
Sat, 01 Nov 2008 17:57:44 +0000 kostya Introduce RV3-specific motion vector prediction. libavcodec
Sat, 01 Nov 2008 05:03:42 +0000 pross Add audio channel layout API to libavcodec. libavcodec
Fri, 31 Oct 2008 19:31:36 +0000 mmu_man Fix build. libavcodec
Thu, 30 Oct 2008 22:37:18 +0000 vitor OKed parts of the QCELP decoder libavcodec
Thu, 30 Oct 2008 22:32:43 +0000 diego Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com. libavcodec
Thu, 30 Oct 2008 22:24:40 +0000 vitor Use ff_dot_productf() in ra288.c libavcodec
Thu, 30 Oct 2008 22:12:43 +0000 diego Remove nonsense @return Doxygen comment for void function. libavcodec
Thu, 30 Oct 2008 22:11:30 +0000 diego cosmetics: small spelling fixes libavcodec
Thu, 30 Oct 2008 21:05:37 +0000 vitor Add a LPC filter libavcodec
Thu, 30 Oct 2008 21:04:17 +0000 vitor Add ff_dot_productf() to celp_math.{c,h} libavcodec
Thu, 30 Oct 2008 21:00:01 +0000 vitor More OKed parts of QCELP data tables libavcodec
Thu, 30 Oct 2008 15:43:00 +0000 romansh renaming macro in order to conform with the rest of libavcodec libavcodec
Thu, 30 Oct 2008 09:13:48 +0000 diego Remove unused variable, patch by Art Clarke, aclarke vlideshow com. libavcodec
Thu, 30 Oct 2008 06:08:47 +0000 kostya Correct motion vector scaling in B-frames for RV3/4 libavcodec
Wed, 29 Oct 2008 23:44:40 +0000 diego asm() --> __asm__() in #warning comment libavcodec
Wed, 29 Oct 2008 23:43:55 +0000 diego Add missing headers to pass 'make checkheaders'. libavcodec
Wed, 29 Oct 2008 23:07:49 +0000 diego Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. libavcodec
Wed, 29 Oct 2008 21:08:14 +0000 michael Reset state after some frame header is found. libavcodec
Wed, 29 Oct 2008 06:26:56 +0000 diego OKed parts of QCELP data tables libavcodec
Tue, 28 Oct 2008 23:11:59 +0000 diego Add the function declaration of ff_svq1_packet_checksum to svq1.h and include libavcodec
Tue, 28 Oct 2008 22:50:16 +0000 michael Replace literally hardcoded max slice number by named constant. libavcodec
Tue, 28 Oct 2008 15:20:52 +0000 banan Fix compilation, remove stray ; libavcodec
Tue, 28 Oct 2008 14:50:46 +0000 banan Fix selection of quant step table libavcodec
Tue, 28 Oct 2008 14:43:06 +0000 banan Fix huffman coded dca samples. libavcodec
Tue, 28 Oct 2008 05:37:02 +0000 kostya Detect split RV30 slices libavcodec
Mon, 27 Oct 2008 19:07:39 +0000 kostya Fix chroma motion compensation for RV30 libavcodec
Mon, 27 Oct 2008 14:35:58 +0000 flameeyes Rename template included sources from .h to _template.c. libavcodec
Mon, 27 Oct 2008 00:25:19 +0000 mru ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S libavcodec
Mon, 27 Oct 2008 00:25:16 +0000 mru ARM: move VFP DSP functions to dsputils_vfp.S libavcodec
Mon, 27 Oct 2008 00:25:12 +0000 mru ARM: move prefetch_arm to dsputil_arm_s.S libavcodec
Mon, 27 Oct 2008 00:25:09 +0000 mru ARM: use new macros for assembler function labels libavcodec
Mon, 27 Oct 2008 00:25:06 +0000 mru ARM: add some assembler convenience macros libavcodec
Sun, 26 Oct 2008 23:41:00 +0000 bcoudurier svq3 watermark code now needs zlib libavcodec
Sun, 26 Oct 2008 23:34:44 +0000 bcoudurier svq3 watermark decoding support, based on reverse engineering work by chrono libavcodec
Sun, 26 Oct 2008 15:21:45 +0000 mru cosmetic: align backslashes in makefiles libavcodec
Sun, 26 Oct 2008 14:26:28 +0000 mru Merge OBJS-$(FOO) lists with same FOO libavcodec
Sun, 26 Oct 2008 10:14:16 +0000 banan Disable codec downmix when not using simd instead of silently produce silence libavcodec
Sun, 26 Oct 2008 09:54:53 +0000 banan Fix dca decoder with non simd float2int16 conversion libavcodec
Sun, 26 Oct 2008 09:50:15 +0000 banan Fix compilation with TRACE libavcodec
Sat, 25 Oct 2008 18:37:50 +0000 aurel remove useless ifdeffery, tscc won't do anything useful without zlib libavcodec
Sat, 25 Oct 2008 17:17:08 +0000 aurel svq3: remove unused include libavcodec
Sat, 25 Oct 2008 14:00:28 +0000 mru Use OBJS variable for all object files libavcodec
Sat, 25 Oct 2008 13:51:47 +0000 mru Add CONFIG_GOLOMB and auto-select when needed libavcodec
Sat, 25 Oct 2008 13:51:43 +0000 mru Auto-enable CONFIG_MDCT when needed libavcodec
Sat, 25 Oct 2008 01:28:29 +0000 diego cosmetics: Change the order of mlp parser objects to be consistent. libavcodec
Sat, 25 Oct 2008 01:21:43 +0000 diego Move declaration of mlp decoder dependency on mlp parser to the Makefile libavcodec
Fri, 24 Oct 2008 23:18:21 +0000 mru Build MMX/SSE FFT only if CONFIG_FFT is set libavcodec
Fri, 24 Oct 2008 21:44:54 +0000 mru Auto-enable CONFIG_FFT for codecs that need it 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
Fri, 24 Oct 2008 21:29:23 +0000 diego Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. libavcodec
Fri, 24 Oct 2008 21:20:29 +0000 diego Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. libavcodec
Fri, 24 Oct 2008 06:29:05 +0000 conrad Speex decoding via libspeex libavcodec
Fri, 24 Oct 2008 06:17:18 +0000 kostya Choose RV3/4 DC quantizer correctly libavcodec
Fri, 24 Oct 2008 01:38:30 +0000 bcoudurier dnxhd parser libavcodec
Thu, 23 Oct 2008 17:12:41 +0000 bcoudurier add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes libavcodec
Thu, 23 Oct 2008 07:30:16 +0000 benoit Revert r15653. libavcodec
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Mon, 20 Oct 2008 16:05:29 +0000 reimar Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. libavcodec
Mon, 20 Oct 2008 09:02:55 +0000 michael Use av_freep() in ff_parse_close(). libavcodec
Mon, 20 Oct 2008 07:35:17 +0000 benoit Copy pts for each raw encoded frame. libavcodec
Mon, 20 Oct 2008 05:59:50 +0000 kostya 34l: free RV3/4 context variables at the end libavcodec
Mon, 20 Oct 2008 05:58:05 +0000 kostya RV3 and RV4 decoders set some deblocking coefs for each macroblock, libavcodec
Mon, 20 Oct 2008 05:54:31 +0000 kostya Mark some of RV3/4 block types as having separate DC subblock libavcodec
Sun, 19 Oct 2008 04:44:24 +0000 conrad Cosmetics: reindent libavcodec
Sun, 19 Oct 2008 04:43:35 +0000 conrad Combine non-bitexact sections libavcodec
Sun, 19 Oct 2008 04:40:24 +0000 conrad VP3 loop filter is mmx2 not mmx libavcodec
Fri, 17 Oct 2008 03:18:08 +0000 conrad MMX VP3 Loop Filter libavcodec
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Wed, 15 Oct 2008 08:01:54 +0000 benoit Use of new bitstream in vorbis_enc.c. libavcodec
Wed, 15 Oct 2008 07:31:06 +0000 benoit Cosmetics: fix indentation after previous commit. libavcodec
Wed, 15 Oct 2008 07:29:37 +0000 benoit Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. libavcodec
Tue, 14 Oct 2008 20:42:54 +0000 michael Include zlib.h as it is needed for watermark support, libavcodec
Tue, 14 Oct 2008 20:34:31 +0000 michael Export svq1_packet_checksum() that is needed for svq3 watermarks, libavcodec
Tue, 14 Oct 2008 20:30:11 +0000 michael Add variable to hold the svq3 watermarking key, libavcodec
Mon, 13 Oct 2008 13:47:05 +0000 benoit Fix mem leak. libavcodec
Mon, 13 Oct 2008 07:42:11 +0000 cehoyos Fix some icc warnings by using enum PixelFormat instead of int where appropriate. libavcodec
Mon, 13 Oct 2008 00:10:53 +0000 aurel vp6dec: ensure we don't try to use a buffer with negative size libavcodec
Sun, 12 Oct 2008 20:22:55 +0000 cehoyos Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. libavcodec
Sun, 12 Oct 2008 19:41:17 +0000 conrad Remove unused variables libavcodec
Sat, 11 Oct 2008 14:52:00 +0000 ramiro nellymoserenc: flush PutBitContext after use. libavcodec
Sat, 11 Oct 2008 11:21:45 +0000 mru aac_parser: fix strict aliasing violation libavcodec
Thu, 09 Oct 2008 18:36:49 +0000 bcoudurier get_pixels_sse2, ~+12% performance compared to mmx libavcodec
Wed, 08 Oct 2008 17:19:26 +0000 aurel allows calling avcodec_find_(en|de)coder_by_name with NULL parameter libavcodec
Tue, 07 Oct 2008 21:41:25 +0000 diego Add a bunch of const qualifiers to function arguments. 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 16:07:15 +0000 romansh cosmetic updates as per Michael's suggestion libavcodec
Tue, 07 Oct 2008 16:06:18 +0000 romansh vertically aligning as per Michael's suggestion 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
Tue, 07 Oct 2008 08:37:20 +0000 diego Sync cosmetics from upstream. libavcodec
Mon, 06 Oct 2008 16:22:11 +0000 superdump Rename variables to clarify the channel coupling element and corresponding libavcodec
Mon, 06 Oct 2008 16:18:18 +0000 superdump Correct documentation of ch_select array. libavcodec
Mon, 06 Oct 2008 16:12:30 +0000 superdump Corrections to channel coupling code to attain conformance for appropriate libavcodec
Mon, 06 Oct 2008 05:17:57 +0000 diego Remove obsolete liba52 wrapper code. libavcodec
Sun, 05 Oct 2008 20:12:20 +0000 vitor Cosmetics: rename mace3_decode_frame() to mace_decode_frame() libavcodec
Sun, 05 Oct 2008 20:06:40 +0000 vitor Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() libavcodec
Sun, 05 Oct 2008 16:33:43 +0000 vitor Use a for() instead of triplicating code. libavcodec
Sun, 05 Oct 2008 16:11:12 +0000 kostya Register RV-[34] block specific feature for long future loop filter libavcodec
Sun, 05 Oct 2008 14:36:10 +0000 vitor Factorize duplicate table reading code. libavcodec
Sat, 04 Oct 2008 16:48:07 +0000 gpoirier Declare ff_pw_53 and ff_pw_18 as assembler constants. libavcodec
Sat, 04 Oct 2008 11:20:02 +0000 diego Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. libavcodec
Sat, 04 Oct 2008 10:26:17 +0000 conrad Move VP3 loop filter to DSPContext libavcodec
Sat, 04 Oct 2008 09:43:11 +0000 lu_zero Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Petten libavcodec
Sat, 04 Oct 2008 09:36:35 +0000 lu_zero Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Petten libavcodec
Sat, 04 Oct 2008 09:29:31 +0000 lu_zero Mark list heads static. Patch by Diego Petten libavcodec
Sat, 04 Oct 2008 01:11:04 +0000 michael 100l forgot return type. libavcodec
Sat, 04 Oct 2008 01:08:48 +0000 michael Fix indention of NAL type enum. libavcodec
Fri, 03 Oct 2008 23:08:52 +0000 michael ff_parse_close() is not the correct function for H264Context. libavcodec
Fri, 03 Oct 2008 13:30:19 +0000 michael Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. libavcodec
Thu, 02 Oct 2008 21:17:33 +0000 aurel atrac3dec: cosmetics: indentation libavcodec
Thu, 02 Oct 2008 19:24:26 +0000 gpoirier fix warning reported by Intel C compiler: libavcodec
Thu, 02 Oct 2008 19:20:11 +0000 gpoirier Intel C compiler warns on this assignment in this if(), probably libavcodec
Thu, 02 Oct 2008 19:09:56 +0000 gpoirier Remove duplicate "const" qualifier for *matrix. libavcodec
Thu, 02 Oct 2008 19:05:35 +0000 gpoirier x264 has removed the b-rdo and bime options, and instead integrated libavcodec
Thu, 02 Oct 2008 16:29:15 +0000 reimar Use M_PI from libavutil/mathematics.h instead of defining PI ourselves libavcodec
Thu, 02 Oct 2008 16:29:06 +0000 reimar Make 8svx codec context table pointer const to match the type of the libavcodec
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavcodec
Thu, 02 Oct 2008 15:52:12 +0000 reimar Remove useless cyuv_decode_end function libavcodec
Thu, 02 Oct 2008 15:52:04 +0000 reimar Add (additional) const to many global tables. libavcodec
Thu, 02 Oct 2008 15:51:44 +0000 reimar Use "static const" instead of "const static" libavcodec
Thu, 02 Oct 2008 15:50:24 +0000 diego cosmetics: Change comment style for consistency. libavcodec
Thu, 02 Oct 2008 15:27:13 +0000 benoit Rename some variables and add some comments to try to be a bit more clear. libavcodec
Thu, 02 Oct 2008 00:27:09 +0000 cehoyos Rename copy_picture to ff_copy_picture. libavcodec
Wed, 01 Oct 2008 21:47:49 +0000 cehoyos Fix memleak for currupt input. libavcodec
Wed, 01 Oct 2008 14:48:54 +0000 conrad Cosmetics: reindent libavcodec
Wed, 01 Oct 2008 14:48:35 +0000 conrad Unneeded else libavcodec
Wed, 01 Oct 2008 14:48:16 +0000 conrad Unneeded braces libavcodec
Wed, 01 Oct 2008 14:48:00 +0000 conrad Return if unpacking motion vectors for a keyframe libavcodec
Wed, 01 Oct 2008 14:44:30 +0000 conrad Cosmetics: indentation libavcodec
Wed, 01 Oct 2008 14:43:08 +0000 conrad Visible width/height fields were added in Theora 3.2 libavcodec
Wed, 01 Oct 2008 14:40:29 +0000 conrad filter_limit_values only needs 7 bits, make its tables smaller libavcodec
Wed, 01 Oct 2008 12:48:26 +0000 benoit Fix indentation. libavcodec
Wed, 01 Oct 2008 08:29:19 +0000 benoit Remove useless context variable. libavcodec
Wed, 01 Oct 2008 08:27:37 +0000 benoit Merge declaration and assignment. libavcodec
Wed, 01 Oct 2008 07:28:34 +0000 benoit Interleaved forward/backward channels processing in order to increase chances libavcodec
Tue, 30 Sep 2008 19:51:02 +0000 conrad Cosmetics: indentation libavcodec
Tue, 30 Sep 2008 19:50:43 +0000 conrad Merge (vp3|theora)_calculate_pixel_addresses libavcodec
Tue, 30 Sep 2008 19:22:20 +0000 conrad Missed hunks of last commit libavcodec
Tue, 30 Sep 2008 19:18:22 +0000 conrad Remove unused vp3 debugging info libavcodec
Tue, 30 Sep 2008 14:43:55 +0000 benoit Move iv_decode_frame function to remove a forward declaration. libavcodec
Tue, 30 Sep 2008 14:41:11 +0000 benoit Remove useless lines. libavcodec
Tue, 30 Sep 2008 14:22:10 +0000 benoit Reindent whole file. libavcodec
Tue, 30 Sep 2008 11:55:40 +0000 benoit Indent. libavcodec
Tue, 30 Sep 2008 11:55:20 +0000 benoit Simplify iv_free_func(). libavcodec
Tue, 30 Sep 2008 11:51:44 +0000 benoit Move allocated buffer out of YUV buffer structure. libavcodec
Tue, 30 Sep 2008 11:46:37 +0000 benoit Remove useless initializations. libavcodec
Tue, 30 Sep 2008 09:54:13 +0000 benoit Check allocations on init. libavcodec
Tue, 30 Sep 2008 09:41:04 +0000 benoit Remove useless test. libavcodec
Tue, 30 Sep 2008 09:35:53 +0000 benoit Cosmetics libavcodec
Tue, 30 Sep 2008 09:32:14 +0000 benoit use uint8_t instead of unsigned char libavcodec
Tue, 30 Sep 2008 09:26:49 +0000 benoit Corrector type fits in 8 bits. libavcodec
Tue, 30 Sep 2008 09:08:27 +0000 benoit Remove useless casts and use variable instead of its type in sizeof. libavcodec
Tue, 30 Sep 2008 09:05:34 +0000 benoit Change table types to uint8_t libavcodec
Tue, 30 Sep 2008 04:18:22 +0000 conrad Downgrade severity of leftover bits in header packets, and don't check for the comment header libavcodec
Tue, 30 Sep 2008 01:45:53 +0000 michael Allocate 1 line more in the chroma plane for H.264, this avoids some libavcodec
Tue, 30 Sep 2008 01:07:25 +0000 michael Replace second (and wrong) call to avcodec_align_dimensions() by adjusting libavcodec
Tue, 30 Sep 2008 00:28:13 +0000 michael Do not attempt to perform error concealment in lowres mode as this is libavcodec
Mon, 29 Sep 2008 22:22:46 +0000 aurel atrac3: ensure input frame is not overwritten (it is const) libavcodec
Mon, 29 Sep 2008 22:04:35 +0000 conrad Use skip_frame for keyframe-only decoding rather than #ifdef libavcodec
Mon, 29 Sep 2008 15:41:55 +0000 cehoyos Fix a warning about an undefined function when compiling h264.c libavcodec
Mon, 29 Sep 2008 06:22:12 +0000 diego Uniformly define _XOPEN_SOURCE to 600. libavcodec
Sun, 28 Sep 2008 23:19:12 +0000 michael Guess picture type from picture coding extension when the main header is damaged. libavcodec
Sun, 28 Sep 2008 19:11:26 +0000 stefano Document the directpred auto value. libavcodec
Sun, 28 Sep 2008 16:16:05 +0000 superdump Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils libavcodec
Sat, 27 Sep 2008 02:39:24 +0000 michael Replace apparently always true condition by assert(). libavcodec
Sat, 27 Sep 2008 01:59:50 +0000 michael Simplify pix_fmt_id instead of listing a subset of non-simplified ones. libavcodec
Sat, 27 Sep 2008 01:50:57 +0000 michael Check the 4th plane too when selecting the pixfmt. libavcodec
Fri, 26 Sep 2008 18:42:06 +0000 vitor Simplify: avoid duplication backward_filter() libavcodec
Fri, 26 Sep 2008 18:11:41 +0000 diego Remove unused variable. libavcodec
Fri, 26 Sep 2008 10:59:42 +0000 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavcodec
Thu, 25 Sep 2008 21:44:07 +0000 michael Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. libavcodec
Thu, 25 Sep 2008 20:03:57 +0000 vitor Do instead of divising a float by a constant, multiply by its inverse libavcodec
Thu, 25 Sep 2008 19:25:28 +0000 michael Ensure that no non-existing frame is used. libavcodec
Thu, 25 Sep 2008 19:01:39 +0000 michael Do not free sps & pps on width/height changes. libavcodec
Thu, 25 Sep 2008 14:34:14 +0000 michael Do not use the generic "alloc missing references" code for h.264 as it does libavcodec
Thu, 25 Sep 2008 14:29:35 +0000 michael Initialize next/last_picture* as the generic code does not always libavcodec
Thu, 25 Sep 2008 12:04:25 +0000 michael Print which slices are IDR not just the slice type. libavcodec
Thu, 25 Sep 2008 00:41:49 +0000 michael Fix CAVLC+8x8+MBAFF loop filter. libavcodec
Wed, 24 Sep 2008 23:24:24 +0000 michael Field -> MBAFF direct mode can use data from fields that are not libavcodec
Wed, 24 Sep 2008 20:31:24 +0000 vitor Move constant multiplication out of the loop libavcodec
Wed, 24 Sep 2008 20:05:22 +0000 vitor Cosmetics: move convolve() together with the other DSP functions libavcodec
Wed, 24 Sep 2008 20:03:58 +0000 vitor Simplify: move division by constant off the loop libavcodec
Wed, 24 Sep 2008 12:45:28 +0000 kostya Correct wrong lower limit and condition used in APE decoder libavcodec
Tue, 23 Sep 2008 23:16:48 +0000 michael Merge the 2 lpc loops. libavcodec
Tue, 23 Sep 2008 22:49:22 +0000 michael Factorize lpc code slightly. libavcodec
Tue, 23 Sep 2008 08:45:46 +0000 kostya Cosmetics: reindent after last commit libavcodec
Tue, 23 Sep 2008 08:45:12 +0000 kostya Add RLE4 and RLE8 decoding support for BMP libavcodec
Tue, 23 Sep 2008 08:38:32 +0000 kostya Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP libavcodec
Tue, 23 Sep 2008 08:32:18 +0000 kostya Calculate line size correctly for bit depths < 8 libavcodec
Mon, 22 Sep 2008 20:46:52 +0000 michael A few empty lines for readability. libavcodec
Mon, 22 Sep 2008 20:43:35 +0000 michael Another try to fix temporal direct mode references. libavcodec
Mon, 22 Sep 2008 05:40:52 +0000 diego spelling cosmetics libavcodec
Mon, 22 Sep 2008 05:38:50 +0000 diego AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. libavcodec
Mon, 22 Sep 2008 03:00:26 +0000 michael Fix all the recent problems Justin had run into with the AC3 parser, libavcodec
Mon, 22 Sep 2008 02:32:22 +0000 michael Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. libavcodec
Sun, 21 Sep 2008 23:51:36 +0000 michael indent libavcodec
Sun, 21 Sep 2008 23:49:53 +0000 michael Correct comment in the direct mode code. libavcodec
Sun, 21 Sep 2008 23:46:59 +0000 michael Simplify initialization of a few direct mode related variables. libavcodec
Sun, 21 Sep 2008 02:39:09 +0000 michael Make MBAFF temporal direct mode closer to the spec. libavcodec
Sun, 21 Sep 2008 02:23:51 +0000 michael Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list() libavcodec
Sun, 21 Sep 2008 02:19:45 +0000 michael Set poc for field references in MBAFF. libavcodec
Sat, 20 Sep 2008 11:13:14 +0000 stefano Log an error message in case of invalid number of channels. libavcodec
Fri, 19 Sep 2008 18:53:31 +0000 michael Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. libavcodec
Fri, 19 Sep 2008 18:49:17 +0000 michael Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented" libavcodec
Thu, 18 Sep 2008 16:36:19 +0000 michael Make pps/sps scaling_matrix initialization closer to the spec. libavcodec
Thu, 18 Sep 2008 16:02:51 +0000 superdump Zero 'idx' for each iteration of the coupling gain loop and as it is only used libavcodec
Thu, 18 Sep 2008 15:48:37 +0000 superdump Cosmetics: missing brackets libavcodec
Thu, 18 Sep 2008 15:35:08 +0000 superdump Cast the return value of get_bits() to signed integer such that the subtraction libavcodec
Thu, 18 Sep 2008 15:13:15 +0000 michael Ensure that extradata is not parsed twice. libavcodec
Thu, 18 Sep 2008 14:08:44 +0000 kostya add newline at the end of message libavcodec
Thu, 18 Sep 2008 13:17:44 +0000 kostya ZMBV encoder forgot to fill coded frame pointer libavcodec
Thu, 18 Sep 2008 05:20:54 +0000 kostya Factorize out code used for MS RLE format decoding in different decoders. libavcodec
Thu, 18 Sep 2008 03:08:33 +0000 conrad Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores libavcodec
Thu, 18 Sep 2008 03:08:13 +0000 conrad Make a separate macro for writing an entire block from registers to memory libavcodec
Thu, 18 Sep 2008 03:07:41 +0000 conrad Factorize SSE2_(Row|Column)_IDCT into one macro libavcodec
Wed, 17 Sep 2008 20:52:54 +0000 conrad Cosmetics: remove excessive blank lines libavcodec
Wed, 17 Sep 2008 19:49:31 +0000 conrad Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled libavcodec
Wed, 17 Sep 2008 19:38:44 +0000 conrad Cosmetics: reindent libavcodec
Wed, 17 Sep 2008 19:30:51 +0000 conrad Rewrite SSE2 VP3 IDCT in inline asm libavcodec
Wed, 17 Sep 2008 19:30:33 +0000 conrad Rewrite MMX VP3 IDCT in inline asm libavcodec
Wed, 17 Sep 2008 19:30:03 +0000 conrad MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly libavcodec
Wed, 17 Sep 2008 19:29:40 +0000 conrad Take idct permutation into account when initializing dequantization matrices libavcodec
Wed, 17 Sep 2008 19:26:37 +0000 vitor Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the libavcodec
Wed, 17 Sep 2008 06:13:07 +0000 voroshil Second-stage gain and Moving Average Predictor codebooks. libavcodec
Wed, 17 Sep 2008 06:05:12 +0000 voroshil Another set of approved changes for G.729: includes, formats structure, libavcodec
Tue, 16 Sep 2008 15:59:43 +0000 superdump Validate pulse position and error out if an invalid position is encountered. libavcodec
Tue, 16 Sep 2008 01:49:32 +0000 michael Only print "invalid new backstep" when it is really invalid. libavcodec
Tue, 16 Sep 2008 01:24:12 +0000 michael Fix regression test failure caused by golomb limit not being considered libavcodec
Tue, 16 Sep 2008 01:13:55 +0000 bcoudurier sync to latest x264 git, field was renamed libavcodec
Tue, 16 Sep 2008 00:31:32 +0000 michael Make decoder more robust by default against broken encoders. libavcodec
Mon, 15 Sep 2008 20:30:22 +0000 michael Correct the threshold of get_ur_golomb_jpegls() at which the optimized libavcodec
Sun, 14 Sep 2008 22:27:47 +0000 jbr cosmetics: fix indentation after r15321 libavcodec
Sun, 14 Sep 2008 22:25:50 +0000 jbr write actual min and max frame size to FLAC header. update regression test checksum. libavcodec
Sun, 14 Sep 2008 22:20:14 +0000 diego cosmetics: Fix indentation. libavcodec
Sun, 14 Sep 2008 22:18:50 +0000 diego Remove useless #ifdef around #include. libavcodec
Sun, 14 Sep 2008 21:39:54 +0000 jbr write MD5 checksum to FLAC header. update regression tests. libavcodec
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavcodec
Sun, 14 Sep 2008 15:50:59 +0000 jbr Return error when trying to decode non-grayscale 16-bit PNM images. libavcodec
Sat, 13 Sep 2008 20:52:57 +0000 superdump Reindent after last commit libavcodec
Sat, 13 Sep 2008 20:51:36 +0000 superdump Apply pulses to unscaled coefficients rather than scaled. libavcodec
Sat, 13 Sep 2008 20:22:31 +0000 superdump Operands of '+' are not necessarily evaluated in order so r15311 was pointless. libavcodec
Sat, 13 Sep 2008 18:47:43 +0000 superdump Correct order of parsing for pulse scalefactor band and offset to match the libavcodec
Sat, 13 Sep 2008 16:56:58 +0000 vitor Cosmetics: line breaks libavcodec
Sat, 13 Sep 2008 16:49:05 +0000 vitor Simplify: use a single history buffer for gain and a single one for libavcodec
Sat, 13 Sep 2008 13:18:35 +0000 diego Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & libavcodec
Fri, 12 Sep 2008 14:33:35 +0000 superdump Reindent after last commit libavcodec
Fri, 12 Sep 2008 14:32:49 +0000 superdump Only read some of TNS bitstream data in the case that the TNS filter order is libavcodec
Thu, 11 Sep 2008 19:10:26 +0000 vitor Cosmetics: align spec references libavcodec
Thu, 11 Sep 2008 19:06:54 +0000 vitor Rename function: s/colmult/apply_window/ libavcodec
Thu, 11 Sep 2008 08:13:23 +0000 diego misc spelling/wording/grammar fixes libavcodec
Thu, 11 Sep 2008 06:35:37 +0000 kostya Make it possible to disable loop filter in VC-1. libavcodec
Thu, 11 Sep 2008 01:22:34 +0000 superdump Correct pulse amplitude application - a negative or 0 coefficient implies the libavcodec
Thu, 11 Sep 2008 00:34:39 +0000 darkshikari Fix incorrect printing of brainfart cropping error in some cases in progressive mode. libavcodec
Wed, 10 Sep 2008 19:00:02 +0000 vitor Convert table to integer. libavcodec
Tue, 09 Sep 2008 19:20:20 +0000 vitor Convert two tables to signed decimal libavcodec
Tue, 09 Sep 2008 16:51:39 +0000 vitor Cosmetics: remove useless parentheses libavcodec
Tue, 09 Sep 2008 16:50:11 +0000 vitor Remove ChannelData.lev var and use ChannelData.level instead libavcodec
Tue, 09 Sep 2008 14:47:47 +0000 diego Add support for creating Simple Profile (I-frame only, no arithmetic coding) libavcodec
Tue, 09 Sep 2008 14:42:50 +0000 jai_menon vorbis_enc : set coded_frame->pts value to running sample count. libavcodec
Mon, 08 Sep 2008 23:47:50 +0000 aurel remove one more stuff under #if LIBAVCODEC_VERSION_INT libavcodec
Mon, 08 Sep 2008 19:05:46 +0000 jai_menon alac : fix case where bits_per_sample is not set. libavcodec
Mon, 08 Sep 2008 18:52:00 +0000 vitor Remove useless comment libavcodec
Mon, 08 Sep 2008 18:51:33 +0000 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
Mon, 08 Sep 2008 18:31:48 +0000 michael Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodec
Mon, 08 Sep 2008 18:29:08 +0000 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Mon, 08 Sep 2008 18:18:29 +0000 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
Mon, 08 Sep 2008 18:16:00 +0000 vitor Simplify if() in copy_and_dup() libavcodec
Mon, 08 Sep 2008 18:14:37 +0000 vitor Add av_cold attribute to decode_init() libavcodec
Mon, 08 Sep 2008 18:13:53 +0000 vitor Cosmetics: Make the two additional units in size more clear libavcodec
Mon, 08 Sep 2008 15:28:07 +0000 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
Mon, 08 Sep 2008 15:24:16 +0000 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
Mon, 08 Sep 2008 15:03:17 +0000 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Mon, 08 Sep 2008 13:37:12 +0000 michael Try to fix wma regression. libavcodec
Mon, 08 Sep 2008 05:17:17 +0000 diego Relicense as ISC with the authors' permission. libavcodec
Sun, 07 Sep 2008 21:02:28 +0000 diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. libavcodec
Sun, 07 Sep 2008 20:21:15 +0000 vitor Check output buffer size before decoding. libavcodec
Sun, 07 Sep 2008 20:18:18 +0000 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
Sun, 07 Sep 2008 17:20:55 +0000 vitor Exploit symmetry to reduce size of tables by half. libavcodec
Sun, 07 Sep 2008 14:33:01 +0000 vitor Cosmetics: s/short/int16_t/ libavcodec
Sun, 07 Sep 2008 14:32:10 +0000 vitor Remove cast, now tables are signed. libavcodec
Sun, 07 Sep 2008 14:30:54 +0000 vitor Convert tables to signed and decimal. libavcodec
Sun, 07 Sep 2008 13:55:26 +0000 vitor Remove unused table entries. libavcodec
Sun, 07 Sep 2008 13:47:30 +0000 vitor Remove commented out code. libavcodec
Sun, 07 Sep 2008 13:46:09 +0000 vitor Use FFMIN() instead of rewriting it. libavcodec