5689 Commits (03d3cab876cc0dfc4b9d2352653bb3dca64f30f9)

Author SHA1 Message Date
Jeff Downs 03d3cab876 fix incorrect check for abs_diff_pic_num overflow 17 years ago
Reimar Döffinger 9ba718e481 Allow to override zlib compression level in PNG encoder via avctx->compression_level 17 years ago
Andreas Öman f6e3c4603d reindent 17 years ago
Baptiste Coudurier 45b8e9e507 better lambda search method 17 years ago
Carl Eugen Hoyos d6c52130f7 Enable PAFF decoding 17 years ago
Aurelien Jacobs bcf8eb116a oops... mpegvideo_enc also depends on motion_est and ratecontrol 17 years ago
Aurelien Jacobs 91ac0ab472 dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) 17 years ago
Jeff Downs 12d96de3ac Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. 17 years ago
Martin Zlomek ac6b423b0c Fix deblocking for PAFF content 17 years ago
Baptiste Coudurier 2e85b344f7 dnxhd 36mbit support 17 years ago
Baptiste Coudurier 6cb1d36169 typo weigth->weight 17 years ago
Baptiste Coudurier cd52a9ca9f preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it 17 years ago
Baptiste Coudurier 5e301bbb70 merge 17 years ago
Baptiste Coudurier a417d041f0 10l, check 'i' validity before using it 17 years ago
Baptiste Coudurier 42d1ffa3a2 fix 10 bit per comp detection 17 years ago
Baptiste Coudurier fc4cbc1699 DNxHD (SMPTE VC-3) encoder 17 years ago
Baptiste Coudurier 69cea75f6b export convert_matrix and add ff_ prefix 17 years ago
Baptiste Coudurier 6180ade790 export DCT_common_init and add ff_prefix 17 years ago
Jeff Downs 5a421d538e Re-indent after PAFF MMCO implementation patch. 17 years ago
Jeff Downs 0ae969faed Augment MMCO execution to work with both fields and frames. Part of PAFF 17 years ago
Jeff Downs d3d8c02b78 Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. 17 years ago
Jeff Downs 12a09bfa39 Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. 17 years ago
Jeff Downs 8a11a96987 Edge emulation for fields. Part of PAFF implementation 17 years ago
Jeff Downs fa178ed2a4 Set Picture.poc for fields and field pairs. Part of PAFF implementation. 17 years ago
Jeff Downs f3e53d9fcd Modifies macroblock addressing and current macroblock y-position for field decoding. 17 years ago
Jeff Downs 949da388de Support function and changes to reference picture reordering for PAFF. 17 years ago
Jeff Downs 086acdd54b Reindent fill_default_ref_list after changes for PAFF 17 years ago
Jeff Downs 11cc1d8c12 Support functions and changes to default reference list creation for PAFF. 17 years ago
Diego Biurrun 98753e9c9c license header consistency cosmetics. 17 years ago
Marc Hoffman b9dc32799b blackfin optimized vp3 transform and infastructure for idct 17 years ago
Vladimir Voroshilov 94d9633a32 Replace "signed short" typecast with "int16_t" as suggested by 17 years ago
Jeff Downs 24231e4cf6 Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. 17 years ago
Jeff Downs 3a22d7fa1f Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. 17 years ago
Jeff Downs f57e2af68b Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. 17 years ago
Jeff Downs c58b747153 Rename variable to make sense in both field and frame contexts (support of PAFF implementation). 17 years ago
Jeff Downs 47e112f872 Further modularize short reference list management for upcoming PAFF implementation. 17 years ago
Jeff Downs 5a7b254c75 Re-indent unreference_pic. 17 years ago
Jeff Downs 8fd57a667b Modify unreference_pic implementation with PAFF in mind. 17 years ago
Jeff Downs bbb3edb827 Partial PAFF implementation at macroblock level. 17 years ago
Vladimir Voroshilov 330194b9ce Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" 17 years ago
Aurelien Jacobs ba869f6b25 merge some #ifdef CONFIG_ENCODERS sections 17 years ago
Aurelien Jacobs c70448148a remove alternative declaration of h263_encode_init() 17 years ago
Aurelien Jacobs 30c23dc0b8 fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec 17 years ago
Aurelien Jacobs 06a4304080 remove useless #ifdef 17 years ago
Diego Biurrun f62a9a46e1 Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is 17 years ago
Diego Biurrun b4fb08035e Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file 17 years ago
Andreas Öman 9dceaa923e remove unused code, spotted by Jeff Downs, heydowns a borg d com 17 years ago
Reimar Döffinger 17c9628b57 Hopefully fix sparc compilation again, add incorrectly removed variable declaration 17 years ago
Reimar Döffinger d9a5dab2da Remove uses of SIGILL for CPU extension detection, that method is not acceptable 17 years ago
Jeff Downs 0d0447eae0 Rename MMCO stuff to prepare for h264/PAFF implementation. 17 years ago