2008-11-14 |
bcoudurier |
convert fdct_mmx to plain asm
libavcodec
|
2008-11-13 |
jbr |
revert r15812 (E-AC-3 Spectral Extension) pending further review
libavcodec
|
2008-11-13 |
bcoudurier |
add sse2 fdct
libavcodec
|
2008-11-13 |
cehoyos |
Fix H.264 decoding.
libavcodec
|
2008-11-13 |
jbr |
cosmetics: vertical alignment
libavcodec
|
2008-11-13 |
jbr |
silence a gcc warning about using an uninitialized variable
libavcodec
|
2008-11-13 |
jbr |
cosmetics: indentation
libavcodec
|
2008-11-13 |
jbr |
add support for spectral extension
libavcodec
|
2008-11-13 |
jbr |
add a generic function to decode banding structure for coupling, spectral
libavcodec
|
2008-11-13 |
jbr |
add a line break in error message text
libavcodec
|
2008-11-13 |
jbr |
simplify decoding of coupling frequency range
libavcodec
|
2008-11-13 |
jbr |
cosmetics: rename two variables
libavcodec
|
2008-11-12 |
romansh |
Taking advantage of the new ->execute API
libavcodec
|
2008-11-12 |
mru |
ARM: fix j_rev_dct_ARM
libavcodec
|
2008-11-12 |
romansh |
Making it easier to send arbitrary structures as work orders to MT workers
libavcodec
|
2008-11-12 |
diego |
Remove unused variable.
libavcodec
|
2008-11-11 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
2008-11-11 |
banan |
Comment typo
libavcodec
|
2008-11-11 |
banan |
Remove channel layout table that only should be used by encoders.
libavcodec
|
2008-11-10 |
andoma |
Fix memory leak in libgsm wrapper.
libavcodec
|
2008-11-09 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
2008-11-08 |
kostya |
Split RV3/4 deblock pattern into horizontal and vertical parts
libavcodec
|
2008-11-08 |
kostya |
Drop redundant check in RV3/4 deblock coefficients calculation
libavcodec
|
2008-11-08 |
pross |
Electronic Arts TGQ/TQI/MAD IDCT algorithm
libavcodec
|
2008-11-08 |
pross |
Electronic Arts TGQ video decoder
libavcodec
|
2008-11-08 |
romansh |
implementing more efficient (and direct) allocation of work for DV codec workers
libavcodec
|
2008-11-08 |
pross |
Promote inv_aanscales array to global scope (ff_inv_aanscales)
libavcodec
|
2008-11-07 |
kostya |
Calculating an additional MV-based deblocking pattern is the same
libavcodec
|
2008-11-06 |
mru |
ARM: change MUL16() macro to inline function
libavcodec
|
2008-11-06 |
mru |
ARM: prettify MAC16() macro
libavcodec
|
2008-11-06 |
mru |
ARM: change MULH() macro to inline function
libavcodec
|
2008-11-06 |
mru |
ARM: change MULL() macro to inline function
libavcodec
|
2008-11-06 |
mru |
ARM: mathops.h whitespace cosmetics
libavcodec
|
2008-11-05 |
diego |
Add missing #include "libavutil/avstring.h", fixes
libavcodec
|
2008-11-05 |
superdump |
Fix perceptual noise shaping scaling including an oversight of the offset for
libavcodec
|
2008-11-05 |
diego |
Fix test program build: ff_eval was replaced by ff_eval2.
libavcodec
|
2008-11-04 |
andoma |
h264: Implement decoding of picture timing SEI message.
libavcodec
|
2008-11-04 |
andoma |
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
libavcodec
|
2008-11-03 |
diego |
Fix illegal identifier, __ are reserved for the system.
libavcodec
|
2008-11-03 |
rathann |
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
libavcodec
|
2008-11-02 |
banan |
Change the dca channel layout, S -> SIDE not BACK.
libavcodec
|
2008-11-02 |
andoma |
Change multichannel API define prefix from "CHANNEL_" to "CH_".
libavcodec
|
2008-11-01 |
banan |
Guess channel layout based on the number of channels if a custom layout is specified in amode.
libavcodec
|
2008-11-01 |
banan |
Add channel layouts for dca.
libavcodec
|
2008-11-01 |
kostya |
Introduce RV3-specific motion vector prediction.
libavcodec
|
2008-11-01 |
pross |
Add audio channel layout API to libavcodec.
libavcodec
|
2008-10-31 |
mmu_man |
Fix build.
libavcodec
|
2008-10-30 |
vitor |
OKed parts of the QCELP decoder
libavcodec
|
2008-10-30 |
diego |
Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.
libavcodec
|
2008-10-30 |
vitor |
Use ff_dot_productf() in ra288.c
libavcodec
|
2008-10-30 |
diego |
Remove nonsense @return Doxygen comment for void function.
libavcodec
|
2008-10-30 |
diego |
cosmetics: small spelling fixes
libavcodec
|
2008-10-30 |
vitor |
Add a LPC filter
libavcodec
|
2008-10-30 |
vitor |
Add ff_dot_productf() to celp_math.{c,h}
libavcodec
|
2008-10-30 |
vitor |
More OKed parts of QCELP data tables
libavcodec
|
2008-10-30 |
romansh |
renaming macro in order to conform with the rest of libavcodec
libavcodec
|
2008-10-30 |
diego |
Remove unused variable, patch by Art Clarke, aclarke vlideshow com.
libavcodec
|
2008-10-30 |
kostya |
Correct motion vector scaling in B-frames for RV3/4
libavcodec
|
2008-10-29 |
diego |
asm() --> __asm__() in #warning comment
libavcodec
|
2008-10-29 |
diego |
Add missing headers to pass 'make checkheaders'.
libavcodec
|
2008-10-29 |
diego |
Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.
libavcodec
|
2008-10-29 |
michael |
Reset state after some frame header is found.
libavcodec
|
2008-10-29 |
diego |
OKed parts of QCELP data tables
libavcodec
|
2008-10-28 |
diego |
Add the function declaration of ff_svq1_packet_checksum to svq1.h and include
libavcodec
|
2008-10-28 |
michael |
Replace literally hardcoded max slice number by named constant.
libavcodec
|
2008-10-28 |
banan |
Fix compilation, remove stray ;
libavcodec
|
2008-10-28 |
banan |
Fix selection of quant step table
libavcodec
|
2008-10-28 |
banan |
Fix huffman coded dca samples.
libavcodec
|
2008-10-28 |
kostya |
Detect split RV30 slices
libavcodec
|
2008-10-27 |
kostya |
Fix chroma motion compensation for RV30
libavcodec
|
2008-10-27 |
flameeyes |
Rename template included sources from .h to _template.c.
libavcodec
|
2008-10-27 |
mru |
ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S
libavcodec
|
2008-10-27 |
mru |
ARM: move VFP DSP functions to dsputils_vfp.S
libavcodec
|
2008-10-27 |
mru |
ARM: move prefetch_arm to dsputil_arm_s.S
libavcodec
|
2008-10-27 |
mru |
ARM: use new macros for assembler function labels
libavcodec
|
2008-10-27 |
mru |
ARM: add some assembler convenience macros
libavcodec
|
2008-10-26 |
bcoudurier |
svq3 watermark code now needs zlib
libavcodec
|
2008-10-26 |
bcoudurier |
svq3 watermark decoding support, based on reverse engineering work by chrono
libavcodec
|
2008-10-26 |
mru |
cosmetic: align backslashes in makefiles
libavcodec
|
2008-10-26 |
mru |
Merge OBJS-$(FOO) lists with same FOO
libavcodec
|
2008-10-26 |
banan |
Disable codec downmix when not using simd instead of silently produce silence
libavcodec
|
2008-10-26 |
banan |
Fix dca decoder with non simd float2int16 conversion
libavcodec
|
2008-10-26 |
banan |
Fix compilation with TRACE
libavcodec
|
2008-10-25 |
aurel |
remove useless ifdeffery, tscc won't do anything useful without zlib
libavcodec
|
2008-10-25 |
aurel |
svq3: remove unused include
libavcodec
|
2008-10-25 |
mru |
Use OBJS variable for all object files
libavcodec
|
2008-10-25 |
mru |
Add CONFIG_GOLOMB and auto-select when needed
libavcodec
|
2008-10-25 |
mru |
Auto-enable CONFIG_MDCT when needed
libavcodec
|
2008-10-25 |
diego |
cosmetics: Change the order of mlp parser objects to be consistent.
libavcodec
|
2008-10-25 |
diego |
Move declaration of mlp decoder dependency on mlp parser to the Makefile
libavcodec
|
2008-10-24 |
mru |
Build MMX/SSE FFT only if CONFIG_FFT is set
libavcodec
|
2008-10-24 |
mru |
Auto-enable CONFIG_FFT for codecs that need it
libavcodec
|
2008-10-24 |
diego |
prettyprinting cosmetics
libavcodec
|
2008-10-24 |
diego |
spelling cosmetics
libavcodec
|
2008-10-24 |
diego |
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.
libavcodec
|
2008-10-24 |
diego |
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.
libavcodec
|