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
/
ac3enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
create a separate codec_id for E-AC-3
Justin Ruggles
2008-09-01
1
-1
/
+1
*
commit the OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-20
1
-1
/
+1
*
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-08-03
1
-4
/
+4
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
mark read-only data as const
Stefan Gehrer
2008-06-24
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
pass bap table to ff_ac3_bit_alloc_calc_bap()
Justin Ruggles
2008-06-07
1
-1
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
two more typos spotted by Mike
Diego Biurrun
2008-03-20
1
-1
/
+1
*
british_english--;
Diego Biurrun
2008-03-20
1
-1
/
+1
*
Remove two unused variables.
Diego Biurrun
2008-01-21
1
-1
/
+1
*
Remove unnecessary forward declaration.
Diego Biurrun
2008-01-21
1
-2
/
+0
*
Get rid of fft_rev table, use ff_reverse and a shift.
Reimar Döffinger
2008-01-13
1
-11
/
+1
*
Use FFSWAP instead of "manual" swap
Reimar Döffinger
2008-01-12
1
-6
/
+2
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-2
/
+5
*
use cutoff frequency to adjust bandwidth in ac3 encoder
Justin Ruggles
2007-12-28
1
-4
/
+14
*
use bps instead of kbps for bitrate
Justin Ruggles
2007-12-28
1
-5
/
+4
*
Do not give advice for which bitrate to choose.
Justin Ruggles
2007-12-28
1
-1
/
+1
*
fix typo
Justin Ruggles
2007-12-28
1
-1
/
+1
*
cosmetics: rename common ac3 variables
Justin Ruggles
2007-12-09
1
-21
/
+21
*
cosmetics: rename ac3 bit allocation variables
Justin Ruggles
2007-12-09
1
-64
/
+64
*
cosmetics: rename ac3 tables
Justin Ruggles
2007-12-09
1
-9
/
+9
*
sync message with modern ffmpeg bitrate option syntax.
D Richard Felker III
2007-11-27
1
-1
/
+1
*
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-19
1
-0
/
+1
*
move some common values to ac3.h and utilize them
Justin Ruggles
2007-07-15
1
-5
/
+5
*
Use AV_xx throughout libavcodec
Ramiro Polla
2007-06-02
1
-4
/
+2
*
cosmetics. align and condense.
Justin Ruggles
2007-03-22
1
-3
/
+2
*
simplify
Justin Ruggles
2007-03-22
1
-2
/
+4
*
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%
Justin Ruggles
2007-03-22
1
-12
/
+43
*
AC-3 encoded volume is too high. Revert revision 7160:
Bill O'Shaughnessy
2007-03-18
1
-1
/
+1
*
remove redundancy in AC-3 parser by using common tables from ac3tab.h
Justin Ruggles
2007-03-11
1
-3
/
+3
*
Remove common code from AC-3 encoder and utilize ac3.c.
Justin Ruggles
2007-03-09
1
-180
/
+15
*
simplify AC-3 bit allocation
Justin Ruggles
2007-03-09
1
-77
/
+24
*
cosmetics. remove space before semi-colon.
Justin Ruggles
2007-03-08
1
-31
/
+31
*
bring AC3 encoder output up to input volume level
Bill O'Shaughnessy
2006-11-23
1
-1
/
+1
*
revert bad checkin
Måns Rullgård
2006-11-14
1
-2
/
+1
*
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-14
1
-1
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...
Justin Ruggles
2006-09-03
1
-1
/
+1
*
Revert bad ac3enc commit, the commited code was bigger and slower.
Benjamin Larsson
2006-04-28
1
-47
/
+0
*
Patch to generate the ac3 window, based on code by Justin Ruggles.
Benjamin Larsson
2006-04-22
1
-0
/
+47
*
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
Benjamin Larsson
2006-04-10
1
-1
/
+1
*
AC3: support encoding fractional frame sizes
Justin Ruggles
2006-04-03
1
-1
/
+13
*
Use a more descriptive error message.
Benjamin Larsson
2006-03-26
1
-1
/
+1
*
switch ac3enc to av_crc
Michael Niedermayer
2006-03-06
1
-32
/
+3
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-40
/
+40
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-88
/
+88
[next]