summaryrefslogtreecommitdiff
path: root/rtsp.c
Commit message (Expand)AuthorAge
* Version 3.3.8 is 3.3.8rc7.Mike Brady2021-04-26
* Restore compatibility with AirPower on Android.Mike Brady2020-12-07
* Bugfix -- don't try to create the metadata pipe or output metadata to it when...Mike Brady2020-12-05
* Handle active_remote_id as a string rather than an unsigned 32-bit number...Mike Brady2020-09-30
* Squashed commit of the following:Mike Brady2020-08-21
* 3.3.7rc0Mike Brady2020-07-06
* Squashed commit of the following:Mike Brady2020-02-20
* Modify behaviour when receiving an invalid RTSP packet to be the same as a ge...Mike Brady2019-10-26
* Fix crash when a non-RTSP packet is sent to the session's RTSP port.Mike Brady2019-10-26
* Add missing frame status field, fix a bug with the first missing frame variab...Mike Brady2019-10-10
* Clean upAngus712019-08-25
* Fixed seg. fault with ALAC and incomplete a:fmtpAngus712019-08-24
* More typo fixes across the treeChris Boot2019-07-27
* Fix a bug that sometimes caused a crash when a service name was specified in ...Mike Brady2019-07-21
* Add automatic bit depth and speed selection for alsa devices. Set rate and fo...Mike Brady2019-05-07
* Add tentative raw PCM input facility. Clean up some messages.Mike Brady2019-03-27
|\
| * Add the ability to receive uncompressed 16 bit big-endian (?) / 44,100 fps / ...Mike Brady2019-03-18
|/
* 3.3 release candidate 0Mike Brady2019-03-04
|\
| * Remove a change that proved unnecessary to replay a write() with a non-blocki...Mike Brady2019-02-27
| * Fix a bug in the activity_monitor software that could lock up a player thread...Mike Brady2019-02-26
| * Add indication of dacp-id, source and self IP numbers to some diagnostics.Mike Brady2019-02-25
| * Fix an error in non_blocking_write, expose a more general version of it, use ...Mike Brady2019-02-24
| * Stop increasing the debugging verbosity when a watchdog timeout occursMike Brady2019-02-17
| * quieten some exiting debug messagesMike Brady2019-02-16
| * Turn up debug level to 3 when too long a silence occursMike Brady2019-02-16
| * check that the systems are started before trying to stop them, duh.Mike Brady2019-02-05
| * Include the mbedtls version.h file so that conditional compilation can be don...Mike Brady2019-02-02
| * allow for updated or old mbedtls libraryMike Brady2019-02-02
| * Fix warnings about deprecated mbedtls API callsMike Brady2019-02-02
| * add a volume control mutex to serialise multiple attempts to change the volumeMike Brady2019-02-01
| * Fix a situation where cancellation could lose a malloced buffer.Mike Brady2019-02-01
| * quieten a few debug messages, bring a standard one forward.Mike Brady2019-01-24
| * Add an "active" mode that can time out after a period -- 10 seconds by defaul...Mike Brady2019-01-21
| * Hook up active mode stuff to metadata, add two four-char codes, improve exter...Mike Brady2019-01-21
| * make OpenSSL routines un-cancellable, in case there is a possible memory leakMike Brady2019-01-18
| * Block on command_execute for unfixable errors.Mike Brady2019-01-15
| * Add an error message if an RTSP thread can not be created.Mike Brady2019-01-13
| * Quieten the msg_ debug messages.Mike Brady2019-01-13
| * Change how rtsp_messages are memory managed. Add some diagnostics.Mike Brady2019-01-12
| * If a message is dropped because the pc queue is busy, free any data that migh...Mike Brady2019-01-12
| * INcrease the delay between reading chunks of the RTSP message, may it less li...Mike Brady2019-01-08
| * Fix parsing error with progress 'prgr' metadataMike Brady2019-01-03
| * FormatMike Brady2018-12-27
| * Always leave space for, and put a NULL at the end of an RTSP packet.Mike Brady2018-12-27
| * Fix dither, add dither to silences during lead-in, interpolatied frames and k...Mike Brady2018-12-14
| * Experimentally, add the ability to prevent the DAC making popping noises by f...Mike Brady2018-12-13
| * Further debug tidy-ups and update the configuration file.Mike Brady2018-12-11
| * Tidy up some debug messages and warnings, remove old diagnostic codes and set...Mike Brady2018-12-11
| * Connect up the stall response to the external command calling -- add a single...Mike Brady2018-12-10
| * Make the idle timeout on the RTSP link the same as the overall timeout -- 30 ...Mike Brady2018-12-08