Mercurial > libavcodec.hg
graph
-
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). libavcodecSat, 30 Jan 2010 18:50:00 +0000, by stefano
-
Replace h->left_type[0] by the local variable for it we have. libavcodecSat, 30 Jan 2010 14:33:25 +0000, by michael
-
Indeo Video Interactive 4 and 5 common code and DSP functions. libavcodecSat, 30 Jan 2010 08:10:17 +0000, by kostya
-
Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodecFri, 29 Jan 2010 19:11:47 +0000, by reimar
-
Add no_repeat_mask option, so that single-pulse vectors can also be libavcodecFri, 29 Jan 2010 16:49:06 +0000, by rbultje
-
Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec libavcodecFri, 29 Jan 2010 13:51:25 +0000, by superdump
-
vp56: check buffer size to fix a potential segfault libavcodecThu, 28 Jan 2010 23:49:46 +0000, by aurel
-
Simplify error handling by processing header errors separate from CRC and libavcodecThu, 28 Jan 2010 23:19:33 +0000, by jbr
-
Move variable declaration to block where it is used and simplify code. libavcodecThu, 28 Jan 2010 21:01:50 +0000, by reimar
-
Export H264 profile and level in AVCodecContext. libavcodecThu, 28 Jan 2010 20:57:29 +0000, by cehoyos
-
Extract duplicated code into a separate function. libavcodecThu, 28 Jan 2010 20:15:19 +0000, by reimar
-
factorize first filter call out, this makes the code somewhat libavcodecThu, 28 Jan 2010 19:44:13 +0000, by michael
-
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. libavcodecThu, 28 Jan 2010 14:29:53 +0000, by rbultje
-
Initialize thread_context[0] with h264 parser context. libavcodecThu, 28 Jan 2010 13:04:25 +0000, by benoit
-
Change wraper functions to always inline, they are faster now that way. libavcodecThu, 28 Jan 2010 11:37:35 +0000, by michael
-
Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy libavcodecThu, 28 Jan 2010 02:20:31 +0000, by michael
-
Make the fast loop filter path work with unavailable left MBs. libavcodecThu, 28 Jan 2010 02:15:25 +0000, by michael
-
Unroll main loop so the edge==0 case is seperate. libavcodecThu, 28 Jan 2010 01:24:25 +0000, by michael
-
Fix possible crashes in mlp parser, it tries to go back 7 bytes after libavcodecWed, 27 Jan 2010 20:04:19 +0000, by reimar
-
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the libavcodecWed, 27 Jan 2010 20:02:18 +0000, by reimar
-
Use table to speedup access to non_zero_count in MBAFF with differing interlacing. libavcodecWed, 27 Jan 2010 11:14:29 +0000, by michael
-
Split fill_caches() between loopfilter & decode, the 2 no longer where common libavcodecTue, 26 Jan 2010 23:54:11 +0000, by michael
-
Optimize loop filtering of the left edge in MBAFF. libavcodecTue, 26 Jan 2010 22:59:19 +0000, by michael
-
use left_xy[1] in mbaff QP loop filter check, this improves the amount that can libavcodecTue, 26 Jan 2010 20:28:58 +0000, by michael
-
Use left_mb_xy from fill_caches instead of recalculating it. libavcodecTue, 26 Jan 2010 14:57:53 +0000, by michael
-
Simplify left_xy content for the loop filter, this also makes it closer to libavcodecTue, 26 Jan 2010 14:55:19 +0000, by michael
-
Simplify loop filter a little by using top/left_type. libavcodecTue, 26 Jan 2010 13:39:26 +0000, by michael
-
Set top & left types for deblock in fill_caches(). libavcodecTue, 26 Jan 2010 13:38:18 +0000, by michael