Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-01libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov
2011-09-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-31libx264: set default thread count to 0 (auto)Anton Khirnov
2011-08-31libx264: add 'mbtree' private option.Anton Khirnov
2011-08-31libx264: add 'psy' private option.Anton Khirnov
2011-08-31libx264: add 'aud' private option.Anton Khirnov
2011-08-31libx264: add 'fast-pskip' private option.Anton Khirnov
2011-08-31libx264: add '8x8dct' private option.Anton Khirnov
2011-08-31libx264: add 'mixed-refs' private option.Anton Khirnov
2011-08-31libx264: add 'weightb' private option.Anton Khirnov
2011-08-31libx264: add 'b-pyramid' private option.Anton Khirnov
2011-08-31libx264: add 'intra-refresh' private option.Anton Khirnov
2011-08-31libx264: add 'ssim' private option.Anton Khirnov
2011-08-31libx264: make options compatible with x264Anton Khirnov
2011-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-24libx264: add 'crf_max' private option.Anton Khirnov
2011-08-24libx264: add 'weightp' private option.Anton Khirnov
2011-08-24libx264: add 'rc_lookahead' private option.Anton Khirnov
2011-08-24libx264: add 'psy_trellis' private option.Anton Khirnov
2011-08-24libx264: add 'psy_rd' private option.Anton Khirnov
2011-08-24libx264: add 'aq_strength' private option.Anton Khirnov
2011-08-24libx264: add 'aq_mode' private option.Anton Khirnov
2011-08-24libx264: add 'cqp' private option.Anton Khirnov
2011-08-24libx264: add 'crf' private option.Anton Khirnov
2011-08-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-22libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov
2011-08-22libx264: use medium preset by default.Anton Khirnov
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12libx264: Include hint for possible values for configuring libx264Reinhard Tartler
2011-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-08libx264: do not set pic quality if no frame is outputBaptiste Coudurier
2011-08-08libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier
2011-07-20libx264.c: distinguish between x264 parameter errors.Erik Slagter
2011-06-21libx264: fix open gop default.Michael Niedermayer
2011-06-08libx264: fix double freeEtienne Buira
2011-05-27Fix memleakEtienne Buira
2011-05-27Fix typoEtienne Buira
2011-05-27Minor cleanup in libx264.cEtienne Buira
2011-05-26libx264: support aspect Ratio SwitchJULIAN GARDNER
2011-05-23libx264: specify field for default union values in optionsStefano Sabatini
2011-05-18libx264: support passing arbitrary parameters.Michael Niedermayer
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-18libx264: handle closed GOP codec flagJindrich Makovicka
2011-05-11Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30In libx264 wrapper, change wpredp to a codec specific option.Baptiste Coudurier
2011-04-23In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be setBaptiste Coudurier
2011-04-22Rm duplicated define for OPT_STR.Robert Leatherwood
2011-04-21In libx264 wrapper, detect default settings and use medium profile to avoid f...Baptiste Coudurier