Thu, 15 May 2008 18:31:55 +0000 |
vitor |
Read the bitstream where the data is actually needed instead of doing it in unpack_input()
libavcodec
|
Thu, 15 May 2008 18:30:05 +0000 |
vitor |
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
libavcodec
|
Thu, 15 May 2008 18:29:05 +0000 |
vitor |
Cosmetics: remove useless parenthesis
libavcodec
|
Thu, 15 May 2008 18:28:24 +0000 |
vitor |
The first table of decodetable[] is unrelated to the other. Rename it.
libavcodec
|
Thu, 15 May 2008 11:35:19 +0000 |
diego |
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 11:31:14 +0000 |
diego |
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 01:03:48 +0000 |
benoit |
Make av_set_string() fail when number could not be set.
libavcodec
|
Wed, 14 May 2008 16:30:37 +0000 |
diego |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
Wed, 14 May 2008 02:14:11 +0000 |
benoit |
Update offset in the option string later, to have a better error message.
libavcodec
|
Tue, 13 May 2008 18:10:15 +0000 |
mru |
acelp_filters.h needs stdint.h
libavcodec
|
Tue, 13 May 2008 15:56:45 +0000 |
cehoyos |
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
libavcodec
|
Tue, 13 May 2008 00:49:38 +0000 |
benoit |
Fix a typo.
libavcodec
|
Mon, 12 May 2008 19:04:08 +0000 |
cehoyos |
Correct type for pcx_rle_decode().
libavcodec
|
Mon, 12 May 2008 10:31:52 +0000 |
cehoyos |
Replace one more occurrence of -1 with PIX_FMT_NONE.
libavcodec
|
Mon, 12 May 2008 09:18:32 +0000 |
gpoirier |
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
libavcodec
|
Mon, 12 May 2008 06:51:30 +0000 |
cehoyos |
Do not use variable frame_info before its value is set.
libavcodec
|
Sun, 11 May 2008 23:39:55 +0000 |
astrange |
Previous commit missed an initialization - this fixes FATE's test sample.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Sun, 11 May 2008 20:26:35 +0000 |
astrange |
Set and use h->mb_xy in SVQ3 too.
libavcodec
|
Sun, 11 May 2008 20:06:03 +0000 |
gpoirier |
Add some initial optimizations for ARM VFP (floating
libavcodec
|
Sun, 11 May 2008 19:22:28 +0000 |
astrange |
Remove newly unused variables.
libavcodec
|
Sun, 11 May 2008 19:18:39 +0000 |
astrange |
Use h->mb_xy directly in decode_cabac_residual().
libavcodec
|
Sun, 11 May 2008 19:16:21 +0000 |
astrange |
Store mb_xy in H264Context and only calculate it once per MB.
libavcodec
|
Sun, 11 May 2008 18:47:16 +0000 |
astrange |
Simplify do_voice().
libavcodec
|
Sun, 11 May 2008 18:43:11 +0000 |
astrange |
Replace some hardcoded swapping with FFSWAP.
libavcodec
|
Sun, 11 May 2008 18:39:13 +0000 |
astrange |
Remove unused defines from ra144.
libavcodec
|
Sun, 11 May 2008 18:14:30 +0000 |
jbr |
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 18:13:30 +0000 |
jbr |
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 11:49:25 +0000 |
voroshil |
Implement bidirectional (positive offset - left, negative - right)
libavcodec
|
Sun, 11 May 2008 11:15:18 +0000 |
diego |
Document AVCodecContext channels field.
libavcodec
|