2010-06-21 |
alexc |
aacdec: Handle the first frame being empty case.
libavcodec
|
2010-06-20 |
alexc |
aacsbr: Make dk signed. There is no point in it being unsigned.
libavcodec
|
2010-06-20 |
alexc |
psdec: IPD/OPD reset is no longer needed by the context initializer.
libavcodec
|
2010-06-20 |
alexc |
psdec: Simplify filter addressing by incrementing the "in" pointer.
libavcodec
|
2010-06-20 |
cehoyos |
Fix typo in macro name.
libavcodec
|
2010-06-20 |
alexc |
psdec: Replace a division with a shift.
libavcodec
|
2010-06-20 |
alexc |
Rename PS bitstream reading functions to have a read_ prefix.
libavcodec
|
2010-06-20 |
alexc |
Cosmetics: whitespace.
libavcodec
|
2010-06-20 |
alexc |
Use memcpy() where appropriate in PS stereo processing remapping.
libavcodec
|
2010-06-20 |
alexc |
Allow PS envelope fixup when ps->num_env_old <= 1.
libavcodec
|
2010-06-20 |
alexc |
10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.
libavcodec
|
2010-06-20 |
alexc |
Document the PS_BASELINE define.
libavcodec
|
2010-06-20 |
alexc |
Remove iid_mode from the PS context.
libavcodec
|
2010-06-20 |
vitor |
Fix breakage in compilation with --disable-mpegaudio-hp introduced in
libavcodec
|
2010-06-20 |
mru |
Remove libfaad wrapper
libavcodec
|
2010-06-19 |
alexc |
psdec: Factorize iid/icc/ipd/opd parameter bitstream reading.
libavcodec
|
2010-06-19 |
alexc |
Add HE-AAC v2 support to the AAC decoder.
libavcodec
|
2010-06-19 |
vitor |
Factorize the mpegaudio windowing code in a function and call it by a
libavcodec
|
2010-06-18 |
fenrir |
MPEG-2 DXVA2 implementation
libavcodec
|
2010-06-16 |
mstorsjo |
libvorbis: Use memmove instead of memcpy for shifting data
libavcodec
|
2010-06-16 |
janne |
dvbsub: parse display definition segment
libavcodec
|
2010-06-15 |
bcoudurier |
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263
libavcodec
|
2010-06-15 |
bcoudurier |
Support gray16be and rgb48be in mov
libavcodec
|
2010-06-14 |
mstorsjo |
nellymoserdec: Increase the log level of messages when failing to decode data
libavcodec
|
2010-06-14 |
mstorsjo |
Reindent
libavcodec
|
2010-06-14 |
mstorsjo |
nellymoserdec: Simplify calculation of numbers of blocks
libavcodec
|
2010-06-14 |
mstorsjo |
Reindent
libavcodec
|
2010-06-14 |
mstorsjo |
nellymoserdec: Allow using unusual input block sizes
libavcodec
|
2010-06-11 |
vitor |
Remove filename from doxy comment
libavcodec
|
2010-06-11 |
vitor |
Remove useless include. Should fix compilation in MacOS X.
libavcodec
|
2010-06-11 |
maxim |
Move indeo5-specific quant table selection to decode_gop_hdr.
libavcodec
|
2010-06-11 |
vitor |
Include float.h to provide FLT_MAX define. Should fix compilation on windows.
libavcodec
|
2010-06-11 |
vitor |
RealAudio 14.4k encoder.
libavcodec
|
2010-06-11 |
maxim |
Move transform declarations out of IVIBandDesc so indeo4 can use them as well.
libavcodec
|
2010-06-11 |
vitor |
Split do_output_subblock() into common code and decoder specific parts
libavcodec
|
2010-06-11 |
vitor |
Cosmetics: indent
libavcodec
|
2010-06-11 |
vitor |
Add ff_ prefix to non-static functions
libavcodec
|
2010-06-11 |
vitor |
Split ra144.c in common code (to be shared with the future encoder) and
libavcodec
|
2010-06-10 |
maxim |
Quant changes only once per MB so move the corresponding scale factor assignment
libavcodec
|
2010-06-10 |
jbr |
Set bits_per_raw_sample in the pcm decoder.
libavcodec
|
2010-06-10 |
maxim |
Remove unused parameter.
libavcodec
|
2010-06-10 |
thardin |
avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer
libavcodec
|
2010-06-10 |
benoit |
Cosmetics: alignment and long line break.
libavcodec
|
2010-06-10 |
benoit |
Cosmetics: use and place braces correctly in if ... else statements.
libavcodec
|
2010-06-10 |
benoit |
Sanitize av_realloc() use in h264 mp4toannexb bistream filter.
libavcodec
|
2010-06-09 |
lucabe |
Improve the mp4toannexb BSF to convert the extradata.
libavcodec
|
2010-06-08 |
reimar |
Fix vp3_draw_horiz_band to calculate chroma offsets correctly
libavcodec
|
2010-06-08 |
pross |
Pictor/PC Paint decoder
libavcodec
|
2010-06-08 |
pross |
Add ff_ega_palette
libavcodec
|
2010-06-08 |
maxim |
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t.
libavcodec
|
2010-06-08 |
mstorsjo |
libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold
libavcodec
|
2010-06-08 |
mstorsjo |
libvpx: Don't use the VPX_KF_FIXED mode
libavcodec
|
2010-06-08 |
alexc |
Cosmetics: Fold constants and re-indent after last commit.
libavcodec
|
2010-06-08 |
alexc |
Base downsampled SBR synthesis filterbank on a single IMDCT.
libavcodec
|
2010-06-07 |
alexc |
10l: Fix types and now unused variables after last commit.
libavcodec
|
2010-06-07 |
alexc |
Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT.
libavcodec
|
2010-06-07 |
cehoyos |
Use new macro AV_BASE64_SIZE.
libavcodec
|
2010-06-07 |
vitor |
Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable
libavcodec
|
2010-06-06 |
reimar |
10l, there is no aac.c any more, so no need for a dependency.
libavcodec
|
2010-06-06 |
stefano |
Add support to B4BY and R4BY NUT codec tags added in NUT r672.
libavcodec
|