Mercurial > libavcodec.hg
graph
-
AAC: Mark functions that are only called when the output configuration is not locked as av_cold. libavcodec2010-02-15, by alexc
-
Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so libavcodec2010-02-14, by michael
-
Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it libavcodec2010-02-13, by michael
-
Directly check whether a fragment is coded for 4MV mode instead of iterating libavcodec2010-02-13, by conrad
-
Restructure spatial direct MV generation so that the zero predictior shortcut libavcodec2010-02-13, by michael
-
Pack MVs together from the begin for spatial direct, this simplifies the code libavcodec2010-02-13, by michael
-
Move apply_loop_filter above render_slice, it'll be used by the latter soon libavcodec2010-02-12, by conrad
-
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec libavcodec2010-02-12, by conrad
-
Try to support truncated h264 frames mixed with mpeg pes headers in mkv. libavcodec2010-02-12, by michael
-
Use int8_t instead of char, the signedness of char can differ between systems. libavcodec2010-02-12, by reimar
-
Move 'chksum' declaration to the only block where that variable is used libavcodec2010-02-11, by kostya
-
Move band checksum verifying into preprocessor condition, so compiler won't libavcodec2010-02-11, by kostya
-
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. libavcodec2010-02-09, by michael
-
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. libavcodec2010-02-08, by michael
-
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned libavcodec2010-02-08, by michael
-
Change xvid/divx/lavc build variables to be consistent to x264_build. libavcodec2010-02-08, by michael
-
Precalculate a few variables for direct mv prediction for interlaced MBs. libavcodec2010-02-07, by michael
-
Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. libavcodec2010-02-07, by michael
-
Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. libavcodec2010-02-07, by michael
-
Long term references behave different from short term in spatial direct MV calculation. libavcodec2010-02-06, by michael
-
Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodec2010-02-02, by cehoyos
-
Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. libavcodec2010-02-01, by michael
-
Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodec2010-01-31, by reimar
-
Get rid of a check in one direction that cant be true in it in that part libavcodec2010-01-31, by michael
-
Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodec2010-01-29, by reimar
-
Add no_repeat_mask option, so that single-pulse vectors can also be libavcodec2010-01-29, by rbultje
-
Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec libavcodec2010-01-29, by superdump
-
Simplify error handling by processing header errors separate from CRC and libavcodec2010-01-28, by jbr