| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2003-2010, Broadcom Corporation |
|---|
| 3 | * All Rights Reserved |
|---|
| 4 | * Confidential Property of Broadcom Corporation |
|---|
| 5 | * |
|---|
| 6 | * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE |
|---|
| 7 | * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR |
|---|
| 8 | * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. |
|---|
| 9 | * |
|---|
| 10 | * $brcm_Workfile: bvbilib_bitread.c $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/10 $ |
|---|
| 12 | * $brcm_Date: 8/27/10 2:00p $ |
|---|
| 13 | * |
|---|
| 14 | * Module Description: |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | * $brcm_Log: /magnum/syslib/vbilib/bvbilib_bitread.c $ |
|---|
| 19 | * |
|---|
| 20 | * Hydra_Software_Devel/10 8/27/10 2:00p darnstein |
|---|
| 21 | * SW3548-3022: merge to production branch. |
|---|
| 22 | * |
|---|
| 23 | * Hydra_Software_Devel/SW3548-3022/1 7/28/10 4:39p darnstein |
|---|
| 24 | * SW3548-3022: bitstream parsing is relayed to commonutils module BUDP. |
|---|
| 25 | * |
|---|
| 26 | * Hydra_Software_Devel/9 5/10/10 11:46a darnstein |
|---|
| 27 | * SW7125-394: silence "uninitialized variable" complaint. |
|---|
| 28 | * |
|---|
| 29 | * Hydra_Software_Devel/8 9/11/07 5:18p darnstein |
|---|
| 30 | * PR25708: First release of SCTE encoder software. |
|---|
| 31 | * |
|---|
| 32 | * Hydra_Software_Devel/7 2/10/06 5:33p darnstein |
|---|
| 33 | * PR15767: Fix a bad bug in BVBIlib_Bitread_Init(). |
|---|
| 34 | * |
|---|
| 35 | * Hydra_Software_Devel/6 10/6/05 11:30a darnstein |
|---|
| 36 | * PR 17477: Fix problem calling an "unsafe" preprocessor macro. |
|---|
| 37 | * |
|---|
| 38 | * Hydra_Software_Devel/5 3/22/05 1:51p darnstein |
|---|
| 39 | * PR 14504: Arman's speed optimizations have been applied. |
|---|
| 40 | * |
|---|
| 41 | * Hydra_Software_Devel/4 1/14/05 11:58a darnstein |
|---|
| 42 | * PR 13797: Allow read from address that is not a multiple of 4. Fix |
|---|
| 43 | * counting error that Bill Fassl discovered. |
|---|
| 44 | * |
|---|
| 45 | * Hydra_Software_Devel/3 12/20/04 1:40p darnstein |
|---|
| 46 | * PR 13030: Adapt to changed file names. |
|---|
| 47 | * |
|---|
| 48 | * Hydra_Software_Devel/2 10/18/04 5:06p darnstein |
|---|
| 49 | * PR 12874: Restore the calling sequence of BVBILIB_DCCparse() to avoid |
|---|
| 50 | * giving problems to Broadcom customers. |
|---|
| 51 | * |
|---|
| 52 | * Hydra_Software_Devel/1 10/11/04 3:23p darnstein |
|---|
| 53 | * PR12874: Initial version. |
|---|
| 54 | ***************************************************************************/ |
|---|
| 55 | |
|---|
| 56 | /* Software has been moved to the BUDP commonutils module. */ |
|---|
| 57 | |
|---|
| 58 | /* End of File */ |
|---|