summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
...
| * libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-011-27/+65
|\ \ | |/
| * libx264: set default thread count to 0 (auto)Anton Khirnov2011-08-311-0/+1
| * libx264: add 'mbtree' private option.Anton Khirnov2011-08-311-1/+5
| * libx264: add 'psy' private option.Anton Khirnov2011-08-311-2/+5
| * libx264: add 'aud' private option.Anton Khirnov2011-08-311-2/+5
| * libx264: add 'fast-pskip' private option.Anton Khirnov2011-08-311-1/+5
| * libx264: add '8x8dct' private option.Anton Khirnov2011-08-311-1/+5
| * libx264: add 'mixed-refs' private option.Anton Khirnov2011-08-311-2/+5
| * libx264: add 'weightb' private option.Anton Khirnov2011-08-311-2/+5
| * libx264: add 'b-pyramid' private option.Anton Khirnov2011-08-311-2/+8
| * libx264: add 'intra-refresh' private option.Anton Khirnov2011-08-311-1/+5
| * libx264: add 'ssim' private option.Anton Khirnov2011-08-311-1/+5
| * libx264: make options compatible with x264Anton Khirnov2011-08-311-12/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-241-9/+73
|\ \ | |/
| * libx264: add 'crf_max' private option.Anton Khirnov2011-08-241-0/+5
| * libx264: add 'weightp' private option.Anton Khirnov2011-08-241-1/+10
| * libx264: add 'rc_lookahead' private option.Anton Khirnov2011-08-241-2/+6
| * libx264: add 'psy_trellis' private option.Anton Khirnov2011-08-241-1/+6
| * libx264: add 'psy_rd' private option.Anton Khirnov2011-08-241-1/+7
| * libx264: add 'aq_strength' private option.Anton Khirnov2011-08-241-2/+6
| * libx264: add 'aq_mode' private option.Anton Khirnov2011-08-241-1/+14
| * libx264: add 'cqp' private option.Anton Khirnov2011-08-241-3/+9
| * libx264: add 'crf' private option.Anton Khirnov2011-08-241-1/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-221-7/+12
|\ \ | |/
| * libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov2011-08-221-6/+11
| * libx264: use medium preset by default.Anton Khirnov2011-08-221-1/+1
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-4/+4
|\ \ | |/
| * libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-121-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-091-5/+14
|\ \ | |/
| * libx264: do not set pic quality if no frame is outputBaptiste Coudurier2011-08-081-1/+2
| * libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier2011-08-081-33/+79
* | libx264.c: distinguish between x264 parameter errors.Erik Slagter2011-07-201-8/+13
* | libx264: fix open gop default.Michael Niedermayer2011-06-211-1/+1
* | libx264: fix double freeEtienne Buira2011-06-081-8/+0
* | Fix memleakEtienne Buira2011-05-271-0/+1
* | Fix typoEtienne Buira2011-05-271-1/+1
* | Minor cleanup in libx264.cEtienne Buira2011-05-271-1/+0
* | libx264: support aspect Ratio SwitchJULIAN GARDNER2011-05-261-0/+6
* | libx264: specify field for default union values in optionsStefano Sabatini2011-05-221-8/+8
* | libx264: support passing arbitrary parameters.Michael Niedermayer2011-05-181-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-181-0/+2
|\ \ | |/
| * libx264: handle closed GOP codec flagJindrich Makovicka2011-05-171-0/+2
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-6/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-081-3/+2
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Pass field order flag to libx264Marco Gittler2011-01-251-0/+4
* | Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier2011-05-101-7/+14
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-6/+6
OpenPOWER on IntegriCloud