summaryrefslogtreecommitdiffstats
path: root/libavformat/hls_sample_encryption.h
Commit message (Collapse)AuthorAgeFilesLines
* all: fix whitespace/new-line issuesTimo Rothenpieler2025-08-031-1/+0
|
* avformat: Remove unnecessary inclusions from libavcodecAndreas Rheinhardt2022-03-231-2/+3
| | | | | | Also improve the other headers a bit while at it. Signed-off-by: Andreas Rheinhardt <[email protected]>
* libavformat/hls: add support for decryption of HLS media segments encrypted ↵Nachiket Tarate2021-10-131-0/+65
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 <[email protected]> Signed-off-by: Steven Liu <[email protected]>