projects
/
libav.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reindent
[libav.git]
/
libavcodec
/
aac.c
2010-04-30
Alex Converse
Reindent
blob
|
commitdiff
2010-04-30
Alex Converse
Rewrite ff_sbr_apply in a manner more friendly to PS.
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2010-03-14
Reimar Döffinger
Allow hard-coding of the 32kB cubic-root table for...
blob
|
commitdiff
|
diff to current
2010-03-13
Alex Converse
aac: Don't bias output during the IMDCT if SBR will...
blob
|
commitdiff
|
diff to current
2010-03-08
Alex Converse
Add an HE-AAC v1 decoder.
blob
|
commitdiff
|
diff to current
2010-03-07
Alex Converse
10l: AAC: Set multiplier to 0.
blob
|
commitdiff
|
diff to current
2010-03-07
Alex Converse
AAC: Set codec parameters in the first frame rather...
blob
|
commitdiff
|
diff to current
2010-03-07
Alex Converse
AAC: Add a new line after the TNS error message.
blob
|
commitdiff
|
diff to current
2010-03-06
Måns Rullgård
Move FFT parts from dsputil.h to fft.h
blob
|
commitdiff
|
diff to current
2010-03-04
Alex Converse
AAC: Return the number of bytes consumed in decoding...
blob
|
commitdiff
|
diff to current
2010-03-04
Alex Converse
AAC: Mark predictor functions av_always_inline.
blob
|
commitdiff
|
diff to current
2010-02-24
Alex Converse
aac: Keep decode_band_types() from eating all padding...
blob
|
commitdiff
|
diff to current
2010-02-18
Alex Converse
Add some AAC buffer overread checks.
blob
|
commitdiff
|
diff to current
2010-02-15
Alex Converse
AAC: Mark che_configure() as av_cold.
blob
|
commitdiff
|
diff to current
2010-02-15
Alex Converse
AAC: Mark functions that are only called when the outpu...
blob
|
commitdiff
|
diff to current
2010-02-10
Alex Converse
Output the first AAC frame. This is needed for SBR...
blob
|
commitdiff
|
diff to current
2010-01-15
Måns Rullgård
AAC: optimise bitstream reading in decode_spectrum_and_...
blob
|
commitdiff
|
diff to current
2010-01-15
Måns Rullgård
AAC: ARM/NEON asm for VMUL2/4 functions
blob
|
commitdiff
|
diff to current
2010-01-13
Måns Rullgård
AAC: Reduce depth of vlc_spectral tables to 2
blob
|
commitdiff
|
diff to current
2010-01-13
Måns Rullgård
AAC: Unswitch loop over window groups in decode_spectru...
blob
|
commitdiff
|
diff to current
2010-01-13
Måns Rullgård
AAC: simplify some calculations in decode_spectrum_and_...
blob
|
commitdiff
|
diff to current
2010-01-13
Måns Rullgård
AAC: Compress codebook tables and optimise sign bit...
blob
|
commitdiff
|
diff to current
2010-01-11
Måns Rullgård
AAC: use table for cbrtf(n)*n
blob
|
commitdiff
|
diff to current
2010-01-11
Måns Rullgård
AAC: escape_sequence is 21 bits max
blob
|
commitdiff
|
diff to current
2010-01-09
Reimar Döffinger
Add support for hard-coded MDCT-related ff_sine_windows...
blob
|
commitdiff
|
diff to current
2010-01-08
Måns Rullgård
AAC: add a const to decode_spectrum_and_dequant() args
blob
|
commitdiff
|
diff to current
2009-12-16
Carl Eugen Hoyos
Undo r20874: It broke AAC decoding.
blob
|
commitdiff
|
diff to current
2009-12-15
Carl Eugen Hoyos
Use enum and constant to avoid three icc warnings.
blob
|
commitdiff
|
diff to current
2009-12-08
Andreas Öman
aac: Set sample rate in avctx from ADTS header (if...
blob
|
commitdiff
|
diff to current
2009-12-02
Alex Converse
AAC: Add a global header but output not locked output...
blob
|
commitdiff
|
diff to current
2009-12-02
Alex Converse
Set the SBR mode to implicit on ADTS frames occurring...
blob
|
commitdiff
|
diff to current
2009-11-21
Alex Converse
10l: Fix inverted if-condition from r20448. Fixes issue...
blob
|
commitdiff
|
diff to current
2009-11-11
Alex Converse
AAC: Rename sect_len to sect_end. It marks the last...
blob
|
commitdiff
|
diff to current
2009-11-03
Alex Converse
Don't lock the channel output configuration based on...
blob
|
commitdiff
|
diff to current
2009-10-09
Robert Swain
AAC: Fix regression introduced in r20067 where ADTS...
blob
|
commitdiff
|
diff to current
2009-10-08
David Conrad
dca and aac decoders use float_to_int16_interleave...
blob
|
commitdiff
|
diff to current
2009-09-28
Robert Swain
Refactor channel element configuration and mapping...
blob
|
commitdiff
|
diff to current
2009-09-28
Robert Swain
Reindent after last commit
blob
|
commitdiff
|
diff to current
2009-09-28
Robert Swain
AAC: Add channel layout support for channel configurati...
blob
|
commitdiff
|
diff to current
2009-09-23
Måns Rullgård
AAC: minor simplification in PNS decoding
blob
|
commitdiff
|
diff to current
2009-09-22
Måns Rullgård
AAC: 10l: fix PNS decoding
blob
|
commitdiff
|
diff to current
2009-09-22
Alex Converse
AAC: Simplify some logic from r19956. (The escape codeb...
blob
|
commitdiff
|
diff to current
2009-09-22
Måns Rullgård
AAC: use new dsputil functions
blob
|
commitdiff
|
diff to current
2009-09-06
Reimar Döffinger
Make sample_fmts and channel_layouts compound literals...
blob
|
commitdiff
|
diff to current
2009-08-02
Diego Biurrun
cosmetics: K&R coding style
blob
|
commitdiff
|
diff to current
2009-07-10
Alex Converse
Cosmetics: reindent after last commit
blob
|
commitdiff
|
diff to current
2009-07-10
Alex Converse
Ignore subsequent channel configurations after the...
blob
|
commitdiff
|
diff to current
2009-06-29
Ronald S. Bultje
Rename ff_log_missing_feature() to av_log_missing_featu...
blob
|
commitdiff
|
diff to current
2009-06-12
Alex Converse
Cosmetics: Re-indent after last commit
blob
|
commitdiff
|
diff to current
2009-06-12
Alex Converse
Move TNS and swb_offset tables from aacdectab.h to...
blob
|
commitdiff
|
diff to current
2009-05-26
Alex Converse
In the event of a mismatch, do not follow the sample...
blob
|
commitdiff
|
diff to current
2009-05-16
Siarhei Siamashka
Support for getting (i)MDCT output multiplied by a...
blob
|
commitdiff
|
diff to current
2009-05-13
Alex Converse
Allow parsing and decoding of ADTS AAC files with chann...
blob
|
commitdiff
|
diff to current
2009-04-21
Robert Swain
Remove redundant assignment. err is assigned in every...
blob
|
commitdiff
|
diff to current
2009-04-19
Robert Swain
Remove unnecessary assignment, found by CSA.
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename bitstream.h to get_bits.h.
blob
|
commitdiff
|
diff to current
2009-04-07
Thilo Borgmann
Implement avcodec_decode_video2(), _audio3() and _subti...
blob
|
commitdiff
|
diff to current
2009-03-23
Alex Converse
AAC: Ignore cc_domain for independent (time domain...
blob
|
commitdiff
|
diff to current
2009-03-16
Alex Converse
AAC: IEEE-754 type punning for 16-bit floating point...
blob
|
commitdiff
|
diff to current
2009-03-06
Alex Converse
Re-indent after last commit.
blob
|
commitdiff
|
diff to current
2009-03-06
Alex Converse
If we get an error from ff_aac_parse_header() we should...
blob
|
commitdiff
|
diff to current
2009-03-06
Alex Converse
Fix the channel allocation bug/assumption (issue 800).
blob
|
commitdiff
|
diff to current
2009-03-05
Alex Converse
AAC: hoist dependent gain lookup out of the loop
blob
|
commitdiff
|
diff to current
2009-03-01
Alex Converse
AAC: Make the CPE function more consistent with the...
blob
|
commitdiff
|
diff to current
2009-02-26
Alex Converse
Re-indent after last commit.
blob
|
commitdiff
|
diff to current
2009-02-26
Alex Converse
Refactor AAC unsigned band type decoding for a modest...
blob
|
commitdiff
|
diff to current
2009-02-26
Alex Converse
Use const to better allow the compiler to optimize...
blob
|
commitdiff
|
diff to current
2009-02-13
Alex Converse
Re-indent after last commit.
blob
|
commitdiff
|
diff to current
2009-02-13
Alex Converse
Make set coup.gain[c][0] aand only coup.gain[c][0]...
blob
|
commitdiff
|
diff to current
2009-02-12
Robert Swain
AAC: Cosmetic alterations after the last commit
blob
|
commitdiff
|
diff to current
2009-02-12
Alex Converse
Give an error message when returning due to an unalloca...
blob
|
commitdiff
|
diff to current
2009-02-12
Alex Converse
Add support for sample rate index 12, 7350 Hz
blob
|
commitdiff
|
diff to current
2009-02-12
Alex Converse
Remove bogus coupling_point assignment for non-CCE...
blob
|
commitdiff
|
diff to current
2009-02-10
Jai Menon
Check sampling index validity for AAC decoding
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2009-01-07
Robert Swain
Support ADTS AAC files in the ffaac decoder (limited...
blob
|
commitdiff
|
diff to current
2008-12-28
Carl Eugen Hoyos
Revert r16375: It broke aac decoding.
blob
|
commitdiff
|
diff to current
2008-12-28
Carl Eugen Hoyos
Reduce number of warnings when compiling with icc by...
blob
|
commitdiff
|
diff to current
2008-12-21
Robert Swain
AAC: Reindent after last commit
blob
|
commitdiff
|
diff to current
2008-12-21
Alex Converse
AAC: Fix AAC prediction when used in conjunction with...
blob
|
commitdiff
|
diff to current
2008-12-21
Alex Converse
AAC: Don't write an illegal sampling_index in a PCE...
blob
|
commitdiff
|
diff to current
2008-12-10
Måns Rullgård
AAC: move scratch array to context to ensure 16-byte...
blob
|
commitdiff
|
diff to current
2008-12-09
Alex Converse
AAC: Use a sign LUT rather than 1-2*get_bits1()
blob
|
commitdiff
|
diff to current
2008-12-09
Alex Converse
AAC: Unroll code within decode_spectrum_and_dequant...
blob
|
commitdiff
|
diff to current
2008-12-09
Alex Converse
AAC: Remove unnecessary fabsf()
blob
|
commitdiff
|
diff to current
2008-12-08
Stefano Sabatini
Make av_log_missing_feature an internal function, and...
blob
|
commitdiff
|
diff to current
2008-11-24
Robert Swain
AAC: Cosmetics after last commit
blob
|
commitdiff
|
diff to current
2008-11-24
Alex Converse
AAC: Frequency domain prediction and hence Main profile...
blob
|
commitdiff
|
diff to current
2008-11-05
Alex Converse
Fix perceptual noise shaping scaling including an overs...
blob
|
commitdiff
|
diff to current
2008-10-21
Aurelien Jacobs
uses FF_ARRAY_ELEMS() where appropriate
blob
|
commitdiff
|
diff to current
2008-10-06
Alex Converse
Rename variables to clarify the channel coupling elemen...
blob
|
commitdiff
|
diff to current
2008-10-06
Alex Converse
Corrections to channel coupling code to attain conforma...
blob
|
commitdiff
|
diff to current
2008-09-18
Robert Swain
Zero 'idx' for each iteration of the coupling gain...
blob
|
commitdiff
|
diff to current
2008-09-18
Robert Swain
Cosmetics: missing brackets
blob
|
commitdiff
|
diff to current
2008-09-18
Alex Converse
Cast the return value of get_bits() to signed integer...
blob
|
commitdiff
|
diff to current
2008-09-16
Alex Converse
Validate pulse position and error out if an invalid...
blob
|
commitdiff
|
diff to current
2008-09-13
Robert Swain
Reindent after last commit
blob
|
commitdiff
|
diff to current
next