Sat, 09 Feb 2008 14:45:36 +0000 |
michael |
assert() and note about odd len.
libavcodec
|
Sat, 09 Feb 2008 13:53:15 +0000 |
lorenm |
30% faster ff_vorbis_floor1_render_list, 3% faster overall
libavcodec
|
Sat, 09 Feb 2008 05:29:47 +0000 |
lorenm |
use fewer registers in apply_welch_window_sse2
libavcodec
|
Sat, 09 Feb 2008 03:42:48 +0000 |
michael |
optimize apply_welch_window()
libavcodec
|
Wed, 06 Feb 2008 12:37:37 +0000 |
reimar |
Add support for speex in ogg
libavcodec
|
Wed, 06 Feb 2008 12:32:31 +0000 |
lorenm |
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
libavcodec
|
Wed, 06 Feb 2008 04:44:21 +0000 |
lorenm |
put loop counter in a register if possible. makes some of the qpel functions 3% faster.
libavcodec
|
Wed, 06 Feb 2008 04:14:07 +0000 |
lorenm |
fix aliasing warnings. simpler too.
libavcodec
|
Wed, 06 Feb 2008 03:51:53 +0000 |
lorenm |
constant was excessively aligned
libavcodec
|
Tue, 05 Feb 2008 18:39:55 +0000 |
reimar |
Check that we have enough input data in IMC decoder.
libavcodec
|
Tue, 05 Feb 2008 11:22:55 +0000 |
lorenm |
ssse3 h264 motion compensation.
libavcodec
|
Tue, 05 Feb 2008 03:58:13 +0000 |
lorenm |
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with
libavcodec
|
Tue, 05 Feb 2008 01:16:48 +0000 |
lorenm |
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code.
libavcodec
|
Mon, 04 Feb 2008 20:03:08 +0000 |
michael |
Deprecate old and inefficient per instruction asm().
libavcodec
|
Mon, 04 Feb 2008 16:20:46 +0000 |
lorenm |
reduce code duplication
libavcodec
|
Mon, 04 Feb 2008 10:26:35 +0000 |
diego |
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of
libavcodec
|
Mon, 04 Feb 2008 00:49:14 +0000 |
michael |
const
libavcodec
|
Sun, 03 Feb 2008 23:25:35 +0000 |
michael |
const
libavcodec
|
Sun, 03 Feb 2008 17:54:30 +0000 |
diego |
mpegvideo.h has two function declarations with the 'inline' specifier
libavcodec
|
Sun, 03 Feb 2008 17:04:33 +0000 |
lorenm |
avg_pixels4_mmx2
libavcodec
|
Sun, 03 Feb 2008 16:19:37 +0000 |
lorenm |
use mmx2/3dnow avg functions in avg_qpel*_mc00
libavcodec
|
Sun, 03 Feb 2008 07:05:11 +0000 |
lorenm |
ff_h264_idct8_add_sse2.
libavcodec
|
Sun, 03 Feb 2008 03:21:47 +0000 |
lorenm |
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
libavcodec
|
Sat, 02 Feb 2008 22:54:50 +0000 |
michael |
Make avcodec_decode_* functions take const input buffers.
libavcodec
|
Sat, 02 Feb 2008 22:34:44 +0000 |
reimar |
100l, since we already check for buf_size == 769 we should also
libavcodec
|
Sat, 02 Feb 2008 22:31:11 +0000 |
reimar |
Use bytestream_get_be24 to simplify palette parsing.
libavcodec
|
Sat, 02 Feb 2008 22:09:07 +0000 |
reimar |
mark qtrle input data as const.
libavcodec
|
Sat, 02 Feb 2008 21:55:56 +0000 |
reimar |
Add some const where appropriate
libavcodec
|
Sat, 02 Feb 2008 21:38:25 +0000 |
reimar |
Fix warning:
libavcodec
|
Sat, 02 Feb 2008 14:34:43 +0000 |
reimar |
Some consts for cscd decoder helper functions
libavcodec
|
Sat, 02 Feb 2008 10:54:20 +0000 |
lorenm |
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields
libavcodec
|
Sat, 02 Feb 2008 10:53:15 +0000 |
lorenm |
fix mbaff diagonal neighbor mv
libavcodec
|
Sat, 02 Feb 2008 10:51:56 +0000 |
lorenm |
mbaff spatial direct
libavcodec
|
Sat, 02 Feb 2008 08:28:07 +0000 |
kostya |
Do not modify input data
libavcodec
|
Sat, 02 Feb 2008 08:26:49 +0000 |
kostya |
IMC decoder always operates on 64-byte blocks
libavcodec
|
Fri, 01 Feb 2008 23:49:56 +0000 |
aurel |
use AV_RL* instead of le2me_*
libavcodec
|
Fri, 01 Feb 2008 23:48:39 +0000 |
aurel |
don't cast const away
libavcodec
|
Fri, 01 Feb 2008 23:25:27 +0000 |
aurel |
const
libavcodec
|
Fri, 01 Feb 2008 23:24:35 +0000 |
aurel |
const
libavcodec
|
Fri, 01 Feb 2008 16:24:33 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:22:26 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:21:22 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:20:59 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:20:27 +0000 |
reimar |
Add some const keywords in rtjpeg decoder
libavcodec
|
Fri, 01 Feb 2008 16:16:40 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:14:32 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:13:16 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:12:00 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:08:39 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:07:11 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:06:40 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 16:04:29 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 16:03:03 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:59:41 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:58:47 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:58:29 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:57:54 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:57:38 +0000 |
michael |
more const
libavcodec
|
Fri, 01 Feb 2008 15:56:51 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:54:28 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:54:04 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:53:25 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:44:27 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:43:53 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:43:38 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:41:16 +0000 |
michael |
forgotten const
libavcodec
|
Fri, 01 Feb 2008 15:40:03 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:39:25 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:37:24 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:34:00 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:30:29 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:28:46 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:13:38 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:11:24 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:10:01 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 15:08:55 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 15:01:05 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:57:49 +0000 |
michael |
Replace get32() by AV_RL32().
libavcodec
|
Fri, 01 Feb 2008 14:55:18 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:50:36 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:37:36 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:36:44 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:36:33 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:30:35 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:28:50 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:28:22 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:18:09 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 14:16:08 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:15:10 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:10:56 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:09:52 +0000 |
michael |
some const
libavcodec
|
Fri, 01 Feb 2008 14:08:35 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:07:02 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:06:54 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:03:56 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:03:47 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 14:00:31 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:58:41 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:55:15 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:51:06 +0000 |
michael |
Casts to silcence "incompatible pointer type" warnings.
libavcodec
|
Fri, 01 Feb 2008 13:49:15 +0000 |
michael |
const src for bswap
libavcodec
|
Fri, 01 Feb 2008 13:42:08 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:38:55 +0000 |
michael |
Use bytestream.
libavcodec
|
Fri, 01 Feb 2008 13:32:41 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:17:56 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:16:26 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:14:46 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:14:04 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:11:06 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:07:48 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:04:44 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 04:02:28 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:59:06 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:54:08 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:51:51 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:48:55 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:48:32 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:47:32 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:46:11 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:40:46 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:39:15 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:34:43 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 03:29:43 +0000 |
michael |
one "cast discards qualifiers from pointer target type" less
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Fri, 01 Feb 2008 02:36:09 +0000 |
michael |
consts
libavcodec
|
Fri, 01 Feb 2008 02:35:11 +0000 |
michael |
consts
libavcodec
|
Fri, 01 Feb 2008 02:26:19 +0000 |
michael |
The buffer passed into the decoder should be const.
libavcodec
|
Fri, 01 Feb 2008 01:40:46 +0000 |
michael |
Fix const qualifer issues found by -Wcast-qual.
libavcodec
|
Fri, 01 Feb 2008 01:35:31 +0000 |
michael |
Indention, it seems i have forgotton to commit this.
libavcodec
|
Thu, 31 Jan 2008 14:23:48 +0000 |
bcoudurier |
fix field order export
libavcodec
|
Thu, 31 Jan 2008 14:01:33 +0000 |
michael |
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically
libavcodec
|
Thu, 31 Jan 2008 12:25:52 +0000 |
reimar |
Two tables that should be const
libavcodec
|
Thu, 31 Jan 2008 02:13:53 +0000 |
michael |
Comment about weird warning prevention.
libavcodec
|
Thu, 31 Jan 2008 01:38:00 +0000 |
michael |
fix "uninitalized" warning, the alternative way.
libavcodec
|
Thu, 31 Jan 2008 01:25:29 +0000 |
bcoudurier |
revert r11677, it is considered speed critical
libavcodec
|
Thu, 31 Jan 2008 00:57:48 +0000 |
bcoudurier |
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within ||
libavcodec
|
Thu, 31 Jan 2008 00:56:29 +0000 |
bcoudurier |
Add const qualifier, fix warnings:
libavcodec
|
Thu, 31 Jan 2008 00:50:21 +0000 |
bcoudurier |
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within ||
libavcodec
|
Thu, 31 Jan 2008 00:15:24 +0000 |
andoma |
Fix the following warnings:
libavcodec
|
Thu, 31 Jan 2008 00:10:56 +0000 |
bcoudurier |
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type
libavcodec
|
Thu, 31 Jan 2008 00:06:54 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Thu, 31 Jan 2008 00:05:44 +0000 |
bcoudurier |
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function
libavcodec
|
Thu, 31 Jan 2008 00:01:16 +0000 |
bcoudurier |
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type
libavcodec
|
Thu, 31 Jan 2008 00:00:08 +0000 |
bcoudurier |
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type
libavcodec
|
Wed, 30 Jan 2008 23:58:44 +0000 |
bcoudurier |
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type
libavcodec
|
Wed, 30 Jan 2008 23:54:59 +0000 |
bcoudurier |
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of |
libavcodec
|
Wed, 30 Jan 2008 23:52:42 +0000 |
bcoudurier |
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type
libavcodec
|
Mon, 28 Jan 2008 21:24:09 +0000 |
reimar |
Add bitstream filter to convert between mov and plain text subtitles
libavcodec
|
Mon, 28 Jan 2008 21:12:38 +0000 |
heydowns |
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated
libavcodec
|
Sun, 27 Jan 2008 23:28:56 +0000 |
diego |
Move common test program infrastructure to common.mak.
libavcodec
|
Sun, 27 Jan 2008 23:27:13 +0000 |
diego |
Move some lines in preparation for an upcoming commit.
libavcodec
|
Sun, 27 Jan 2008 20:50:16 +0000 |
reimar |
Add and use DECLARE_ASM_CONST for constants used in assembler code.
libavcodec
|
Sun, 27 Jan 2008 20:45:49 +0000 |
reimar |
Use DECLARE_ALIGNED in yet another place
libavcodec
|
Sun, 27 Jan 2008 19:59:11 +0000 |
reimar |
Use DECLARE_ALIGNED and remove unneeded attribute_used
libavcodec
|
Sun, 27 Jan 2008 19:57:04 +0000 |
reimar |
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
libavcodec
|
Sun, 27 Jan 2008 18:02:27 +0000 |
diego |
typo
libavcodec
|
Sun, 27 Jan 2008 17:50:59 +0000 |
diego |
Add $(EXESUF) where necessary.
libavcodec
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavcodec
|
Sun, 27 Jan 2008 14:52:58 +0000 |
diego |
whitespace and sorting cosmetics
libavcodec
|
Sun, 27 Jan 2008 14:50:29 +0000 |
diego |
Add generic rule for all tests.
libavcodec
|
Sun, 27 Jan 2008 14:46:56 +0000 |
reimar |
Use DECLARE_ALIGNED
libavcodec
|
Sun, 27 Jan 2008 08:37:28 +0000 |
gpoirier |
fix indentation that was messed up by r11628
libavcodec
|
Sun, 27 Jan 2008 08:36:50 +0000 |
gpoirier |
fix lowres decoding support on ARM CPUs
libavcodec
|
Sat, 26 Jan 2008 12:46:46 +0000 |
diego |
Do not group libamr_nb and libamr_wb together as libamr.
libavcodec
|
Fri, 25 Jan 2008 21:14:17 +0000 |
mru |
clean up dynamic loading of libfaad
libavcodec
|
Fri, 25 Jan 2008 07:37:46 +0000 |
andoma |
Correctly clean up IntraX8Context upon codec close.
libavcodec
|
Thu, 24 Jan 2008 19:51:31 +0000 |
mru |
cosmetic: libfaad.c indentation
libavcodec
|
Thu, 24 Jan 2008 19:51:29 +0000 |
mru |
fix dynamic loading of libfaad 2.6
libavcodec
|
Thu, 24 Jan 2008 19:31:59 +0000 |
michael |
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
libavcodec
|
Wed, 23 Jan 2008 21:27:07 +0000 |
diego |
Add #undef printf and disable non-functional code to make test program compile.
libavcodec
|
Wed, 23 Jan 2008 10:23:24 +0000 |
diego |
Fix test program compilation: Add missing #include and update the call
libavcodec
|
Wed, 23 Jan 2008 10:19:39 +0000 |
diego |
Put some disabled functions that are only used in the test program in cabac.c
libavcodec
|
Wed, 23 Jan 2008 10:18:08 +0000 |
diego |
Add #undef random and call the right function to fix test program compilation.
libavcodec
|
Tue, 22 Jan 2008 23:47:59 +0000 |
diego |
Remove unused variables in test code.
libavcodec
|
Tue, 22 Jan 2008 09:20:25 +0000 |
diego |
Fix warnings in test code:
libavcodec
|
Mon, 21 Jan 2008 00:29:22 +0000 |
diego |
Remove two unused variables.
libavcodec
|
Mon, 21 Jan 2008 00:28:29 +0000 |
diego |
Remove unnecessary forward declaration.
libavcodec
|
Sun, 20 Jan 2008 23:53:51 +0000 |
diego |
Consistently use TEST as the preprocessor condition to enable test code.
libavcodec
|
Sun, 20 Jan 2008 21:38:21 +0000 |
aurel |
add proper matroskaenc dependency over xiph.o
libavcodec
|
Sun, 20 Jan 2008 20:55:28 +0000 |
aurel |
add missing Makefile rules for zork pcm encoder/decoder
libavcodec
|
Sun, 20 Jan 2008 20:51:19 +0000 |
aurel |
and thus, nellymoser obviously also depens on fft.o
libavcodec
|
Sun, 20 Jan 2008 20:45:43 +0000 |
aurel |
nellymoser uses mdct functions
libavcodec
|
Sat, 19 Jan 2008 19:27:39 +0000 |
reimar |
Add mfspr-based AltiVec detection code.
libavcodec
|
Sat, 19 Jan 2008 11:04:02 +0000 |
kostya |
simplify 4-point transform part a bit
libavcodec
|
Sat, 19 Jan 2008 06:52:29 +0000 |
kostya |
Factor out constant addition
libavcodec
|
Fri, 18 Jan 2008 07:04:58 +0000 |
kostya |
Save quantizer values as well
libavcodec
|
Fri, 18 Jan 2008 07:04:11 +0000 |
kostya |
Save coded block patterns for future loop filtering.
libavcodec
|
Thu, 17 Jan 2008 08:34:53 +0000 |
diego |
Simplify preprocessor expression as suggested by Mans.
libavcodec
|
Thu, 17 Jan 2008 08:30:06 +0000 |
diego |
Replace puts() by dprintf where appropriate.
libavcodec
|
Thu, 17 Jan 2008 00:12:04 +0000 |
michael |
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
libavcodec
|
Wed, 16 Jan 2008 21:21:30 +0000 |
diego |
Rename illegal identifiers, _ followed by capital is reserved for the system.
libavcodec
|
Wed, 16 Jan 2008 17:07:34 +0000 |
kostya |
pqindex=0 is forbidden
libavcodec
|