Mercurial > libavcodec.hg
graph
-
remove some useless initializations (the whole context is initialized to 0) libavcodec2007-10-21, by aurel
-
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodec2007-10-18, by kostya
-
replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec2007-10-18, by michael
-
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodec2007-10-17, by diego
-
Explain why there are no multiple inclusion guards in these header files. libavcodec2007-10-17, by diego
-
Clarify comment that explains why this header lacks multiple inclusion guards. libavcodec2007-10-17, by diego
-
Add a comment that explains why this header lacks multiple inclusion guards. libavcodec2007-10-17, by diego
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec2007-10-15, by cehoyos
-
factorize code and add safety check to prevent memcpying negative amounts libavcodec2007-10-13, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec2007-10-13, by ramiro
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodec2007-10-11, by ramiro
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodec2007-10-09, by reimar
-
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec2007-10-08, by andoma
-
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodec2007-10-08, by bcoudurier
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodec2007-10-07, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodec2007-10-06, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec2007-10-06, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodec2007-10-05, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodec2007-10-05, by andoma
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodec2007-10-04, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodec2007-10-04, by andoma
-
Further modularize short reference list management for upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodec2007-10-03, by voroshil
-
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodec2007-10-03, by aurel
-
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodec2007-10-03, by diego
-
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodec2007-10-03, by diego
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodec2007-10-02, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodec2007-10-02, by reimar