summaryrefslogtreecommitdiff
path: root/libavformat/lvfdec.c
Commit message (Expand)AuthorAgeFilesLines
* lvf: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/lvfdec: Check stream_index before useMichael Niedermayer2020-11-101-1/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-13/+13
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-2/+2
* avformat/lvfdec: increase the score for odd channels to max/8Michael Niedermayer2013-11-101-1/+1
* avformat/lvfdec: check stream count during probingMichael Niedermayer2013-11-081-3/+7
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-2/+2
* lvfdec: cosmetics: fix identationPaul B Mahol2012-10-251-1/+1
* LVF demuxerPaul B Mahol2012-10-221-0/+148