2008-09-03 |
michael |
Clarify sample_aspect_ratio.
libavcodec
|
2008-09-03 |
jai_menon |
fix issue 616 on roundup : decoding of short flac files
libavcodec
|
2008-09-03 |
diego |
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering
libavcodec
|
2008-09-03 |
diego |
Surround some encoding-specific functions with the appropriate
libavcodec
|
2008-09-03 |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
libavcodec
|
2008-09-03 |
voroshil |
gain codebook (first stage), 8k mode for G.729
libavcodec
|
2008-09-03 |
voroshil |
Another set of approved G.729 chunks (from decoder core)
libavcodec
|
2008-09-03 |
aurel |
theoradec: cosmetics: indentation
libavcodec
|
2008-09-03 |
aurel |
theoradec: skip decoding of uncoded MV in 4MV code
libavcodec
|
2008-09-03 |
aurel |
theoradec: small 4MV code reorganization to ease future improvements
libavcodec
|
2008-09-02 |
diego |
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific
libavcodec
|
2008-09-02 |
diego |
Silence a couple of 'defined but not used' warnings by adding an av_unused
libavcodec
|
2008-09-02 |
diego |
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.
libavcodec
|
2008-09-02 |
voroshil |
Parity bit calculation routine for G.729
libavcodec
|
2008-09-02 |
michael |
Try to support invalid h264 that does not mark IDR with POC=0.
libavcodec
|
2008-09-02 |
jbr |
add a separate line in Makefile for E-AC-3 decoder and only compile it when
libavcodec
|
2008-09-01 |
bcoudurier |
make pcm encoder setting bits_per_sample field
libavcodec
|
2008-09-01 |
jbr |
create a separate codec_id for E-AC-3
libavcodec
|
2008-09-01 |
bwolowiec |
Remaining parts of Nellymoser encoder
libavcodec
|
2008-09-01 |
michael |
Check ff_init_me()s return value.
libavcodec
|
2008-09-01 |
michael |
1000l Fix snow regression test that i broke in r15135.
libavcodec
|
2008-08-31 |
michael |
Warn the user about me_method values that are not supported.
libavcodec
|
2008-08-31 |
michael |
Optimize vorbis_residue_decode() so that vr->type is a constant.
libavcodec
|
2008-08-31 |
michael |
Remove debuging junk that probably hasnt been used by anyone since years.
libavcodec
|
2008-08-31 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
2008-08-31 |
stefang |
reduce code duplication by moving common header parsing
libavcodec
|
2008-08-31 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
2008-08-31 |
conrad |
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
libavcodec
|
2008-08-31 |
conrad |
Declare ff_vp3_idct_data to be uint16_t
libavcodec
|
2008-08-31 |
conrad |
Don't declare SSE vp3 idct data static, so it can be used in the mmx version
libavcodec
|
2008-08-31 |
jbr |
turn on E-AC-3 decoding support and update the Changelog
libavcodec
|
2008-08-31 |
jbr |
simplify code and comment regarding determination whether or not AHT is used.
libavcodec
|
2008-08-31 |
jbr |
use correct table name
libavcodec
|
2008-08-31 |
vitor |
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
libavcodec
|
2008-08-31 |
jbr |
skip converter exponent strategy for all channels at once
libavcodec
|
2008-08-31 |
vitor |
Remove useless var in compute_lpc_coefs()
libavcodec
|
2008-08-31 |
jbr |
merge declaration and init. variable is not used outside the loop.
libavcodec
|
2008-08-31 |
jbr |
cosmetics: indentation
libavcodec
|
2008-08-31 |
vitor |
Merge declaration and initialization of a few vars in compute_lpc_coefs()
libavcodec
|
2008-08-31 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
2008-08-30 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
2008-08-30 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
2008-08-30 |
michael |
Fix lossless jpeg encoder to comply to spec and store full redundant
libavcodec
|
2008-08-30 |
conrad |
Remove unused dequantization code from SSE VP3 IDCT
libavcodec
|
2008-08-30 |
conrad |
Use ff_pw_8 in MMX/SSE VP3 IDCT
libavcodec
|
2008-08-30 |
conrad |
Let ff_pw_8 be used as an SSE constant
libavcodec
|
2008-08-30 |
jbr |
cosmetics: update comment about dithering
libavcodec
|
2008-08-30 |
michael |
Remove the cos_mod table that has become unused after replacing the imdct
libavcodec
|