aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/dvbin.h
Commit message (Expand)AuthorAge
* dvb: Add multiple frontends support: MAX_FRONTENDS now 8.Gravatar rim2017-12-16
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated.Gravatar Oliver Freyermuth2017-10-09
* dvb: add support for DVB-T2Gravatar ivan-832017-03-06
* Revert "dvb: add support for DVB-T2"Gravatar wm42017-02-14
* dvb: add support for DVB-T2Gravatar ivan-832017-02-13
* build: make DVB test stricterGravatar wm42016-04-02
* dvb: fix compilation with older Linux headersGravatar wm42016-01-22
* stream_dvb: global protection mutex and usage bit for global_dvb_state.Gravatar Oliver Freyermuth2016-01-14
* stream_dvb: persist state-information across channel-switches.Gravatar Oliver Freyermuth2016-01-14
* dvb: rename dvb_config_t to dvb_state_t, keep config and state there.Gravatar Oliver Freyermuth2016-01-14
* dvb: cleanup dvb_params struct, remove some unneeded fdsGravatar Oliver Freyermuth2016-01-07
* stream_dvb: Always define NO_STREAM_ID_FILTER if missing.Gravatar Oliver Freyermuth2015-02-28
* dvb: uncrustifyGravatar wm42015-01-06
* stream_dvb: Add possibility to dump a full transponder.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Record PIDs with human-readable content, bump max demuxer count.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Also demux PMT if possible, reactivate TPID parsing.Gravatar Oliver Freyermuth2015-01-06
* dvb: Extend understanding of VDR channel config: stream_id, inversion.Gravatar Oliver Freyermuth2015-01-06
* dvb: Extend dvb_channel struct, needs to know whether channel is S2.Gravatar Oliver Freyermuth2015-01-06
* dvbin: Prepare S2API-implementation, support different DVB-API versions.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: restore --dvbin-file optionGravatar wm42014-08-06
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* Kill all tabsGravatar wm42014-04-13
* stream: mp_msg conversionsGravatar wm42013-12-21
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove fd memberGravatar wm42013-07-12
* stream/dvbin.h: Use angular brackets for system #includes.Gravatar diego2010-11-02
* Drop support for old-style DVB code.Gravatar diego2010-03-02
* Add a few missing header #includes and #defines.Gravatar diego2010-01-04
* Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.Gravatar diego2009-02-22
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* removed the obscene priv->stream entry. Someone must have injected vodka in m...Gravatar nicodvb2007-12-15
* get rid of the file-static dvb_config and free the config at close() . Patch...Gravatar nicodvb2007-12-15
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...Gravatar nicodvb2007-12-15
* cosmetics: reformatted with only tabsGravatar nicodvb2006-11-04
* nonsense removal: compare old and new frequency in order to skip tuningGravatar nicodvb2006-11-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31