aboutsummaryrefslogtreecommitdiffstats
path: root/src/tv
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg3-4/+8
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg1-1/+1
2024-02-18Disable rtprio by default and abort, if given prio is not allowedAndreas Eversberg1-2/+4
2024-02-18Move from local to external osmo* librariesAndreas Eversberg2-5/+8
2022-09-17TV: Add individual test image for selected color of color barAndreas Eversberg5-8/+73
2021-12-12Cleanup SDR usage when no channel, but full spectrum is used.Andreas Eversberg1-3/+3
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-18/+18
2021-03-20Using "--limesdr" or "--limesdr-mini" will also set device to "lime"Andreas Eversberg1-0/+2
2021-03-20Config file path can be changed by command line option "--config <path>"Andreas Eversberg1-1/+6
2021-03-20Fix some minor compiling issuesAndreas Eversberg1-1/+1
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-2/+4
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke1-2/+2
2020-01-31osmotv: Added special cable network channels (Sonderkanaele)Andreas Eversberg3-71/+114
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg2-2/+5
2019-07-15Fixed many typos in output and source code commentsMartin Hauke1-2/+2
2019-06-01OsmoTV: Generate correct amplitude of color signal (hopefully)Andreas Eversberg4-13/+13
2019-05-12OsmoTV: Added more test patterns for TV repairAndreas Eversberg13-29/+82581
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg1-0/+6
2018-08-25SDR: Add presets for LimeSDR-MiniAndreas Eversberg1-0/+17
2018-06-24TV: Minor code cleanupAndreas Eversberg3-6/+8
2018-05-21Add real-time scheduling to osmotv and make it default for all base stationsAndreas Eversberg1-5/+35
2018-05-21Update ImageMagick support to API version 7Andreas Eversberg1-1/+1
2018-05-21Refactoring command line option handlingAndreas Eversberg2-146/+106
2018-02-16remove obsolete functionAndreas Eversberg1-1/+0
2018-02-16Improving and cleaning configure scriptAndreas Eversberg1-2/+2
2017-12-09SDR: Add option to set local oscillator (LO) offsetAndreas Eversberg1-1/+3
2017-12-09Remove dependencies between debug, displays and mncc-consoleAndreas Eversberg1-2/+0
2017-12-03Restructure: Fixing library linking orderAndreas Eversberg1-5/+9
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg2-2/+2
2017-12-03Restructure: Move display from common code to 'libdisplay'Andreas Eversberg1-0/+1
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg7-6/+7
2017-12-03Restructure: Move sdr from common code to 'libsdr'Andreas Eversberg2-10/+9
2017-11-25Restructure: Move img from common code to 'libimage'Andreas Eversberg2-2/+2
2017-11-25Restructure: Move fm_modulation from common code to 'libfm'Andreas Eversberg2-1/+2
2017-11-25Restructure: Move 'libgermantone' to a-netz codeAndreas Eversberg1-0/+1
2017-11-25Restructure: Move wave from common code to 'libwave'Andreas Eversberg2-1/+2
2017-11-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg1-0/+1
2017-11-13Restructure: Move filters from common code to 'libfilter'Andreas Eversberg3-3/+4
2017-10-22TV: Fix case where no SDR nor wave file has been selectedAndreas Eversberg1-1/+6
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg1-1/+1
2017-10-12Add function to display measurements on screenAndreas Eversberg1-0/+1
2017-09-02SDR: Display spectrum graph together with channel numbers and positionAndreas Eversberg1-0/+1
2017-09-02Add implementation of analog TV signal generator (PAL so far)Andreas Eversberg16-0/+2627