]> git.sesse.net Git - vlc/history - modules/codec/x264.c
x264.c: check x264_build around 10-bit and 422/444 handling
[vlc] / modules / codec / x264.c
2012-01-06 Ilkka Ollakkax264.c: check x264_build around 10-bit and 422/444...
2012-01-05 Ilkka Ollakkax264.c: add support for 8 and 10 bit encoding for all...
2012-01-05 Ilkka Ollakkax264.c: remote pts/dts scaling as it isn't needed nowadays
2012-01-05 Ilkka Ollakkax264.c: support high422,high444 and high10 encoding
2012-01-05 Ilkka Ollakkax264.c: use x264_param_apply_profile
2012-01-05 Ilkka Ollakkax264.c: move mbtree closer to other bitrate options
2012-01-05 Ilkka Ollakkax264.c: partly revert vbv-bufsize option handling when...
2012-01-05 Ilkka Ollakkax264.c: support infinite keyint option with -1
2011-11-08 Jean-Baptiste Kempfx264: do not make it harder for translators
2011-09-09 Ilkka Ollakkax264: actually add that sei in first block
2011-09-03 Ilkka Ollakkax264: place SEI in start of first block, also copy...
2011-07-31 Kaarlo RaihaChange recommented to recommended
2011-07-31 Kaarlo RaihaChange fluctations to fluctuations
2011-07-31 Kaarlo RaihaChange optinos to options
2011-07-31 Kaarlo RaihaAdd whitespace
2011-04-13 Ilkka Ollakkax264: fix open-gop -> opengop, thanks for TypX for...
2011-04-13 Ilkka Ollakkax264: handle change with X264_BUILD 115 relating to...
2011-03-17 Ilkka Ollakkax264: mark advanced options as advanced, leaving keyint...
2010-11-18 Rafaël Carréx264: write first SEI NAL into first picture
2010-11-04 Rafaël Carréx264: remove double assignement
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-10 Jean-Baptiste KempfFix various typos
2010-10-04 Ilkka Ollakkax264: use default libx264 lookahead-value
2010-07-05 Ilkka Ollakkax264: forgotten free() spotted by ivoire
2010-07-05 Ilkka Ollakkax264 compile fix for x264 < 102
2010-07-05 Ilkka Ollakkax264: add options for opengop
2010-06-14 Ilkka Ollakkax264: don't repeat headers, we should do it ourself...
2010-06-13 Ilkka Ollakkax264: use libx264 with 0-started pts values and scale...
2010-06-12 Ilkka Ollakkax264: use int64_t instead int as delay
2010-06-02 Ilkka Ollakkax264: use x264_picture_init from X264_BUILD >= 98
2010-05-25 Ilkka Ollakkax264: allow b-pyramid in main-profile selection
2010-05-25 Ilkka Ollakkax264: default b-pyramid to "normal" from X264_BUILD...
2010-05-25 Ilkka Ollakkax264: make sure b-pyramid ain't set other than high...
2010-05-25 Ilkka Ollakkax264: change 8x8dct default to true and fix logic so...
2010-05-16 Ilkka Ollakkax264: preset/tune are in from X264_BUILD >= 86
2010-05-16 Ilkka Ollakkax264: bump required version to >= 0.86
2010-05-16 Ilkka Ollakkax264: add info about letting libx264 set level when...
2010-05-10 Ilkka Ollakkax264.c: forgotten free() added
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-04-24 Jean-Baptiste Kempfx264: activate preset only on recent versions of x264
2010-04-22 Ilkka Ollakkax264: add forgotten help-text to preset/tune options
2010-04-22 Ilkka Ollakkax264: modify code to add preset/tune options and don...
2010-04-13 Ilkka Ollakkax264: hrd option should be in from X264_BUILD >= 89
2010-04-13 Ilkka Ollakkax264: add hrd-option
2010-04-13 Ilkka Ollakkax264: remove upper limit for subme-value
2010-04-06 Ilkka Ollakkax264: b_vfr_input came in X264_BUILD >= 81
2010-04-01 Ilkka Ollakkax264: actually check limit for level is told between...
2010-04-01 Ilkka Ollakkax264: don't set default level to 5.1, but let libx264...
2010-04-01 Ilkka Ollakkax264: set b_vfr_input to 0, as it seems to matter now
2010-03-15 Rémi Denis-Courmontx264: remove 0.8.x deprecated aliases completely
2010-03-15 Rémi Denis-Courmontx264: remove deprecated aliases from chain
2010-01-17 Ilkka Ollakkax264.c: add psy mbtree and intra-refresh boolean options
2010-01-16 Ilkka Ollakkax264.c: add forgotten options to list, so slicing param...
2010-01-16 Ilkka Ollakkax264.c: add slicing parameters
2010-01-16 Ilkka Ollakkax264.c: handle dts/pts from libx264 on X264_BUILD ...
2009-12-28 Rémi Duraffortx264: use static mutex for win.
2009-12-23 Ilkka Ollakkax264: remove unneeded p_buffer
2009-12-23 Ilkka Ollakkax264: avoid one memcpy
2009-12-17 Pierre YnardBuild fix
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carréx264: do not use void* with pointer arithmetic
2009-12-07 Rafaël Carréx264: mention to remove kludge when 0 is a valid timestamp
2009-11-15 Ilkka Ollakkax264.c: add option to adjust lookahead
2009-11-09 Ilkka Ollakkax264: add option to fiddle weighting for P-frames from...
2009-10-20 Ilkka Ollakkax264.c: don't leak on getString
2009-10-20 Ilkka Ollakkax264.c: handle X264_BUILD 78 bpyramid change
2009-10-11 Sabourin GillesOpen : fix typo.
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-10-01 Christophe MutricyRemove dead code
2009-09-23 Ilkka Ollakkax264: add myself as one of the authors
2009-09-23 Ilkka Ollakkax264: set requirement to >= 0.76 for libx264
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-17 Ilkka Ollakkax264: set param.rc.i_lookahead to lower than default
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-03 Rémi Duraffortadd_bool: wants a boolean.
2009-08-19 Ilkka Ollakkax264: add profile-limitter, pretty much same as in...
2009-08-10 Ilkka Ollakkax264: change aq-mode default same as libx264 uses
2009-07-30 Ilkka Ollakkax264: when partitions=all, just set partitions~0
2009-07-28 Ilkka Ollakkax264: use ABR-mode if user specifies bitrate
2009-07-27 Rémi Duraffortx264: no need to create the variables when closing...
2009-07-22 Ilkka Ollakkax264.c: add psy-rd string to modify psy-rd settings
2009-07-21 Ilkka Ollakkax264 change that qcomp-parameter determinates rc-mode
2009-07-21 Ilkka Ollakkax264.c: change defaults allmost same as current x264 has
2009-07-21 Ilkka Ollakkax264.c: set vbv max bitrate to bitrate if doing cbr
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rémi DuraffortQuit correctly x264 codec when x264 failed.
2009-05-29 Adrien MagloFix a segfault : check the return value of x264_encoder...
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
next