Andrew Stone afbd4b7e09 lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen.
The only flags, for now, indicate if metadata was updated and are set after each call to
av_read_frame(). This comes with the caveat that, on stream start, it might not be set properly
as packets might be buffered in AVFormatContext.packet_buffer before being given to the user
in av_read_frame().

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-08-13 16:04:48 +00:00
2014-04-06 21:18:49 +02:00
2014-05-11 15:00:03 +02:00
2013-07-07 21:43:23 +02:00
2014-08-04 12:56:42 +03:00
2014-03-13 11:59:34 +01:00
2011-03-16 21:54:39 +01:00
2011-04-07 02:54:12 +02:00
2014-02-12 13:13:17 +00:00
2014-08-10 10:07:55 -04:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%