index
:
ODR-AudioEnc
master
next
ODR-AudioEnc backup repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --identifer option to specify content of EDI ODRv TAG
Matthias P. Braendli
2020-03-25
3
-12
/
+36
*
Disable EDI dump to file
Matthias P. Braendli
2020-01-04
1
-1
/
+1
*
Fix StatsPublisher socket leak
Matthias P. Braendli
2019-11-18
2
-0
/
+10
*
Include patched FDK-AAC in the repository
Matthias P. Braendli
2019-11-11
2
-2
/
+2
*
Catch runtime_errors that reach main()
Matthias P. Braendli
2019-11-05
1
-1
/
+7
*
VLC: do not restart after exit callback if m_running false
Matthias P. Braendli
2019-11-05
1
-5
/
+10
*
EDI: add audio levels and program version TAGs
Matthias P. Braendli
2019-09-18
2
-2
/
+24
*
Properly apply -T option
Matthias P. Braendli
2019-09-05
2
-2
/
+5
*
Add tist support for EDI output, take code from odr-mmbtools-common
Matthias P. Braendli
2019-08-21
3
-6
/
+57
*
Fix audio level metadata insertion
Matthias P. Braendli
2019-07-31
1
-4
/
+7
*
Avoid crash on AAC encoder destruction if not initialised
Matthias P. Braendli
2019-07-12
1
-2
/
+2
*
Fix warning about uninitialised outbuf_size and use .data() for vectors
Matthias P. Braendli
2019-07-08
1
-22
/
+23
*
Enable -Wall and fix a few warnings
Matthias P. Braendli
2019-07-03
10
-20
/
+18
*
Remove warning and useless include in StatsPublish
Matthias P. Braendli
2019-07-03
2
-2
/
+1
*
EDI: make tagDSTI persistent so that DFLC counter works
Matthias P. Braendli
2019-07-03
2
-6
/
+9
*
Add stats sender to UNIX datagram socket
Matthias P. Braendli
2019-07-03
3
-1
/
+229
*
Fix use of free_rs_char on null pointer
Matthias P. Braendli
2019-07-02
1
-1
/
+3
*
Add EDI output and rework odr-audioenc.cpp
Matthias P. Braendli
2019-06-24
4
-361
/
+527
*
Move outputs to a separate file
Matthias P. Braendli
2019-05-20
5
-157
/
+344
*
Fail if invalid -f option is given
Matthias P. Braendli
2019-04-09
1
-2
/
+5
*
Set zmq socket linger to avoid lockup at teardown
Matthias P. Braendli
2018-10-11
1
-0
/
+4
*
Make queue push behaviour depend on drift compensation
Matthias P. Braendli
2018-06-07
2
-22
/
+35
*
Check if overruns occured even when drift compensation is not turned on
MaPePeR
2018-06-04
2
-2
/
+16
*
Fix VLC version check
Matthias P. Braendli
2018-03-11
1
-1
/
+4
*
Do not set VLC sout option in libvlc_new
Matthias P. Braendli
2018-03-11
1
-27
/
+30
*
Fix invalid arg_verbose pointer for VLC arguments
Matthias P. Braendli
2018-03-11
1
-30
/
+17
*
Correct wav header write
Matthias P. Braendli
2018-02-21
3
-8
/
+8
*
Add some general quality remarks to README
Matthias P. Braendli
2018-02-07
1
-1
/
+0
*
Fix downmixing for VLC
Matthias P. Braendli
2018-02-05
2
-7
/
+3
*
Catch and handle VLC initialisation failure
Matthias P. Braendli
2018-02-05
1
-0
/
+4
*
Downmix to mono when -c1 is used with a VLC stereo source
Matthias P. Braendli
2018-02-05
2
-44
/
+63
*
Deprecate autorestart
Matthias P. Braendli
2018-02-05
1
-1
/
+5
*
Restart only up to five times due to mem leaks
Matthias P. Braendli
2018-01-18
1
-3
/
+25
*
Avoid some VLC leaks
Matthias P. Braendli
2018-01-03
1
-0
/
+17
*
Add missing string include in AACDecoder
Matthias P. Braendli
2017-12-11
1
-0
/
+1
*
Whitespace
Matthias P. Braendli
2017-11-26
1
-1
/
+1
*
Allow to specify an ipc:// zmq output.
MaPePeR
2017-11-23
1
-2
/
+3
*
Properly initialise JACK input fault field
Matthias P. Braendli
2017-11-18
1
-2
/
+1
*
Add -R option to restart input on fault
Matthias P. Braendli
2017-10-07
5
-110
/
+186
*
Only create the input we actually need
Matthias P. Braendli
2017-10-07
2
-38
/
+10
*
Use queue for all inputs and unify interface
Matthias P. Braendli
2017-10-07
10
-123
/
+150
*
Move fault_detected() into common input interface
Matthias P. Braendli
2017-10-07
6
-28
/
+28
*
Make all inputs use the same interface
Matthias P. Braendli
2017-10-07
10
-272
/
+281
*
Reformat whitespace, replace stringstream by to_string
Matthias P. Braendli
2017-10-05
1
-17
/
+15
*
Clarify that -p enables PAD insertion in usage
Matthias P. Braendli
2017-10-05
1
-1
/
+1
*
Fix AOT selection in mono
Matthias P. Braendli
2017-08-10
1
-1
/
+2
*
AAC: skip PAD if only zero F-PAD
Stefan Pöschel
2017-08-07
1
-1
/
+14
*
Refactor PAD file processing
Stefan Pöschel
2017-08-07
1
-30
/
+21
*
Calc calculated_padlen only once
Stefan Pöschel
2017-08-07
1
-11
/
+11
*
MP2: fix PAD with only F-PAD
Stefan Pöschel
2017-08-07
1
-2
/
+2
[next]