summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix initialisation of VLC argumentsMatthias P. Braendli2015-12-301-9/+32
|
* Rename option vlc_gain to vlc-gain, same for vlc-cache, reorderMatthias P. Braendli2015-12-301-10/+10
|
* Fix two issues seen by static analysisMatthias P. Braendli2015-12-302-1/+3
|
* Allow mono wav filesMatthias P. Braendli2015-12-301-1/+1
|
* Correct asserts in env_est.cppMatthias P. Braendli2015-12-271-1/+1
|
* Simplify prepare_aac_encoder()Matthias P. Braendli2015-12-271-15/+11
|
* Add some asserts to FDKMatthias P. Braendli2015-12-273-0/+6
|
* Ensure m_mp init for VLC inputMatthias P. Braendli2015-12-271-1/+2
|
* Add Travis configMatthias P. Braendli2015-12-181-0/+40
|
* 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-063-5/+29
|\
| * Fix inverted descriptions in usageMatthias P. Braendli2015-12-021-2/+2
| |
| * Merge patch from Francesco for VLC inputMatthias P. Braendli2015-12-023-5/+29
| | | | | | | | Adds cache control and compressor
* | 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
|
* Prepare release v0.7.3v0.7.3Matthias P. Braendli2015-11-012-1/+12
|
* Update charset.hMatthias P. Braendli2015-11-011-7/+6
| | | | | This reflects the latest version of the specification, and restores the underscore character.
* Add -Wno-narrowing flag to libfdk for GCC 5.2Matthias P. Braendli2015-07-301-1/+1
|
* 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.
* PAD: check PAD lenStefan Pöschel2015-07-131-0/+5
|
* update zmq.hpp to support zmq 4.1.xMatthias P. Braendli2015-07-031-3/+39
|
* 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
| |
* | Add ability to connect the encoder to several ZMQ endpointsMatthias P. Braendli2015-06-052-32/+54
| |
* | Move writing ICY Text to a separate async taskMatthias P. Braendli2015-05-222-4/+36
|/
* Prepare release v0.7.2v0.7.2Matthias P. Braendli2015-05-092-1/+8
|
* Update READMEMatthias P. Braendli2015-05-091-2/+4
|
* Autodetect VLC versionMatthias P. Braendli2015-05-041-4/+98
|
* Replace boost by C++11Matthias P. Braendli2015-05-0410-301/+378
| | | | | 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-042-0/+167
|
* Prepare release v.0.7.1v0.7.1Matthias P. Braendli2015-05-042-1/+9
|
* Add missing files to Makefile.amMatthias P. Braendli2015-05-041-1/+6
|
* Add configure check for libfecMatthias P. Braendli2015-05-031-0/+4
|