| Commit message (Expand) | Author | Age | Files | Lines |
* | 10l: refill2() is not unused, it is used conditionally. | Diego Biurrun | 2007-10-12 | 1 | -1/+1 |
* | Interlaced pictures (not just MBAFF) + spatial direct mode is not | Jeff Downs | 2007-10-12 | 1 | -2/+2 |
* | Disable unused code; fixes several gcc warnings: | Diego Biurrun | 2007-10-12 | 1 | -0/+6 |
* | Enable avpicture_deinterlace() for PIX_FMT_GRAY8. | Andrea Gualano | 2007-10-11 | 1 | -1/+5 |
* | Fix intended order of operations for 4 assert() checks. | Shane | 2007-10-11 | 1 | -4/+4 |
* | Specify in documentation that avcodec_find_(en|de)coder* only searches for | Ville Skyttä | 2007-10-11 | 1 | -4/+4 |
* | warning fixes: | Diego Biurrun | 2007-10-11 | 1 | -3/+1 |
* | Set pict->interlaced_frame if returned frame is MBAFF or PAFF. | Carl Eugen Hoyos | 2007-10-10 | 1 | -0/+1 |
* | fix incorrect check for abs_diff_pic_num overflow | Jeff Downs | 2007-10-09 | 1 | -1/+1 |
* | Allow to override zlib compression level in PNG encoder via avctx->compressio... | Reimar Döffinger | 2007-10-09 | 1 | -1/+5 |
* | reindent | Andreas Öman | 2007-10-09 | 1 | -61/+61 |
* | better lambda search method | Baptiste Coudurier | 2007-10-09 | 1 | -14/+25 |
* | Enable PAFF decoding | Carl Eugen Hoyos | 2007-10-09 | 2 | -2/+1 |
* | oops... mpegvideo_enc also depends on motion_est and ratecontrol | Aurelien Jacobs | 2007-10-09 | 1 | -1/+1 |
* | dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) | Aurelien Jacobs | 2007-10-09 | 1 | -1/+1 |
* | Manage Picture buffers for fields as well as frames. Pair complementary field... | Jeff Downs | 2007-10-08 | 2 | -3/+74 |
* | Fix deblocking for PAFF content | Martin Zlomek | 2007-10-08 | 1 | -5/+6 |
* | dnxhd 36mbit support | Baptiste Coudurier | 2007-10-08 | 2 | -0/+8 |
* | typo weigth->weight | Baptiste Coudurier | 2007-10-08 | 4 | -23/+23 |
* | preliminary 10 bit depth decoding support, still miss generic api to export p... | Baptiste Coudurier | 2007-10-08 | 2 | -6/+79 |
* | merge | Baptiste Coudurier | 2007-10-08 | 1 | -2/+1 |
* | 10l, check 'i' validity before using it | Baptiste Coudurier | 2007-10-08 | 1 | -6/+5 |
* | fix 10 bit per comp detection | Baptiste Coudurier | 2007-10-08 | 1 | -1/+1 |
* | DNxHD (SMPTE VC-3) encoder | Baptiste Coudurier | 2007-10-08 | 4 | -3/+849 |
* | export convert_matrix and add ff_ prefix | Baptiste Coudurier | 2007-10-08 | 2 | -4/+6 |
* | export DCT_common_init and add ff_prefix | Baptiste Coudurier | 2007-10-08 | 2 | -2/+3 |
* | Re-indent after PAFF MMCO implementation patch. | Jeff Downs | 2007-10-07 | 1 | -9/+9 |
* | Augment MMCO execution to work with both fields and frames. Part of PAFF | Jeff Downs | 2007-10-07 | 1 | -13/+80 |
* | Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m... | Jeff Downs | 2007-10-06 | 1 | -3/+3 |
* | Augment mmcodecoding process to work properly with fields. Part of PAFF imple... | Jeff Downs | 2007-10-06 | 1 | -3/+10 |
* | Edge emulation for fields. Part of PAFF implementation | Jeff Downs | 2007-10-06 | 1 | -1/+1 |
* | Set Picture.poc for fields and field pairs. Part of PAFF implementation. | Jeff Downs | 2007-10-06 | 1 | -3/+7 |
* | Modifies macroblock addressing and current macroblock y-position for field de... | Jeff Downs | 2007-10-06 | 2 | -6/+11 |
* | Support function and changes to reference picture reordering for PAFF. | Jeff Downs | 2007-10-05 | 1 | -8/+46 |
* | Reindent fill_default_ref_list after changes for PAFF | Jeff Downs | 2007-10-05 | 1 | -73/+73 |
* | Support functions and changes to default reference list creation for PAFF. | Jeff Downs | 2007-10-05 | 1 | -27/+163 |
* | license header consistency cosmetics. | Diego Biurrun | 2007-10-04 | 1 | -1/+2 |
* | blackfin optimized vp3 transform and infastructure for idct | Marc Hoffman | 2007-10-04 | 4 | -1/+333 |
* | Replace "signed short" typecast with "int16_t" as suggested by | Vladimir Voroshilov | 2007-10-04 | 1 | -1/+1 |
* | Reorganize long reference management to minimize code duplication in upcoming... | Jeff Downs | 2007-10-04 | 1 | -2/+13 |
* | Fix Picture.key_frame setting to be compatible with frame and field contexts.... | Jeff Downs | 2007-10-04 | 1 | -1/+8 |
* | Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. | Jeff Downs | 2007-10-04 | 2 | -2/+2 |
* | Rename variable to make sense in both field and frame contexts (support of PA... | Jeff Downs | 2007-10-04 | 1 | -3/+3 |
* | Further modularize short reference list management for upcoming PAFF implemen... | Jeff Downs | 2007-10-04 | 1 | -10/+41 |
* | Re-indent unreference_pic. | Jeff Downs | 2007-10-04 | 1 | -9/+9 |
* | Modify unreference_pic implementation with PAFF in mind. | Jeff Downs | 2007-10-04 | 1 | -12/+27 |
* | Partial PAFF implementation at macroblock level. | Jeff Downs | 2007-10-04 | 2 | -4/+6 |
* | Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" | Vladimir Voroshilov | 2007-10-03 | 1 | -4/+2 |
* | merge some #ifdef CONFIG_ENCODERS sections | Aurelien Jacobs | 2007-10-03 | 1 | -9/+0 |
* | remove alternative declaration of h263_encode_init() | Aurelien Jacobs | 2007-10-03 | 1 | -4/+0 |