forked from andrmuel/gr-dab
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a std::runtime_error if aac enc init fails. #17
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marcusmueller
added a commit
that referenced
this pull request
Aug 28, 2017
This includes * renamed / fixed fdk_aac * added peak_detector_fb from 3.7.10 * fixed tests * lots and lots of GUI work * CMake List magic * and, importantly, updated documentation This marks the end of Luca's GSoC. This is awesome! commit a96eb8f Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 28 16:54:31 2017 +0200 README: embed links to GSoC blog and commit history commit 6e38790 Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 28 12:18:57 2017 +0200 README: add GSoC section and add FAAD2 dependency commit 89e608a Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 28 11:08:11 2017 +0200 resolve #28 fic_encode test commit a2c413e Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 28 10:20:17 2017 +0200 receiver: add peak_detector from gnuradio 3.7.10 commit 6228a4b Author: MoritzLucaSchmid <[email protected]> Date: Sun Aug 27 21:34:07 2017 +0200 GUI: make audio player independed of reception using volume= 0 for STOP and valve block for RECORD commit ac15d36 Author: MoritzLucaSchmid <[email protected]> Date: Fri Aug 25 19:25:50 2017 +0200 fix typo in constants.py.in commit 94db7bf Author: Marcus Müller <[email protected]> Date: Fri Aug 25 19:03:51 2017 +0200 externalized path to icons commit f764a8f Author: MoritzLucaSchmid <[email protected]> Date: Fri Aug 25 18:15:08 2017 +0200 receiver: add valve_ff block to make the audio player control independent of the receiver control commit c791166 Author: MoritzLucaSchmid <[email protected]> Date: Fri Aug 25 17:50:26 2017 +0200 app: add executable application DABstep commit e08cee7 Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 24 15:45:51 2017 +0200 transmitter: fix country ID encoding in fib_source closes #26 commit 99504f3 Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 24 12:06:20 2017 +0200 GUI: fix path for bitmaps (logo and LEDs) by using realpath commit 6b073d6 Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 24 10:29:15 2017 +0200 GUI: prevent GUI from resizing when playing another service commit f73707b Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 24 10:20:17 2017 +0200 transmitter: enable mono audio sources fixes #25 commit 9940b00 Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 24 09:36:02 2017 +0200 GUI: add reception stop button fixes #24 commit abfdd17 Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 24 09:17:24 2017 +0200 fix qa test qa_fic_encode commit abd5d22 Author: MoritzLucaSchmid <[email protected]> Date: Wed Aug 23 15:08:38 2017 +0200 GUI: add a posteriori audio sample rate correction commit 5ce9d99 Author: MoritzLucaSchmid <[email protected]> Date: Wed Aug 23 15:06:32 2017 +0200 fib_source: fix qa test commit 353d02f Author: MoritzLucaSchmid <[email protected]> Date: Tue Aug 22 22:54:12 2017 +0200 GUI: replace KDE LED with bitmap fixes #22 commit c90de95 Merge: 2be5dbb 507bcf6 Author: Moritz Luca Schmid <[email protected]> Date: Tue Aug 22 18:51:19 2017 +0200 Merge pull request #20 from kit-cel/fdk_aac_dab FDK AAC with DAB modifications: including dependency commit 2be5dbb Merge: 2af41ce 0dd004e Author: MoritzLucaSchmid <[email protected]> Date: Tue Aug 22 15:01:57 2017 +0200 Merge branch 'developer_front_end' into working_branch commit 0dd004e Author: MoritzLucaSchmid <[email protected]> Date: Tue Aug 22 10:31:51 2017 +0200 GUI: merge DAB and DAB+ transmitter/receiver flowgraph in one class respectively commit 507bcf6 Author: Marcus Müller <[email protected]> Date: Mon Aug 21 20:26:34 2017 +0200 removed header that becomes redundant through fdk-aac-dab commit 2af41ce Merge: 0d9a43c 5f37af8 Author: Moritz Luca Schmid <[email protected]> Date: Mon Aug 21 20:08:22 2017 +0200 Merge pull request #19 from kit-cel/fix_tests imported dab_swig as dab in tests commit 0d9a43c Merge: ad0e314 c34c68c Author: Moritz Luca Schmid <[email protected]> Date: Mon Aug 21 20:06:37 2017 +0200 Merge pull request #17 from kit-cel/exit_on_error add a std::runtime_error if aac enc init fails. commit ad0e314 Merge: 6106c0f d96cec3 Author: Moritz Luca Schmid <[email protected]> Date: Mon Aug 21 20:06:04 2017 +0200 Merge pull request #18 from kit-cel/fix_grc_category grc: fixed category naming commit 328c1b0 Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 21 20:04:32 2017 +0200 receiver: fix fatal bug in mp2 decoding commit 2bbe536 Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 21 18:00:49 2017 +0200 GUI: prevent overflow of labels and set border for maximum of services commit 5f37af8 Author: Marcus Müller <[email protected]> Date: Mon Aug 21 17:16:46 2017 +0200 imported dab_swig as dab in tests commit 8695426 Author: Marcus Müller <[email protected]> Date: Mon Aug 21 14:38:42 2017 +0200 Documentation on installing fdk-aac-dab: Readme and useful CMake output commit 6cc35df Author: Marcus Müller <[email protected]> Date: Mon Aug 21 14:30:19 2017 +0200 renamed fdk-aac to fdk-aac-dab commit 0e26c87 Author: Marcus Müller <[email protected]> Date: Mon Aug 21 13:35:13 2017 +0200 Included fdk_aac_dab commit 065978d Author: Marcus Müller <[email protected]> Date: Mon Aug 21 12:57:29 2017 +0200 added renaming to bootstrap commit 407497d Merge: c34c68c 9cb9134 Author: Marcus Müller <[email protected]> Date: Mon Aug 21 11:35:06 2017 +0200 Merge commit '9cb9134bce0e3b0b0a83b23676c3ba2bf6c6655d' as 'fdk-aac-dab' commit 9cb9134 Author: Marcus Müller <[email protected]> Date: Mon Aug 21 11:35:06 2017 +0200 Squashed 'fdk-aac-dab/' content from commit 89639e3 git-subtree-dir: fdk-aac-dab git-subtree-split: 89639e36b29a622c641c3de3a4737a4c848dc365 commit d96cec3 Author: Felix Wunsch <[email protected]> Date: Fri Aug 18 12:59:16 2017 +0200 grc: fixed category naming commit 0b5e672 Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 17 20:06:04 2017 +0200 GUI: enable physical audio source (e.g. microphone) as msc audio source commit c34c68c Author: Felix Wunsch <[email protected]> Date: Thu Aug 17 16:56:09 2017 +0200 add another throw statement commit f696245 Author: Felix Wunsch <[email protected]> Date: Thu Aug 17 16:40:35 2017 +0200 add a std::runtime_error if aac enc init fails. commit 3f6896c Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 17 12:10:56 2017 +0200 GUI transmitter: add dab/dab+ selection for each service individually commit 87641b0 Author: MoritzLucaSchmid <[email protected]> Date: Thu Aug 17 09:47:02 2017 +0200 FIB_source: add individual labels for each service commit 5ae9b92 Author: MoritzLucaSchmid <[email protected]> Date: Wed Aug 16 23:15:36 2017 +0200 transmission mux bug fix commit 260543c Author: MoritzLucaSchmid <[email protected]> Date: Wed Aug 16 20:30:28 2017 +0200 FIB_source: change structure to one subchannel per service and multiple services commit f5a7396 Author: MoritzLucaSchmid <[email protected]> Date: Wed Aug 16 17:38:37 2017 +0200 auto adjust sample rate + programme type support commit 3b735bd Author: MoritzLucaSchmid <[email protected]> Date: Tue Aug 15 19:18:44 2017 +0200 GUI: bug fix JSON commit e39cc9f Author: MoritzLucaSchmid <[email protected]> Date: Tue Aug 15 16:45:55 2017 +0200 GUI: add case: no MCI in FIC, prevent from crashing whole programm commit 7d521bc Author: MoritzLucaSchmid <[email protected]> Date: Tue Aug 15 15:52:24 2017 +0200 GUI: add DAB mode (next to DAB+) commit e5d66b6 Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 14 16:43:08 2017 +0200 GUI: logo, superframe display flow(devMode) commit 984565f Author: MoritzLucaSchmid <[email protected]> Date: Mon Aug 14 09:57:24 2017 +0200 GUI window size commit 9998c6a Author: MoritzLucaSchmid <[email protected]> Date: Fri Aug 11 16:12:00 2017 +0200 GUI: add GNU radio plots in developer mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.