summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make ALSA input conditionalMatthias P. Braendli2016-02-268-22/+104
|
* Clarify licence situationMatthias P. Braendli2016-02-212-4/+28
|
* Fix compilation with libvlcMatthias P. Braendli2016-02-181-2/+2
|
* Compile libtoolame-dab as C99Matthias P. Braendli2016-02-181-1/+1
|
* Fix usage screenMatthias P. Braendli2016-02-181-2/+2
|
* Set CFLAGS instead of CXXFLAGS for libtoolame-dabMatthias P. Braendli2016-02-181-1/+1
|
* Remove debugging print in toolame.cMatthias P. Braendli2016-02-181-4/+0
|
* Fix argument parsing for dabmode and dabpsyMatthias P. Braendli2016-02-181-2/+2
|
* Properly initialise toolame encoderMatthias P. Braendli2016-02-181-0/+12
|
* Fix whitespace in encode_newMatthias P. Braendli2016-02-181-343/+343
|
* Set DAB psy modelMatthias P. Braendli2016-02-171-0/+4
|
* Compile libtoolame-dab with -DNEWENCODEMatthias P. Braendli2016-02-171-1/+1
|
* Remove unused code, cosmeticsMatthias P. Braendli2016-02-172-110/+34
|
* Many libtoolame-dab fixes, at least filesize is right nowMatthias P. Braendli2016-02-176-124/+175
|
* Remove useless libtoolame-dab filesMatthias P. Braendli2016-02-1510-1492/+2
|
* Use libtoolame-dab in dabplus-encMatthias P. Braendli2016-02-157-1169/+337
|
* Rename library fdk-aac to fdk-dabplusMatthias P. Braendli2016-02-154-14/+14
|
* Include toolame-dab as libraryMatthias P. Braendli2016-02-1578-3/+16763
|
* 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
|
* Prepare v0.8.0v0.8.0Matthias P. Braendli2016-01-103-27/+26
|
* 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
|
* Prepare v0.7.4v0.7.4Matthias P. Braendli2016-01-033-3/+16
|
* 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
|
* 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
|