summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-021-1/+1
|\
| * threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-011-1/+1
* | cleanup: remove two extraneous semicolons.Clément Bœsch2011-12-121-1/+1
* | libx264: workaround a bug in some versions of flash playerMichael Niedermayer2011-12-091-2/+4
* | libx264: Implement rgb24 support through a seperate AVCodec.Michael Niedermayer2011-12-011-4/+29
* | libx264: fix generic boolean supportMichael Niedermayer2011-12-011-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-74/+74
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-41/+41
| * libx264: support yuv422/444 output.Anton Khirnov2011-10-121-1/+23
* | Allow YUV444P and RGB/BGR encoding for libx264.Themaister2011-10-091-3/+55
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-071-1/+28
|\ \ | |/
| * libx264: support 9- and 10-bit output.Anton Khirnov2011-10-061-1/+28
* | libx264: Fix loop failure due to bufsize becoming 0Michael Niedermayer2011-10-041-1/+3
* | libx264: remove check_default_settings()Michael Niedermayer2011-09-281-25/+0
* | libx264: free x4->seiMichael Niedermayer2011-09-261-1/+1
* | Fix a buffer overflow in libx264 interface to x264 encoder. Previous code ign...Mike Scheutzow2011-09-261-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-161-0/+5
|\ \ | |/
| * libx264: introduce slice-max-size optionLuca Barbato2011-09-161-0/+5
* | libx264: fix overwriting presets with flags2Andrew Wason2011-09-121-10/+13
* | libx264: fix overwriting preset rc_lookaheadAndrew Wason2011-09-121-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-071-51/+67
|\ \ | |/
| * libx264: fix setting some more parametersAnton Khirnov2011-09-071-27/+36
| * libx264: fix setting the H.264 levelAndrej Peterka2011-09-071-3/+3
| * libx264: add 'direct-pred' private optionAnton Khirnov2011-09-071-2/+10
| * libx264: add 'partitions' private optionAnton Khirnov2011-09-071-14/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-061-23/+54
|\ \ | |/
| * libx264: add 'cplxblur' private optionAnton Khirnov2011-09-061-2/+6
| * libx264: add 'deblock' private optionAnton Khirnov2011-09-061-6/+14
| * libx264: add 'b-bias' private optionAnton Khirnov2011-09-061-1/+6
| * libx264: fix setting some options.Anton Khirnov2011-09-061-13/+28
| * libx264: remove useless assignmentAnton Khirnov2011-09-061-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-011-1/+1
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud