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
/
binkaudio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: Replace local extern declarations for tables with header #includes
Diego Biurrun
2013-08-15
1
-2
/
+1
*
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
*
binkaudio: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-10
/
+6
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
binkaudio: set channel layout
Justin Ruggles
2012-11-12
1
-0
/
+3
*
binkaudio: remove unneeded GET_BITS_SAFE macro
Justin Ruggles
2012-09-18
1
-12
/
+5
*
binkaudio: use float sample format
Justin Ruggles
2012-09-18
1
-35
/
+21
*
binkaudio: use a different value for the coefficient scale for the DCT codec
Justin Ruggles
2012-09-18
1
-4
/
+4
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-6
/
+6
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-1
/
+1
*
lavu: replace int/float punning functions
Mans Rullgard
2011-12-11
1
-3
/
+3
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-13
/
+21
*
binkaudio: expand quant_table to accommodate all possible values
Justin Ruggles
2011-11-04
1
-2
/
+2
*
binkaudio: change short to int16_t
Justin Ruggles
2011-10-29
1
-3
/
+3
*
binkaudio: only decode one block at a time.
Justin Ruggles
2011-10-29
1
-17
/
+38
*
binkaudio: store interleaved overlap samples in BinkAudioContext.
Justin Ruggles
2011-10-29
1
-4
/
+12
*
binkaudio: pre-calculate quantization factors
Justin Ruggles
2011-10-29
1
-2
/
+7
*
binkaudio: add some buffer overread checks.
Justin Ruggles
2011-10-29
1
-10
/
+37
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-16
/
+14
*
bink: pass Bink version to audio decoder through extradata instead of codec_tag.
Kostya
2011-07-06
1
-1
/
+1
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
1
-1
/
+1
*
Move dct and rdft definitions to separate files
Mans Rullgard
2011-03-20
1
-1
/
+2
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Bink version 'b' audio decoder
Peter Ross
2011-02-25
1
-5
/
+17
*
binkaudio: simplify frame_len_bits and frame_len calculation
Peter Ross
2011-02-25
1
-4
/
+2
*
binkaudio: remove unnecessary loop
Peter Ross
2011-02-25
1
-5
/
+2
*
binkaudio: perform band table scaling in decode_init
Peter Ross
2011-02-25
1
-5
/
+5
*
binkaudio: remove unused copy of AVCodecContext*
Peter Ross
2011-02-15
1
-3
/
+1
*
binkaudio: fix channel count check
Peter Ross
2011-02-15
1
-2
/
+2
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
1
-1
/
+5
*
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
Justin Ruggles
2011-01-28
1
-5
/
+0
*
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
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Make code using 1d-DCT consistent with the API change
Vitor Sessak
2010-04-03
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot...
Peter Ross
2010-03-11
1
-0
/
+5
*
Give RDFT types more meaningful names
Måns Rullgård
2010-03-07
1
-1
/
+1
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-0
/
+2
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-2
/
+2
*
Perform coefficient transformations in Bink Audio DCT decoder (issue1770)
Peter Ross
2010-03-03
1
-2
/
+5
*
Use reported_size to truncate final Bink Audio frame
Peter Ross
2010-02-23
1
-5
/
+1
*
Fix compilation of binkaudio_rdft when dct is disabled
Daniel Verkamp
2010-02-19
1
-6
/
+8
*
Update binkaudio to new DECLARE_ALIGNED syntax
Daniel Verkamp
2010-01-31
1
-2
/
+2
*
Bink Audio decoder
Peter Ross
2010-01-31
1
-0
/
+303