]> git.sesse.net Git - x264/commit
* all: Patch by Loren Merritt.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 29 Sep 2004 16:02:18 +0000 (16:02 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 29 Sep 2004 16:02:18 +0000 (16:02 +0000)
commite3ae8a7d1a3953c0f261cba6e1b161cfc7f1b0d6
treed8998dec2f4718c14f7b9c43261ef9a2416bd93b
parent79a2bb78b970e55e92bb4a74ff5f88dc6d0a6851
 * all: Patch by Loren Merritt.

" This patch makes scene-cut detection based on the relative cost of I-frame
vs P-frame, rather than just on the number of I-blocks used.
It also makes the scene-cut threshold configurable.

This doesn't have a very large effect: Most scene cuts are obvious to
either algorithm. But I think this way is better in some less clear cut
cases, and sometimes finds a better spot for an I-frame than just waiting
for the max I-frame interval."

git-svn-id: svn://svn.videolan.org/x264/trunk@49 df754926-b1dd-0310-bc7b-ec298dee348c
core/common.c
core/common.h
encoder/analyse.c
encoder/encoder.c
x264.c
x264.h