Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MOT encoder: slight fixes/refactoring/optimization | Stefan Pöschel | 2016-08-20 | 1 | -54/+45 |
* | MOT encoder: also try PNG when resizing | Stefan Pöschel | 2016-07-29 | 1 | -19/+39 |
* | VLC input: use ICY artist/title if available | Stefan Pöschel | 2016-07-24 | 2 | -12/+78 |
* | Improve Doxygen mainpage | Matthias P. Braendli | 2016-07-08 | 7 | -23/+31 |
* | Add doxygen configuration and target | Matthias P. Braendli | 2016-07-08 | 14 | -102/+267 |
* | Protect m_nowplaying with mutex | Matthias P. Braendli | 2016-07-08 | 2 | -2/+13 |
* | Make m_read return when thread not running anymore | Matthias P. Braendli | 2016-07-04 | 1 | -1/+1 |
* | 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 |
* | Add blocking sample queue and adapt VLC input | Matthias P. Braendli | 2016-06-24 | 4 | -133/+141 |
* | 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 | 6 | -58/+334 |
* | Fix missing <thread> include | Stefan Pöschel | 2016-04-15 | 1 | -0/+1 |
* | Unify drift compensation code and use std::chrono | Matthias P. Braendli | 2016-04-01 | 1 | -63/+26 |
* | Fix libtoolame-dab buffer init in mono | Matthias P. Braendli | 2016-04-01 | 1 | -1/+1 |
* | Remove debugging printf | Matthias P. Braendli | 2016-04-01 | 1 | -2/+0 |
* | Fix silence detection in DAB mode | Matthias P. Braendli | 2016-04-01 | 1 | -3/+4 |
* | Fix libtoolame drift compensation | Matthias P. Braendli | 2016-04-01 | 1 | -6/+36 |
* | Fix usage of queue.pop returnvalue for drift compensation | Matthias P. Braendli | 2016-04-01 | 1 | -4/+6 |
* | Fix uninitialised m_wav in FileInput | Matthias P. Braendli | 2016-04-01 | 1 | -1/+2 |
* | Fix libtoolame-dab PAD insertion | Matthias P. Braendli | 2016-03-29 | 1 | -5/+14 |
* | cannot memcpy from a std::deque | Matthias P. Braendli | 2016-03-07 | 1 | -2/+6 |
* | Fix zmq output frame sizes for DAB | Matthias P. Braendli | 2016-03-06 | 1 | -18/+39 |
* | Merge branch 'next' into libtoolame | Matthias P. Braendli | 2016-03-04 | 3 | -9/+33 |
|\ | |||||
| * | Add -L option to give arbitrary options to VLC | Matthias P. Braendli | 2016-03-04 | 3 | -9/+33 |
* | | Make ALSA input conditional | Matthias P. Braendli | 2016-02-26 | 5 | -14/+68 |
* | | Clarify licence situation | Matthias P. Braendli | 2016-02-21 | 1 | -3/+5 |
* | | Fix compilation with libvlc | Matthias P. Braendli | 2016-02-18 | 1 | -2/+2 |
* | | Fix usage screen | Matthias P. Braendli | 2016-02-18 | 1 | -2/+2 |
* | | Fix argument parsing for dabmode and dabpsy | Matthias P. Braendli | 2016-02-18 | 1 | -2/+2 |
* | | Set DAB psy model | Matthias P. Braendli | 2016-02-17 | 1 | -0/+4 |
* | | Many libtoolame-dab fixes, at least filesize is right now | Matthias P. Braendli | 2016-02-17 | 1 | -51/+108 |
* | | Use libtoolame-dab in dabplus-enc | Matthias P. Braendli | 2016-02-15 | 2 | -97/+191 |
|/ | |||||
* | Also reset audio level without -l | Matthias P. Braendli | 2016-01-29 | 1 | -3/+3 |
* | Increase max_size for ogg streams | Matthias P. Braendli | 2016-01-28 | 1 | -1/+1 |
* | Update usage screen | Matthias P. Braendli | 2016-01-10 | 1 | -2/+4 |
* | Enable VLC compressor only if required | Matthias P. Braendli | 2016-01-10 | 1 | -2/+10 |
* | Fix VLC queue fill and increase queue size | Matthias P. Braendli | 2016-01-10 | 3 | -7/+9 |
* | Add VLC variant with drift compensation | Matthias P. Braendli | 2016-01-10 | 3 | -15/+132 |
* | Create VLCInputDirect class | Matthias P. Braendli | 2016-01-10 | 3 | -11/+27 |
* | Only show VLC options if verbose | Matthias P. Braendli | 2015-12-30 | 1 | -5/+5 |
* | Fix initialisation of VLC arguments | Matthias P. Braendli | 2015-12-30 | 1 | -9/+32 |
* | Rename option vlc_gain to vlc-gain, same for vlc-cache, reorder | Matthias P. Braendli | 2015-12-30 | 1 | -10/+10 |
* | Fix two issues seen by static analysis | Matthias P. Braendli | 2015-12-30 | 2 | -1/+3 |
* | Allow mono wav files | Matthias P. Braendli | 2015-12-30 | 1 | -1/+1 |
* | Simplify prepare_aac_encoder() | Matthias P. Braendli | 2015-12-27 | 1 | -15/+11 |
* | Ensure m_mp init for VLC input | Matthias P. Braendli | 2015-12-27 | 1 | -1/+2 |
* | 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 |
* | Merge branch 'next' of github.com:Opendigitalradio/fdk-aac-dabplus into next | Stefan Pöschel | 2015-12-06 | 3 | -5/+29 |
|\ |