summaryrefslogtreecommitdiff
path: root/libavformat/adp.c
Commit message (Expand)AuthorAgeFilesLines
* adp: convert to new channel layout APIAnton Khirnov2022-03-151-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/adp, svs: Remove redundant av_shrink_packet()Andreas Rheinhardt2021-03-121-6/+2
* 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
* lavf/adp: Fix the probe function on systems with signed char.Carl Eugen Hoyos2017-10-091-1/+1
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-7/+7
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* Do not detect "00000000..." (and other non-changing values) as adp.Carl Eugen Hoyos2013-12-091-2/+9
* ADP demuxerJames Almer2013-05-101-0/+91