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
/
ac3dec.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
(e)ac3: parse and store the Lt/Rt and LFE mix levels.
Tim Walker
2014-01-19
1
-0
/
+5
*
(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...
Tim Walker
2014-01-05
1
-0
/
+4
*
ac3dec: Remove write-only channel_layout field from AC3DecodeContext
Tim Walker
2013-11-22
1
-1
/
+0
*
fmtconvert: Explicitly use int32_t instead of int
Christophe Gisquet
2013-07-17
1
-1
/
+1
*
ac3: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-1
/
+0
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
1
-0
/
+2
*
ac3dec: make downmix() take array of pointers to channel data
Mans Rullgard
2012-12-09
1
-0
/
+4
*
ac3dec: output planar float only
Mans Rullgard
2012-12-09
1
-1
/
+0
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
1
-1
/
+1
*
ac3: move ac3_downmix() from dsputil to ac3dsp
Mans Rullgard
2012-09-12
1
-3
/
+0
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-0
/
+1
*
ac3dec: avoid pointless alloc and indirection for input_buffer
Reimar Döffinger
2011-09-06
1
-1
/
+4
*
ac3dec: add a drc_scale private option
Anton Khirnov
2011-07-10
1
-0
/
+2
*
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-07-02
1
-15
/
+15
*
ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).
Reimar Döffinger
2011-06-13
1
-1
/
+1
*
ac3enc: add channel coupling support
Justin Ruggles
2011-05-24
1
-5
/
+0
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
1
-5
/
+5
*
ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
Mans Rullgard
2011-03-29
1
-0
/
+2
*
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser
Justin Ruggles
2011-03-25
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
Justin Ruggles
2011-03-04
1
-3
/
+3
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
1
-0
/
+2
*
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
Justin Ruggles
2011-01-28
1
-1
/
+0
*
define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.
Justin Ruggles
2010-12-14
1
-2
/
+2
*
cosmetics: use better (and shared) macro names for some constant values
Justin Ruggles
2010-12-14
1
-7
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Add spectral extension to the E-AC-3 decoder.
Carl Eugen Hoyos
2010-03-30
1
-0
/
+47
*
Move some prototypes from dsputil.c to reasonable header files
Måns Rullgård
2010-03-06
1
-0
/
+3
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-6
/
+6
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-6
/
+6
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-2
/
+2
*
cosmetics: move fixed_coeffs into the aligned arrays comment group
Justin Ruggles
2009-08-05
1
-2
/
+1
*
Modify decode_band_structure() so that the actual band structure is only
Justin Ruggles
2009-08-05
1
-1
/
+0
*
Use coupling band sizes instead of coupling band structure when
Justin Ruggles
2009-08-05
1
-0
/
+1
*
The internal header libavutil/internal.h should not be used outside libavutil.
Diego Biurrun
2009-06-11
1
-1
/
+0
*
ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also
Justin Ruggles
2009-05-06
1
-1
/
+0
*
Add channel layout support to the AC-3 decoder and AC-3 parser.
Justin Ruggles
2009-04-19
1
-0
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Add missing #includes to fix 'make checkheaders'.
Diego Biurrun
2009-02-17
1
-0
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
revert r15812 (E-AC-3 Spectral Extension) pending further review
Justin Ruggles
2008-11-13
1
-27
/
+0
*
add support for spectral extension
Justin Ruggles
2008-11-13
1
-0
/
+27
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
remove unneeded variable, dither_all
Justin Ruggles
2008-08-28
1
-1
/
+0
*
add definitions and documentation for shared functions for E-AC-3 decoding
Justin Ruggles
2008-08-27
1
-0
/
+12
*
copy default coupling band structure from table to decoding context (used for...
Justin Ruggles
2008-08-27
1
-1
/
+1
*
1000l to me. committed to wrong repo. revert last commit.
Justin Ruggles
2008-08-24
1
-13
/
+1
*
cosmetics: rename some functions from *get_* to *decode_*
Justin Ruggles
2008-08-24
1
-1
/
+13
*
remove some unneeded header includes
Justin Ruggles
2008-08-17
1
-1
/
+0
[next]