summaryrefslogtreecommitdiff
path: root/libavformat/alp.c
Commit message (Collapse)AuthorAge
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/alp: allow seeking to startZane van Iperen2021-03-25
| | | | | | Allows "ffplay -loop" to work. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avformat: add alp muxerZane van Iperen2020-10-25
|
* avformat/alp: fix handling of TUN filesZane van Iperen2020-10-25
| | | | Sample rate is always 22050. Verified by trying various files in the game.
* avformat/alp: tweak probe function to return MAX-1Zane van Iperen2020-03-09
| | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avformat: add demuxer for LEGO Racers' ALP formatZane van Iperen2020-03-09
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>