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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
dsputil: Split bswap*_buf() off into a separate context
Diego Biurrun
2014-06-22
1
-2
/
+4
*
ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
Tim Walker
2014-02-15
1
-0
/
+38
*
ac3dec: Allow asymmetric application of DRC when drc_scale > 1
John Stebbins
2014-01-29
1
-3
/
+8
*
(e)ac3: clip surround mix level indexes.
Tim Walker
2014-01-19
1
-2
/
+2
*
(e)ac3: parse and store the Lt/Rt and LFE mix levels.
Tim Walker
2014-01-19
1
-4
/
+12
*
ac3: set default matrix encoding modes in parse_frame_header.
Tim Walker
2014-01-19
1
-4
/
+2
*
(e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.
Tim Walker
2014-01-05
1
-0
/
+30
*
(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...
Tim Walker
2014-01-05
1
-6
/
+22
*
ac3dec: make drc_scale exponentially
John Stebbins
2013-12-09
1
-2
/
+2
*
ac3dec: Fix out-of-array read
Tim Walker
2013-11-23
1
-2
/
+3
*
ac3dec: Remove write-only channel_layout field from AC3DecodeContext
Tim Walker
2013-11-22
1
-1
/
+0
*
ac3: implement request_channel_layout.
Tim Walker
2013-11-22
1
-10
/
+24
*
ac3dec: simplify an expression
Tim Walker
2013-11-19
1
-3
/
+2
*
ac3dec: fix outptr increment.
Michael Niedermayer
2013-10-28
1
-1
/
+1
*
lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.
Anton Khirnov
2013-10-28
1
-0
/
+2
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
ac3: Return proper error codes
Luca Barbato
2013-08-27
1
-15
/
+15
*
ac3: Clean up the error paths
Luca Barbato
2013-08-27
1
-3
/
+6
*
fmtconvert: Explicitly use int32_t instead of int
Christophe Gisquet
2013-07-17
1
-1
/
+1
*
ac3dec: Don't consume more data than the actual input packet size
Martin Storsjö
2013-07-15
1
-1
/
+1
*
ac3dec: Consistently use AC3_BLOCK_SIZE and sizeof
Martin Storsjö
2013-07-13
1
-3
/
+3
*
ac3dec: Increment channel pointers only once per channel
Martin Storsjö
2013-07-13
1
-3
/
+3
*
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
ac3dec: validate channel output mode against channel count
Justin Ruggles
2013-02-23
1
-6
/
+8
*
ac3: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-8
/
+5
*
ac3dec: fix non-optimal dithering of zero bit mantissas
Mathias Rauen
2013-01-20
1
-1
/
+2
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
1
-4
/
+5
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
ac3dec: decode directly into output buffers
Mans Rullgard
2012-12-09
1
-7
/
+20
*
ac3dec: make downmix() take array of pointers to channel data
Mans Rullgard
2012-12-09
1
-3
/
+11
*
ac3dec: output planar float only
Mans Rullgard
2012-12-09
1
-26
/
+6
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+1
*
Use proper return values in case of missing features
Diego Biurrun
2012-10-12
1
-1
/
+1
*
ac3dec: ensure get_buffer() gets a buffer for the correct number of channels
Justin Ruggles
2012-10-01
1
-0
/
+1
*
ac3: move ac3_downmix() from dsputil to ac3dsp
Mans Rullgard
2012-09-12
1
-34
/
+6
*
avopt: Explicitly store float/double option defaults in .dbl
Martin Storsjö
2012-09-04
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-3
/
+1
*
mov: set channel layout for AC-3 streams based on the 'dac3' atom info
Justin Ruggles
2012-02-22
1
-1
/
+1
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
ac3dec: Move center and surround mix level tables to the parser.
Michael Niedermayer
2012-02-09
1
-14
/
+2
*
lavc: remove disabled FF_API_DRC_SCALE cruft.
Anton Khirnov
2012-01-27
1
-5
/
+0
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-2
/
+2
*
ac3dec: cosmetics: pretty-printing
Chris Berov
2011-12-04
1
-248
/
+261
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-8
/
+24
*
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-22
1
-1
/
+1
*
lavc: use avpriv_ prefix for ff_ac3_parse_header.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
[next]