summaryrefslogtreecommitdiff
path: root/libavformat/lvfdec.c
Commit message (Collapse)AuthorAge
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/lvfdec: increase the score for odd channels to max/8Michael Niedermayer2013-11-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/lvfdec: check stream count during probingMichael Niedermayer2013-11-08
| | | | | | Fixes probetest failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-05
| | | | | | Demuxers where the changed code looked less readable where skiped Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lvfdec: cosmetics: fix identationPaul B Mahol2012-10-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* LVF demuxerPaul B Mahol2012-10-22
Signed-off-by: Paul B Mahol <onemda@gmail.com>