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
|