index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
brstm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/brstm: Remove unused variable
Michael Niedermayer
2015-07-12
1
-2
/
+2
*
lavf/brstm: if the file lies about the last block's size, correct it
Rodger Combs
2015-06-27
1
-0
/
+9
*
lavf/brstm: expose the loop point when present
Rodger Combs
2015-06-25
1
-2
/
+13
*
brstm: fix use of uninitialized variables
James Almer
2015-06-24
1
-1
/
+1
*
avformat/brstm: support little-endian s16 PCM
Paul B Mahol
2015-06-21
1
-1
/
+3
*
lavf/brstm: handle a BFSTM endianness oddity
Rodger Combs
2015-06-21
1
-1
/
+11
*
lavf/brstm: add support for seeking
Rodger Combs
2015-06-21
1
-0
/
+23
*
lavf/brstm: cleanup; fix short-block demuxing
Rodger Combs
2015-06-21
1
-34
/
+43
*
lavf/brstm: move bfstm var to a local
Rodger Combs
2015-06-21
1
-14
/
+9
*
lavf/brstm: allow larger block sizes
Rodger Combs
2015-06-20
1
-1
/
+1
*
lavf/brstm: support little-endian files (BCSTM; 3DS)
Rodger Combs
2015-06-20
1
-38
/
+62
*
lavf/brstm: add support for BFSTM files
Rodger Combs
2015-06-17
1
-20
/
+109
*
replace calls to url_feof() with avio_feof()
James Almer
2014-08-08
1
-2
/
+2
*
fix various typos
Lou Logan
2014-06-03
1
-1
/
+1
*
lavc & lavf: replace deprecated av_log* functions
Paul B Mahol
2013-03-15
1
-4
/
+4
*
brstm: ask for samples for version != 1.0
Michael Niedermayer
2012-12-16
1
-0
/
+4
*
brstm: add missing new line to request for sample messages
Paul B Mahol
2012-12-16
1
-2
/
+2
*
brstm: fix number of samples for the last block
James Almer
2012-12-16
1
-1
/
+1
*
brstm: do not return partial packets
Paul B Mahol
2012-12-07
1
-5
/
+4
*
BRSTM demuxer
Paul B Mahol
2012-11-29
1
-0
/
+294