]> git.sesse.net Git - vlc/history - modules/codec/x264.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / codec / x264.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-02-15 Hannes Domanix264: fix memory leak
2015-02-08 Rémi Denis-Courmontmsg: simplify msg_GenericVa() macro
2014-09-21 Ilkka Ollakkause CLOCK_FREQ
2014-04-22 Rémi Denis-Courmontx264: remove no-op
2013-11-18 Maxim BublisFixed warnings on duplicate const modifiers.
2013-09-13 Ilkka Ollakkax262: add new x262 MPEG-2 encoding module based on...
2013-09-09 Rafaël Carréuse i_visible_ dimensions to initialize encoders
2013-08-06 Francois Cartegniecodec: x264: avoid segfault with x264_encoder_delayed_f...
2013-04-28 Christoph MiebachBluRay instead of Blu-Ray. Re-using short messages...
2013-04-26 Christoph MiebachString removal
2013-04-25 Felix Paul Kühne*: unify 'none' vs. 'None' (-1 l10n string)
2013-03-17 Ilkka Ollakkax264: use x264 macro to get both B-frame types
2013-02-05 Vittorio Giovararename configuration page title for x264 options
2013-01-22 Ilkka Ollakkax264: enable setting fullrange flag and input
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-10-08 Ilkka Ollakkax264: in crf mode, set stream bitrate to be maxrate...
2012-10-06 Ilkka Ollakkax264: check that string has content before apply it...
2012-09-13 Ilkka Ollakkax264: don't set vfr, it maybe wasn't that good idea...
2012-09-06 Rafaël Carréx264: do not use NULL terminated arrays in help item...
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMX at build-time if possible
2012-08-01 Rémi Denis-Courmontcpu: do not define capabilities on platforms that do...
2012-04-17 Rafaël Carréx264: support setting any option
2012-04-11 Jean-Baptiste Kempfx264: simpler option desc
2012-03-24 Ilkka Ollakkax264: Define timebase
2012-03-10 Ilkka Ollakkax264.c: add x26410b-module for 10-bit encoding alongsid...
2012-02-25 Francois Cartegniex264: use a list for frame packing options.
2012-02-21 Ilkka Ollakkax264: add frame-packing option
2012-01-21 Ilkka Ollakkax264.c: fix message level setting in logging
2012-01-21 Ilkka Ollakkax264.c: use pf_log to get x264 log messages
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...
next