]> git.sesse.net Git - vlc/history - modules/codec/x264.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / x264.c
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...
2007-03-23 Laurent AimarFixed invalid free.
2007-03-04 Dennis van Amerongen* modules/codec/x264.c: Add mvrange option.
2007-03-04 Dennis van Amerongen* modules/codec/x264.c: Add support for multipass encod...
2007-03-03 Dennis van Amerongen* modules/codec/x264.c: Revert [16936] (temporarily...
2007-02-09 Rémi Denis-Courmontmultipass x264 patch courtesy of Sašo Kiselkov
2006-12-14 Derk-Jan Hartman* More compiler warning fixes (const mostly)
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-28 Dennis van Amerongen* modules/codec/x264.c: Fix range enforcement and strin...
2006-10-28 Dennis van Amerongen* modules/codec/x264.c: proper descriptions for options...
2006-10-13 Loren Merrittsync to x264 r591
2006-10-09 Dennis van Amerongen* modules/codec/x264.c: copy/paste oops in 17009..
2006-10-09 Dennis van Amerongen* modules/codec/x264.c: H.264 level options patch by...
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-04 Felix Paul Kühne* forward port my fixed temporary fix and re-enable...
2006-10-02 Dennis van Amerongen* modules/codec/x264.c: add interlaced, deadzone-inter...
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-19 Dennis van Amerongen* modules/codec/x264.c: cosmetics and added SSIM stats...
2006-08-14 Derk-Jan Hartman* set extradata of the x264 encoder.
2006-08-06 Loren Merrittoops in r16209
2006-08-04 Loren Merrittfix the crf option to reflect x264's API change in...
2006-07-20 Felix Paul Kühne* compilation fix to reflect x264's API change in its...
2006-05-22 Dennis van Amerongenproper subme integer range
2006-05-20 Jean-Paul Samanx264 options patch from Dennis van Amerongen (Trax...
2006-04-27 Jean-Paul SamanRemove whitespace
2006-04-13 Clément StenacString stuff
2006-04-11 Clément StenacString fixes
2006-04-02 Christophe Mutricytypo
2006-04-02 Christophe Mutricyx264.c: the string review was a bit too strong here
2006-03-31 Clément StenacX264 (Refs:#438)
2006-03-31 Christophe Mutricycodec 2nd round exept fo x264 (refs #438)
2006-03-01 Antoine CellerierAdd/Change x264 options. Patch by Dennis van Amerongen
2006-01-12 Antoine CellerierFSF address change.
2005-12-28 Jean-Paul SamanPatch by Dennis van Amerongen: Unify x264 commandline...
2005-11-19 Antoine Cellerierx264 options patch by Alex Izvorski (plus some checks...
2005-11-01 Gildas Bazin* modules/codec/x264.c: x264 now supports non-mod 16...
2005-10-29 Antoine Cellerieroops
2005-10-29 Antoine Celleriers/ffmpeg/x264/
2005-10-29 Antoine Cellerierallow subpel option in the 1 to 6 range for X264_BUILD...
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-09-21 Gildas Bazin* modules/codec/x264.c: renamed analyse "all" mode...
2005-07-13 Rémi Denis-CourmontRename vlc_reduce to vlc_ureduce so that we won't get...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-07 Gildas Bazin* modules/codec/x264.c: proper calculation of PTS/DTS...
2005-06-06 Gildas Bazin* modules/codec/x264.c: support for multi-threaded...
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-05-13 Gildas Bazin* modules/codec/x264.c: updated with latest changes...
2005-04-26 Gildas Bazin* modules/codec/x264.c: relaxed the version requirement...
next