2008-05-24 |
vitor |
More simplifications of ra144_decode_frame()
libavcodec
|
2008-05-24 |
vitor |
Make wavtable a table instead of an array
libavcodec
|
2008-05-24 |
cehoyos |
Fix compilation for buggy icc.
libavcodec
|
2008-05-23 |
voroshil |
adaptive and fixed codebook vector operations for ACELP-based codecs
libavcodec
|
2008-05-23 |
michael |
Fix + - bug with non flags.
libavcodec
|
2008-05-22 |
banan |
Update copyright and text
libavcodec
|
2008-05-22 |
banan |
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski
libavcodec
|
2008-05-21 |
vitor |
Make gbuf2 a table instead of an array
libavcodec
|
2008-05-21 |
vitor |
Remove unneeded var from context
libavcodec
|
2008-05-21 |
benoit |
Improve parse_primary() error message.
libavcodec
|
2008-05-21 |
vitor |
Cosmetics: indentation
libavcodec
|
2008-05-21 |
vitor |
Simplify irms()
libavcodec
|
2008-05-21 |
vitor |
Simplify add_wav()
libavcodec
|
2008-05-21 |
vitor |
Only one out of two values of gbuf1 is actually used. Make it half the size.
libavcodec
|
2008-05-21 |
vitor |
Make etable1 and etable2 tables instead of arrays.
libavcodec
|
2008-05-21 |
vitor |
Simplify ra144_decode_frame() by unrolling a senseless
libavcodec
|
2008-05-21 |
vitor |
Use ff_sqrt() function instead of using a table
libavcodec
|
2008-05-17 |
vitor |
Cosmetics: move function to remove forward declarations
libavcodec
|
2008-05-17 |
vitor |
Minor simplification of rotate_block()
libavcodec
|
2008-05-17 |
vitor |
Cosmetics: indentation
libavcodec
|
2008-05-17 |
vitor |
Cosmetics: rename variable
libavcodec
|
2008-05-17 |
vitor |
Simplify ra144_decode_frame()
libavcodec
|
2008-05-17 |
michael |
Simplify vsad16_mmx2().
libavcodec
|
2008-05-17 |
vitor |
Remove a useless temporary buffer
libavcodec
|
2008-05-17 |
michael |
Simplify vsad16_mmx().
libavcodec
|
2008-05-17 |
vitor |
Convert ra144.h tables from hex to decimal
libavcodec
|
2008-05-17 |
michael |
Simplify vsad_intra16_mmx2()
libavcodec
|
2008-05-17 |
michael |
Simplify vsad_intra16_mmx()
libavcodec
|
2008-05-17 |
diego |
LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net
libavcodec
|
2008-05-17 |
diego |
The MPEG4AAC codec is provided by an external library and will be disabled
libavcodec
|
2008-05-17 |
diego |
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
2008-05-16 |
michael |
Avoid using log2() freebsd does not support it.
libavcodec
|
2008-05-16 |
diego |
Fix big-endian vs. little-endian typo.
libavcodec
|
2008-05-16 |
diego |
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
2008-05-16 |
diego |
Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
2008-05-15 |
diego |
cosmetics: Use C-style comment delimiters with #endif directives.
libavcodec
|
2008-05-15 |
diego |
cosmetics: Fix typos in ADPCM codec long names.
libavcodec
|
2008-05-15 |
diego |
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
libavcodec
|
2008-05-15 |
vitor |
Remove useless buffers
libavcodec
|
2008-05-15 |
vitor |
Simplify rotate_block()
libavcodec
|
2008-05-15 |
vitor |
Do not pass the context to functions that do not use it
libavcodec
|
2008-05-15 |
vitor |
Declare vars as const when possible
libavcodec
|
2008-05-15 |
vitor |
Do not copy tables to a context var, use them directly
libavcodec
|
2008-05-15 |
vitor |
Remove unneeded fields from the decoder context
libavcodec
|
2008-05-15 |
vitor |
Read the bitstream where the data is actually needed instead of doing it in unpack_input()
libavcodec
|
2008-05-15 |
vitor |
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
libavcodec
|
2008-05-15 |
vitor |
Cosmetics: remove useless parenthesis
libavcodec
|
2008-05-15 |
vitor |
The first table of decodetable[] is unrelated to the other. Rename it.
libavcodec
|
2008-05-15 |
diego |
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
2008-05-15 |
diego |
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
2008-05-15 |
benoit |
Make av_set_string() fail when number could not be set.
libavcodec
|
2008-05-14 |
diego |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
2008-05-14 |
benoit |
Update offset in the option string later, to have a better error message.
libavcodec
|
2008-05-13 |
mru |
acelp_filters.h needs stdint.h
libavcodec
|
2008-05-13 |
cehoyos |
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
libavcodec
|
2008-05-13 |
benoit |
Fix a typo.
libavcodec
|
2008-05-12 |
cehoyos |
Correct type for pcx_rle_decode().
libavcodec
|
2008-05-12 |
cehoyos |
Replace one more occurrence of -1 with PIX_FMT_NONE.
libavcodec
|
2008-05-12 |
gpoirier |
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
libavcodec
|
2008-05-12 |
cehoyos |
Do not use variable frame_info before its value is set.
libavcodec
|
2008-05-11 |
astrange |
Previous commit missed an initialization - this fixes FATE's test sample.
libavcodec
|
2008-05-11 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
2008-05-11 |
astrange |
Set and use h->mb_xy in SVQ3 too.
libavcodec
|
2008-05-11 |
gpoirier |
Add some initial optimizations for ARM VFP (floating
libavcodec
|
2008-05-11 |
astrange |
Remove newly unused variables.
libavcodec
|
2008-05-11 |
astrange |
Use h->mb_xy directly in decode_cabac_residual().
libavcodec
|
2008-05-11 |
astrange |
Store mb_xy in H264Context and only calculate it once per MB.
libavcodec
|
2008-05-11 |
astrange |
Simplify do_voice().
libavcodec
|
2008-05-11 |
astrange |
Replace some hardcoded swapping with FFSWAP.
libavcodec
|
2008-05-11 |
astrange |
Remove unused defines from ra144.
libavcodec
|
2008-05-11 |
jbr |
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
2008-05-11 |
jbr |
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
2008-05-11 |
voroshil |
Implement bidirectional (positive offset - left, negative - right)
libavcodec
|
2008-05-11 |
diego |
Document AVCodecContext channels field.
libavcodec
|
2008-05-11 |
voroshil |
Update comment to version, negotiated with Diego, and
libavcodec
|
2008-05-11 |
voroshil |
Fix compilation error.
libavcodec
|
2008-05-11 |
jbr |
fix reading of samples-per-frame
libavcodec
|
2008-05-11 |
voroshil |
various filters for ACELP-based codecs
libavcodec
|
2008-05-11 |
diego |
Simplify a list of array allocations with a loop.
libavcodec
|
2008-05-11 |
voroshil |
Replace hardcoded LP filter order with parameter.
libavcodec
|
2008-05-10 |
diego |
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
2008-05-10 |
diego |
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
2008-05-10 |
diego |
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
libavcodec
|
2008-05-09 |
diego |
Add missing required header directly.
libavcodec
|
2008-05-09 |
diego |
Add missing path to #include.
libavcodec
|
2008-05-09 |
diego |
Add missing path to #include statement.
libavcodec
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
libavcodec
|
2008-05-09 |
michael |
Little fix for block sizes <16
libavcodec
|
2008-05-09 |
diego |
Revert previous mistaken commit.
libavcodec
|
2008-05-09 |
diego |
ipp.h is a system header, use <> when #including it.
libavcodec
|
2008-05-09 |
diego |
dsputil.h is not a system header, use "" when #including it.
libavcodec
|
2008-05-09 |
kostya |
Improve motion estimation metric.
libavcodec
|
2008-05-08 |
aurel |
remove useless comment
libavcodec
|
2008-05-08 |
aurel |
ensure vp56_decode_frame always return unchanged buf_size
libavcodec
|
2008-05-08 |
ramiro |
Do not misuse long as the size of a register in x86.
libavcodec
|
2008-05-08 |
cehoyos |
Do not return -1 from void functions.
libavcodec
|