Tue, 19 Feb 2008 22:50:28 +0000 |
mru |
Clean up lib* version definitions
libavcodec
|
Tue, 19 Feb 2008 22:09:08 +0000 |
michael |
Fix ;;
libavcodec
|
Tue, 19 Feb 2008 21:55:13 +0000 |
reimar |
Fix warnings:
libavcodec
|
Tue, 19 Feb 2008 21:46:40 +0000 |
reimar |
Remove duplicate ;
libavcodec
|
Tue, 19 Feb 2008 21:42:10 +0000 |
reimar |
Add casts to avoid warnings:
libavcodec
|
Tue, 19 Feb 2008 21:37:53 +0000 |
reimar |
Missing const
libavcodec
|
Tue, 19 Feb 2008 15:55:14 +0000 |
michael |
Reduce the number of senselessly scanned bytes.
libavcodec
|
Tue, 19 Feb 2008 07:24:00 +0000 |
gpoirier |
arg 10000l. Fix wrong fix committed in r12141
libavcodec
|
Tue, 19 Feb 2008 07:20:03 +0000 |
gpoirier |
fix broken indentation
libavcodec
|
Tue, 19 Feb 2008 07:19:15 +0000 |
gpoirier |
10l: fix always false test: Binary & has lower precedence than ==
libavcodec
|
Mon, 18 Feb 2008 23:01:26 +0000 |
diego |
Refactor vcprm and vcii macros by using the AVV macro.
libavcodec
|
Mon, 18 Feb 2008 22:26:46 +0000 |
diego |
Refactor the FOUROF macro using the AVV macro.
libavcodec
|
Mon, 18 Feb 2008 22:22:17 +0000 |
diego |
Remove stray #undef.
libavcodec
|
Mon, 18 Feb 2008 21:35:31 +0000 |
gpoirier |
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags
libavcodec
|
Sun, 17 Feb 2008 03:44:47 +0000 |
mru |
remove duplicate AV_STRINGIFY() definition
libavcodec
|
Sat, 16 Feb 2008 19:18:30 +0000 |
mru |
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
libavcodec
|
Sat, 16 Feb 2008 15:17:31 +0000 |
diego |
FLAT objects cannot have multiple sections, so using the L1 attributes breaks
libavcodec
|
Fri, 15 Feb 2008 21:01:10 +0000 |
vitor |
100l
libavcodec
|
Fri, 15 Feb 2008 20:23:49 +0000 |
vitor |
Simplify avcodec_default_get_buffer()
libavcodec
|
Fri, 15 Feb 2008 20:20:57 +0000 |
vitor |
Add header for declaration of ff_xxxx functions in imgconvert.c
libavcodec
|
Fri, 15 Feb 2008 20:19:46 +0000 |
vitor |
This should not be part of the public API
libavcodec
|
Fri, 15 Feb 2008 19:47:14 +0000 |
vitor |
My commit in r11942 broke compilation.
libavcodec
|
Fri, 15 Feb 2008 18:01:07 +0000 |
vitor |
Split avpicture_fill() in two functions. This will be
libavcodec
|
Fri, 15 Feb 2008 13:44:08 +0000 |
banan |
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value
libavcodec
|
Fri, 15 Feb 2008 12:04:35 +0000 |
lucabe |
Fix
libavcodec
|
Fri, 15 Feb 2008 11:38:38 +0000 |
lucabe |
Fix
libavcodec
|
Wed, 13 Feb 2008 14:24:34 +0000 |
superdump |
Cosmetics: indentation
libavcodec
|
Wed, 13 Feb 2008 14:20:22 +0000 |
superdump |
Remove useless buffering of input data, so that avcodec_decode_audio never
libavcodec
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavcodec
|
Wed, 13 Feb 2008 08:05:51 +0000 |
diego |
Print Theora bitstream version at DEBUG, not at VERBOSE level.
libavcodec
|
Wed, 13 Feb 2008 01:18:12 +0000 |
diego |
cosmetics: Replace // by /* */ comments.
libavcodec
|
Mon, 11 Feb 2008 21:49:24 +0000 |
vitor |
Factor bytewidth determination in its own function
libavcodec
|
Mon, 11 Feb 2008 08:01:07 +0000 |
andoma |
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may
libavcodec
|
Sun, 10 Feb 2008 01:45:42 +0000 |
lorenm |
asm argument that might be in memory needs a size
libavcodec
|
Sat, 09 Feb 2008 18:02:28 +0000 |
michael |
Remove pointless code.
libavcodec
|
Sat, 09 Feb 2008 17:55:07 +0000 |
diego |
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.
libavcodec
|
Sat, 09 Feb 2008 17:26:40 +0000 |
michael |
Remove pointless code.
libavcodec
|
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
|
Wed, 16 Jan 2008 12:42:52 +0000 |
michael |
qscale==0 is invalid
libavcodec
|
Wed, 16 Jan 2008 09:02:22 +0000 |
diego |
Add const qualifiers to unmodified function parameters, fixes the warning:
libavcodec
|
Wed, 16 Jan 2008 08:59:12 +0000 |
diego |
Remove bogus cast.
libavcodec
|
Mon, 14 Jan 2008 22:10:19 +0000 |
diego |
Add a couple of missing consts.
libavcodec
|
Mon, 14 Jan 2008 06:10:02 +0000 |
kostya |
Select scan tables for 8x4 and 4x8 blocks only once.
libavcodec
|
Mon, 14 Jan 2008 04:27:03 +0000 |
michael |
Remove green clouds.
libavcodec
|
Sun, 13 Jan 2008 23:58:12 +0000 |
lu_zero |
gcc2 doesn't have bogus mergel, patch from Sigbjrn Skjret cisc...broadpark___no
libavcodec
|
Sun, 13 Jan 2008 11:02:08 +0000 |
superdump |
Add variable alpha and size of half window for Kaiser-Bessel Derived window
libavcodec
|
Sun, 13 Jan 2008 08:33:00 +0000 |
reimar |
Get rid of fft_rev table, use ff_reverse and a shift.
libavcodec
|
Sat, 12 Jan 2008 17:37:36 +0000 |
reimar |
Use FFSWAP instead of "manual" swap
libavcodec
|
Sat, 12 Jan 2008 11:11:19 +0000 |
andoma |
Make the Kaiser-Bessel window generator a common function
libavcodec
|
Fri, 11 Jan 2008 21:34:05 +0000 |
michael |
Factorize some code into functions, had this in my tree and will be
libavcodec
|
Fri, 11 Jan 2008 18:20:42 +0000 |
michael |
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.
libavcodec
|
Fri, 11 Jan 2008 18:18:45 +0000 |
michael |
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
libavcodec
|
Fri, 11 Jan 2008 08:29:58 +0000 |
diego |
Factorize some duplicated code from CAVS and H.264 into a common file.
libavcodec
|
Wed, 09 Jan 2008 08:38:28 +0000 |
andoma |
Fix a bug causing the generated stream to be corrupt if the buffer
libavcodec
|
Tue, 08 Jan 2008 23:44:48 +0000 |
jbr |
used defined name for testing error resilience level
libavcodec
|
Tue, 08 Jan 2008 23:08:51 +0000 |
diego |
Fix random typos.
libavcodec
|
Tue, 08 Jan 2008 00:25:25 +0000 |
michael |
Randomly change the amount of noise if nothing is explicitly set.
libavcodec
|
Mon, 07 Jan 2008 12:48:42 +0000 |
benoit |
Mark the ff_svq1_frame_size_table as constant.
libavcodec
|
Mon, 07 Jan 2008 12:47:14 +0000 |
benoit |
Move wmv1_scantable to .rodata section by making it an array of arrays.
libavcodec
|
Mon, 07 Jan 2008 12:43:04 +0000 |
benoit |
Mark the tables in g726.c as constant.
libavcodec
|
Mon, 07 Jan 2008 12:40:39 +0000 |
benoit |
Remove unused symbol.
libavcodec
|
Mon, 07 Jan 2008 00:18:02 +0000 |
jbr |
split out init of downmix coeffs into a separate function that can be called
libavcodec
|
Sun, 06 Jan 2008 23:56:19 +0000 |
jbr |
remove unneeded variable from AC3DecodeContext
libavcodec
|
Sun, 06 Jan 2008 23:33:30 +0000 |
jbr |
make sure that the last coupling band stops at the end of the coupling range
libavcodec
|
Sun, 06 Jan 2008 20:15:24 +0000 |
jbr |
fix phase flag processing for the case when coupling coordinates are reused
libavcodec
|
Sun, 06 Jan 2008 16:02:55 +0000 |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
libavcodec
|
Sun, 06 Jan 2008 11:47:53 +0000 |
kostya |
Fractional parts of motion vectors should be accounted separately too
libavcodec
|
Sat, 05 Jan 2008 21:23:57 +0000 |
jbr |
check for request_channels in dca init function
libavcodec
|
Sat, 05 Jan 2008 21:08:20 +0000 |
jbr |
add downmixing support to libfaad decoder
libavcodec
|
Sat, 05 Jan 2008 18:40:49 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Sat, 05 Jan 2008 18:39:55 +0000 |
jbr |
move E-AC3 header parsing to ff_ac3_parse_header()
libavcodec
|
Sat, 05 Jan 2008 17:04:57 +0000 |
jbr |
remove unneeded variables from AC3HeaderInfo
libavcodec
|
Sat, 05 Jan 2008 16:47:40 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|
Sat, 05 Jan 2008 16:45:25 +0000 |
jbr |
use request_channels in liba52 decoder
libavcodec
|
Sat, 05 Jan 2008 15:23:39 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 05 Jan 2008 15:22:53 +0000 |
jbr |
check for request_channels at codec init
libavcodec
|
Sat, 05 Jan 2008 15:18:15 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|
Sat, 05 Jan 2008 05:36:00 +0000 |
jbr |
adjust output channels based on AVCodecContext.request_channels in AC3 parser
libavcodec
|
Sat, 05 Jan 2008 01:14:09 +0000 |
michael |
Drop non key frames before the first key frame.
libavcodec
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavcodec
|
Fri, 04 Jan 2008 20:02:10 +0000 |
banan |
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net
libavcodec
|
Fri, 04 Jan 2008 17:50:45 +0000 |
kostya |
RV30 thirdpel motion compensation support
libavcodec
|
Fri, 04 Jan 2008 13:38:25 +0000 |
diego |
Change some files to only include the necessary headers.
libavcodec
|
Fri, 04 Jan 2008 13:18:28 +0000 |
benoit |
Initialize "saved" buffer to zero.
libavcodec
|
Fri, 04 Jan 2008 00:39:03 +0000 |
jbr |
cosmetics: indentation and add a TODO comment
libavcodec
|
Thu, 03 Jan 2008 23:05:53 +0000 |
jbr |
only check ac3 crc if AVCodecContext.error_resilience > 0
libavcodec
|
Thu, 03 Jan 2008 22:42:37 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Thu, 03 Jan 2008 22:41:59 +0000 |
jbr |
remove workaround which is no longer needed due to
libavcodec
|
Thu, 03 Jan 2008 09:16:56 +0000 |
kostya |
Make decode210() common function.
libavcodec
|
Thu, 03 Jan 2008 02:26:29 +0000 |
jbr |
add crc check to ac3 decoder
libavcodec
|
Wed, 02 Jan 2008 19:24:42 +0000 |
diego |
Fix issue #301:
libavcodec
|
Mon, 31 Dec 2007 07:12:50 +0000 |
kostya |
Direct blocks should use motion vectors from the second reference frame
libavcodec
|
Sun, 30 Dec 2007 22:58:20 +0000 |
jbr |
simplify
libavcodec
|
Sun, 30 Dec 2007 22:28:17 +0000 |
jbr |
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
libavcodec
|
Sun, 30 Dec 2007 21:26:30 +0000 |
jbr |
cosmetics: rename sampling_rate to sample_rate
libavcodec
|
Sun, 30 Dec 2007 21:24:49 +0000 |
jbr |
do not need to cast a (void *)
libavcodec
|
Sun, 30 Dec 2007 21:09:08 +0000 |
jbr |
cosmetics: vertical realignment after last commit
libavcodec
|
Sun, 30 Dec 2007 20:58:50 +0000 |
jbr |
cosmetics: rename all AC3DecodeContext variables from ctx to s
libavcodec
|
Sun, 30 Dec 2007 20:47:22 +0000 |
jbr |
cosmetics: rename GetBitContext gb to gbc
libavcodec
|
Sun, 30 Dec 2007 03:10:18 +0000 |
jbr |
remove unused context variable
libavcodec
|
Sat, 29 Dec 2007 20:49:03 +0000 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavcodec
|
Fri, 28 Dec 2007 13:12:47 +0000 |
ivo |
remove forgotten debug statement
libavcodec
|
Fri, 28 Dec 2007 13:09:57 +0000 |
ivo |
Sort properly
libavcodec
|
Fri, 28 Dec 2007 13:07:43 +0000 |
ivo |
Sun Rasterfile decoder
libavcodec
|
Fri, 28 Dec 2007 06:13:55 +0000 |
jbr |
use cutoff frequency to adjust bandwidth in ac3 encoder
libavcodec
|
Fri, 28 Dec 2007 05:32:12 +0000 |
jbr |
use bps instead of kbps for bitrate
libavcodec
|
Fri, 28 Dec 2007 03:12:24 +0000 |
jbr |
Do not give advice for which bitrate to choose.
libavcodec
|
Fri, 28 Dec 2007 03:05:49 +0000 |
jbr |
fix typo
libavcodec
|
Fri, 28 Dec 2007 01:42:58 +0000 |
diego |
Remove mistakenly added multiple inclusion guards.
libavcodec
|
Thu, 27 Dec 2007 12:56:49 +0000 |
diego |
Fix make checkheaders.
libavcodec
|
Thu, 27 Dec 2007 12:31:23 +0000 |
diego |
Add necessary #include, fixes the warnings:
libavcodec
|
Thu, 27 Dec 2007 11:55:53 +0000 |
diego |
Fix clicking sound in xa-adpcm.
libavcodec
|
Thu, 27 Dec 2007 11:49:28 +0000 |
ivo |
remove useless cast
libavcodec
|
Thu, 27 Dec 2007 03:03:45 +0000 |
michael |
Fix encoding wmv1 with -mbd 1.
libavcodec
|
Wed, 26 Dec 2007 22:17:46 +0000 |
ivo |
PC Paintbrush PCX image decoder
libavcodec
|
Wed, 26 Dec 2007 16:24:49 +0000 |
ivo |
remove useless assignment
libavcodec
|
Wed, 26 Dec 2007 16:24:04 +0000 |
ivo |
remove useless assignment
libavcodec
|
Wed, 26 Dec 2007 16:23:25 +0000 |
ivo |
remove useless casts
libavcodec
|
Tue, 25 Dec 2007 15:36:12 +0000 |
reimar |
Check for avcodec_open codec parameter == NULL and return error in that case
libavcodec
|
Sun, 23 Dec 2007 21:01:09 +0000 |
diego |
typo: begining --> beginning
libavcodec
|
Sun, 23 Dec 2007 19:07:21 +0000 |
lu_zero |
Reindent
libavcodec
|
Sun, 23 Dec 2007 19:06:33 +0000 |
lu_zero |
Minor fix
libavcodec
|
Sun, 23 Dec 2007 15:54:21 +0000 |
lu_zero |
10l do not load after the buffer...
libavcodec
|
Sat, 22 Dec 2007 23:10:02 +0000 |
lu_zero |
Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually
libavcodec
|
Sat, 22 Dec 2007 15:39:32 +0000 |
lu_zero |
Reindent
libavcodec
|
Sat, 22 Dec 2007 15:17:46 +0000 |
lu_zero |
Partially address issue299, no performance change apparently
libavcodec
|
Sat, 22 Dec 2007 03:39:53 +0000 |
lu_zero |
Avoid a vec_add, directly start with sum
libavcodec
|
Sat, 22 Dec 2007 02:53:36 +0000 |
lu_zero |
Reindent
libavcodec
|
Sat, 22 Dec 2007 02:46:32 +0000 |
lu_zero |
Factorize common code (almost cosmetic)
libavcodec
|
Sat, 22 Dec 2007 02:35:33 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Fri, 21 Dec 2007 23:11:22 +0000 |
gpoirier |
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
libavcodec
|
Fri, 21 Dec 2007 12:38:41 +0000 |
diego |
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
libavcodec
|
Fri, 21 Dec 2007 11:50:18 +0000 |
diego |
comment typo fixes
libavcodec
|
Fri, 21 Dec 2007 10:20:10 +0000 |
michael |
More consistent { placement.
libavcodec
|
Fri, 21 Dec 2007 10:17:25 +0000 |
michael |
indent
libavcodec
|
Fri, 21 Dec 2007 10:16:22 +0000 |
michael |
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out
libavcodec
|
Fri, 21 Dec 2007 10:01:04 +0000 |
michael |
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
libavcodec
|
Fri, 21 Dec 2007 00:22:40 +0000 |
ivo |
typo ;)
libavcodec
|
Thu, 20 Dec 2007 09:59:07 +0000 |
michael |
Document a few more structure change rules with relation to ABI/API.
libavcodec
|
Thu, 20 Dec 2007 09:43:01 +0000 |
michael |
Document structure change rules with relation to ABI/API.
libavcodec
|
Thu, 20 Dec 2007 00:55:08 +0000 |
jbr |
Add option for user to scale the amount of dynamic range compression which is
libavcodec
|
Wed, 19 Dec 2007 23:03:52 +0000 |
cehoyos |
Fix problem with multithreaded decoding, introduced by r11214.
libavcodec
|
Wed, 19 Dec 2007 08:14:21 +0000 |
diego |
cosmetics: Sort some more entries.
libavcodec
|
Tue, 18 Dec 2007 19:40:57 +0000 |
michael |
A little more doxygenization.
libavcodec
|
Tue, 18 Dec 2007 19:40:08 +0000 |
michael |
Document Motion_Est_IDs.
libavcodec
|
Tue, 18 Dec 2007 14:51:55 +0000 |
michael |
Remove old variable with the next major version bump.
libavcodec
|
Tue, 18 Dec 2007 13:52:07 +0000 |
bcoudurier |
add bitrate helper to choose all dnxhd variants
libavcodec
|
Tue, 18 Dec 2007 13:49:58 +0000 |
bcoudurier |
avoid infinite loop if pixel format conversion does not exist
libavcodec
|
Mon, 17 Dec 2007 19:29:13 +0000 |
michael |
another comment ->doxy
libavcodec
|
Mon, 17 Dec 2007 19:26:11 +0000 |
michael |
ME default does not belong to the ME type enum.
libavcodec
|
Mon, 17 Dec 2007 19:25:13 +0000 |
michael |
change some normal comments to doxy ones
libavcodec
|
Mon, 17 Dec 2007 18:43:34 +0000 |
kostya |
Correct spatial prediction mode in RV30/40 for vertical left direction
libavcodec
|
Mon, 17 Dec 2007 18:23:18 +0000 |
michael |
clarify FIXME
libavcodec
|
Mon, 17 Dec 2007 17:41:24 +0000 |
reimar |
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
libavcodec
|
Mon, 17 Dec 2007 10:41:47 +0000 |
benoit |
Fix crash in PCM decoder when number of channels is not set.
libavcodec
|
Mon, 17 Dec 2007 01:09:00 +0000 |
jbr |
Skip dialog normalization. It shouldn't be used by the decoder, and there is
libavcodec
|
Mon, 17 Dec 2007 01:03:19 +0000 |
jbr |
Revert commit made in revision 11228. I'm getting some strange results in the
libavcodec
|
Sun, 16 Dec 2007 22:20:47 +0000 |
aurel |
move FLAC mmx dsp to its own file
libavcodec
|
Sun, 16 Dec 2007 17:22:09 +0000 |
diego |
cosmetics: comment typo fixes
libavcodec
|
Sun, 16 Dec 2007 14:31:38 +0000 |
lu_zero |
Make strict altivec parsers happy (gcc-4.3 and others)
libavcodec
|
Sun, 16 Dec 2007 12:45:38 +0000 |
kostya |
RV40 decoder should use availability cache
libavcodec
|
Sun, 16 Dec 2007 12:44:25 +0000 |
kostya |
RV30/40 decoding core
libavcodec
|
Sun, 16 Dec 2007 04:25:50 +0000 |
jbr |
downmix before the IMDCT if no block switching is used
libavcodec
|
Sat, 15 Dec 2007 23:08:15 +0000 |
reimar |
Add 'l' suffix where it is necessary because type can not always be
libavcodec
|
Sat, 15 Dec 2007 10:03:49 +0000 |
andoma |
Add missing '\n' to log format text
libavcodec
|
Sat, 15 Dec 2007 07:01:33 +0000 |
andoma |
Make DCA decoder honor avctx->request_channels in a more advisory way.
libavcodec
|
Sat, 15 Dec 2007 07:00:19 +0000 |
andoma |
Make AC3 decoder honor avctx->request_channels
libavcodec
|
Sat, 15 Dec 2007 06:06:16 +0000 |
kostya |
Make fill_rectangle() available for other decoders
libavcodec
|
Fri, 14 Dec 2007 22:49:30 +0000 |
heydowns |
Fix brain-dead parts of r11216, specifically:
libavcodec
|
Fri, 14 Dec 2007 06:25:23 +0000 |
heydowns |
Ensure that our total reference frame count does not exceed the SPS
libavcodec
|
Fri, 14 Dec 2007 05:48:27 +0000 |
heydowns |
Actually return with an error condition if we're being asked to deal with too
libavcodec
|
Fri, 14 Dec 2007 05:37:23 +0000 |
heydowns |
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.
libavcodec
|
Thu, 13 Dec 2007 19:00:53 +0000 |
reimar |
Add a missing break, before av_set_number would always return NULL for
libavcodec
|
Thu, 13 Dec 2007 00:50:47 +0000 |
heydowns |
Fix non_zero_count_cache for deblocking in field pictures.
libavcodec
|
Wed, 12 Dec 2007 22:45:03 +0000 |
aurel |
add required include to make this file self-contained
libavcodec
|
Wed, 12 Dec 2007 21:48:50 +0000 |
mru |
use av_log_get/set_level()
libavcodec
|
Wed, 12 Dec 2007 18:40:11 +0000 |
michael |
av_*_next() API for libavcodec
libavcodec
|
Wed, 12 Dec 2007 11:52:27 +0000 |
takis |
Show which bitstreamfilters were compiled in, similar to the protocols etc
libavcodec
|
Tue, 11 Dec 2007 18:47:04 +0000 |
diego |
typo/clarification
libavcodec
|
Sun, 09 Dec 2007 05:55:45 +0000 |
kostya |
Enable 4x4 IDCT for FASTTX=0 mode in WMV3
libavcodec
|
Sun, 09 Dec 2007 05:54:59 +0000 |
kostya |
Add 4x4 IDCT
libavcodec
|
Sun, 09 Dec 2007 03:28:10 +0000 |
jbr |
cosmetics: rename ac3 decoder variables
libavcodec
|
Sun, 09 Dec 2007 03:27:14 +0000 |
jbr |
cosmetics: rename common ac3 variables
libavcodec
|
Sun, 09 Dec 2007 03:25:42 +0000 |
jbr |
cosmetics: vertical align after last commit
libavcodec
|
Sun, 09 Dec 2007 03:23:04 +0000 |
jbr |
cosmetics: rename ac3 bit allocation variables
libavcodec
|
Sun, 09 Dec 2007 03:21:33 +0000 |
jbr |
cosmetics: rename ac3 tables
libavcodec
|
Sat, 08 Dec 2007 21:21:11 +0000 |
aurel |
add ff_ prefix to all simple_idct symbols
libavcodec
|
Sat, 08 Dec 2007 11:46:09 +0000 |
kostya |
Reindent after last commit
libavcodec
|
Sat, 08 Dec 2007 11:45:42 +0000 |
kostya |
Update Altivec variant of vc1_inv_trans_8x4
libavcodec
|
Sat, 08 Dec 2007 10:50:50 +0000 |
kostya |
Use IDCT functions when FASTTX=0
libavcodec
|
Sat, 08 Dec 2007 10:41:18 +0000 |
kostya |
Switch VC-1 decoder to output decoded residual immediately.
libavcodec
|
Sat, 08 Dec 2007 09:15:44 +0000 |
kostya |
Rename some tables
libavcodec
|
Fri, 07 Dec 2007 05:56:07 +0000 |
kostya |
Use existing function for VLC reading
libavcodec
|
Fri, 07 Dec 2007 05:52:27 +0000 |
kostya |
Check decoded dimensions for validity
libavcodec
|
Fri, 07 Dec 2007 05:50:23 +0000 |
kostya |
Intra types will be stored in int8_t array
libavcodec
|
Fri, 07 Dec 2007 05:48:34 +0000 |
kostya |
Add decoder flags
libavcodec
|
Fri, 07 Dec 2007 05:47:24 +0000 |
kostya |
Replace table with its H.263 counterpart
libavcodec
|
Thu, 06 Dec 2007 17:12:02 +0000 |
kostya |
Update tables for RV40 decoder
libavcodec
|
Thu, 06 Dec 2007 08:38:49 +0000 |
michael |
prevent warnings about functions being possibly unused
libavcodec
|
Thu, 06 Dec 2007 02:02:41 +0000 |
michael |
thank you for your efforts to keep my code clean, but i would like to
libavcodec
|
Wed, 05 Dec 2007 18:02:48 +0000 |
takis |
Verify long_ref_count!=0. Fix issue 281.
libavcodec
|
Wed, 05 Dec 2007 13:11:18 +0000 |
benoit |
Fix missing chroma in version 3 STR.
libavcodec
|
Wed, 05 Dec 2007 11:36:06 +0000 |
michael |
fix decoding of the first frame of gray.mov
libavcodec
|
Wed, 05 Dec 2007 05:24:54 +0000 |
heydowns |
Initialize function pointers used by error resilience code before any
libavcodec
|
Tue, 04 Dec 2007 17:41:46 +0000 |
kostya |
RV40 decoder specific functions
libavcodec
|
Mon, 03 Dec 2007 13:33:48 +0000 |
diego |
colour --> color in variable names
libavcodec
|
Mon, 03 Dec 2007 13:01:53 +0000 |
diego |
cosmetics: comment spelling fixes
libavcodec
|
Mon, 03 Dec 2007 11:03:16 +0000 |
diego |
cosmetics: spelling fixes
libavcodec
|
Mon, 03 Dec 2007 10:02:26 +0000 |
michael |
make rc_buffer_size apply to audio as well
libavcodec
|
Mon, 03 Dec 2007 06:59:48 +0000 |
kostya |
Rename function to reflect its action
libavcodec
|
Mon, 03 Dec 2007 01:06:00 +0000 |
michael |
simplify
libavcodec
|
Mon, 03 Dec 2007 01:03:54 +0000 |
michael |
make the AVOption code work with strings instead of crash
libavcodec
|
Sun, 02 Dec 2007 22:04:21 +0000 |
reimar |
Some spelling fixes in comments
libavcodec
|
Sun, 02 Dec 2007 21:12:43 +0000 |
reimar |
Use the correct "const float *" type for variable instead of casting const away.
libavcodec
|
Sun, 02 Dec 2007 21:11:43 +0000 |
reimar |
Add missing const to last argument of decode_significance_8x8_x86.
libavcodec
|
Sun, 02 Dec 2007 19:28:20 +0000 |
bcoudurier |
indentation
libavcodec
|
Sun, 02 Dec 2007 19:27:19 +0000 |
bcoudurier |
dnxhd 720p encoding and decoding support
libavcodec
|
Sun, 02 Dec 2007 19:22:38 +0000 |
bcoudurier |
cosmetics, encode_variance -> encode_fast
libavcodec
|
Sun, 02 Dec 2007 19:20:46 +0000 |
bcoudurier |
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits
libavcodec
|
Sun, 02 Dec 2007 18:44:29 +0000 |
kostya |
RealVideo 3 decoder functions
libavcodec
|
Sun, 02 Dec 2007 15:43:08 +0000 |
diego |
Misc spelling fixes, prefer American over British English.
libavcodec
|
Sun, 02 Dec 2007 14:06:28 +0000 |
diego |
Fix some spelling mistakes.
libavcodec
|
Sun, 02 Dec 2007 06:24:34 +0000 |
kostya |
RV30/40 common VLC tables
libavcodec
|
Sat, 01 Dec 2007 22:35:38 +0000 |
vitor |
Fix alignment broke by my last patch
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Sat, 01 Dec 2007 15:41:35 +0000 |
kostya |
TIFF may omit compression tag.
libavcodec
|
Sat, 01 Dec 2007 12:05:59 +0000 |
diego |
succes --> success typo
libavcodec
|
Sat, 01 Dec 2007 09:39:59 +0000 |
reimar |
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize
libavcodec
|
Sat, 01 Dec 2007 00:21:43 +0000 |
michael |
senseless cast and ()
libavcodec
|
Sat, 01 Dec 2007 00:19:44 +0000 |
michael |
stupid code (casting of void*) found by checktree.sh
libavcodec
|
Fri, 30 Nov 2007 21:51:34 +0000 |
reimar |
wma_decode_superframe always returns s->block_align, so make
libavcodec
|
Fri, 30 Nov 2007 14:08:00 +0000 |
diego |
Fix make checkheaders, #include <inttypes.h> was missing.
libavcodec
|
Thu, 29 Nov 2007 15:09:24 +0000 |
michael |
fix segfault with interlaced h.264
libavcodec
|
Wed, 28 Nov 2007 14:27:53 +0000 |
cehoyos |
MLP/TrueHD parser
libavcodec
|
Wed, 28 Nov 2007 12:41:35 +0000 |
diego |
Clarify documentation for avcodec_encode_audio.
libavcodec
|
Tue, 27 Nov 2007 22:57:26 +0000 |
aurel |
remove some unused ff_p* vars from dsputil
libavcodec
|
Tue, 27 Nov 2007 22:56:15 +0000 |
aurel |
remove useless #ifdef around extern declaration
libavcodec
|
Tue, 27 Nov 2007 22:54:46 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Tue, 27 Nov 2007 22:54:18 +0000 |
aurel |
convert some #ifdef CONFIG_ to if(ENABLE_
libavcodec
|
Tue, 27 Nov 2007 22:42:55 +0000 |
aurel |
build vc1dsp_mmx.c in its own compilation unit
libavcodec
|
Tue, 27 Nov 2007 22:36:15 +0000 |
aurel |
use ff_ prefix for extern vars
libavcodec
|
Tue, 27 Nov 2007 22:23:34 +0000 |
aurel |
make ff_p* vars extern so that they can be used in various *_mmx.c files
libavcodec
|
Tue, 27 Nov 2007 22:00:45 +0000 |
aurel |
10l: init_get_bits want size in bits, not bytes
libavcodec
|
Tue, 27 Nov 2007 21:30:10 +0000 |
aurel |
cosmetics: alignment
libavcodec
|
Tue, 27 Nov 2007 15:38:54 +0000 |
diego |
spelling cosmetics
libavcodec
|
Tue, 27 Nov 2007 05:32:04 +0000 |
rfelker |
sync message with modern ffmpeg bitrate option syntax.
libavcodec
|
Sun, 25 Nov 2007 17:31:55 +0000 |
aurel |
remove some empty close/init functions in avcodec
libavcodec
|
Sun, 25 Nov 2007 16:32:47 +0000 |
aurel |
add pcm_s16le_planar support for electronicarts files
libavcodec
|
Sun, 25 Nov 2007 16:23:42 +0000 |
aurel |
split wmv2 encoder and decoder in their own files
libavcodec
|
Sun, 25 Nov 2007 09:43:35 +0000 |
gpoirier |
Typo fix. Previous version had some picture error building up until next keyframe.
libavcodec
|
Sat, 24 Nov 2007 17:42:16 +0000 |
kostya |
Data tables for future RV30/40 decoder
libavcodec
|
Sat, 24 Nov 2007 14:34:25 +0000 |
gpoirier |
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr%
libavcodec
|
Sat, 24 Nov 2007 10:08:02 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
Fri, 23 Nov 2007 00:52:56 +0000 |
diego |
main() --> main(void)
libavcodec
|
Wed, 21 Nov 2007 22:41:31 +0000 |
gpoirier |
add VC-1 MMX DSP functions, under MIT license.
libavcodec
|
Mon, 19 Nov 2007 20:33:25 +0000 |
michael |
cosmetic (x==NULL -> !x)
libavcodec
|
Mon, 19 Nov 2007 20:30:00 +0000 |
michael |
cosmetic (place { consistently)
libavcodec
|