2010-02-23 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
2010-02-23 |
kostya |
Move plane decoding code into separate function in Bink decoder
libavcodec
|
2010-02-23 |
kostya |
Bink video decoder now can use extradata to detect alpha plane presence
libavcodec
|
2010-02-23 |
mru |
Declare indeo VLC table storage with correct type
libavcodec
|
2010-02-23 |
michael |
Try to set has_b_frames in codec init if we know everything alraedy.
libavcodec
|
2010-02-23 |
michael |
Move extradata reading code into codec init instead of doing it
libavcodec
|
2010-02-22 |
kostya |
Make Bink decoder able to skip alpha plane
libavcodec
|
2010-02-22 |
kostya |
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
libavcodec
|
2010-02-22 |
kostya |
Make Bink decoder to stop decoding planes after all bits are used.
libavcodec
|
2010-02-22 |
kostya |
Correct bundle lengths calculation for small Bink files.
libavcodec
|
2010-02-22 |
mru |
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
libavcodec
|
2010-02-22 |
cehoyos |
Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).
libavcodec
|
2010-02-22 |
mru |
ARM: add missing preserve8 directives
libavcodec
|
2010-02-21 |
mru |
get/show_bits() can read up to MIN_CACHE_BITS bits
libavcodec
|
2010-02-21 |
michael |
Fix timestamp association for mpeg2 field pictures.
libavcodec
|
2010-02-21 |
mru |
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
libavcodec
|
2010-02-21 |
mru |
Add zero_extend() function
libavcodec
|
2010-02-21 |
cehoyos |
Remove unused variable mb_xy.
libavcodec
|
2010-02-21 |
vitor |
AMR-NB floating-point based decoder.
libavcodec
|
2010-02-21 |
diego |
Remove unused variable, fixes warnings of the type:
libavcodec
|
2010-02-21 |
mru |
indent
libavcodec
|
2010-02-21 |
mru |
Avoid negative shifts in build_table()
libavcodec
|
2010-02-21 |
kostya |
Bink video decoder
libavcodec
|
2010-02-21 |
mru |
VC1: fix missing include h263.h
libavcodec
|
2010-02-21 |
conrad |
Simplify determing whether fragments are coded
libavcodec
|
2010-02-21 |
conrad |
Handle Theora's continued runs in superblock coding.
libavcodec
|
2010-02-21 |
conrad |
Decode fully coded superblocks in the same manner as partial superblocks and qpi
libavcodec
|
2010-02-21 |
conrad |
Make the special 4129 case for long-run bit strings a #define and explain it
libavcodec
|
2010-02-21 |
conrad |
Use memset to set the runs partially coded superblocks
libavcodec
|
2010-02-20 |
mru |
Replace log2f(10) with a constant
libavcodec
|
2010-02-20 |
vitor |
Free encoder extradata in avcodec_close(). Should fix several small memory
libavcodec
|
2010-02-20 |
ramiro |
x86_fft.o depends on MMX and FFT.
libavcodec
|
2010-02-20 |
stefang |
remove tables of codebook vector values which are contained in
libavcodec
|
2010-02-19 |
kostya |
16l trocadero: don't forget to free frame data buffer in APE decoder
libavcodec
|
2010-02-19 |
daniel |
msmpeg4v* encoders depend on h263dec
libavcodec
|
2010-02-19 |
daniel |
Declare WMV1 decoder dependencies
libavcodec
|
2010-02-19 |
daniel |
Declare CAF demuxer dependency on mpegaudio
libavcodec
|
2010-02-19 |
daniel |
Fix compilation of binkaudio_rdft when dct is disabled
libavcodec
|
2010-02-19 |
stefang |
remove a Huffman table from WMA which also exists in AAC
libavcodec
|
2010-02-19 |
vitor |
Add missing dependency of TwinVQ
libavcodec
|
2010-02-19 |
stefang |
remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
libavcodec
|
2010-02-19 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
2010-02-19 |
kostya |
Since WavPack chunk can contain more samples than FFmpeg is guaranteed to
libavcodec
|
2010-02-19 |
thilo.borgmann |
Add the dependency for mpeg4audio.o of the ALS decoder.
libavcodec
|
2010-02-19 |
thilo.borgmann |
Do sequential bit reading outside of []-operators.
libavcodec
|
2010-02-19 |
michael |
get rid of an if() 1 cpu cycle faster.
libavcodec
|
2010-02-19 |
michael |
Get rid of a local variable, 10 cpu cycles faster.
libavcodec
|
2010-02-18 |
michael |
Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.
libavcodec
|
2010-02-18 |
alexc |
Add some AAC buffer overread checks.
libavcodec
|
2010-02-18 |
stefang |
fix intra prediction modes with inter-MB neighbors,
libavcodec
|
2010-02-18 |
mru |
H264: use alias-safe macros
libavcodec
|
2010-02-18 |
michael |
Simplify deblock_left/top condition for deblocking_filter=2
libavcodec
|
2010-02-18 |
michael |
Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.
libavcodec
|
2010-02-17 |
mru |
Move NEG_[US]SR32 macros to mathops.h
libavcodec
|
2010-02-17 |
thilo.borgmann |
Fix sizeof()-statement to use the actual pointer type.
libavcodec
|
2010-02-17 |
thilo.borgmann |
Fix wrong buffer allocation for MCC in ALS.
libavcodec
|
2010-02-17 |
alexc |
get_bits: Fix spelling and grammar in GET_VLC() comment.
libavcodec
|
2010-02-17 |
mru |
10l: remove stray '(' I don't know where it came from
libavcodec
|
2010-02-17 |
mru |
Use LOCAL_ALIGNED macro for local arrays
libavcodec
|
2010-02-17 |
mru |
Add LOCAL_ALIGNED() macro for declaring aligned local arrays
libavcodec
|
2010-02-17 |
mru |
Simplify some declarations of aligned arrays
libavcodec
|
2010-02-17 |
michael |
Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs
libavcodec
|
2010-02-17 |
michael |
Move check for and call of predict_field_decoding_flag() from the mb code to
libavcodec
|
2010-02-16 |
michael |
2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.
libavcodec
|