AdityaTeltia
71d5fa8d4d
avformat/hls_sample_encryption: add missing padding for audio setup buffer
...
Fixes ticket #22890 .
The ff_hls_senc_parse_audio_setup_info function passes setup_data to
parsers like avpriv_ac3_parse_header and init_get_bits8 which require
the buffer to be padded with AV_INPUT_BUFFER_PADDING_SIZE bytes at the end.
2026-04-24 03:23:06 +00:00
Timo Rothenpieler
8d439b2483
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
Andreas Rheinhardt
1dcd0adedd
avformat: Remove unnecessary inclusions from libavcodec
...
Also improve the other headers a bit while at it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2022-03-23 23:45:39 +01:00
Nachiket Tarate and Steven Liu
ff958b3846
libavformat/hls: add support for decryption of HLS media segments encrypted using SAMPLE-AES encryption method
...
Apple HTTP Live Streaming Sample Encryption:
https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/HLS_Sample_Encryption
Signed-off-by: Nachiket Tarate <nachiket.programmer@gmail.com >
Signed-off-by: Steven Liu <lq@chinaffmpeg.org >
2021-10-13 11:23:53 +08:00