Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Slideshow stuff to new SLSManager | Stefan Pöschel | 2017-02-11 | 5 | -848/+944 |
| | |||||
* | Slight refactorings | Stefan Pöschel | 2017-02-11 | 4 | -61/+51 |
| | | | | | | | | - DLSManager: store PADPacketizer ref - DABCharset: convert enum to enum class - DL cmd prefix: output reserved instead of charset (does not make a difference) - MOT header: get charset from enum class - .gitignore: add Eclipse files | ||||
* | Move DLS stuff to new DLSManager | Stefan Pöschel | 2017-02-11 | 3 | -423/+512 |
| | |||||
* | Tiny fixes | Stefan Pöschel | 2017-02-11 | 2 | -0/+6 |
| | |||||
* | Move charset to separate source file to prevent multi-include errors | Stefan Pöschel | 2017-02-11 | 2 | -28/+55 |
| | |||||
* | Move common code parts | Stefan Pöschel | 2017-02-11 | 3 | -13/+45 |
| | |||||
* | Replace tabs by spaces | Stefan Pöschel | 2017-02-06 | 1 | -25/+25 |
| | |||||
* | PAD: limit packetizer visibility | Stefan Pöschel | 2017-02-06 | 1 | -29/+24 |
| | |||||
* | PAD: insert DLS regularly while SLS transmission | Stefan Pöschel | 2017-02-06 | 3 | -18/+34 |
| | | | | | | | | | | | | | | | When a slide is transmitted, now every 50 PADs the current DLS is inserted (and thereby reread from file). Hence in the best case (AAC-LC @ 48 kHz), DLS is inserted every 1000ms; in the worst case (HE-AAC @ 32 kHz) it is inserted every 3000ms. This way a listener will get DLS much earlier after switching to a service, compared to the previous situation where the slide transmission was not interrupted for DLS insertion. Note that there still remains a delay without any PAD, between the end of a slide transmission and the start of the next one's transmission. Also note that adding a feedback channel from the audio encoder to ODR-PadEnc will make this improvement obsolete. | ||||
* | PAD: make PADPacketizer queue private | Stefan Pöschel | 2017-02-06 | 3 | -8/+18 |
| | |||||
* | Relocate common PAD code | Stefan Pöschel | 2017-02-04 | 3 | -328/+404 |
| | |||||
* | Add common header | Stefan Pöschel | 2017-02-04 | 4 | -6/+42 |
| | |||||
* | Code cleanup | Stefan Pöschel | 2017-02-04 | 2 | -57/+48 |
| | |||||
* | MOT header: simplify extension addition | Stefan Pöschel | 2017-01-06 | 1 | -30/+41 |
| | |||||
* | Remove 'misleading indentation' warning due to tab in file | Matthias P. Braendli | 2016-12-26 | 1 | -1/+1 |
| | |||||
* | SLS: add custom params for catSLS etc. | Stefan Pöschel | 2016-12-23 | 1 | -25/+138 |
| | | | | | | | | Parses an optional ".sls_params" file for each slide and hence allows to set: * CategoryID/SlideID * CategoryTitle * ClickThroughURL * AlternativeLocationURL | ||||
* | SLS: output source filename/size also for raw files | Stefan Pöschel | 2016-12-23 | 1 | -0/+5 |
| | |||||
* | converted the crc into c++ with namespace. | Thomas Karlsson | 2016-11-14 | 4 | -276/+277 |
| | | | | | Since it conflicts with other crc implementation in imagemagic lib. This resulted in png images that would not open due to "crc error". | ||||
* | Apply new name | Stefan Pöschel | 2016-09-19 | 1 | -43/+43 |
| | |||||
* | Replace lib_crc by crc from ODR-DabMux | Matthias P. Braendli | 2016-09-11 | 3 | -3/+301 |
| | | | | | 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 | ||||
* | MOT encoder: slight fixes/refactoring/optimization | Stefan Pöschel | 2016-08-20 | 1 | -54/+45 |
| | | | | | | Fixes - double sleepdelay when SLS/DLS used and no slides available - sending additional DLS before the first slide | ||||
* | MOT encoder: also try PNG when resizing | Stefan Pöschel | 2016-07-29 | 1 | -19/+39 |
| | | | | Fixes also a memleak when more than one JPG quality is tried | ||||
* | Improve Doxygen mainpage | Matthias P. Braendli | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Add doxygen configuration and target | Matthias P. Braendli | 2016-07-08 | 2 | -36/+45 |
| | |||||
* | MOT encoder: fix broken Slideshow by last commit | Stefan Pöschel | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | MOT encoder: enable/fix all/extra warnings | Stefan Pöschel | 2016-06-26 | 1 | -9/+12 |
| | |||||
* | DLS: use common toggle flag for both DL and DL Plus msgs/cmds | Stefan Pöschel | 2016-05-05 | 1 | -4/+1 |
| | |||||
* | DLS: add DL Plus support | Stefan Pöschel | 2016-04-24 | 1 | -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 | ||||
* | MOT encoder: save some bytes in MOT header ContentName | Stefan Pöschel | 2015-12-13 | 1 | -3/+3 |
| | |||||
* | MOT encoder: refactored MOT header generation | Stefan Pöschel | 2015-12-13 | 1 | -58/+117 |
| | | | | | The generated MOT header is exactly the same. However it is now much easier to see its content and to modify it. | ||||
* | MOT encoder: don't add black border to smaller slides (but emit warning) | Stefan Pöschel | 2015-12-06 | 1 | -25/+21 |
| | |||||
* | MOT encoder: fix MAXSLIDESIZE corner case | Stefan Pöschel | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | MOT encoder: add quotes to file/dir names | Stefan Pöschel | 2015-12-06 | 1 | -16/+16 |
| | |||||
* | MOT encoder: refine max slide size according to TS 101 499 | Stefan Pöschel | 2015-11-30 | 1 | -2/+2 |
| | |||||
* | MOT encoder: display MOT header filename | Stefan Pöschel | 2015-11-29 | 1 | -0/+4 |
| | |||||
* | MOT encoder: fix possible odd target image size | Stefan Pöschel | 2015-11-29 | 1 | -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 border | Stefan Pöschel | 2015-11-29 | 1 | -0/+3 |
| | |||||
* | MOT encoder: ensure JPEG files not to have progressive coding | Stefan Pöschel | 2015-11-29 | 1 | -3/+8 |
| | |||||
* | MOT encoder: strip unneeded information from image | Stefan Pöschel | 2015-11-27 | 1 | -0/+3 |
| | |||||
* | Update charset.h | Matthias P. Braendli | 2015-11-01 | 1 | -7/+6 |
| | | | | | This reflects the latest version of the specification, and restores the underscore character. | ||||
* | Merge remote-tracking branch 'basicmaster/next' into next | Matthias P. Braendli | 2015-07-24 | 1 | -6/+41 |
|\ | |||||
| * | DLS: added cmdline option to insert Remove Label cmd when replacing a text | Stefan Pöschel | 2015-07-21 | 1 | -6/+41 |
| | | |||||
* | | Remove deprecated charsets from usage screen | Matthias P. Braendli | 2015-07-24 | 1 | -3/+0 |
| | | |||||
* | | Update EBU charset to new revision | Matthias P. Braendli | 2015-07-24 | 1 | -15/+17 |
|/ | |||||
* | MOT encoder: better queue type for PAD packetizer | Stefan Pöschel | 2015-07-14 | 1 | -5/+5 |
| | |||||
* | MOT encoder: new PAD packetizer | Stefan Pöschel | 2015-07-14 | 1 | -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. | ||||
* | Data Groups refactoring: prevent unnecessary copies | Stefan Pöschel | 2015-06-05 | 1 | -28/+35 |
| | |||||
* | Data Groups refactoring: DLS Data Group | Stefan Pöschel | 2015-06-02 | 1 | -31/+23 |
| | |||||
* | Data Groups refactoring: move CRC attachment to DATA_GROUP | Stefan Pöschel | 2015-06-02 | 1 | -16/+15 |
| | |||||
* | Data Groups refactoring: MSC Data Group | Stefan Pöschel | 2015-06-02 | 1 | -48/+32 |
| |