2010-01-30 |
michael |
Replace h->left_type[0] by the local variable for it we have.
libavcodec
|
2010-01-30 |
michael |
slightly faster bit trickery.
libavcodec
|
2010-01-30 |
michael |
Replace ?: by branchless code.
libavcodec
|
2010-01-30 |
daniel |
Add Bink codec IDs
libavcodec
|
2010-01-30 |
kostya |
Indeo Video Interactive 4 and 5 common code and DSP functions.
libavcodec
|
2010-01-29 |
reimar |
Make VP5 and VP6 decoders output a qscale table to allow for more automatic
libavcodec
|
2010-01-29 |
rbultje |
Add no_repeat_mask option, so that single-pulse vectors can also be
libavcodec
|
2010-01-29 |
superdump |
Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec
libavcodec
|
2010-01-28 |
aurel |
vp56: check buffer size to fix a potential segfault
libavcodec
|
2010-01-28 |
jbr |
Simplify error handling by processing header errors separate from CRC and
libavcodec
|
2010-01-28 |
reimar |
Move variable declaration to block where it is used and simplify code.
libavcodec
|
2010-01-28 |
cehoyos |
Export H264 profile and level in AVCodecContext.
libavcodec
|
2010-01-28 |
reimar |
Extract duplicated code into a separate function.
libavcodec
|
2010-01-28 |
michael |
factorize first filter call out, this makes the code somewhat
libavcodec
|
2010-01-28 |
rbultje |
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.
libavcodec
|
2010-01-28 |
benoit |
Initialize thread_context[0] with h264 parser context.
libavcodec
|
2010-01-28 |
michael |
Change wraper functions to always inline, they are faster now that way.
libavcodec
|
2010-01-28 |
michael |
indent
libavcodec
|
2010-01-28 |
michael |
Restructure check_mv()
libavcodec
|
2010-01-28 |
michael |
Restructure if() in check_mv()
libavcodec
|
2010-01-28 |
michael |
Unroll loops in check_mv()
libavcodec
|
2010-01-28 |
michael |
Factor mv/ref compare code out.
libavcodec
|
2010-01-28 |
michael |
Simplify first edge filter condition.
libavcodec
|
2010-01-28 |
michael |
Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy
libavcodec
|
2010-01-28 |
michael |
Make the fast loop filter path work with unavailable left MBs.
libavcodec
|
2010-01-28 |
michael |
get rid of the start variable.
libavcodec
|
2010-01-28 |
michael |
Unroll main loop so the edge==0 case is seperate.
libavcodec
|
2010-01-27 |
cehoyos |
Fix svq3_* function declarations.
libavcodec
|