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
Commit message (
Expand
)
Author
Age
Files
Lines
*
twinvq: set channel layout
Justin Ruggles
2012-11-01
1
-0
/
+4
*
twinvq: validate that channels is not <= 0
Justin Ruggles
2012-11-01
1
-1
/
+1
*
truespeech: set channel layout
Justin Ruggles
2012-11-01
1
-1
/
+3
*
sipr: set channel layout
Justin Ruggles
2012-11-01
1
-1
/
+4
*
shorten: validate that the channel count in the header is not <= 0
Justin Ruggles
2012-11-01
1
-1
/
+1
*
ra288dec: set channel layout
Justin Ruggles
2012-11-01
1
-1
/
+6
*
ra144dec: set channel layout
Justin Ruggles
2012-11-01
1
-1
/
+4
*
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
*
qcelpdec: set channel layout
Justin Ruggles
2012-11-01
1
-1
/
+4
*
nellymoserdec: set channels to 1
Justin Ruggles
2012-11-01
1
-0
/
+1
*
libopencore-amr: set channel layout for amr-nb or if not set by the user
Justin Ruggles
2012-11-01
1
-5
/
+9
*
libilbc: set channel layout
Justin Ruggles
2012-11-01
1
-3
/
+5
*
dpcm: use AVCodecContext.channels instead of keeping a private copy
Justin Ruggles
2012-11-01
1
-8
/
+6
*
imc: set channels to 1 instead of validating it
Justin Ruggles
2012-11-01
1
-2
/
+4
*
gsmdec: always set channel layout and sample rate at initialization
Justin Ruggles
2012-11-01
1
-4
/
+5
*
libgsmdec: always set channel layout and sample rate at initialization
Justin Ruggles
2012-11-01
1
-13
/
+5
*
g726dec: do not validate sample rate
Justin Ruggles
2012-11-01
1
-8
/
+0
*
g726dec: set channel layout at initialization instead of validating it
Justin Ruggles
2012-11-01
1
-4
/
+4
*
flacdec: do not warn on sample rate change
Justin Ruggles
2012-11-01
1
-5
/
+1
*
flacdec: allow mid-stream channel layout change
Justin Ruggles
2012-11-01
4
-18
/
+32
*
flacdec: use av_samples_* functions for sample buffer allocation
Justin Ruggles
2012-11-01
1
-14
/
+29
*
dcadec: allow the decoder to change the channel layout mid-stream
Justin Ruggles
2012-11-01
1
-17
/
+1
*
cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
Justin Ruggles
2012-11-01
1
-4
/
+4
*
cook: move samples_per_frame from COOKSubpacket to where it is used
Justin Ruggles
2012-11-01
1
-6
/
+5
*
cook: use av_get_channel_layout_nb_channels() instead of cook_count_channels()
Justin Ruggles
2012-11-01
1
-11
/
+1
*
cook: reverse a condition so that the code makes more sense
Justin Ruggles
2012-11-01
1
-3
/
+2
*
cook: remove unneeded COOKContext variable, sample_rate
Justin Ruggles
2012-11-01
1
-3
/
+1
*
cook: remove unneeded COOKContext variable, bit_rate
Justin Ruggles
2012-11-01
1
-3
/
+1
*
cook: use AVCodecContext.channels instead of keeping a private copy
Justin Ruggles
2012-11-01
1
-8
/
+6
*
bmvaudio: set channel layout at init() rather than validating it
Justin Ruggles
2012-11-01
1
-6
/
+4
*
atrac1: do not keep a copy of channel count in the private context
Justin Ruggles
2012-11-01
1
-4
/
+2
*
dsicinaudio: set channels and channel layout
Justin Ruggles
2012-11-01
1
-7
/
+5
*
g722dec: set channel layout at initialization instead of validating it
Justin Ruggles
2012-11-01
1
-5
/
+4
*
amrwbdec: set channels, channel_layout, and sample_rate
Justin Ruggles
2012-11-01
1
-1
/
+10
*
amrnbdec: set channels, channel_layout, and sample_rate
Justin Ruggles
2012-11-01
1
-1
/
+10
*
dca_parser: allow the parser to change the sample rate
Justin Ruggles
2012-11-01
1
-2
/
+1
*
lavc: check channel count after decoder init
Justin Ruggles
2012-11-01
1
-0
/
+5
*
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
Justin Ruggles
2012-11-01
3
-6
/
+5
*
x86: Move optimization suffix to end of function names
Diego Biurrun
2012-10-31
3
-30
/
+30
*
x86: h264_chromamc_10bit: drop pointless PAVG %define
Diego Biurrun
2012-10-31
1
-2
/
+1
*
x86: mmx2 ---> mmxext in function names
Diego Biurrun
2012-10-31
14
-196
/
+216
*
aacdec: Drop some unused function arguments
Diego Biurrun
2012-10-31
1
-24
/
+20
*
x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags
Diego Biurrun
2012-10-31
1
-26
/
+26
*
x86: fmtconvert: port to cpuflags
Diego Biurrun
2012-10-31
1
-70
/
+71
*
x86: MMX2 ---> MMXEXT in macro names
Diego Biurrun
2012-10-31
8
-45
/
+45
*
x86: mmx2 ---> mmxext in comments and messages
Diego Biurrun
2012-10-31
2
-3
/
+3
*
x86: yasm: Use complete source path for macro helper %includes
Diego Biurrun
2012-10-31
27
-27
/
+27
*
x86: include x86inc.asm in x86util.asm
Diego Biurrun
2012-10-31
28
-28
/
+1
*
cng: Reindent some incorrectly indented lines
Martin Storsjö
2012-10-30
2
-2
/
+2
[next]