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 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
*
10l use of uninitalized var
Michael Niedermayer
2007-02-06
1
-2
/
+2
*
wma encoder
Michael Niedermayer
2007-02-06
1
-0
/
+402