Mercurial > libavcodec.hg
graph
-
ARMv6 optimised put_pixels functions except xy2 variants libavcodecTue, 09 Feb 2010 16:13:21 +0000, by mru
-
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. libavcodecTue, 09 Feb 2010 00:19:03 +0000, by michael
-
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. libavcodecMon, 08 Feb 2010 17:25:50 +0000, by michael
-
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned libavcodecMon, 08 Feb 2010 16:23:05 +0000, by michael
-
Detect equal 4x4 blocks in spatial direct MBs. libavcodecMon, 08 Feb 2010 13:05:24 +0000, by michael
-
Remove an apparently unneeded && !FRAME_MBAFF. libavcodecMon, 08 Feb 2010 04:24:50 +0000, by michael
-
Remove incorrect fixme, i see no case that is missing. libavcodecMon, 08 Feb 2010 02:10:59 +0000, by michael
-
Replace call to pred_motion() in direct spatial mv pred by code libavcodecMon, 08 Feb 2010 02:09:27 +0000, by michael
-
Change xvid/divx/lavc build variables to be consistent to x264_build. libavcodecMon, 08 Feb 2010 00:43:15 +0000, by michael
-
Zero a/b only in the branch where they need to be zeroed. libavcodecSun, 07 Feb 2010 22:58:03 +0000, by michael
-
Merge mv&ref related code for spatial direct MV code. libavcodecSun, 07 Feb 2010 21:53:55 +0000, by michael
-
Precalculate a few variables for direct mv prediction for interlaced MBs. libavcodecSun, 07 Feb 2010 21:09:09 +0000, by michael
-
Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. libavcodecSun, 07 Feb 2010 17:40:22 +0000, by michael
-
Remove FIXMEs for cases that are disallowed by the spec. libavcodecSun, 07 Feb 2010 15:13:56 +0000, by michael
-
Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. libavcodecSun, 07 Feb 2010 14:55:59 +0000, by michael
-
Fix reference selection for colocated MBs from frames to fields. libavcodecSun, 07 Feb 2010 01:17:13 +0000, by michael
-
Add assert(sps.direct_8x8_inference_flag) to FIXME comment. libavcodecSun, 07 Feb 2010 01:14:58 +0000, by michael
-
ref_offset must be added after checking references validity. libavcodecSun, 07 Feb 2010 01:13:56 +0000, by michael
-
Remove redundant use of numchannels since it is 1 for mono. libavcodecSat, 06 Feb 2010 12:48:37 +0000, by jai_menon
-
Long term references behave different from short term in spatial direct MV calculation. libavcodecSat, 06 Feb 2010 02:55:58 +0000, by michael
-
Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodecTue, 02 Feb 2010 22:57:56 +0000, by cehoyos
-
Remove unnecessary fields in ALSSpecificConfig. libavcodecMon, 01 Feb 2010 09:53:37 +0000, by thilo.borgmann
-
Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. libavcodecMon, 01 Feb 2010 00:18:49 +0000, by michael
-
Update binkaudio to new DECLARE_ALIGNED syntax libavcodecSun, 31 Jan 2010 15:07:25 +0000, by daniel
-
libavcodec version bump for Bink codec IDs (r21536) libavcodecSun, 31 Jan 2010 13:34:28 +0000, by daniel
-
Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodecSun, 31 Jan 2010 12:27:05 +0000, by reimar
-
Get rid of a check in one direction that cant be true in it in that part libavcodecSun, 31 Jan 2010 02:05:26 +0000, by michael
-
Split first reference list comparission from mv comparission. libavcodecSat, 30 Jan 2010 20:07:37 +0000, by michael
-
Make the jump-table section-relative for x86_64 with PIC enabled. libavcodecSat, 30 Jan 2010 19:26:47 +0000, by reimar
-
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
-
100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. libavcodecTue, 26 Jan 2010 13:30:33 +0000, by michael
-
Optimize mb neighbor initialization for MBAFF in fill_caches(). libavcodecTue, 26 Jan 2010 10:35:36 +0000, by michael
-
Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. libavcodecTue, 26 Jan 2010 10:30:24 +0000, by cehoyos
-
Fix heap overflow due to lack of nb_components check. libavcodecMon, 25 Jan 2010 13:26:10 +0000, by michael
-
100l, correct wrong H.264+adaptive MBAFF decoding libavcodecMon, 25 Jan 2010 01:56:13 +0000, by astrange
-
H.264: Use 64-/128-bit write-combining macros for copies libavcodecMon, 25 Jan 2010 00:30:44 +0000, by astrange
-
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodecSun, 24 Jan 2010 19:19:09 +0000, by michael
-
Optimize suffix_length computation, 1 cpu cycle speedup. libavcodecSun, 24 Jan 2010 18:23:46 +0000, by michael
-
Simplify suffix_length computation, same speed. libavcodecSun, 24 Jan 2010 18:18:08 +0000, by michael
-
Optimize level_code computation, 6cpu cycles speedup. libavcodecSun, 24 Jan 2010 18:17:01 +0000, by michael