]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix Andreas Öman encoding issues (iso8859 to utf-8)
authorJaroslav Kysela <perex@perex.cz>
Thu, 4 Jun 2015 17:04:17 +0000 (19:04 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 4 Jun 2015 17:06:16 +0000 (19:06 +0200)
41 files changed:
src/access.c
src/access.h
src/avg.c
src/avg.h
src/dvr/dvr_autorec.c
src/hts_strtab.h
src/htsmsg_binary.c
src/htsmsg_binary.h
src/htsmsg_xml.c
src/htsmsg_xml.h
src/htsp_server.h
src/http.h
src/input.h
src/input/mpegts/dvb.h
src/input/mpegts/dvb_support.c
src/input/mpegts/tsdemux.c
src/input/mpegts/tsdemux.h
src/main.c
src/notify.c
src/notify.h
src/parsers.h
src/parsers/bitstream.c
src/parsers/bitstream.h
src/parsers/parser_h264.h
src/parsers/parser_latm.h
src/parsers/parser_teletext.c
src/parsers/parser_teletext.h
src/parsers/parsers.c
src/redblack.h
src/service_mapper.c
src/service_mapper.h
src/spawn.c
src/spawn.h
src/subscriptions.c
src/subscriptions.h
src/tcp.c
src/tcp.h
src/tvheadend.h
src/webui/simpleui.c
src/webui/webui.c
src/webui/webui.h

index 1b036f1a48f6b5bda1193032d5bc7842bffb84e0..1e43d0649494b2067a64cd72535aefacfbf9fbfc 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, access control
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 5dd3fc367308148a366fd7a8e31fe9d1c058cf60..bdfc8e73646e233cb6ad8d76ee4d4c61d54e7a12 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  TV headend - Access control
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 6b09184ed5a1f14bf770b261786226dde9a363cd..60bdd1b844297fa8ad6cd9a5e5c9c5396031b296 100644 (file)
--- a/src/avg.c
+++ b/src/avg.c
@@ -1,6 +1,6 @@
 /*
  *  Averaging functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 79d7c312c2c5de91e4e401f2ed2fa55737b64df0..d444b2fd102dff61917f707a2191f3971529abe6 100644 (file)
--- a/src/avg.h
+++ b/src/avg.h
@@ -1,6 +1,6 @@
 /*
  *  Averaging functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 2939c1520342b869e46be417207d7f168247ac70..44c7e065fe7aeddfeb0aa3fb175fde5dbf29ba1b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, Automatic recordings
- *  Copyright (C) 2010 Andreas man
+ *  Copyright (C) 2010 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 8024f99131d41e652ec3bc76adef0995e1172180..a5e1c6ea69132813ec386bbdae8b6b9904ec43a7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ef4ccf266700023accd7b92ee2de2a8695c9a085..998b21222c7a77994c29a9a4dbd97e10d35cbe48 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Functions converting HTSMSGs to/from a simple binary format
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 0ab1aaab32bd78eb243b303665f87cddc60e34bd..74c0e125151c097147b8aaba81ed4798c3bb991c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Functions converting HTSMSGs to/from a simple binary format
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 81ff53ca28051a58a738d8a268ec6a058ea292e3..babb18a19e4e2a989026d334ba0a6e2ec5bde3d3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Functions converting HTSMSGs to/from XML
- *  Copyright (C) 2008 Andreas man
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 96b8886059e49aafe9588c565299bd7f14179ad2..c4d4f29dced9c90b3e49327378fb71ae63df4097 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Functions converting HTSMSGs to/from XML
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 5db074a9a6972c9de69b5d1713a2ab4223992d83..72ea070fe9292149a5c3786742dbe4a994793160 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, HTSP interface
- *  Copyright (C) 2007 Andreas man
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 147032ec285dac71f9c72337e30d3114dd5de2fa..8df736e8b2abb56539151a0a6517816daf6db22e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, HTTP interface
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 7b023a1c8c15e8b082b676f8c7c43e20c31db7fb..469db467dfe36f099b2314956be351beca987f51 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  TVheadend
- *  Copyright (C) 2007 - 2010 Andreas man
+ *  Copyright (C) 2007 - 2010 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 513061dde31210395d65df51c10998d3efee88cf..beada99e0336bbb1125fbf1fe281c9784429239f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Tvheadend - DVB support routines and defines
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index d7d2bcb0f2baf6a6e1e829850ede86a21a5dd9c6..6566da8aa6cad5868359286cc83176f5e20c17f0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  TV Input - DVB - Support/Conversion functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 79269b7d41397adf10ec8c5326b75840cc7e979d..35f9750181419fdd045a3656ae6457dae5a078dd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, MPEG transport stream demuxer
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 22296800f3c5c99c41824bda8be2804d139c9999..c785c65973bbf71cd437faa9fc2a8eda2c08afb3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, MPEG transport stream functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 51cb4b64ddf92efa7cb351e4e159d0fa4d4de246..ccd5168c907155e78f0c1762a2fe78473859e7b2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  TVheadend
- *  Copyright (C) 2007 - 2010 Andreas man
+ *  Copyright (C) 2007 - 2010 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 42a889eceaa7df0ce0880d82ac731d535258f1ac..77fd2b1ce6282620b28c32fa94b72d16f324f5f7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, Notification framework
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 74738e887f13e28458a502d858652863da03a410..c5da84c81715aeb8e7123cde68f83ed0efefe9f4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, Notification framework
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 826daaed3be7c0109e87b1b89596e6d3bfe78822..966964a4344b1484444bbc13ef359f8624d7b8f4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Elementary stream functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ffb7eef8227354dc2ec9c4603da8049c5238ae0a..2ca611d001a499c16fdaf06e5e25f9a2772f6682 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Bit stream reader
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index f43f036ff90e2796200d70a15237d18f8eac4568..f4aecf51477bfbdfcd211e9713b6e0314496fe53 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Bit stream reader
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 5e78b43670b13dcb6c1336aa98e8b5cca9b5ce30..479964335bff77d5b512228c658d7cda805aaa78 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Packet parsing functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index c62ad4ac3839b86c0a05d446665ccd2fc18dc028..583f1ddbccea39f2d4d78e93a4cba80f5ece6cb7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Packet parsing functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 54ce573ba78e38c94146885042e0d337ed36824c..dac211777a40a9619d29714eb4b647e2233370f4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Teletext parsing functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *  Copyright (C) 2014 Jaroslav Kysela
  *
  *  This program is free software: you can redistribute it and/or modify
index f204bfbd52154c0573b3da62f98d7600074dc2a5..adfd9977d885aefebfa42285acac043b3b7ab914 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Teletext parsing functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 1a206478777e2b8df5d881eb9e208d2142c2aa88..d276e6e5077d4965f8b3eb548e2dbd5763646f73 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Packet parsing functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 127dd37f31cff710768e2a330b3348c773287763..00e5fa5bfb16c801ff309d5f35500376652fee6c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  *
 * Copyright (C) 2001 Mark Edel
-* Copyright (C) 2008 Andreas Öman
+* Copyright (C) 2008 Andreas Öman
 
 * This is free software; you can redistribute it and/or modify it under the
 * terms of the GNU General Public License as published by the Free Software
@@ -18,7 +18,7 @@
 * Place, Suite 330, Boston, MA  02111-1307 USA
 *
 * Written by Mark Edel
-* Macroified + additional support functions by Andreas Öman
+* Macroified + additional support functions by Andreas Öman
 *
 *****************************************************************************/
 
index 2f8062ceafab8df3926a89b94f0668fed1d87b00..cf5414b357142d509cba747a30b456fd2ae3c827 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Service Mapper functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index f10118fe97ec94f97ead69813ae9b8e56848a203..6651d66f8854370cdae5713d13dd6fb1a6559e9b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Functions for transport probing
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 4a45a3b5d266b8a309d9c319c9f5ba67ef4446af..18ee0ba3acbed9917d468d631382afa57d5ad016 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Process spawn functions
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 124220ca48f9d47089b2bce237f9139be5c6f806..b1254ac071ab20e3ce303ab413dfe7c222e16dd1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Process spawn functions
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 95d7b9808ac83fa6cab99e5e0f02816514832ef0..f7a67f05d379d39333ad7070924f90251ef9cb96 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, transport and subscription functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 418bbffd543cb29a5e6a24adbdaf2e35df6aa817..688585c3ce93163767c18ee8b3852b22d75f2c29 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, subscription functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 40ee54238f5fb354b611f06d6559f9c59574a464..ca819333c6665a00c9354a7a6e02db4477abade7 100644 (file)
--- a/src/tcp.c
+++ b/src/tcp.c
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, TCP common functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 7bf4190498a72d46f1aa5e8f44c5585ca6d2160a..9348e54d6c299769c1fbbb7e2a949ed9f235cc0a 100644 (file)
--- a/src/tcp.h
+++ b/src/tcp.h
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, TCP common functions
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index be0948d5c23b7fc9d8043522f69ed08f28efc860..767f4e87756bf1cc89607b01afdf76bde620161b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Tvheadend - structures
- *  Copyright (C) 2007 Andreas Öman
+ *  Copyright (C) 2007 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ee1012b909e12277e31311d86d9b3c8d522784b7..ad4f7c136ba0f2af637e48c48dd5e867f51b08f2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, WEBUI / HTML user interface
- *  Copyright (C) 2008 Andreas man
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 27deae6ee29ee9c3ab0f9f4a6bb3d951f4bc34d7..c11cdc3f79cbf8cdd3e26596cfefb0bbd221f0a6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, WEBUI / HTML user interface
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 8cb200bb8b7f78e888d2923c8a347d32faa53c46..dc6132b0c662f74868d6da3b38ca5e2c3019d59e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  tvheadend, web user interface
- *  Copyright (C) 2008 Andreas Öman
+ *  Copyright (C) 2008 Andreas Öman
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by