summaryrefslogtreecommitdiff
path: root/libavformat/astdec.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/astdec: increase the score for odd samplerate/channels to max/8Michael Niedermayer2013-11-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/astdec: sanity check channels & sample rateMichael Niedermayer2013-11-07
| | | | | | | Fixes probetest failure Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 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>
* AST MuxerJames Almer2012-12-04
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* ast: Rename ast.c -> astdec.cJames Almer2012-12-04
Signed-off-by: James Almer <jamrial@gmail.com>