aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/brstm.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-4/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* brstm: ask for samples for version != 1.0Michael Niedermayer2012-12-161-0/+4
| | | | | | This also avoids 2 unused variable warnings. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* brstm: add missing new line to request for sample messagesPaul B Mahol2012-12-161-2/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* brstm: fix number of samples for the last blockJames Almer2012-12-161-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* brstm: do not return partial packetsPaul B Mahol2012-12-071-5/+4
| | | | | | Such packets are useless. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* BRSTM demuxerPaul B Mahol2012-11-291-0/+294
Signed-off-by: Paul B Mahol <onemda@gmail.com>