aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-121-1/+1
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-121-2/+2
* Disable unused code; fixes several gcc warnings:Diego Biurrun2007-10-121-0/+6
* Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano2007-10-111-1/+5
* Fix intended order of operations for 4 assert() checks.Shane2007-10-111-4/+4
* Specify in documentation that avcodec_find_(en|de)coder* only searches forVille Skyttä2007-10-111-4/+4
* warning fixes:Diego Biurrun2007-10-111-3/+1
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-101-0/+1
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-091-1/+1
* Allow to override zlib compression level in PNG encoder via avctx->compressio...Reimar Döffinger2007-10-091-1/+5
* reindentAndreas Öman2007-10-091-61/+61
* better lambda search methodBaptiste Coudurier2007-10-091-14/+25
* Enable PAFF decodingCarl Eugen Hoyos2007-10-092-2/+1
* oops... mpegvideo_enc also depends on motion_est and ratecontrolAurelien Jacobs2007-10-091-1/+1
* dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)Aurelien Jacobs2007-10-091-1/+1
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-082-3/+74
* Fix deblocking for PAFF contentMartin Zlomek2007-10-081-5/+6
* dnxhd 36mbit supportBaptiste Coudurier2007-10-082-0/+8
* typo weigth->weightBaptiste Coudurier2007-10-084-23/+23
* preliminary 10 bit depth decoding support, still miss generic api to export p...Baptiste Coudurier2007-10-082-6/+79
* mergeBaptiste Coudurier2007-10-081-2/+1
* 10l, check 'i' validity before using itBaptiste Coudurier2007-10-081-6/+5
* fix 10 bit per comp detectionBaptiste Coudurier2007-10-081-1/+1
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-084-3/+849
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-082-4/+6
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-082-2/+3
* Re-indent after PAFF MMCO implementation patch.Jeff Downs2007-10-071-9/+9
* Augment MMCO execution to work with both fields and frames. Part of PAFFJeff Downs2007-10-071-13/+80
* Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m...Jeff Downs2007-10-061-3/+3
* Augment mmcodecoding process to work properly with fields. Part of PAFF imple...Jeff Downs2007-10-061-3/+10
* Edge emulation for fields. Part of PAFF implementationJeff Downs2007-10-061-1/+1
* Set Picture.poc for fields and field pairs. Part of PAFF implementation.Jeff Downs2007-10-061-3/+7
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-062-6/+11
* Support function and changes to reference picture reordering for PAFF.Jeff Downs2007-10-051-8/+46
* Reindent fill_default_ref_list after changes for PAFFJeff Downs2007-10-051-73/+73
* Support functions and changes to default reference list creation for PAFF.Jeff Downs2007-10-051-27/+163
* license header consistency cosmetics.Diego Biurrun2007-10-041-1/+2
* blackfin optimized vp3 transform and infastructure for idctMarc Hoffman2007-10-044-1/+333
* Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov2007-10-041-1/+1
* Reorganize long reference management to minimize code duplication in upcoming...Jeff Downs2007-10-041-2/+13
* Fix Picture.key_frame setting to be compatible with frame and field contexts....Jeff Downs2007-10-041-1/+8
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-042-2/+2
* Rename variable to make sense in both field and frame contexts (support of PA...Jeff Downs2007-10-041-3/+3
* Further modularize short reference list management for upcoming PAFF implemen...Jeff Downs2007-10-041-10/+41
* Re-indent unreference_pic.Jeff Downs2007-10-041-9/+9
* Modify unreference_pic implementation with PAFF in mind.Jeff Downs2007-10-041-12/+27
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-042-4/+6
* Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov2007-10-031-4/+2
* merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs2007-10-031-9/+0
* remove alternative declaration of h263_encode_init()Aurelien Jacobs2007-10-031-4/+0