Files
FFmpeg/libavcodec
Rémi Denis-Courmont 97c3c9974c lavc/audiodsp: fix aliasing violation
Even though they have the same size, and typically the same alignment,
uint32_t and float are under no circumstances compatible types in C.

The casts from float * to uint32_t * are invalid here. Insofar as the
resulting pointers are dereferenced, this is undefined behaviour.
This patch uses av_float2int() / av_int2float() instead.
2023-07-17 18:48:42 +03:00
..
2023-03-26 01:46:39 +01:00
2023-07-16 23:24:00 +03:00
2023-03-02 21:32:00 +01:00
2023-06-20 14:37:52 +02:00
2023-05-15 10:24:54 +02:00
2023-06-20 01:11:31 +02:00
2023-06-20 01:11:31 +02:00
2023-05-15 10:24:54 +02:00
2023-07-07 12:12:52 +02:00
2023-05-21 10:50:59 +02:00
2023-05-15 10:24:54 +02:00
2023-05-29 00:41:58 +02:00
2023-05-29 00:41:58 +02:00
2023-05-29 00:42:00 +02:00
2023-07-12 15:35:37 +02:00
2023-05-15 10:24:54 +02:00
2023-04-01 00:37:55 -04:00
2023-06-07 09:00:18 +02:00
2023-04-16 23:36:03 -03:00
2023-06-18 14:29:12 +02:00
2023-04-09 18:12:26 +08:00
2023-06-12 23:43:05 +02:00
2023-05-29 00:41:57 +02:00
2023-05-29 00:41:57 +02:00
2023-05-29 00:42:00 +02:00
2023-06-09 17:05:26 +02:00