Martin Storsjö d07b51bf07 aviobuf: Handle a NULL buffer in avio_close_dyn_buf
This simplifies proper error handling in rtsp.c/rtspdec.c. When
broadcasting over RTSP in TCP mode, the AVIOContext is closed and
recreated for each sent packet, and if the recreation fails, we might
try to close a NULL buffer when freeing things at the end.

Previously, if recreating the buffer in rtspdec.c failed, this would
crash later due to trying to close a NULL buffer.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-11-01 09:56:27 +02:00
2013-10-31 20:20:16 +01:00
2013-04-05 18:55:11 +02:00
2013-10-22 10:49:31 +02:00
2013-07-07 21:43:23 +02:00
2013-10-22 10:49:31 +02:00
2013-10-22 10:49:31 +02:00
2013-10-31 20:19:59 +01:00
2011-03-16 21:54:39 +01:00
2011-04-07 02:54:12 +02:00
2013-10-29 14:00:29 +00:00
2013-01-06 16:23:12 +01:00

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
FFmpeg with added filter to color correct dive videos
Readme 432 MiB
Languages
C 90.6%
Assembly 7.5%
Makefile 1.3%
C++ 0.2%
Objective-C 0.1%
Other 0.1%