126 Commits (523da37f4c512a5bde37ab30da3d7d4e67e48c94)

Author SHA1 Message Date
Michael Niedermayer dd974c1bc1 libx264: Implement rgb24 support through a seperate AVCodec. 13 years ago
Michael Niedermayer 4a8e3324fb libx264: fix generic boolean support 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 46c3c53bae libx264: support yuv422/444 output. 13 years ago
Themaister 18a97b030c Allow YUV444P and RGB/BGR encoding for libx264. 13 years ago
Anton Khirnov d97efd7f87 libx264: support 9- and 10-bit output. 13 years ago
Michael Niedermayer 751a4efd4d libx264: Fix loop failure due to bufsize becoming 0 13 years ago
Michael Niedermayer e89f58810d libx264: remove check_default_settings() 13 years ago
Michael Niedermayer d5a3635b2c libx264: free x4->sei 13 years ago
Mike Scheutzow e2dae1faa8 Fix a buffer overflow in libx264 interface to x264 encoder. Previous code ignored the compressed buffer size passed in. This change returns as many complete NALs as can fit in the buffer, and logs an error message. 13 years ago
Luca Barbato 3a78fb57de libx264: introduce slice-max-size option 13 years ago
Andrew Wason 5e85fd9f9c libx264: fix overwriting presets with flags2 13 years ago
Andrew Wason 3eb1e65f5f libx264: fix overwriting preset rc_lookahead 13 years ago
Anton Khirnov 0962f23b35 libx264: fix setting some more parameters 13 years ago
Andrej Peterka 2bb5d637fc libx264: fix setting the H.264 level 13 years ago
Anton Khirnov 9c684feadc libx264: add 'direct-pred' private option 13 years ago
Anton Khirnov 0635a8aa21 libx264: add 'partitions' private option 13 years ago
Anton Khirnov 7042337673 libx264: add 'cplxblur' private option 13 years ago
Anton Khirnov 71b5f4427b libx264: add 'deblock' private option 13 years ago
Anton Khirnov f83c45183e libx264: add 'b-bias' private option 13 years ago
Anton Khirnov bb73cda2f6 libx264: fix setting some options. 13 years ago
Anton Khirnov d8dee0e7bd libx264: remove useless assignment 13 years ago
Anton Khirnov 1440037411 libx264: use X264_THREADS_AUTO constant instead of 0. 13 years ago
Anton Khirnov 5d06f15235 libx264: set default thread count to 0 (auto) 13 years ago
Anton Khirnov 0dc5e12f1e libx264: add 'mbtree' private option. 13 years ago
Anton Khirnov 38934f19fe libx264: add 'psy' private option. 13 years ago
Anton Khirnov cf90c5d0e0 libx264: add 'aud' private option. 13 years ago
Anton Khirnov 3b82aeeec0 libx264: add 'fast-pskip' private option. 13 years ago
Anton Khirnov 373257fa79 libx264: add '8x8dct' private option. 13 years ago
Anton Khirnov eab21c32e3 libx264: add 'mixed-refs' private option. 13 years ago
Anton Khirnov 0f29699db7 libx264: add 'weightb' private option. 13 years ago
Anton Khirnov 34dda1251d libx264: add 'b-pyramid' private option. 13 years ago
Anton Khirnov 5d4a1048ee libx264: add 'intra-refresh' private option. 13 years ago
Anton Khirnov faaecd4708 libx264: add 'ssim' private option. 13 years ago
Anton Khirnov 3b81636f33 libx264: make options compatible with x264 13 years ago
Anton Khirnov 4ae30cac22 libx264: add 'crf_max' private option. 13 years ago
Anton Khirnov c5dd0bc4ca libx264: add 'weightp' private option. 13 years ago
Anton Khirnov d4b9671318 libx264: add 'rc_lookahead' private option. 13 years ago
Anton Khirnov 2a44a8f609 libx264: add 'psy_trellis' private option. 13 years ago
Anton Khirnov 93e623c642 libx264: add 'psy_rd' private option. 13 years ago
Anton Khirnov 5c75b2a0b7 libx264: add 'aq_strength' private option. 13 years ago
Anton Khirnov 85254fcb46 libx264: add 'aq_mode' private option. 13 years ago
Anton Khirnov 9d508e4914 libx264: add 'cqp' private option. 13 years ago
Anton Khirnov d5dc8cc297 libx264: add 'crf' private option. 13 years ago
Anton Khirnov ae60927aef libx264: only use ABR mode when the user explicitly set bitrate. 13 years ago
Anton Khirnov 03eff2bf43 libx264: use medium preset by default. 13 years ago
Reinhard Tartler 69c4bee8fa libx264: Include hint for possible values for configuring libx264 13 years ago
Baptiste Coudurier 5caa2de19e libx264: do not set pic quality if no frame is output 13 years ago
Baptiste Coudurier 07a227b432 libx264: add preset, tune, profile and fastfirstpass private options 13 years ago
Erik Slagter 045ef52ef5 libx264.c: distinguish between x264 parameter errors. 14 years ago