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
/
dcadec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/dca: require checked bitstream reader
foo86
2016-05-31
1
-28
/
+16
*
avcodec/dca: simplify 'residual ok' flag tracking
foo86
2016-05-20
1
-18
/
+14
*
avcodec/dca: don't set initial sample_fmt
foo86
2016-05-20
1
-3
/
+0
*
avcodec/dca: print error message when no frame is found in packet
foo86
2016-05-14
1
-1
/
+6
*
avcodec/dca: add DTS Express (LBR) decoder
foo86
2016-05-10
1
-1
/
+21
*
avcodec/dca: convert to AVCRC
foo86
2016-05-03
1
-27
/
+2
*
avcodec/dca: move huffman data into separate object file
foo86
2016-05-01
1
-1
/
+3
*
avcodec/dca: add new decoder based on libdcadec
foo86
2016-01-31
1
-0
/
+417
*
avcodec/dca: remove old decoder
foo86
2016-01-31
1
-2067
/
+0
*
dca: adjust decoding of the XBR extension for integer core decoding
Hendrik Leppkes
2016-01-02
1
-7
/
+8
*
Merge commit '40d949677335a564f769823f4afdb7e7a3da8d6b'
Hendrik Leppkes
2016-01-02
1
-11
/
+10
|
\
|
*
dca: use defines for subband related constants
Alexandra Hájková
2015-12-31
1
-11
/
+10
*
|
Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'
Hendrik Leppkes
2016-01-02
1
-6
/
+6
|
\
\
|
|
/
|
*
dca: remove unused decode_hf function and quant_d tables
Alexandra Hájková
2015-12-24
1
-6
/
+6
*
|
Merge commit 'aebf07075f4244caf591a3af71e5872fe314e87b'
Hendrik Leppkes
2016-01-02
1
-53
/
+58
|
\
\
|
|
/
|
*
dca: change the core to work with integer coefficients.
Alexandra Hájková
2015-12-23
1
-53
/
+58
*
|
Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'
Hendrik Leppkes
2016-01-01
1
-10
/
+2
|
\
\
|
|
/
|
*
lavc: add profiles to AVCodecDescriptor
Anton Khirnov
2015-12-12
1
-10
/
+2
*
|
avcodec: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-2
/
+2
*
|
Merge commit 'c12c085be7e86880924249e5cb3f898e45dee134'
Hendrik Leppkes
2015-11-29
1
-6
/
+6
|
\
\
|
|
/
|
*
dcadec: Do not check for overreads in auxiliary data
Tim Walker
2015-11-23
1
-6
/
+6
*
|
Merge commit '58b42345b38b46d11c32e11d9c57517f99d6a601'
Hendrik Leppkes
2015-10-10
1
-143
/
+153
|
\
\
|
|
/
|
*
dcadec: reorganise context data
Alexandra Khirnova
2015-10-07
1
-133
/
+143
|
*
dcadec: Always initialize return variable
Vittorio Giovara
2015-10-04
1
-1
/
+1
*
|
Merge commit 'd0a3e89d41b05f9ed0e7401c352b60ed4f4d1ed5'
Hendrik Leppkes
2015-10-03
1
-20
/
+21
|
\
\
|
|
/
|
*
dcadec: make a number of samples per subband per subsubframe a named constant
Alexandra Khirnova
2015-10-01
1
-19
/
+21
*
|
avcodec/dcadec: fix a -Wsometimes-unitialized on clang
Ganesh Ajjanagadde
2015-09-19
1
-1
/
+1
*
|
Merge commit '777885983533235ccda5145f96317fc8cd0a18ab'
Hendrik Leppkes
2015-09-17
1
-122
/
+132
|
\
\
|
|
/
|
*
dcadec: set channel layout in a separate function
Alexandra Hájková
2015-09-16
1
-57
/
+69
*
|
Merge commit '971177f751a6e2931232accceab438bce277bde8'
Hendrik Leppkes
2015-09-17
1
-99
/
+109
|
\
\
|
|
/
|
*
dcadec: scan for extensions in a separate function
Alexandra Hájková
2015-09-16
1
-52
/
+62
*
|
Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'
Hendrik Leppkes
2015-09-05
1
-37
/
+0
|
\
\
|
|
/
|
*
lavc: Drop deprecated request_channels related functions
Vittorio Giovara
2015-08-28
1
-14
/
+0
*
|
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
|
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
Michael Niedermayer
2015-07-27
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
|
avcodec/dcadec: silence request_channels deprecation warnings
James Almer
2015-07-12
1
-2
/
+14
*
|
avcodec/dcadec: Search and decode frame in case it starts later in a packet
Michael Niedermayer
2015-05-23
1
-2
/
+5
*
|
avcodec/dcadec: Check active_bands
Michael Niedermayer
2015-05-15
1
-1
/
+6
*
|
avcodec/dcadec: Check scale table index
Michael Niedermayer
2015-05-15
1
-4
/
+15
*
|
avcodec/dcadec: Check subsubframes
Michael Niedermayer
2015-05-14
1
-0
/
+4
*
|
avcodec/dcadec: Check nchans
Michael Niedermayer
2015-05-14
1
-0
/
+8
*
|
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-20
1
-5
/
+5
|
\
\
|
|
/
|
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-5
/
+5
*
|
lavc/dts: Do not set bitrate for DTS-HD Master and High Resolution.
Carl Eugen Hoyos
2015-03-18
1
-1
/
+3
*
|
avcodec/dcadec: if XLL is enabled use xll channels
Michael Niedermayer
2015-03-16
1
-1
/
+1
*
|
avcodec/dcadec: Only upsample as much data as is there
Michael Niedermayer
2015-03-16
1
-1
/
+1
*
|
Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'
Michael Niedermayer
2015-03-15
1
-23
/
+180
|
\
\
|
|
/
|
*
dca: Support for XLL (lossless extension)
Niels Möller
2015-03-15
1
-21
/
+178
[next]