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
/
qdm2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/qdm2: move static init to normal init to avoid initializing tables th...
Michael Niedermayer
2013-12-06
1
-2
/
+10
*
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-1
/
+1
|
\
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
|
Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c'
Michael Niedermayer
2013-07-29
1
-4
/
+4
|
\
\
|
|
/
|
*
qdm2: Whitespace cosmetics
Luca Barbato
2013-07-28
1
-4
/
+4
*
|
avcodec/qdm2: initialize sign_bits
Michael Niedermayer
2013-07-10
1
-1
/
+1
*
|
avcodec/qdm2: store bits in an integer instead of float variable
Michael Niedermayer
2013-07-10
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-07-10
1
-8
/
+11
|
\
\
|
|
/
|
*
qdm2: Conceal broken samples
Luca Barbato
2013-07-09
1
-3
/
+10
*
|
Merge commit 'adadc3f2443d25b375e21e801516ccfd78e0b080'
Michael Niedermayer
2013-07-10
1
-10
/
+12
|
\
\
|
|
/
|
*
qdm2: refactor joined stereo support
Luca Barbato
2013-07-09
1
-10
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-07-08
1
-2
/
+1
|
\
\
|
|
/
|
*
qdm2: check and reset dithering index per channel
Luca Barbato
2013-07-07
1
-2
/
+1
*
|
Merge commit '76efedeadb1f6bf79020c44a71dd0cee13d932ad'
Michael Niedermayer
2013-07-08
1
-187
/
+204
|
\
\
|
|
/
|
*
qdm2: formatting cosmetics
Luca Barbato
2013-07-07
1
-187
/
+204
*
|
Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'
Michael Niedermayer
2013-07-08
1
-128
/
+148
|
\
\
|
|
/
|
*
qdm2: use init_static_data
Luca Barbato
2013-07-07
1
-128
/
+148
*
|
qdm2: initialize coeff_per_sb_select from bit_rate
Roberto Togni
2013-04-21
1
-11
/
+2
*
|
Merge commit '69f6f03cd16a09e4e848b4e82bae4993bc361cd0'
Michael Niedermayer
2013-04-17
1
-0
/
+4
|
\
\
|
|
/
|
*
qdm2: check that the FFT size is a power of 2
Anton Khirnov
2013-04-17
1
-0
/
+4
*
|
lavc & lavf: replace deprecated av_log* functions
Paul B Mahol
2013-03-15
1
-1
/
+1
*
|
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-13
1
-3
/
+1
*
|
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
|
qdm2: check "AC" codewords
Michael Niedermayer
2013-03-06
1
-0
/
+15
*
|
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
Michael Niedermayer
2013-02-26
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
|
Merge commit '488f87be873506abb01d67708a67c10a4dd29283'
Michael Niedermayer
2013-02-18
1
-1
/
+1
|
\
\
|
|
/
|
*
qdm2: check array index before use, fix out of array accesses
Michael Niedermayer
2013-02-17
1
-0
/
+5
*
|
Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53'
Michael Niedermayer
2013-02-13
1
-10
/
+5
|
\
\
|
|
/
|
*
qdm2: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-10
/
+5
*
|
qdm2: disable superblocktype_2_3==0 code
Michael Niedermayer
2013-02-03
1
-1
/
+2
*
|
qdm2: Fix data type used in multiplication.
Michael Niedermayer
2013-02-03
1
-1
/
+1
*
|
qdm2: fix out of stack array read.
Michael Niedermayer
2013-01-10
1
-2
/
+2
*
|
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
2012-12-05
1
-1
/
+2
|
\
\
|
|
/
|
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
|
qdm2: check array index before use, fix out of array accesses
Michael Niedermayer
2012-12-01
1
-0
/
+5
*
|
replace av_log(0, by av_log(NULL,
Michael Niedermayer
2012-11-23
1
-2
/
+2
*
|
ensure comment blocks that contain doxygen commands start with double asterix
Peter Ross
2012-11-21
1
-2
/
+2
*
|
Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'
Michael Niedermayer
2012-11-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
|
qdm2: check that coding_method is valid before using it.
Michael Niedermayer
2012-11-09
1
-0
/
+5
*
|
Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'
Michael Niedermayer
2012-11-02
1
-10
/
+5
|
\
\
|
|
/
|
*
qdm2: remove unneeded checks for channel count
Justin Ruggles
2012-11-01
1
-8
/
+0
|
*
qdm2: make sure channels is not <= 0 and set channel layout
Justin Ruggles
2012-11-01
1
-1
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-10
1
-2
/
+0
|
\
\
|
|
/
|
*
doxygen: qdm2: Drop documentation for non-existing function parameters
Diego Biurrun
2012-08-09
1
-2
/
+0
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-05
1
-48
/
+0
|
\
\
|
|
/
[next]