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
/
libavcodec
/
wmalosslessdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Mark a number of variables only used in av_dlog() calls as av_unused.
Diego Biurrun
2012-05-06
1
-1
/
+2
*
WMAL: Shift output samples by the specified number of padding zeroes.
Jakub Stachowski
2012-05-05
1
-2
/
+2
*
WMAL: Restore removed code in mclms_predict()
Mashiat Sarker Shakkhar
2012-05-05
1
-0
/
+2
*
wmall: fix reconstructing audio with uncoded channels
Kostya Shishkov
2012-05-02
1
-3
/
+3
*
WMAL cosmetics: fix indentation
Mashiat Sarker Shakkhar
2012-05-02
1
-1
/
+1
*
WMAL: do not output last frame again if nothing was decoded in current packet
Jakub Stachowski
2012-05-01
1
-0
/
+2
*
WMAL: do not start decoding if frame does not end in current packet
Mashiat Sarker Shakkhar
2012-05-01
1
-2
/
+2
*
wmal: vertical alignment cosmetics
Mashiat Sarker Shakkhar
2012-04-14
1
-2
/
+2
*
wmal: Warn about missing bitstream splicing feature and ask for sample.
Mashiat Sarker Shakkhar
2012-04-14
1
-0
/
+2
*
wmal: Skip seekable_frame_in_packet.
Mashiat Sarker Shakkhar
2012-04-14
1
-3
/
+2
*
wmal: Drop unused variable num_possible_block_size.
Mashiat Sarker Shakkhar
2012-04-14
1
-2
/
+1
*
WMAL: Do not try to read rawpcm coefficients if bits is invalid
Michael Niedermayer
2012-04-13
1
-0
/
+5
*
WMAL: Remove inaccurate and unnecessary doxy
Mashiat Sarker Shakkhar
2012-03-29
1
-8
/
+0
*
wmall: fix seeking.
Ronald S. Bultje
2012-03-28
1
-0
/
+13
*
wmalossless: error out if a subframe is not used by any channel.
Ronald S. Bultje
2012-03-22
1
-3
/
+10
*
wmalossless: reset sample pointer for each subframe.
Ronald S. Bultje
2012-03-22
1
-12
/
+19
*
wmalossless: error out on invalid values for order.
Ronald S. Bultje
2012-03-22
1
-9
/
+25
*
wmall: output packet only if we have decoded some samples
Kostya Shishkov
2012-03-22
1
-2
/
+2
*
wmall: fix build with -DDEBUG enabled.
Ronald S. Bultje
2012-03-07
1
-9
/
+8
*
wma: Refactor common code to fix standalone compilation of WMA lossless decoder.
Diego Biurrun
2012-03-07
1
-0
/
+1
*
Windows Media Audio Lossless decoder
Mashiat Sarker Shakkhar
2012-03-02
1
-0
/
+1248