2008-09-03 |
michael |
Ignore the spec, and calculate aspect ratio on width/height.
libavcodec
|
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
|
2008-08-30 |
michael |
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
libavcodec
|
2008-08-30 |
michael |
Get rid of the 512 sample memmove().
libavcodec
|
2008-08-30 |
pross |
Remove 'currently unused' warning about SAMPLE_FMT_xxx.
libavcodec
|
2008-08-29 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
2008-08-29 |
vitor |
Remove useless zeroing of a buffer
libavcodec
|
2008-08-29 |
superdump |
Fix typo in element type
libavcodec
|
2008-08-29 |
superdump |
Remove unnecessary portion of a condition. This fixes issue607 and avoids
libavcodec
|
2008-08-29 |
stefano |
Fix typo.
libavcodec
|
2008-08-29 |
michael |
Half the size of subband_fir_noidea and get rid of memmove & memset of it.
libavcodec
|
2008-08-29 |
stefano |
Make X264_init() no longer assign avctx->rc_eq to libx264's context.
libavcodec
|
2008-08-29 |
michael |
Move t1 and t2 declaration from the QMF code closer to where they are used.
libavcodec
|
2008-08-29 |
michael |
Simplify (drop useless intermediate sum and diff arrays).
libavcodec
|
2008-08-29 |
andoma |
5,1l: samples_chanptr[] should be (const float *)
libavcodec
|
2008-08-29 |
andoma |
dca: Set data_size outside block loop.
libavcodec
|
2008-08-29 |
andoma |
dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave()
libavcodec
|
2008-08-29 |
kostya |
While APE changed container format in 3.98, frequency tables for range coding
libavcodec
|
2008-08-29 |
pross |
Bump libavcodec minor version number for r15017.
libavcodec
|
2008-08-29 |
pross |
Add AVCodecContext.bits_per_raw_sample field.
libavcodec
|
2008-08-29 |
pross |
Change AVCodecContext.bits_per_sample to bits_per_coded_sample.
libavcodec
|
2008-08-29 |
jbr |
cosmetics: change another "get" to "decode"
libavcodec
|
2008-08-29 |
jbr |
cosmetics: change "get" to "decode"
libavcodec
|
2008-08-28 |
jbr |
cosmetics: indentation
libavcodec
|
2008-08-28 |
jbr |
remove unneeded variable, dither_all
libavcodec
|
2008-08-28 |
romansh |
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as
libavcodec
|
2008-08-28 |
romansh |
Introducing video_stype for holding the value of VAUX source pack
libavcodec
|
2008-08-28 |
kostya |
Add generic IIR filter interface with Butterworth lowpass filter implementation
libavcodec
|
2008-08-28 |
michael |
Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.
libavcodec
|
2008-08-27 |
jbr |
cosmetics: rename a table
libavcodec
|
2008-08-27 |
jbr |
cosmetics: indent after last commit
libavcodec
|
2008-08-27 |
jbr |
do not read exponent strategies from each block for E-AC-3 since they are in the header
libavcodec
|
2008-08-27 |
romansh |
Cosmetic change aimed at making it easier to see how bits are consumed
libavcodec
|
2008-08-27 |
romansh |
Factoring out chan_slice / 27 into seq variable
libavcodec
|
2008-08-27 |
romansh |
Simplification of how dct_mode affects decoding.
libavcodec
|
2008-08-27 |
michael |
Cosmetics (format ff_nelly_dequantization_table nicer)
libavcodec
|
2008-08-27 |
jbr |
add definitions and documentation for shared functions for E-AC-3 decoding
libavcodec
|
2008-08-27 |
jbr |
copy default coupling band structure from table to decoding context (used for E-AC-3)
libavcodec
|
2008-08-27 |
jbr |
add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding
libavcodec
|
2008-08-27 |
jbr |
cosmetics: rename some functions from *get_* to *decode_*
libavcodec
|
2008-08-26 |
bcoudurier |
simplify mpeg12 avctx->pix_fmt set
libavcodec
|
2008-08-26 |
aurel |
Add a temp variable to ff_sine_window_init() to match the way wma.c computed
libavcodec
|
2008-08-26 |
voroshil |
Add explicit (int) cast to i386 optimized MUL* macros.
libavcodec
|
2008-08-26 |
voroshil |
(cosmetics) Remove incorrect comment.
libavcodec
|
2008-08-26 |
voroshil |
(cosmetics) Describe for which tests clipping is required.
libavcodec
|
2008-08-26 |
voroshil |
(cosmetics) Remove wrong comments.
libavcodec
|
2008-08-26 |
voroshil |
(cosmetics) Align comments consistently.
libavcodec
|
2008-08-26 |
voroshil |
Another set of definitions for G.729
libavcodec
|
2008-08-25 |
michael |
Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the
libavcodec
|