Paul B Mahol
|
3441fef0f8
|
avformat/brstm: fix overflow
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2015-09-23 19:10:13 +02:00 |
|
Michael Niedermayer
|
cdb0d7e439
|
avformat/brstm: Remove unused variable
Fixes "libavformat/brstm.c:128:35: warning: variable info_size set but not used"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2015-07-12 12:17:40 +02:00 |
|
Rodger Combs
|
68f00fb40b
|
lavf/brstm: if the file lies about the last block's size, correct it
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-06-27 14:15:12 +02:00 |
|
Rodger Combs
|
0643b4bf74
|
lavf/brstm: expose the loop point when present
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-06-25 19:17:01 +02:00 |
|
James Almer
|
58d7dde081
|
brstm: fix use of uninitialized variables
Fixes valgrind complaining about "Conditional jump or move depends on uninitialised value(s)"
Signed-off-by: James Almer <jamrial@gmail.com>
|
2015-06-24 14:31:54 -03:00 |
|
Paul B Mahol
|
a49154e9d7
|
avformat/brstm: support little-endian s16 PCM
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2015-06-21 10:32:13 +00:00 |
|
Rodger Combs
|
d2ce10093e
|
lavf/brstm: handle a BFSTM endianness oddity
|
2015-06-21 10:32:13 +00:00 |
|
Rodger Combs
|
9c9cf3956c
|
lavf/brstm: add support for seeking
|
2015-06-21 10:32:12 +00:00 |
|
Rodger Combs
|
70a39bcf1c
|
lavf/brstm: cleanup; fix short-block demuxing
|
2015-06-21 10:32:12 +00:00 |
|
Rodger Combs
|
6c56827e62
|
lavf/brstm: move bfstm var to a local
|
2015-06-21 10:32:12 +00:00 |
|
Rodger Combs
|
db426031dd
|
lavf/brstm: allow larger block sizes
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-06-20 19:21:08 +02:00 |
|
Rodger Combs
|
d4c9eced98
|
lavf/brstm: support little-endian files (BCSTM; 3DS)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-06-20 16:50:47 +02:00 |
|
Rodger Combs
|
bb42a7d4d4
|
lavf/brstm: add support for BFSTM files
Previous version reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-06-17 13:24:11 +02:00 |
|
James Almer
|
d34ec64a22
|
replace calls to url_feof() with avio_feof()
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-08-08 00:48:38 +02:00 |
|
Lou Logan
|
88f2586adb
|
fix various typos
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-06-03 10:58:19 -08:00 |
|
Paul B Mahol
|
a9b424879f
|
lavc & lavf: replace deprecated av_log* functions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2013-03-15 18:10:28 +00:00 |
|
Michael Niedermayer
|
de89dff8da
|
brstm: ask for samples for version != 1.0
This also avoids 2 unused variable warnings.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-12-16 15:05:31 +01:00 |
|
Paul B Mahol
|
5be38f9421
|
brstm: add missing new line to request for sample messages
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2012-12-16 13:04:17 +00:00 |
|
James Almer
|
7959c26fb0
|
brstm: fix number of samples for the last block
Signed-off-by: James Almer <jamrial@gmail.com>
|
2012-12-16 10:34:33 +00:00 |
|
Paul B Mahol
|
fe63d41302
|
brstm: do not return partial packets
Such packets are useless.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2012-12-07 17:55:45 +00:00 |
|
Paul B Mahol
|
9a31997938
|
BRSTM demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2012-11-29 19:04:35 +00:00 |
|