aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvb.c
Commit message (Expand)AuthorAge
* stream_dvb: fix minor resource leaksGravatar wm42016-02-12
* stream_dvb: remove dead codeGravatar wm42016-02-12
* dvb: fix segmentation fault in case no valid configuration is found.Gravatar Oliver Freyermuth2016-01-24
* dvb: remove trailing whitespaceGravatar wm42016-01-22
* stream_dvb: support frontends with multiple delivery systems.Gravatar Oliver Freyermuth2016-01-21
* player, stream_dvb: implement dvb-channel-name property.Gravatar Oliver Freyermuth2016-01-14
* stream_dvb: global protection mutex and usage bit for global_dvb_state.Gravatar Oliver Freyermuth2016-01-14
* stream_dvb: implement GET_METADATA and return program name.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
* options: add M_OPT_FILE to new options that are missing itGravatar Philip Sequeira2015-03-07
* stream_dvb: silence bogus compiler warningGravatar wm42015-01-19
* stream_dvb: Add MP_ERR if polling worked, but read fails.Gravatar Oliver Freyermuth2015-01-13
* dvb: uncrustifyGravatar wm42015-01-06
* stream_dvb: Enable streaming mode, activates cache.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Do not add special PIDs if we anyways record the full TP.Gravatar Oliver Freyermuth2015-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
* stream_dvb: Extend token-list for pid-parsing, magically allows to parse VDR-...Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Move out PID-parsing, disable TPID parsing.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Add TPID (teletext-pid) parsing from VDR-style channel-lists.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Handle VDR-config location-field as DISEQc-field.Gravatar Oliver Freyermuth2015-01-06
* dvb: Extend understanding of VDR channel config: stream_id, inversion.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Very basic vdr-type channels.conf support.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: use stream_drop_buffers()Gravatar wm42014-10-08
* stream_dvb: restore --dvbin-file optionGravatar wm42014-08-06
* stream_dvb: fix channels.conf preference orderGravatar wm42014-08-06
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* Add more constGravatar wm42014-06-11
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* Kill all tabsGravatar wm42014-04-13
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* stream_dvb: remove bogus free callsGravatar wm42013-11-18
* Copyright, LICENSE: switch to GPL version 2 or laterGravatar wm42013-10-13
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove inactive URL option fieldsGravatar wm42013-07-30
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* stream: remove fd memberGravatar wm42013-07-12
* Cleanup some include statementsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12