index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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