Mercurial > libavcodec.hg
graph
-
Add lsp.o as a dependency for wmavoice. This fixes a compilation error when libavcodec2010-02-16, by rbultje
-
2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() libavcodec2010-02-16, by michael
-
Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its libavcodec2010-02-15, by michael
-
add heuristic to discern the old sample clips from streams encoded libavcodec2010-02-15, by stefang
-
avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar libavcodec2010-02-15, by stefang
-
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
-
Move variable declaration to block where it is used and simplify code. libavcodec2010-01-28, by reimar
-
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. libavcodec2010-01-28, by rbultje
-
Change wraper functions to always inline, they are faster now that way. libavcodec2010-01-28, by michael
-
Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy libavcodec2010-01-28, by michael
-
Fix possible crashes in mlp parser, it tries to go back 7 bytes after libavcodec2010-01-27, by reimar
-
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the libavcodec2010-01-27, by reimar
-
Use table to speedup access to non_zero_count in MBAFF with differing interlacing. libavcodec2010-01-27, by michael
-
Split fill_caches() between loopfilter & decode, the 2 no longer where common libavcodec2010-01-26, by michael
-
use left_xy[1] in mbaff QP loop filter check, this improves the amount that can libavcodec2010-01-26, by michael
-
Simplify left_xy content for the loop filter, this also makes it closer to libavcodec2010-01-26, by michael
-
100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. libavcodec2010-01-26, by michael
-
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodec2010-01-24, by michael
-
Remove is_complex from loop_filter() its useless there in its current form. libavcodec2010-01-24, by michael
-
Remove all uses of slice_type* from the loop filter, also remove its libavcodec2010-01-24, by michael
-
Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodec2010-01-23, by michael
-
Use qstride = 0 and allocate only a single line for qscale_table since libavcodec2010-01-23, by reimar
-
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions. libavcodec2010-01-23, by fenrir
-
Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame. libavcodec2010-01-23, by fenrir
-
Remove redundant initialization of the palette, it is part of the context libavcodec2010-01-23, by reimar
-
Optmize 8x8dct check used to skip some borders in the loop filter. libavcodec2010-01-23, by michael
-
Zero the frame data on allocation for VB codec, e.g. the FATE sample seems to libavcodec2010-01-23, by reimar
-
The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodec2010-01-22, by reimar
-
Make calculation of mask_edge free of branches, faster of course but probably libavcodec2010-01-21, by michael