camera: Enable CBR rate-control mode for h.264 encoding.
authorJussi Saavalainen <jussi.saavalainen@ixonos.com>
Wed, 30 Jan 2013 08:08:24 +0000 (10:08 +0200)
committerYan Yin <yan.yin@intel.com>
Tue, 19 Feb 2013 08:07:32 +0000 (16:07 +0800)
Change-Id: Id93b7a3de2dcc459621d556bf62c44cf53b7ad94

mmfw-sysconf-mfld-blackbay/usr/etc/mmfw_camcorder.ini
packaging/mmfw-sysconf-mfld-blackbay.changes

index c83adce..85b523d 100644 (file)
@@ -66,7 +66,7 @@ VideosinkDescription = queue max-size-buffers=4 leaky=2 ! vaapisink sync=false r
 H263 = vaapiencodeh263 | 0,0
 MPEG4 = vaapiencodempeg4 | 0,0
 THEORA = theoraenc | 1,0 | num-bufs,4
-H264 = vaapiencodeh264 | 1,0 | slice-num,2
+H264 = vaapiencodeh264 | 2,0 | slice-num,2 | rate-control,1
 
 [AudioEncoder]
 AMR = amrnbenc | 0,0
index 14f3903..c9c3900 100644 (file)
@@ -1,3 +1,11 @@
+* Wed Jan 30 2013 Jussi Saavalainen <jussi.saavalainen@ixonos.com> submit/tizen_2.0/20130125.020945@0741db7
+- camera: Enable CBR rate-control mode for h.264 encoding
+- remove and rename some dirs to avoid confusion
+- update licence & notice files.
+- Workaround bad front camera resolution issue
+- Set device.dbus property for audio device routing, which fix TZSP-4702
+- camera: Disable muxer faststart and default VF/video to 800x600
+
 * Fri Jan 11 2013 Jussi Saavalainen <jussi.saavalainen@ixonos.com> submit/tizen_2.0/20121221.184847@7bdfdd1
 - Workaround bad front camera resolution issue