]> git.sesse.net Git - vlc/history - modules/codec/x264.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / codec / x264.c
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
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-18 Rémi Denis-Courmontx264: handle obsolete parameters (fix #2667)
2009-03-11 Jean-Baptiste Kempfx264: obsolete pre-scenecut option.
2009-03-11 Sabourin Gillesx264 Removed pre-scenecut definitions for build 67
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-23 Dominique Leuenbergerx264 removed i_direct_8x8_inference from the structure...
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-06 Alexis BallierFix build with x264 build 65
2008-09-23 Jean-Paul Saman(x264) b-adapt now takes an integer ranging from 0...
2008-09-20 Jean-Paul Samanbframe_adaptive has been made an integer in new (X264_B...
2008-09-19 Dominique LeuenbergerAdd support for x264 >= 63
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
next