2008-12-23 |
michael |
Indent
libavcodec
|
2008-12-23 |
michael |
unified CAVLC level decoding LUT.
libavcodec
|
2008-12-23 |
michael |
Make h264 parser 50% faster.
libavcodec
|
2008-12-23 |
michael |
100l, I broke H.264 again, forgot one hunk.
libavcodec
|
2008-12-23 |
michael |
Optimize 0 0 0-3 search, 45% faster on pentium dual.
libavcodec
|
2008-12-22 |
andoma |
Revert r16257:
libavcodec
|
2008-12-22 |
michael |
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on
libavcodec
|
2008-12-22 |
michael |
Indent
libavcodec
|
2008-12-22 |
michael |
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.
libavcodec
|
2008-12-22 |
michael |
Negate 2 more variables, 1 cpu cycle faster on pentium dual.
libavcodec
|
2008-12-22 |
michael |
Simplify if/else, no speed change
libavcodec
|
2008-12-22 |
michael |
Negate a few variables, this simplifies the code and makes it 5 cycles faster
libavcodec
|
2008-12-22 |
michael |
Simplify ifs(), 8 cpu cycles faster on pentium dual
libavcodec
|
2008-12-22 |
michael |
Simplify if(), 3 cpu cycles faster in pentium dual.
libavcodec
|
2008-12-22 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|
2008-12-22 |
kostya |
Decode TIFF image only after all tags have been decoded
libavcodec
|
2008-12-22 |
kostya |
Some TIFFs declare -1 for the single strip height
libavcodec
|
2008-12-22 |
kostya |
Add monochrome TIFF support
libavcodec
|
2008-12-22 |
kostya |
Calculate line size variable correctly for lower bitdepths and use it for raw data copying
libavcodec
|
2008-12-22 |
kostya |
Register TIFF tags for CCITT Group 3 and 4 compression options
libavcodec
|
2008-12-22 |
diego |
Remove a bunch of unused variables.
libavcodec
|
2008-12-22 |
diego |
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
libavcodec
|
2008-12-22 |
diego |
Fix incorrectly constructed Dirac parse units that caused A/V sync loss.
libavcodec
|
2008-12-21 |
diego |
Do not use full include path for headers in the same directory.
libavcodec
|
2008-12-21 |
michael |
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
libavcodec
|
2008-12-21 |
andoma |
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
libavcodec
|
2008-12-21 |
michael |
Fix PTS returned by the demuxers for mpeg4 without a decoder.
libavcodec
|
2008-12-21 |
michael |
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
libavcodec
|
2008-12-21 |
michael |
Remove useless code.
libavcodec
|
2008-12-21 |
michael |
Only execute clear_blocks() when needed.
libavcodec
|
2008-12-21 |
superdump |
AAC: Reindent after last commit
libavcodec
|
2008-12-21 |
superdump |
AAC: Fix AAC prediction when used in conjunction with the CPE
libavcodec
|
2008-12-21 |
superdump |
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig
libavcodec
|
2008-12-20 |
michael |
Optimize get_dct8x8_allowed().
libavcodec
|
2008-12-20 |
kostya |
RV30 decoder
libavcodec
|
2008-12-20 |
kostya |
RV30 loop filter
libavcodec
|
2008-12-20 |
reynaldo |
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
libavcodec
|
2008-12-19 |
stefano |
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
libavcodec
|
2008-12-19 |
stefano |
Remove calls to deprecated av_set_string2() with calls to
libavcodec
|
2008-12-19 |
darkshikari |
H.264 loopfilter speed tweaks
libavcodec
|
2008-12-19 |
darkshikari |
Port x264 deblocking code to libavcodec.
libavcodec
|
2008-12-19 |
michael |
Document new idct requirements.
libavcodec
|
2008-12-19 |
michael |
Fix decoding with the plain C idcts of
libavcodec
|
2008-12-19 |
kostya |
a table for upcoming RV30 loop filtering
libavcodec
|
2008-12-19 |
darkshikari |
Add automatic prefix handling to yasm functions. Does nothing now, but will
libavcodec
|
2008-12-19 |
michael |
Replace /2 by >>1 in decode_cabac_mb_dqp()
libavcodec
|
2008-12-19 |
michael |
Simplify ctx update in decode_cabac_mb_dqp().
libavcodec
|
2008-12-19 |
michael |
Simplify ctx calculation in decode_cabac_mb_dqp()
libavcodec
|
2008-12-19 |
astrange |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.
libavcodec
|
2008-12-19 |
darkshikari |
Move filter_luma_intra into dsputil for later addition of asm.
libavcodec
|
2008-12-19 |
darkshikari |
Simplify chroma AC in CABAC residual decoding.
libavcodec
|
2008-12-19 |
michael |
Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.
libavcodec
|
2008-12-18 |
michael |
Remove unacceptable NULL pointer hack from mc code.
libavcodec
|
2008-12-18 |
michael |
Check ref values in CABAC H.264 for validity.
libavcodec
|
2008-12-18 |
michael |
Move idct_(dc)add closer to where it is needed.
libavcodec
|
2008-12-18 |
michael |
indent
libavcodec
|
2008-12-18 |
michael |
Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass
libavcodec
|
2008-12-18 |
michael |
s/h->cbp_table[mb_xy]/h->cbp/
libavcodec
|
2008-12-18 |
michael |
Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari.
libavcodec
|
2008-12-18 |
michael |
Replace i by trailing_ones, part of a patch by dark shikari.
libavcodec
|
2008-12-18 |
michael |
Remove if() surrounding decode_cabac_mb_type() that can never be true.
libavcodec
|
2008-12-18 |
michael |
Remove unreachable else clause, found by dark shikari.
libavcodec
|
2008-12-18 |
michael |
Remove useless IS_8x8DCT check i forgot, spotted by dark shikari.
libavcodec
|
2008-12-18 |
michael |
10l, svq3 didnt set h->cbp, this broke decoding a little.
libavcodec
|
2008-12-18 |
kostya |
cosmetics: remove one unneeded space
libavcodec
|
2008-12-18 |
michael |
Do not calculate idct_dc_add/idct_add when the variables are unused.
libavcodec
|
2008-12-18 |
michael |
Remove redundant nnz variable.
libavcodec
|
2008-12-18 |
michael |
indent
libavcodec
|
2008-12-18 |
michael |
Use the new idct functions (except chroma as it was slower in benchmarks)
libavcodec
|
2008-12-18 |
michael |
H.264 idct functions that include the chroma, inter luma and intra16 luma loops
libavcodec
|
2008-12-18 |
michael |
Skip non intra luma code when there is no coded luma.
libavcodec
|
2008-12-18 |
lorenm |
1.6x faster pred*_vertical_add_c
libavcodec
|
2008-12-18 |
michael |
Skip chroma handling when there is no coded chroma.
libavcodec
|
2008-12-17 |
kostya |
add const qualifier to some pointers for input data
libavcodec
|
2008-12-17 |
kostya |
use precalculated mb_pos where available
libavcodec
|
2008-12-17 |
kostya |
Merge deblocking pattern with CBP for RV30/40 loop filtering
libavcodec
|
2008-12-17 |
kostya |
Generate correct deblock pattern for RV30
libavcodec
|
2008-12-17 |
kostya |
Unfortunately RV30 luma thirdpel MC functions cannot be substituted with
libavcodec
|
2008-12-17 |
kostya |
4l: TIFF stores short strings inside tag, do not interpret it is as an offset
libavcodec
|
2008-12-17 |
gpoirier |
add AltiVec implementation of int32_to_float_fmul_scalar
libavcodec
|
2008-12-17 |
michael |
Fix svq3 decoding, is_complex was not initialized.
libavcodec
|
2008-12-17 |
michael |
Replace != 0 || check by |
libavcodec
|
2008-12-17 |
michael |
Split filter_mb_dir() out of filter_mb().
libavcodec
|
2008-12-17 |
mru |
AC3: fix strict aliasing violation in parser
libavcodec
|
2008-12-17 |
mru |
AAC: fix strict aliasing violation in parser
libavcodec
|
2008-12-17 |
mru |
ARM: replace "armv4l" with "arm"
libavcodec
|
2008-12-17 |
diego |
Remove obsolete and misleading comments.
libavcodec
|
2008-12-16 |
michael |
Fix indention, also do a little vertical alignment of changed lines.
libavcodec
|
2008-12-16 |
stefano |
Implement av_set_string3().
libavcodec
|
2008-12-16 |
michael |
Factorize 3 multiplications out, code becomes 3 cpu cycles faster.
libavcodec
|
2008-12-16 |
michael |
Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove
libavcodec
|
2008-12-16 |
michael |
Do not recalculate constant part of is_complex for every MB.
libavcodec
|
2008-12-16 |
michael |
Support the new lossless mode.
libavcodec
|
2008-12-16 |
mru |
dct-test: add ARM IDCTs
libavcodec
|
2008-12-16 |
mru |
dct-test: add PARTTRANS permutation
libavcodec
|
2008-12-16 |
michael |
Horizontal and vertical prediction functions needed for new lossless mode
libavcodec
|