]> git.sesse.net Git - vlc/history - modules/codec/x264.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / codec / x264.c
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...
2005-04-26 Gildas Bazin* modules/codec/x264.c: use proper default value for...
2005-04-26 Gildas Bazin* modules/codec/x264.c: crop the video if its size...
2005-04-26 Gildas Bazin* modules/codec/x264.c: added bpyramid and subpel optio...
2005-03-08 Gildas Bazin* modules/services_discovery/sap.c, modules/codec/x264...
2005-03-03 Gildas Bazin* modules/codec/x264.c: compilation fix for new libx264.
2005-01-16 Gildas Bazin* modules/codec/x264.c: updated to support recent x264.
2004-12-11 Clément StenacImprovements to preferences
2004-11-13 Clément StenacMerge string fixes
2004-10-11 Gildas Bazin* modules/codec/x264.c: compilation fix.
2004-10-10 Gildas Bazin* modules/codec/x264.c: a couple of fixes + use SSE2...
2004-10-10 Gildas Bazin* modules/codec/x264.c: added a bunch of new config...
2004-09-20 Gildas Bazin* modules/codec/x264.c: fixed aspect ratio.
2004-09-01 Gildas Bazin* modules/codec/x264.c: updated to latest x264 version.
2004-08-22 Laurent Aimar * compilation fix.
2004-07-10 Laurent Aimar all: sout_ParseCfg -> sout_CfgParse.
2004-05-30 Laurent Aimar * x264: I have commited debug stuff :(
2004-05-15 Laurent Aimar * x264: updated to latest PAI.
2004-04-25 Laurent Aimar * x264: compilation fix.
2004-04-23 Laurent Aimar * x264: added aspect support.
2004-04-22 Laurent Aimar * x264: wrapper for libx264 encoder (h264 encoder...