14 Commits

Author SHA1 Message Date
Ziemowit Zabawa d8debbc6dd Fix typos with codespell tool
This includes fixing convert_method_to_flag so it recognizes "gauss"
parameter properly instead of silently defaulting to bicubic.
2021-09-29 21:11:16 +00:00
Henrik Gramner 08a9c51919 Get rid of some tabs and trailing whitespaces 2015-07-25 22:52:54 +02:00
Neil b671762973 Update "Install and compile x264" in doc/regression_test.txt 2013-02-25 12:14:31 -08:00
Fiona Glaser b9461a15b3 Update benchmarks in doc/threads.txt 2010-11-10 00:10:55 -08:00
Fiona Glaser 84bb443d53 Update some of the information in doc/ 2010-10-10 14:43:52 -07:00
Henrik Gramner 346f167927 Faster 2x2 chroma DC dequant 2010-02-15 00:28:01 -08:00
Loren Merritt 6e8487f4ea rm msvc project files and related ifdefs 2009-10-07 18:42:46 +00:00
Loren Merritt 708b986210 fix a crash on win32 with threads.
r852 introduced an assumption in deblock that the stack is aligned.
2008-05-20 20:19:28 -06:00
Loren Merritt 7b4f6a1fd9 New threading method:
Encode multiple frames in prallel instead of dividing each frame into slices.
Improves speed, and reduces the bitrate penalty of threading.

Side effects:
It is no longer possible to re-encode a frame, so threaded scenecut detection
must run in the pre-me pass, which is faster but less precise. 
It is now useful to use more threads than you have cpus. --threads=auto has
been updated to use cpus*1.5.
Minor changes to ratecontrol.

New options: --pre-scenecut, --mvrange-thread, --non-deterministic


git-svn-id: svn://svn.videolan.org/x264/trunk@607 df754926-b1dd-0310-bc7b-ec298dee348c
2006-12-15 23:03:36 +00:00
Loren Merritt c832ac1af2 when using DEBUG_DUMP_FRAME, write decoded pictures in display order.
patch by Loic Le Loarer.



git-svn-id: svn://svn.videolan.org/x264/trunk@525 df754926-b1dd-0310-bc7b-ec298dee348c
2006-05-19 20:10:41 +00:00
Loren Merritt d484bce60e doc/ratecontrol.txt
git-svn-id: svn://svn.videolan.org/x264/trunk@350 df754926-b1dd-0310-bc7b-ec298dee348c
2005-10-31 02:52:33 +00:00
Loren Merritt 5aced82614 rm doc/dct.txt
git-svn-id: svn://svn.videolan.org/x264/trunk@349 df754926-b1dd-0310-bc7b-ec298dee348c
2005-10-31 02:50:36 +00:00
Loren Merritt 4b925a1cfb expose the rest of the VUI flags.
patch by Christian Heine.



git-svn-id: svn://svn.videolan.org/x264/trunk@316 df754926-b1dd-0310-bc7b-ec298dee348c
2005-10-08 03:52:10 +00:00
Laurent Aimar 5dc0aae2f9 * all: re-import of the CVS.
git-svn-id: svn://svn.videolan.org/x264/trunk@1 df754926-b1dd-0310-bc7b-ec298dee348c
2004-06-03 19:29:33 +00:00