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
/
wmaenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: use a separate field for exporting audio encoder padding
Anton Khirnov
2014-10-13
1
-3
/
+2
*
wma: K&R formatting cosmetics
Gabriel Dume
2014-09-03
1
-133
/
+145
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+3
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-5
/
+0
*
wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext
Justin Ruggles
2013-02-12
1
-5
/
+5
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-1
/
+1
*
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
Justin Ruggles
2012-11-26
1
-1
/
+1
*
wma: do not keep private copies of some AVCodecContext fields
Justin Ruggles
2012-11-01
1
-15
/
+15
*
wmaenc: use float planar sample format
Justin Ruggles
2012-10-06
1
-16
/
+16
*
avcodec: Drop some silly commented-out av_log() invocations
Diego Biurrun
2012-10-01
1
-1
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-4
/
+4
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+4
*
wmaenc: use AVCodec.encode2()
Justin Ruggles
2012-03-21
1
-17
/
+31
*
wmaenc: remove bit-exact hack
Justin Ruggles
2012-03-17
1
-4
/
+0
*
wmaenc: fix m/s stereo encoding for the first frame
Justin Ruggles
2012-03-03
1
-1
/
+3
*
wmaenc: return s->block_align instead of recalculating it
Justin Ruggles
2012-03-03
1
-1
/
+1
*
wmaenc: check final frame size against output packet size
Justin Ruggles
2012-03-03
1
-4
/
+6
*
wmaenc: require a large enough output buffer to prevent overwrites
Justin Ruggles
2012-03-03
1
-0
/
+5
*
wmaenc: limit allowed sample rate to 48kHz
Justin Ruggles
2012-03-03
1
-0
/
+6
*
wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE
Justin Ruggles
2012-03-03
1
-2
/
+6
*
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
1
-2
/
+2
*
Use explicit struct initializers for AVCodec declarations.
Diego Biurrun
2011-09-24
1
-22
/
+20
*
wmaenc: improve channel count and bitrate error handling in encode_init()
Tomas Härdin
2011-05-12
1
-4
/
+10
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-2
/
+2
*
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-07-24
1
-2
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
remove a Huffman table from WMA which also exists in AAC
Stefan Gehrer
2010-02-19
1
-1
/
+1
*
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-09-06
1
-2
/
+2
*
Introduce WMACoef typedef for decoded coefficients
Sascha Sommer
2009-06-20
1
-2
/
+2
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-1
/
+1
*
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
A try to fix the regressions.
Michael Niedermayer
2009-02-19
1
-0
/
+4
*
Intel C compiler warns on this assignment in this if(), probably
Diego Pettenò
2008-10-02
1
-1
/
+2
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
1
-1
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+2
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+2
*
silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...
Benjamin Larsson
2008-02-15
1
-1
/
+1
*
clarify FIXME
Michael Niedermayer
2007-12-17
1
-1
/
+1
*
trivial warning fixes
Måns Rullgård
2007-07-08
1
-2
/
+2
*
Use AV_xx throughout libavcodec
Ramiro Polla
2007-06-02
1
-10
/
+4
*
Optimize by building the mdct window and multipying/adding at the same time.
Ian Braithwaite
2007-03-26
1
-2
/
+2
*
bitrate sanity check (fixes assertion failure)
Michael Niedermayer
2007-03-08
1
-0
/
+3
*
Rename WMADecodeContext to WMACodecContext
Michel Bardiaux
2007-02-27
1
-9
/
+9
*
Supply context to tprintf
Michel Bardiaux
2007-02-27
1
-0
/
+2
*
workaround sign bug
Michael Niedermayer
2007-02-06
1
-1
/
+1
[next]