summaryrefslogtreecommitdiff
path: root/libavformat/redspark.c
Commit message (Expand)AuthorAgeFilesLines
* redspark: convert to new channel layout APIAnton Khirnov2022-03-151-7/+7
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/redspark: deobfuscate header decrypt codeJames Almer2016-06-121-6/+11
* avformat/redspark: remove av_malloc usageJames Almer2016-06-121-21/+8
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-17/+17
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-3/+1
* avformat/redspark: check coef_offMichael Niedermayer2013-08-231-0/+5
* redspark: fix memleak in redspark_read_headerPaul B Mahol2013-05-121-10/+20
* RedSpark demuxerJames Almer2013-05-101-0/+157