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-10-11libx264: Fix loop failure due to bufsize becoming 0Michael Niedermayer
2011-10-01Fix a buffer overflow in libx264 interface to x264 encoder. Previous code ign...Mike Scheutzow
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
2011-04-21In libx264 wrapper, correctly support 2pass log filename option.Baptiste Coudurier
2011-04-20In libx264 wrapper, add -level specific option.Baptiste Coudurier
2011-04-20Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized opt...Baptiste Coudurier
2011-04-20In libx264 wrapper, do not set pic quality if no frame is output, avoidsBaptiste Coudurier
2011-04-17In libx264 wrapper, add -preset and -tune optionsBaptiste Coudurier
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-09Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser
2011-02-09Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-28Pass field order flag to libx264Marco Gittler
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Pass field order flag to libx264Marco Gittler
2010-12-07Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser
2010-11-11Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser
2010-10-25Make libx264 take the pict_type input parameter into account,Nicolas George
2010-10-22Add new -slices option and use it for libvpx and libx264.James Zern
2010-06-03Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser
2010-05-20fix x264 encoding when delay is > number of input framesBaptiste Coudurier
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-04-20vertical align in libx264.cJason Garrett-Glaser
2010-04-01Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier
2010-01-19Update libx264.c to use new libx264 featuresJason Garrett-Glaser
2009-12-09revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt
2009-12-08Boolify options passed to x264.Jason Garrett-Glaser
2009-12-08Add MBtree support for libx264Erik Slagter
2009-11-24Add weightp support in API for libx264.Jason Garrett-Glaser
2009-10-19Update libx264.c for x264 API changeJason Garrett-Glaser
2009-09-29cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-09-23Add support for new x264 API.Jason Garrett-Glaser