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
/
ac3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-35
/
+11
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to ac3_common_init().
Justin Ruggles
2011-01-26
1
-1
/
+1
*
ac3: Remove ff_ac3_critical_band_size_tab.
Justin Ruggles
2011-01-26
1
-13
/
+4
*
Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.
Diego Elio Pettenò
2011-01-25
1
-0
/
+6
*
Remove unused ac3_parametric_bit_allocation function.
Diego Elio Pettenò
2011-01-25
1
-23
/
+0
*
Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c
Justin Ruggles
2010-12-14
1
-2
/
+2
*
define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.
Justin Ruggles
2010-12-14
1
-7
/
+7
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Change code so it uses 2 adds instead of one FFABS.
Reimar Döffinger
2010-01-14
1
-2
/
+3
*
Simplify AC-3 critical band end calculation (correctly this time).
Justin Ruggles
2009-11-03
1
-1
/
+1
*
Revert r20050, which caused decoding errors with at least one valid AC-3 file.
Justin Ruggles
2009-11-03
1
-1
/
+1
*
Remove unneeded table lookup.
Justin Ruggles
2009-09-27
1
-1
/
+1
*
Cosmetics: Rename some variables to be more descriptive of their use.
Justin Ruggles
2009-09-27
1
-9
/
+9
*
Move some variable declarations to inside of loops.
Justin Ruggles
2009-09-27
1
-4
/
+4
*
Remove unneeded variable.
Justin Ruggles
2009-09-27
1
-3
/
+2
*
Cosmetics: Rename some variables to be more descriptive of their use.
Justin Ruggles
2009-09-27
1
-9
/
+7
*
Remove some unneeded variables.
Justin Ruggles
2009-09-27
1
-6
/
+5
*
Cosmetics: Rename some variables
Justin Ruggles
2009-09-27
1
-37
/
+33
*
simplify 2 lines into 1 using FFMIN
Justin Ruggles
2009-09-27
1
-2
/
+1
*
Cosmetics: Do some basic pretty-printing.
Justin Ruggles
2009-09-27
1
-7
/
+8
*
Simplify by combining increment with array access.
Justin Ruggles
2009-09-27
1
-2
/
+1
*
cosmetics: Rename some variables to be more descriptive of their use. Do some
Justin Ruggles
2009-09-27
1
-11
/
+11
*
Move 2 variable declarations to inside of loop.
Justin Ruggles
2009-09-27
1
-3
/
+3
*
simplify by combining increment with array access
Justin Ruggles
2009-09-27
1
-2
/
+1
*
Remove unneeded variable
Justin Ruggles
2009-09-27
1
-3
/
+2
*
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.
Justin Ruggles
2009-09-27
1
-0
/
+45
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
cosmetics: alignment after last commit
Justin Ruggles
2008-12-08
1
-4
/
+4
*
ac3: detect dba errors and prevent writing past end of array
Justin Ruggles
2008-12-08
1
-3
/
+8
*
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-08-03
1
-3
/
+3
*
pass bap table to ff_ac3_bit_alloc_calc_bap()
Justin Ruggles
2008-06-07
1
-3
/
+5
*
prevent crash when dba params are invalid
Justin Ruggles
2008-06-03
1
-2
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-1
/
+1
*
cosmetics: rename ac3 bit allocation variables
Justin Ruggles
2007-12-09
1
-56
/
+56
*
cosmetics: rename ac3 tables
Justin Ruggles
2007-12-09
1
-5
/
+5
*
move some common values to ac3.h and utilize them
Justin Ruggles
2007-07-15
1
-1
/
+1
*
move ac3 tables from a .h to a .c
Aurelien Jacobs
2007-04-25
1
-6
/
+8
*
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-15
1
-50
/
+0
*
fix handling of special case for lowest snroffset. regressions are unaffected.
Justin Ruggles
2007-03-20
1
-0
/
+6
*
split ac3_parametric_bit_allocation into 3 separate functions
Justin Ruggles
2007-03-18
1
-15
/
+43
*
hardcode ff_ac3_frame_sizes table
Justin Ruggles
2007-03-18
1
-8
/
+0
*
move AC-3 header parsing to ac3.c
Justin Ruggles
2007-03-11
1
-0
/
+51
*
remove redundancy in AC-3 parser by using common tables from ac3tab.h
Justin Ruggles
2007-03-11
1
-0
/
+13
*
Create ac3.c which will be used for AC-3 common code.
Justin Ruggles
2007-03-09
1
-0
/
+197