index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
wmaprodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
miscellaneous typo fixes
Diego Biurrun
2013-07-25
1
-2
/
+2
*
wmapro: error out on impossible scale factor offsets
Luca Barbato
2013-06-29
1
-1
/
+2
*
wmapro: check the min_samples_per_subframe
Luca Barbato
2013-06-29
1
-0
/
+7
*
wmapro: check num_vec_coeffs against the actual available buffer
Luca Barbato
2013-06-28
1
-3
/
+4
*
wmapro: return early on unsupported condition
Luca Barbato
2013-06-28
1
-0
/
+1
*
wmapro: make sure there is room to store the current packet
Luca Barbato
2013-06-28
1
-0
/
+8
*
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-10
/
+11
*
wmapro: unref skipped frames
Janne Grunau
2013-03-10
1
-0
/
+1
*
wmaprodec: return an error, not 0, when the input is too small.
Anton Khirnov
2013-03-08
1
-2
/
+5
*
wmaprodec: require block_align to be set.
Anton Khirnov
2013-03-08
1
-0
/
+5
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
wmapro: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-14
/
+7
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-2
/
+0
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
1
-2
/
+2
*
Return proper error code after av_log_ask_for_sample()
Diego Biurrun
2012-12-23
1
-3
/
+3
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-2
/
+2
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+1
*
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
Justin Ruggles
2012-11-26
1
-9
/
+13
*
wmapro: use AVCodecContext.channels instead of keeping a private copy
Justin Ruggles
2012-11-01
1
-27
/
+25
*
wmapro: use planar sample format
Justin Ruggles
2012-10-14
1
-11
/
+6
*
Use proper return values in case of missing features
Diego Biurrun
2012-10-12
1
-1
/
+1
*
wmaprodec: check num_vec_coeffs for validity
Michael Niedermayer
2012-09-29
1
-1
/
+6
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Revert "wmapro: prevent division by zero when sample rate is unspecified"
Ronald S. Bultje
2012-08-03
1
-5
/
+0
*
wmapro: prevent division by zero when sample rate is unspecified
Sean McGovern
2012-08-03
1
-0
/
+5
*
wmapro: prevent division by zero when sample rate is unspecified
Sean McGovern
2012-08-03
1
-0
/
+5
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diego Biurrun
2012-04-04
1
-1
/
+1
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-3
/
+1
*
wma: Refactor common code to fix standalone compilation of WMA lossless decoder.
Diego Biurrun
2012-03-07
1
-0
/
+1
*
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diego Biurrun
2012-02-28
1
-1
/
+0
*
wmapro: change max. block size to 13 bits.
Ronald S. Bultje
2012-02-16
1
-4
/
+8
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
wmapro: use av_float2int()
Mans Rullgard
2011-12-11
1
-2
/
+3
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-27
/
+36
*
wmapro: fix strict-aliasing violations by using av_alias32
Justin Ruggles
2011-10-28
1
-7
/
+8
*
wmapro: use FmtConvertContext.float_interleave() to interleave output samples
Justin Ruggles
2011-10-28
1
-11
/
+9
*
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
1
-2
/
+2
*
wmapro: Validate the number of audio channels before using it
Laurent Aimar
2011-10-07
1
-12
/
+12
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
Mark some variables with av_unused
Mans Rullgard
2011-06-03
1
-1
/
+1
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
1
-2
/
+2
*
Move sine windows to a separate file
Mans Rullgard
2011-03-20
1
-0
/
+1
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-3
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-31
1
-1
/
+1
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-16
/
+16
[next]