Mans Rullgard a09bb3ba5e lavc: avoid invalid memcpy() in avcodec_default_release_buffer()
When the buf and last pointers are equal, the FFSWAP() results
in an invalid call to memcpy() with same source and destination
on some targets.  Although assigning a struct to itself is valid
C99, gcc does not check for this before calling memcpy().
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32667

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-12-11 18:54:28 +00:00
2011-12-11 00:32:25 +01:00
2011-12-11 00:32:25 +01:00
2011-12-11 00:32:25 +01:00
2011-12-11 17:23:24 +00:00
2011-12-10 22:02:44 +01:00
2011-12-11 00:32:25 +01:00
2011-12-11 00:32:25 +01:00
2011-12-04 18:29:51 -05:00
2011-12-11 00:32:25 +01:00
2011-12-10 11:58:03 +01:00
2011-12-11 00:32:25 +01:00
2011-03-16 21:54:39 +01:00
2011-12-11 00:32:25 +01:00
2011-04-07 02:54:12 +02:00
2011-10-19 21:20:17 +02:00
2011-07-30 13:42:44 +02: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%