Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
eea3cea0
Commit
eea3cea0
authored
Mar 14, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove attribute((deprecated))
parent
096c5fd7
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
0 additions
and
40 deletions
+0
-40
src/demux.h
src/demux.h
+0
-1
src/tables/bat.h
src/tables/bat.h
+0
-2
src/tables/bat_private.h
src/tables/bat_private.h
+0
-4
src/tables/cat.h
src/tables/cat.h
+0
-3
src/tables/cat_private.h
src/tables/cat_private.h
+0
-1
src/tables/eit.h
src/tables/eit.h
+0
-3
src/tables/eit_private.h
src/tables/eit_private.h
+0
-1
src/tables/nit.h
src/tables/nit.h
+0
-4
src/tables/nit_private.h
src/tables/nit_private.h
+0
-1
src/tables/pat.h
src/tables/pat.h
+0
-3
src/tables/pat_private.h
src/tables/pat_private.h
+0
-1
src/tables/pmt.h
src/tables/pmt.h
+0
-5
src/tables/pmt_private.h
src/tables/pmt_private.h
+0
-1
src/tables/sdt.h
src/tables/sdt.h
+0
-4
src/tables/sdt_private.h
src/tables/sdt_private.h
+0
-1
src/tables/sis.h
src/tables/sis.h
+0
-2
src/tables/tot.h
src/tables/tot.h
+0
-3
No files found.
src/demux.h
View file @
eea3cea0
...
...
@@ -160,7 +160,6 @@ void dvbpsi_DetachDemux(dvbpsi_t *p_dvbpsi);
* \return a pointer to the found subdecoder, or NULL.
*
*/
__attribute__
((
deprecated
))
dvbpsi_demux_subdec_t
*
dvbpsi_demuxGetSubDec
(
dvbpsi_demux_t
*
p_demux
,
uint8_t
i_table_id
,
uint16_t
i_extension
);
...
...
src/tables/bat.h
View file @
eea3cea0
...
...
@@ -158,7 +158,6 @@ void dvbpsi_DetachBAT(dvbpsi_t *p_dvbpsi, uint8_t i_table_id,
* \param b_current_next current next indicator
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitBAT
(
dvbpsi_bat_t
*
p_bat
,
uint16_t
i_bouquet_id
,
uint8_t
i_version
,
bool
b_current_next
);
...
...
@@ -183,7 +182,6 @@ dvbpsi_bat_t *dvbpsi_NewBAT(uint16_t i_bouquet_id, uint8_t i_version,
* \param p_bat pointer to the BAT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptyBAT
(
dvbpsi_bat_t
*
p_bat
);
/*!
...
...
src/tables/bat_private.h
View file @
eea3cea0
...
...
@@ -64,7 +64,6 @@ void dvbpsi_GatherBATSections(dvbpsi_t* p_dvbpsi,
*****************************************************************************
* BAT decoder.
*****************************************************************************/
__attribute__
((
deprecated
))
void
dvbpsi_DecodeBATSections
(
dvbpsi_bat_t
*
p_bat
,
dvbpsi_psi_section_t
*
p_section
);
...
...
@@ -73,7 +72,6 @@ void dvbpsi_DecodeBATSections(dvbpsi_bat_t* p_bat,
*****************************************************************************
* Add a TS description at the end of the BAT.
*****************************************************************************/
__attribute__
((
deprecated
))
dvbpsi_bat_ts_t
*
dvbpsi_BATAddTS
(
dvbpsi_bat_t
*
p_bat
,
uint16_t
i_ts_id
,
uint16_t
i_orig_network_id
);
...
...
@@ -83,7 +81,6 @@ dvbpsi_bat_ts_t *dvbpsi_BATAddTS(dvbpsi_bat_t* p_bat,
* Add a descriptor in the BAT Bouquet descriptors (the first loop description),
* which is in the first loop of BAT.
*****************************************************************************/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_BATBouquetAddDescriptor
(
dvbpsi_bat_t
*
p_bat
,
uint8_t
i_tag
,
uint8_t
i_length
,
...
...
@@ -94,7 +91,6 @@ dvbpsi_descriptor_t *dvbpsi_BATBouquetAddDescriptor(
*****************************************************************************
* Add a descriptor in the BAT TS descriptors, which is in the second loop of BAT.
*****************************************************************************/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_BATTSAddDescriptor
(
dvbpsi_bat_ts_t
*
p_ts
,
uint8_t
i_tag
,
uint8_t
i_length
,
...
...
src/tables/cat.h
View file @
eea3cea0
...
...
@@ -114,7 +114,6 @@ void dvbpsi_DetachCAT(dvbpsi_t *p_dvbpsi);
* \param b_current_next current next indicator
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitCAT
(
dvbpsi_cat_t
*
p_cat
,
uint8_t
i_version
,
bool
b_current_next
);
...
...
@@ -137,7 +136,6 @@ dvbpsi_cat_t *dvbpsi_NewCAT(uint8_t i_version, bool b_current_next);
* \param p_cat pointer to the CAT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptyCAT
(
dvbpsi_cat_t
*
p_cat
);
/*!
...
...
@@ -163,7 +161,6 @@ void dvbpsi_DeleteCAT(dvbpsi_cat_t *p_cat);
* \param p_data descriptor's data
* \return a pointer to the added descriptor.
*/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_CATAddDescriptor
(
dvbpsi_cat_t
*
p_cat
,
uint8_t
i_tag
,
uint8_t
i_length
,
uint8_t
*
p_data
);
...
...
src/tables/cat_private.h
View file @
eea3cea0
...
...
@@ -64,7 +64,6 @@ void dvbpsi_GatherCATSections(dvbpsi_t* p_dvbpsi, dvbpsi_psi_section_t* p_sectio
*****************************************************************************
* CAT decoder.
*****************************************************************************/
__attribute__
((
deprecated
))
void
dvbpsi_DecodeCATSections
(
dvbpsi_cat_t
*
p_cat
,
dvbpsi_psi_section_t
*
p_section
);
...
...
src/tables/eit.h
View file @
eea3cea0
...
...
@@ -159,7 +159,6 @@ void dvbpsi_DetachEIT(dvbpsi_t *p_dvbpsi, uint8_t i_table_id, uint16_t i_extensi
* \param i_last_table_id i_last_table_id
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitEIT
(
dvbpsi_eit_t
*
p_eit
,
uint16_t
i_service_id
,
uint8_t
i_version
,
bool
b_current_next
,
uint16_t
i_ts_id
,
uint16_t
i_network_id
,
uint8_t
i_segment_last_section_number
,
...
...
@@ -194,7 +193,6 @@ dvbpsi_eit_t* dvbpsi_NewtEIT(uint16_t i_service_id,
* \param p_eit pointer to the EIT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptyEIT
(
dvbpsi_eit_t
*
p_eit
);
/*!
...
...
@@ -243,7 +241,6 @@ dvbpsi_eit_event_t* dvbpsi_EITAddEvent(dvbpsi_eit_t* p_eit,
* \param p_data descriptor's data
* \return a pointer to the added descriptor.
*/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_EITEventAddDescriptor
(
dvbpsi_eit_event_t
*
p_event
,
uint8_t
i_tag
,
uint8_t
i_length
,
...
...
src/tables/eit_private.h
View file @
eea3cea0
...
...
@@ -65,7 +65,6 @@ void dvbpsi_GatherEITSections(dvbpsi_t* p_dvbpsi,
*****************************************************************************
* EIT decoder.
*****************************************************************************/
__attribute__
((
deprecated
))
void
dvbpsi_DecodeEITSections
(
dvbpsi_eit_t
*
p_eit
,
dvbpsi_psi_section_t
*
p_section
);
...
...
src/tables/nit.h
View file @
eea3cea0
...
...
@@ -149,7 +149,6 @@ void dvbpsi_DetachNIT(dvbpsi_t* p_dvbpsi, uint8_t i_table_id,
* \param b_current_next current next indicator
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitNIT
(
dvbpsi_nit_t
*
p_nit
,
uint16_t
i_network_id
,
uint8_t
i_version
,
bool
b_current_next
);
...
...
@@ -174,7 +173,6 @@ dvbpsi_nit_t *dvbpsi_NewNIT(uint16_t i_network_id, uint8_t i_version,
* \param p_nit pointer to the NIT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptyNIT
(
dvbpsi_nit_t
*
p_nit
);
/*!
...
...
@@ -216,7 +214,6 @@ dvbpsi_descriptor_t* dvbpsi_NITAddDescriptor(dvbpsi_nit_t *p_nit,
* \param i_orig_network_id PID of the TS
* \return a pointer to the added TS.
*/
__attribute__
((
deprecated
))
dvbpsi_nit_ts_t
*
dvbpsi_NITAddTS
(
dvbpsi_nit_t
*
p_nit
,
uint16_t
i_ts_id
,
uint16_t
i_orig_network_id
);
...
...
@@ -235,7 +232,6 @@ dvbpsi_nit_ts_t* dvbpsi_NITAddTS(dvbpsi_nit_t* p_nit,
* \param p_data descriptor's data
* \return a pointer to the added descriptor.
*/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_NITTSAddDescriptor
(
dvbpsi_nit_ts_t
*
p_ts
,
uint8_t
i_tag
,
uint8_t
i_length
,
uint8_t
*
p_data
);
...
...
src/tables/nit_private.h
View file @
eea3cea0
...
...
@@ -68,7 +68,6 @@ void dvbpsi_GatherNITSections(dvbpsi_t* p_dvbpsi,
*****************************************************************************
* NIT decoder.
*****************************************************************************/
__attribute__
((
deprecated
))
void
dvbpsi_DecodeNITSections
(
dvbpsi_nit_t
*
p_nit
,
dvbpsi_psi_section_t
*
p_section
);
...
...
src/tables/pat.h
View file @
eea3cea0
...
...
@@ -138,7 +138,6 @@ void dvbpsi_DetachPAT(dvbpsi_t *p_dvbpsi);
* \param b_current_next current next indicator
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitPAT
(
dvbpsi_pat_t
*
p_pat
,
uint16_t
i_ts_id
,
uint8_t
i_version
,
bool
b_current_next
);
...
...
@@ -162,7 +161,6 @@ dvbpsi_pat_t *dvbpsi_NewPAT(uint16_t i_ts_id, uint8_t i_version, bool b_current_
* \param p_pat pointer to the PAT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptyPAT
(
dvbpsi_pat_t
*
p_pat
);
/*!
...
...
@@ -186,7 +184,6 @@ void dvbpsi_DeletePAT(dvbpsi_pat_t *p_pat);
* \param i_pid PID of the NIT/PMT
* \return a pointer to the added program.
*/
__attribute__
((
deprecated
))
dvbpsi_pat_program_t
*
dvbpsi_PATAddProgram
(
dvbpsi_pat_t
*
p_pat
,
uint16_t
i_number
,
uint16_t
i_pid
);
...
...
src/tables/pat_private.h
View file @
eea3cea0
...
...
@@ -63,7 +63,6 @@ void dvbpsi_GatherPATSections(dvbpsi_t* p_dvbpsi, dvbpsi_psi_section_t* p_sectio
*****************************************************************************
* PAT decoder.
*****************************************************************************/
__attribute__
((
deprecated
))
void
dvbpsi_DecodePATSections
(
dvbpsi_pat_t
*
p_pat
,
dvbpsi_psi_section_t
*
p_section
);
...
...
src/tables/pmt.h
View file @
eea3cea0
...
...
@@ -149,7 +149,6 @@ void dvbpsi_DetachPMT(dvbpsi_t *p_dvbpsi);
* \param i_pcr_pid PCR_PID
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitPMT
(
dvbpsi_pmt_t
*
p_pmt
,
uint16_t
i_program_number
,
uint8_t
i_version
,
bool
b_current_next
,
uint16_t
i_pcr_pid
);
...
...
@@ -176,7 +175,6 @@ dvbpsi_pmt_t* dvbpsi_NewPMT(uint16_t i_program_number, uint8_t i_version,
* \param p_pmt pointer to the PMT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptyPMT
(
dvbpsi_pmt_t
*
p_pmt
);
/*!
...
...
@@ -202,7 +200,6 @@ void dvbpsi_DeletePMT(dvbpsi_pmt_t* p_pmt);
* \param p_data descriptor's data
* \return a pointer to the added descriptor.
*/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_PMTAddDescriptor
(
dvbpsi_pmt_t
*
p_pmt
,
uint8_t
i_tag
,
uint8_t
i_length
,
uint8_t
*
p_data
);
...
...
@@ -219,7 +216,6 @@ dvbpsi_descriptor_t* dvbpsi_PMTAddDescriptor(dvbpsi_pmt_t* p_pmt,
* \param i_pid PID of the ES
* \return a pointer to the added ES.
*/
__attribute__
((
deprecated
))
dvbpsi_pmt_es_t
*
dvbpsi_PMTAddES
(
dvbpsi_pmt_t
*
p_pmt
,
uint8_t
i_type
,
uint16_t
i_pid
);
...
...
@@ -238,7 +234,6 @@ dvbpsi_pmt_es_t* dvbpsi_PMTAddES(dvbpsi_pmt_t* p_pmt,
* \param p_data descriptor's data
* \return a pointer to the added descriptor.
*/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_PMTESAddDescriptor
(
dvbpsi_pmt_es_t
*
p_es
,
uint8_t
i_tag
,
uint8_t
i_length
,
uint8_t
*
p_data
);
...
...
src/tables/pmt_private.h
View file @
eea3cea0
...
...
@@ -65,7 +65,6 @@ void dvbpsi_GatherPMTSections(dvbpsi_t *p_dvbpsi,
*****************************************************************************
* PMT decoder.
*****************************************************************************/
__attribute__
((
deprecated
))
void
dvbpsi_DecodePMTSections
(
dvbpsi_pmt_t
*
p_pmt
,
dvbpsi_psi_section_t
*
p_section
);
...
...
src/tables/sdt.h
View file @
eea3cea0
...
...
@@ -152,7 +152,6 @@ void dvbpsi_DetachSDT(dvbpsi_t *p_dvbpsi, uint8_t i_table_id, uint16_t i_extensi
* \param i_network_id original network id
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitSDT
(
dvbpsi_sdt_t
*
p_sdt
,
uint16_t
i_ts_id
,
uint8_t
i_version
,
bool
b_current_next
,
uint16_t
i_network_id
);
...
...
@@ -178,7 +177,6 @@ dvbpsi_sdt_t *dvbpsi_NewSDT(uint16_t i_ts_id, uint8_t i_version,
* \param p_sdt pointer to the SDT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptySDT
(
dvbpsi_sdt_t
*
p_sdt
);
/*!
...
...
@@ -208,7 +206,6 @@ void dvbpsi_DeleteSDT(dvbpsi_sdt_t *p_sdt);
* \param b_free_ca Free CA flag
* \return a pointer to the added service description.
*/
__attribute__
((
deprecated
))
dvbpsi_sdt_service_t
*
dvbpsi_SDTAddService
(
dvbpsi_sdt_t
*
p_sdt
,
uint16_t
i_service_id
,
bool
b_eit_schedule
,
bool
b_eit_present
,
uint8_t
i_running_status
,
bool
b_free_ca
);
...
...
@@ -228,7 +225,6 @@ dvbpsi_sdt_service_t *dvbpsi_SDTAddService(dvbpsi_sdt_t* p_sdt,
* \param p_data descriptor's data
* \return a pointer to the added descriptor.
*/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_SDTServiceAddDescriptor
(
dvbpsi_sdt_service_t
*
p_service
,
uint8_t
i_tag
,
uint8_t
i_length
,
...
...
src/tables/sdt_private.h
View file @
eea3cea0
...
...
@@ -64,7 +64,6 @@ void dvbpsi_GatherSDTSections(dvbpsi_t *p_dvbpsi,
*****************************************************************************
* SDT decoder.
*****************************************************************************/
__attribute__
((
deprecated
))
void
dvbpsi_DecodeSDTSections
(
dvbpsi_sdt_t
*
p_sdt
,
dvbpsi_psi_section_t
*
p_section
);
...
...
src/tables/sis.h
View file @
eea3cea0
...
...
@@ -342,7 +342,6 @@ void dvbpsi_DetachSIS(dvbpsi_t *p_dvbpsi, uint8_t i_table_id, uint16_t i_extensi
* \param i_protocol_version SIS protocol version (currently 0)
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitSIS
(
dvbpsi_sis_t
*
p_sis
,
uint8_t
i_protocol_version
);
/*!
...
...
@@ -362,7 +361,6 @@ dvbpsi_sis_t* dvbpsi_NewSIS(uint8_t i_protocol_version);
* \param p_sis pointer to the SIS structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptySIS
(
dvbpsi_sis_t
*
p_sis
);
/*!
...
...
src/tables/tot.h
View file @
eea3cea0
...
...
@@ -116,7 +116,6 @@ void dvbpsi_DetachTOT(dvbpsi_t* p_dvbpsi, uint8_t i_table_id,
* \param i_utc_time the time in UTC
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_InitTOT
(
dvbpsi_tot_t
*
p_tot
,
uint64_t
i_utc_time
);
/*!
...
...
@@ -136,7 +135,6 @@ dvbpsi_tot_t *dvbpsi_NewTOT(uint64_t i_utc_time);
* \param p_tot pointer to the TDT/TOT structure
* \return nothing.
*/
__attribute__
((
deprecated
))
void
dvbpsi_EmptyTOT
(
dvbpsi_tot_t
*
p_tot
);
/*!
...
...
@@ -162,7 +160,6 @@ void dvbpsi_DeleteTOT(dvbpsi_tot_t* p_tot);
* \param p_data descriptor's data
* \return a pointer to the added descriptor.
*/
__attribute__
((
deprecated
))
dvbpsi_descriptor_t
*
dvbpsi_TOTAddDescriptor
(
dvbpsi_tot_t
*
p_tot
,
uint8_t
i_tag
,
uint8_t
i_length
,
uint8_t
*
p_data
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment