aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix libtoolame drift compensationMatthias P. Braendli2016-04-011-6/+36
|
* Fix usage of queue.pop returnvalue for drift compensationMatthias P. Braendli2016-04-011-4/+6
|
* Fix uninitialised m_wav in FileInputMatthias P. Braendli2016-04-011-1/+2
|
* Fix libtoolame-dab PAD insertionMatthias P. Braendli2016-03-291-5/+14
|
* cannot memcpy from a std::dequeMatthias P. Braendli2016-03-071-2/+6
|
* Fix zmq output frame sizes for DABMatthias P. Braendli2016-03-061-18/+39
|
* Merge branch 'next' into libtoolameMatthias P. Braendli2016-03-043-9/+33
|\
| * Add -L option to give arbitrary options to VLCMatthias P. Braendli2016-03-043-9/+33
| |
* | Make ALSA input conditionalMatthias P. Braendli2016-02-265-14/+68
| |
* | Clarify licence situationMatthias P. Braendli2016-02-211-3/+5
| |
* | Fix compilation with libvlcMatthias P. Braendli2016-02-181-2/+2
| |
* | Fix usage screenMatthias P. Braendli2016-02-181-2/+2
| |
* | Fix argument parsing for dabmode and dabpsyMatthias P. Braendli2016-02-181-2/+2
| |
* | Set DAB psy modelMatthias P. Braendli2016-02-171-0/+4
| |
* | Many libtoolame-dab fixes, at least filesize is right nowMatthias P. Braendli2016-02-171-51/+108
| |
* | Use libtoolame-dab in dabplus-encMatthias P. Braendli2016-02-152-97/+191
|/
* Also reset audio level without -lMatthias P. Braendli2016-01-291-3/+3
| | | | ZMQ output metadata also needs this.
* Increase max_size for ogg streamsMatthias P. Braendli2016-01-281-1/+1
|
* Update usage screenMatthias P. Braendli2016-01-101-2/+4
|
* Enable VLC compressor only if requiredMatthias P. Braendli2016-01-101-2/+10
|
* Fix VLC queue fill and increase queue sizeMatthias P. Braendli2016-01-103-7/+9
|
* Add VLC variant with drift compensationMatthias P. Braendli2016-01-103-15/+132
|
* Create VLCInputDirect classMatthias P. Braendli2016-01-103-11/+27
|
* Only show VLC options if verboseMatthias P. Braendli2015-12-301-5/+5
|
* 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
|
* Simplify prepare_aac_encoder()Matthias P. Braendli2015-12-271-15/+11
|
* Ensure m_mp init for VLC inputMatthias P. Braendli2015-12-271-1/+2
|
* 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
|
* 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
|