Skip to content

Commit 4c14569

Browse files
author
Dom Cobley
committed
firmware: deinterlace: fix issues with non-tunneled component
See: #213 userland: raspicam: Added a signal mode to allow initiation of captures from another process See: raspberrypi/userland#103 userland: raspicam: Refactored raspivid to allow user to pause and restart captures See: raspberrypi/userland#104
1 parent 5113ce6 commit 4c14569

39 files changed

+16
-0
lines changed

boot/fixup.dat

12 Bytes
Binary file not shown.

boot/fixup_x.dat

6 Bytes
Binary file not shown.

boot/start.elf

736 Bytes
Binary file not shown.

boot/start_cd.elf

0 Bytes
Binary file not shown.

boot/start_x.elf

768 Bytes
Binary file not shown.

hardfp/opt/vc/bin/raspistill

866 Bytes
Binary file not shown.

hardfp/opt/vc/bin/raspivid

6.49 KB
Binary file not shown.

hardfp/opt/vc/bin/raspiyuv

0 Bytes
Binary file not shown.

hardfp/opt/vc/include/IL/OMX_Index.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ typedef enum OMX_INDEXTYPE {
499499
OMX_IndexConfigBrcmPowerMonitor, /**< reference: OMX_CONFIG_BOOLEANTYPE */
500500
OMX_IndexParamBrcmZeroCopy, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
501501
OMX_IndexParamBrcmVideoEGLRenderDiscardMode, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
502+
OMX_IndexParamBrcmVideoAVC_VCLHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
503+
OMX_IndexParamBrcmVideoAVC_LowDelayHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
504+
OMX_IndexParamBrcmVideoCroppingDisable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
505+
OMX_IndexParamBrcmVideoAVCInlineHeaderEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
502506

503507
// 0x7f0000f0
504508
OMX_IndexConfigBrcmAudioDownmixCoefficients = 0x7f0000f0, /**< reference: OMX_CONFIG_BRCMAUDIODOWNMIXCOEFFICIENTS */

hardfp/opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Index.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ typedef enum OMX_INDEXTYPE {
499499
OMX_IndexConfigBrcmPowerMonitor, /**< reference: OMX_CONFIG_BOOLEANTYPE */
500500
OMX_IndexParamBrcmZeroCopy, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
501501
OMX_IndexParamBrcmVideoEGLRenderDiscardMode, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
502+
OMX_IndexParamBrcmVideoAVC_VCLHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
503+
OMX_IndexParamBrcmVideoAVC_LowDelayHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
504+
OMX_IndexParamBrcmVideoCroppingDisable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
505+
OMX_IndexParamBrcmVideoAVCInlineHeaderEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
502506

503507
// 0x7f0000f0
504508
OMX_IndexConfigBrcmAudioDownmixCoefficients = 0x7f0000f0, /**< reference: OMX_CONFIG_BRCMAUDIODOWNMIXCOEFFICIENTS */

hardfp/opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libmmal.so

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libmmal_core.so

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libmmal_util.so

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libopenmaxil.so

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

opt/vc/bin/raspistill

738 Bytes
Binary file not shown.

opt/vc/bin/raspivid

18.1 KB
Binary file not shown.

opt/vc/bin/raspiyuv

0 Bytes
Binary file not shown.

opt/vc/include/IL/OMX_Index.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ typedef enum OMX_INDEXTYPE {
499499
OMX_IndexConfigBrcmPowerMonitor, /**< reference: OMX_CONFIG_BOOLEANTYPE */
500500
OMX_IndexParamBrcmZeroCopy, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
501501
OMX_IndexParamBrcmVideoEGLRenderDiscardMode, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
502+
OMX_IndexParamBrcmVideoAVC_VCLHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
503+
OMX_IndexParamBrcmVideoAVC_LowDelayHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
504+
OMX_IndexParamBrcmVideoCroppingDisable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
505+
OMX_IndexParamBrcmVideoAVCInlineHeaderEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
502506

503507
// 0x7f0000f0
504508
OMX_IndexConfigBrcmAudioDownmixCoefficients = 0x7f0000f0, /**< reference: OMX_CONFIG_BRCMAUDIODOWNMIXCOEFFICIENTS */

opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Index.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ typedef enum OMX_INDEXTYPE {
499499
OMX_IndexConfigBrcmPowerMonitor, /**< reference: OMX_CONFIG_BOOLEANTYPE */
500500
OMX_IndexParamBrcmZeroCopy, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
501501
OMX_IndexParamBrcmVideoEGLRenderDiscardMode, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE */
502+
OMX_IndexParamBrcmVideoAVC_VCLHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
503+
OMX_IndexParamBrcmVideoAVC_LowDelayHRDEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
504+
OMX_IndexParamBrcmVideoCroppingDisable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
505+
OMX_IndexParamBrcmVideoAVCInlineHeaderEnable, /**< reference: OMX_CONFIG_PORTBOOLEANTYPE*/
502506

503507
// 0x7f0000f0
504508
OMX_IndexConfigBrcmAudioDownmixCoefficients = 0x7f0000f0, /**< reference: OMX_CONFIG_BRCMAUDIODOWNMIXCOEFFICIENTS */

opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libmmal.so

0 Bytes
Binary file not shown.

opt/vc/lib/libmmal_core.so

0 Bytes
Binary file not shown.

opt/vc/lib/libmmal_util.so

0 Bytes
Binary file not shown.

opt/vc/lib/libmmal_vc_client.so

0 Bytes
Binary file not shown.

opt/vc/lib/libopenmaxil.so

0 Bytes
Binary file not shown.

opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvmcs_rpc_client.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)