[FFmpeg-devel] [PATCH 1/4] Add a compat stdatomic.h implementation based on windows atomics

Wan-Teh Chang wtc at google.com
Tue Nov 29 17:55:18 EET 2016


On Tue, Nov 29, 2016 at 6:46 AM, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> 2016-11-29 0:29 GMT+01:00 Wan-Teh Chang <wtc-at-google.com at ffmpeg.org>:
>
>> Adapted from the code by Rémi Denis-Courmont from VLC
>
> Missing copyright statement, please do not commit as-is!

Hi Carl,

I made only the following changes to the Libav commits:

1. I changed Libav's LGPL license header to FFmpeg's LGPL license header.

2. I changed the header inclusion guard macros (from
LIBAV_COMPAT_ATOMICS_..._STDATOMIC_H to
COMPAT_ATOMICS_..._STDATOMIC_H).

Rémi Denis-Courmont's copyright notice is not in all the headers I
copied from Libav. I can do some source code archaeology in the VLC
source code repository.

Wan-Teh Chang


More information about the ffmpeg-devel mailing list