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
*
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
*
ac3dec: use get_sbits() instead of manually sign-extending
Mans Rullgard
2011-10-09
1
-2
/
+2
*
lavc/lavf: use unique private classes.
Anton Khirnov
2011-10-05
1
-2
/
+8
*
ac3dec: actually use drc_scale private option
Anton Khirnov
2011-09-21
1
-1
/
+6
*
ac3dec: avoid pointless alloc and indirection for input_buffer
Reimar Döffinger
2011-09-06
1
-10
/
+0
*
ac3dec: add a drc_scale private option
Anton Khirnov
2011-07-10
1
-0
/
+17
*
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
2011-06-20
1
-1
/
+1
*
Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis
Justin Ruggles
2011-05-18
1
-6
/
+26
*
ac3dec: fix processing of delta bit allocation information.
Justin Ruggles
2011-04-17
1
-2
/
+2
*
ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
Mans Rullgard
2011-03-29
1
-1
/
+2
*
ac3enc: Add codec-specific options for writing AC-3 metadata.
Justin Ruggles
2011-03-27
1
-10
/
+0
*
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser
Justin Ruggles
2011-03-25
1
-0
/
+5
*
Detect byte-swapped AC-3 and support decoding it directly.
Reimar Döffinger
2011-03-22
1
-0
/
+5
*
cosmetics: indentation
Justin Ruggles
2011-03-22
1
-3
/
+3
*
Always copy input data for AC3 decoder.
Justin Ruggles
2011-03-22
1
-7
/
+2
*
Move ff_kbd_window_init() to a separate file
Mans Rullgard
2011-03-19
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
[next]