log

age author description
2008-11-28 diego Add missing '-test' in name of imgresample test. libavcodec
2008-11-27 kostya Fix RV40 chroma MC libavcodec
2008-11-26 diego Only build the imgresample test if the old scaler was enabled. libavcodec
2008-11-26 diego Automatically check the dependencies for the AAN DCT tables. libavcodec
2008-11-26 diego Move aanscales tables to their own file; fixes compilation without encoders. libavcodec
2008-11-26 diego cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. libavcodec
2008-11-26 diego Move encoder-specific quantize_c and related tables to the H.264 encoder. libavcodec
2008-11-25 reimar Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), libavcodec
2008-11-25 mru snow: move scratch buffer from stack to malloced buffer in context libavcodec
2008-11-24 diego Disable unused code for now to allow 'make checkheaders' to pass. libavcodec
2008-11-24 diego Add missing headers to get 'make checkheaders' closer to passing. libavcodec
2008-11-24 mru svq1enc: move scratch buffer from stack to context to ensure alignment libavcodec
2008-11-24 mru flashsv: use skip_bits_long() where required libavcodec
2008-11-24 bcoudurier move decoder initialization in separate function, earlier failure detection libavcodec
2008-11-24 diego Make non-void replacement functions actually return a value. libavcodec
2008-11-24 diego Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. libavcodec
2008-11-24 diego Use golomb_to_pict_type instead of its duplicate, slice_type_map. libavcodec
2008-11-24 diego cosmetics: Align table for better readability. libavcodec
2008-11-24 kostya Some BMP files have file size declared in the header equal to headers size libavcodec
2008-11-24 kostya Give more meaningful message on BMP header parsing error libavcodec
2008-11-24 kostya Add known BMP header sizes. libavcodec
2008-11-24 mru Add shift argument to MULL() macro libavcodec
2008-11-24 superdump AAC: Cosmetics after last commit libavcodec
2008-11-24 superdump AAC: Frequency domain prediction and hence Main profile support libavcodec
2008-11-23 kostya Strong filtering function for future RV40 loop filter libavcodec
2008-11-23 mru ARM: move dct_unquantize_h263_*_armv5te asm to separate file libavcodec
2008-11-22 diego cosmetics: indentation, prettyprinting libavcodec
2008-11-22 diego cosmetics: consistent function declarations libavcodec
2008-11-22 diego cosmetics: Put statements after 'if' on their own line. libavcodec
2008-11-22 reynaldo Trivial, Cosmetics libavcodec
2008-11-22 reynaldo Trivial, Cosmetics libavcodec
2008-11-21 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-21 vitor Cosmetic: Fix typo libavcodec
2008-11-21 diego Move H.264 tables that are only useful for encoding to h264enc.c. libavcodec
2008-11-20 diego Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered libavcodec
2008-11-20 mru SH4: fix IDCT libavcodec
2008-11-20 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavcodec
2008-11-20 diego Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. libavcodec
2008-11-20 diego cosmetics: indentation libavcodec
2008-11-20 diego Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead libavcodec
2008-11-20 vitor Fix typo in table value. libavcodec
2008-11-20 kostya 33l Fix applying residue condition in RV30/40 decoder libavcodec
2008-11-20 kostya Eliminate direct use of s->current_picture in RV30/40 decoder libavcodec
2008-11-20 kostya Use wider margins for edge emulation in RV30/40 libavcodec
2008-11-20 mru SH4: fix memzero_align8() libavcodec
2008-11-20 mru SH4: add macros for setting and restoring FPSCR.PR bit libavcodec
2008-11-20 mru SH4: remove some commented out blocks of code libavcodec
2008-11-20 romansh Making idct factor tables dynamically allocated libavcodec
2008-11-19 kostya Add channel layout to several audio decoders I maintain libavcodec
2008-11-19 romansh Change of indentation libavcodec
2008-11-19 mru SH4: fix IDCT libavcodec
2008-11-19 mru SH4: do not mix code and declarations libavcodec
2008-11-19 mru SH4: fix compilation of memzero_align8() libavcodec
2008-11-19 mru SH4: remove unused functions libavcodec
2008-11-19 mru SH4: replace missed rnd_avg2 -> rnd_avg32 libavcodec
2008-11-19 mru SH4: rename functions with conflicting names libavcodec
2008-11-18 diego cosmetics: Add a few more explanatory comments to the object sections. libavcodec
2008-11-18 diego cosmetics: Sort processor-specific object lines into alphabetical order. libavcodec
2008-11-18 romansh Getting rid of huge static DV tables libavcodec
2008-11-18 romansh Getting rid of unneeded extra wrapper functions libavcodec
2008-11-17 diego Add a Makefile variable for the old scaler that gets enabled when the new libavcodec
2008-11-17 diego Revert previous commit: the libavcodec/i386/fft_*.o objects depend on libavcodec
2008-11-17 diego Only the yasm-dependent objects should be enabled by a yasm conditional. libavcodec
2008-11-17 diego cosmetics: Group ppc-specific objects together. libavcodec
2008-11-17 diego cosmetics: Group ARM objects sections together. libavcodec
2008-11-17 diego cosmetics: Reorder processor-specific entries alphabetically. libavcodec
2008-11-17 benoit Change email address to a valid one. libavcodec
2008-11-17 cehoyos One const is enough. libavcodec
2008-11-16 banan Silence warning in imc decoder libavcodec
2008-11-16 banan Set channel_layout libavcodec
2008-11-16 kostya 421l: postproc flag may be present in any VC-1 AP frame type libavcodec
2008-11-16 reynaldo Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder. libavcodec
2008-11-16 reynaldo Cosmetics libavcodec
2008-11-16 reynaldo Change to file description suggested by Michael libavcodec
2008-11-15 banan Proper channel output reordering for the dca decoder. libavcodec
2008-11-15 reynaldo Please keep original copyright heading and attribution lines... libavcodec
2008-11-15 kostya Weak deblock filter function for future RV40 loop filter libavcodec
2008-11-14 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-14 bcoudurier remove useless mmx.h include libavcodec
2008-11-14 bcoudurier convert fdct_mmx to plain asm libavcodec
2008-11-13 jbr revert r15812 (E-AC-3 Spectral Extension) pending further review libavcodec
2008-11-13 bcoudurier add sse2 fdct libavcodec
2008-11-13 cehoyos Fix H.264 decoding. libavcodec
2008-11-13 jbr cosmetics: vertical alignment libavcodec
2008-11-13 jbr silence a gcc warning about using an uninitialized variable libavcodec
2008-11-13 jbr cosmetics: indentation libavcodec
2008-11-13 jbr add support for spectral extension libavcodec
2008-11-13 jbr add a generic function to decode banding structure for coupling, spectral libavcodec
2008-11-13 jbr add a line break in error message text libavcodec
2008-11-13 jbr simplify decoding of coupling frequency range libavcodec
2008-11-13 jbr cosmetics: rename two variables libavcodec
2008-11-12 romansh Taking advantage of the new ->execute API libavcodec
2008-11-12 mru ARM: fix j_rev_dct_ARM libavcodec
2008-11-12 romansh Making it easier to send arbitrary structures as work orders to MT workers libavcodec
2008-11-12 diego Remove unused variable. libavcodec
2008-11-11 vitor More OKed parts of the QCELP decoder libavcodec