Fri, 29 Jan 2010 13:51:25 +0000 |
superdump |
Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec
libavcodec
|
Thu, 28 Jan 2010 23:49:46 +0000 |
aurel |
vp56: check buffer size to fix a potential segfault
libavcodec
|
Thu, 28 Jan 2010 23:19:33 +0000 |
jbr |
Simplify error handling by processing header errors separate from CRC and
libavcodec
|
Thu, 28 Jan 2010 21:01:50 +0000 |
reimar |
Move variable declaration to block where it is used and simplify code.
libavcodec
|
Thu, 28 Jan 2010 20:57:29 +0000 |
cehoyos |
Export H264 profile and level in AVCodecContext.
libavcodec
|
Thu, 28 Jan 2010 20:15:19 +0000 |
reimar |
Extract duplicated code into a separate function.
libavcodec
|
Thu, 28 Jan 2010 19:44:13 +0000 |
michael |
factorize first filter call out, this makes the code somewhat
libavcodec
|
Thu, 28 Jan 2010 14:29:53 +0000 |
rbultje |
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.
libavcodec
|
Thu, 28 Jan 2010 13:04:25 +0000 |
benoit |
Initialize thread_context[0] with h264 parser context.
libavcodec
|
Thu, 28 Jan 2010 11:37:35 +0000 |
michael |
Change wraper functions to always inline, they are faster now that way.
libavcodec
|
Thu, 28 Jan 2010 11:18:06 +0000 |
michael |
indent
libavcodec
|
Thu, 28 Jan 2010 11:12:46 +0000 |
michael |
Restructure check_mv()
libavcodec
|