aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ChangeLog and update configure.ac project nameMatthias P. Braendli2016-09-161-1/+1
|
* Replace lib_crc by crc from ODR-DabMuxMatthias P. Braendli2016-09-116-530/+303
| | | | | lib_crc had no licence associated with it. The licence situation of ODR-DabMux code is clearer and has the same licence as this project
* Add config.h to gitignoreMatthias P. Braendli2016-09-111-0/+2
|
* MOT encoder: slight fixes/refactoring/optimizationStefan Pöschel2016-08-201-54/+45
| | | | | | Fixes - double sleepdelay when SLS/DLS used and no slides available - sending additional DLS before the first slide
* Merge 'gh/next' into nextMatthias P. Braendli2016-07-301-19/+39
|\
| * MOT encoder: also try PNG when resizingStefan Pöschel2016-07-291-19/+39
|/ | | | Fixes also a memleak when more than one JPG quality is tried
* Improve Doxygen mainpageMatthias P. Braendli2016-07-081-1/+1
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-082-36/+45
|
* MOT encoder: fix broken Slideshow by last commitStefan Pöschel2016-06-271-1/+1
|
* MOT encoder: enable/fix all/extra warningsStefan Pöschel2016-06-261-9/+12
|
* DLS: use common toggle flag for both DL and DL Plus msgs/cmdsStefan Pöschel2016-05-051-4/+1
|
* DLS: add DL Plus supportStefan Pöschel2016-04-241-21/+257
| | | | | | - adds support for Dynamic Label Plus to mot-encoder through a new parameter block which prepends the DLS text within the regarding file - adds an option to add DL Plus data to the VLC input ICY text of dabplus-enc
* Update ax_pthread m4 scriptMatthias P. Braendli2016-03-071-192/+345
|
* MOT encoder: save some bytes in MOT header ContentNameStefan Pöschel2015-12-131-3/+3
|
* MOT encoder: refactored MOT header generationStefan Pöschel2015-12-131-58/+117
| | | | | The generated MOT header is exactly the same. However it is now much easier to see its content and to modify it.
* Merge branch 'next' of github.com:Opendigitalradio/fdk-aac-dabplus into nextStefan Pöschel2015-12-060-0/+0
|\
* | MOT encoder: don't add black border to smaller slides (but emit warning)Stefan Pöschel2015-12-061-25/+21
| |
* | MOT encoder: fix MAXSLIDESIZE corner caseStefan Pöschel2015-12-061-1/+1
| |
* | MOT encoder: add quotes to file/dir namesStefan Pöschel2015-12-061-16/+16
|/
* MOT encoder: refine max slide size according to TS 101 499Stefan Pöschel2015-11-301-2/+2
|
* MOT encoder: display MOT header filenameStefan Pöschel2015-11-291-0/+4
|
* MOT encoder: fix possible odd target image sizeStefan Pöschel2015-11-291-6/+14
| | | | | | | | The method MagickBorderImage adds the same amount of border on left/right resp. top/bottom side. Thus if the source image has an odd size (e.g. 201x200 px), the resulting size gets odd, too (here 319x240 px). To prevent this, the border is added by inserting the resized image centered into a black background of 320x240 px.
* MOT encoder: display correct image size after adding black borderStefan Pöschel2015-11-291-0/+3
|
* MOT encoder: ensure JPEG files not to have progressive codingStefan Pöschel2015-11-291-3/+8
|
* MOT encoder: strip unneeded information from imageStefan Pöschel2015-11-271-0/+3
|
* Update charset.hMatthias P. Braendli2015-11-011-7/+6
| | | | | This reflects the latest version of the specification, and restores the underscore character.
* Merge remote-tracking branch 'basicmaster/next' into nextMatthias P. Braendli2015-07-241-6/+41
|\
| * DLS: added cmdline option to insert Remove Label cmd when replacing a textStefan Pöschel2015-07-211-6/+41
| |
* | Remove deprecated charsets from usage screenMatthias P. Braendli2015-07-241-3/+0
| |
* | Update EBU charset to new revisionMatthias P. Braendli2015-07-241-15/+17
|/
* MOT encoder: better queue type for PAD packetizerStefan Pöschel2015-07-141-5/+5
|
* MOT encoder: new PAD packetizerStefan Pöschel2015-07-141-217/+320
| | | | | | | | | The new packetizer allows better utilization of available PAD and free selection of PAD len (within meaningful range). Slideshow is now also usable together with Short X-PAD. The new packetizer furthermore (in future) allows the in between insertion of Data Groups having a different type, in order to e.g. regularly retransmit a Dynamic Label text while a (larger) Slideshow slide is being sent.
* Merge remote-tracking branch 'basicmaster/next' into nextMatthias P. Braendli2015-06-141-93/+126
|\
| * Data Groups refactoring: prevent unnecessary copiesStefan Pöschel2015-06-051-28/+35
| |
| * Data Groups refactoring: DLS Data GroupStefan Pöschel2015-06-021-31/+23
| |
| * Data Groups refactoring: move CRC attachment to DATA_GROUPStefan Pöschel2015-06-021-16/+15
| |
| * Data Groups refactoring: MSC Data GroupStefan Pöschel2015-06-021-48/+32
| |
| * Data Groups refactoring: Data Group Length IndicatorStefan Pöschel2015-06-021-18/+69
|/
* Replace boost by C++11Matthias P. Braendli2015-05-042-258/+332
| | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent.
* Switch autotools project to C++11Matthias P. Braendli2015-05-041-0/+165
|
* Add BIG FAT utf8 WARNING to charset.hMatthias P. Braendli2015-04-301-0/+10
|
* Merge basicmaster's changes for charset encodingMatthias P. Braendli2015-04-301-19/+59
|\
| * Re-enable default conversion to EBU Latin basedStefan Pöschel2015-04-281-15/+21
| |
| * Fix MAXDLS regressionStefan Pöschel2015-04-231-2/+3
| |
| * Add support for DLS text raw UCS-2 BE inputStefan Pöschel2015-04-231-5/+21
| |
| * Change default DLS text charset to UTF-8Stefan Pöschel2015-04-231-2/+2
| |
| * Make DLS conversion from (ATM only) UTF-8 to EBU Latin optionalStefan Pöschel2015-04-231-12/+29
| | | | | | | | | | | | | | This (re-)introduces the ability to use DLS texts already having EBU Latin based charset (e.g. DAB retransmission of an FM station having RDS). The conversion from (ATM only) UTF-8 to EBU Latin based must now be enabled via parameter. If used, the charset parameter only affects the DLS text input.
* | Add automake m4 filesMatthias P. Braendli2015-04-292-0/+357
|/
* Convert slide filename extension to lower caseMatthias P. Braendli2015-04-231-0/+2
|
* Autodetect ImageMagick availabilityMatthias P. Braendli2015-04-231-2/+20
|