2010-03-17 |
michael |
Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.
libavcodec
|
2010-03-16 |
mru |
Simplify arch-specific object file lists
libavcodec
|
2010-03-16 |
mru |
Move arch-specific makefile parts into $arch/Makefile
libavcodec
|
2010-03-16 |
mru |
Move H264 dsputil functions into their own struct
libavcodec
|
2010-03-15 |
bcoudurier |
100L, revert r22560, already present
libavcodec
|
2010-03-15 |
bcoudurier |
mpegts muxer now needs mpeg4audio code like adts muxer
libavcodec
|
2010-03-15 |
mru |
H264: fix signed overflow in constant multiplication
libavcodec
|
2010-03-15 |
michael |
Add ff_ prefix for mpeg2_dc_scale_table.
libavcodec
|
2010-03-15 |
michael |
Support intra_dc_precision>8 in jpeg
libavcodec
|
2010-03-15 |
michael |
use mpeg2 quantization bias for mjpeg.
libavcodec
|
2010-03-15 |
benoit |
Remove avcodec_thread_execute from avcodec.h, and make static functions that
libavcodec
|
2010-03-14 |
cehoyos |
Cosmetics: Fix a comment.
libavcodec
|
2010-03-14 |
mru |
DWT: x86 init should depend on HAVE_MMX
libavcodec
|
2010-03-14 |
reimar |
Allow hard-coding of the 32kB cubic-root table for AAC.
libavcodec
|
2010-03-14 |
reimar |
Allow hard-coding several QDM2 tables (about 32 kB size).
libavcodec
|
2010-03-14 |
reimar |
Add some more table-printing functions needed for future patches.
libavcodec
|
2010-03-14 |
mru |
Add ff_ prefix to dwt functions
libavcodec
|
2010-03-14 |
mru |
Separate DWT from snow and dsputil
libavcodec
|
2010-03-14 |
michael |
Make sure all mvs of a mb are set in the error concealment code.
libavcodec
|
2010-03-14 |
michael |
Ensure that the deblock filter accesses the correct MVs for h264.
libavcodec
|
2010-03-13 |
alexc |
aacsbr: DSPUtilize analysis input scaling.
libavcodec
|
2010-03-13 |
alexc |
aac: Don't bias output during the IMDCT if SBR will be used.
libavcodec
|
2010-03-13 |
stefano |
Make iff.c:decode_init return the value returned by
libavcodec
|
2010-03-13 |
aurel |
CODEC_ID_XVID is not used anywhere, remove it at next major bump
libavcodec
|
2010-03-13 |
aurel |
bump minor avcodec version for libxvid codec id change (r22489)
libavcodec
|
2010-03-13 |
conrad |
vp3: Split out motion vectors to their own array
libavcodec
|
2010-03-13 |
stefano |
Move error code definitions from libavcodec/avcodec.h to
libavcodec
|
2010-03-13 |
conrad |
theora: Add support for 4:2:2 and 4:4:4 subsampling
libavcodec
|
2010-03-13 |
conrad |
vp3: remove unneeded error, this is internal and doesn't happen
libavcodec
|
2010-03-13 |
conrad |
vp3: Make fragment_width _height by plane
libavcodec
|
2010-03-13 |
conrad |
vp3: we only need a temp MV array of size 4
libavcodec
|
2010-03-13 |
conrad |
vp3: Use memset to clear the fragment array
libavcodec
|
2010-03-13 |
conrad |
vp3: Init MVs to 0
libavcodec
|
2010-03-13 |
conrad |
vp3: Simplify init_block_mapping
libavcodec
|
2010-03-12 |
aurel |
libxvid is producing standard mpeg4 so it don't need its own codec id
libavcodec
|
2010-03-12 |
michael |
Fix guess_mv() so that it works correctly with 4x4 MV blocks.
libavcodec
|
2010-03-12 |
michael |
Fix indention
libavcodec
|
2010-03-12 |
michael |
Always reset slice_table.
libavcodec
|
2010-03-12 |
aurel |
fix compilation with --disable-everything --enable-muxer=mpegts
libavcodec
|
2010-03-12 |
aurel |
fix compilation with --disable-everything --enable-decoder=twinvq
libavcodec
|
2010-03-11 |
rbultje |
Fix spelling.
libavcodec
|
2010-03-11 |
pross |
Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st)
libavcodec
|
2010-03-11 |
mru |
snow: remove unused stub functions
libavcodec
|
2010-03-11 |
mru |
Add some required casts
libavcodec
|
2010-03-10 |
mru |
sparc: fix a few pages of cast warnings
libavcodec
|
2010-03-10 |
mru |
sparc: fix dsputil prototypes
libavcodec
|
2010-03-10 |
mstorsjo |
Only use .size in ARM assembly when targeting ELF
libavcodec
|
2010-03-10 |
michael |
Check level_prefix a bit (this just checks the max our bitreader can handle,
libavcodec
|
2010-03-10 |
mru |
Replace $(G) with more generic $(M) in silent make rules
libavcodec
|
2010-03-10 |
conrad |
vp3: avoid buffer overread in coeff decode
libavcodec
|
2010-03-09 |
cehoyos |
Fix indentation after r22414.
libavcodec
|
2010-03-09 |
cehoyos |
SIMD optimization using float_to_int16_interleave.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Factor out the common end border case from t_q setup.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: read bs_rel_bord directly into t_env.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Make the previous value of bs_num_env local to read_sbr_data().
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Initialize e_a[1] to -1.
libavcodec
|
2010-03-09 |
mru |
Replace many includes of libavutil/common.h with what is actually needed
libavcodec
|
2010-03-09 |
mru |
ARM: set size of asm functions in object files
libavcodec
|