index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
twinvq.c
Age
Commit message (
Expand
)
Author
2013-11-26
metasound: add last missing modes (8kHz @ 6kbps per channel)
Kostya Shishkov
2013-11-14
twinvq: consume block_align+1 packets as full ones
Kostya Shishkov
2013-11-14
twinvq: support multiple frames per packet
Kostya Shishkov
2013-08-26
twinvq: set block align for codecs and use it in size checks
Kostya Shishkov
2013-08-08
Voxware MetaSound decoder
Kostya Shishkov
2013-08-05
twinvq: Split VQF-specific part from common TwinVQ decoder core
Kostya Shishkov
2013-08-05
twinvq: Prefix enums and defines shared with VoxWare MetaSound
Diego Biurrun
2013-08-05
twinvq: move all bitstream reading into single place
Kostya Shishkov
2013-08-01
twinvq: Add proper twinvq prefixes to identifiers
Diego Biurrun
2013-07-25
miscellaneous typo fixes
Diego Biurrun
2013-07-25
cosmetics: Add '0' to float constants ending in '.'.
Diego Biurrun
2013-07-25
twinvq: K&R formatting cosmetics
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-12
twinvq: decode directly to the user-provided AVFrame
Justin Ruggles
2013-01-22
floatdsp: move butterflies_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-16
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2012-12-04
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-11-11
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-01
twinvq: validate sample rate code
Justin Ruggles
2012-11-01
twinvq: set channel layout
Justin Ruggles
2012-11-01
twinvq: validate that channels is not <= 0
Justin Ruggles
2012-10-01
twinvq: use planar sample format
Justin Ruggles
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-06-08
Add a float DSP framework to libavutil
Justin Ruggles
2012-05-01
twinvq: fix out of bounds array access
Mans Rullgard
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2011-12-02
Add avcodec_decode_audio4().
Justin Ruggles
2011-11-11
twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
2011-11-11
vqf/twinvq: pass vqf COMM chunk info in extradata
Justin Ruggles
2011-11-11
twinvq: check for allocation failure in init_mdct_win()
Justin Ruggles
2011-10-22
twinvq: check output buffer size before decoding
Justin Ruggles
2011-10-22
twinvq: return an error when the packet size is too small
Justin Ruggles
2011-09-24
Use explicit struct initializers for AVCodec declarations.
Diego Biurrun
2011-06-24
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-04-23
vorbis: Rename decoder/encoder files to follow general file naming scheme.
Diego Biurrun
2011-03-20
Move sine windows to a separate file
Mans Rullgard
2011-03-19
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-31
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-22
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-25
twinvq: remove VLAs
Måns Rullgård
2010-04-21
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-01-09
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2009-11-23
Add missing include. Fix the following compiler warnings:
Vitor Sessak
[next]