]> git.sesse.net Git - vlc/history - modules/codec/x264.c
x264: remove deprecated aliases from chain
[vlc] / modules / codec / x264.c
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
2008-05-17 Jean-Paul SamanSmall cleanup
2008-05-17 Jean-Paul SamanCheck malloc/recalloc return values.
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-24 Jean-Paul SamanFix latest crash in modules/codec/x264.c with ratecontrol.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-01 Ilkka OllakkaAdd options for controlling AQ in x264_BUILD >= 59
2008-03-25 Jean-Paul SamanCleanup whitespace and use fastmemcpy.
2008-03-20 Ilkka Ollakkaset rc_method = X264_RC_CQP if qp is set
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-02-14 Dennis van Amerongen* modules/codec/x264.c: fix threads=0 (auto) which...
2008-02-14 Dennis van Amerongen* modules/codec/x264.c: more user friendly version...
2008-02-11 Dennis van Amerongen* modules/codec/x264.c: add x264 version debug info
2008-02-11 Benjamin Pracht* fix pthread support for x264 on win32
2008-02-08 Dennis van Amerongen* modules/codec/x264.c: add satd exhaustive motion...
2008-02-08 Dennis van Amerongen* modules/codec/x264.c: set default for direct predicti...
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-11-21 Christophe Massiot * modules/codec/x264.c: Fixed DTS when adaptive B...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-03 Dennis van Amerongen* modules/codec/x264.c: Add mvrange-thread, non-determi...
next