index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3enc.c
Age
Commit message (
Expand
)
Author
2009-11-09
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-09-06
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-07-30
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-04-20
ac3enc: log a warning message if the channel layout is not specified at
Justin Ruggles
2009-04-19
Add channel layout support to the AC-3 encoder.
Justin Ruggles
2009-04-17
ac3enc: reorder input channels to AC-3 channel order
Justin Ruggles
2009-04-13
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-12
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-03-05
Remove duplicated MUL16 macro definition, fixes the warning:
Diego Biurrun
2009-02-22
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-09-01
create a separate codec_id for E-AC-3
Justin Ruggles
2008-08-20
commit the OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-03
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-07-31
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-06-24
mark read-only data as const
Stefan Gehrer
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-07
pass bap table to ff_ac3_bit_alloc_calc_bap()
Justin Ruggles
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-04-27
Add long names to AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-20
two more typos spotted by Mike
Diego Biurrun
2008-03-20
british_english--;
Diego Biurrun
2008-01-21
Remove two unused variables.
Diego Biurrun
2008-01-21
Remove unnecessary forward declaration.
Diego Biurrun
2008-01-13
Get rid of fft_rev table, use ff_reverse and a shift.
Reimar Döffinger
2008-01-12
Use FFSWAP instead of "manual" swap
Reimar Döffinger
2008-01-04
improve CRC API
Aurelien Jacobs
2007-12-28
use cutoff frequency to adjust bandwidth in ac3 encoder
Justin Ruggles
2007-12-28
use bps instead of kbps for bitrate
Justin Ruggles
2007-12-28
Do not give advice for which bitrate to choose.
Justin Ruggles
2007-12-28
fix typo
Justin Ruggles
2007-12-09
cosmetics: rename common ac3 variables
Justin Ruggles
2007-12-09
cosmetics: rename ac3 bit allocation variables
Justin Ruggles
2007-12-09
cosmetics: rename ac3 tables
Justin Ruggles
2007-11-27
sync message with modern ffmpeg bitrate option syntax.
D Richard Felker III
2007-07-19
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-15
move some common values to ac3.h and utilize them
Justin Ruggles
2007-06-02
Use AV_xx throughout libavcodec
Ramiro Polla
2007-03-22
cosmetics. align and condense.
Justin Ruggles
2007-03-22
simplify
Justin Ruggles
2007-03-22
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%
Justin Ruggles
2007-03-18
AC-3 encoded volume is too high. Revert revision 7160:
Bill O'Shaughnessy
2007-03-11
remove redundancy in AC-3 parser by using common tables from ac3tab.h
Justin Ruggles
2007-03-09
Remove common code from AC-3 encoder and utilize ac3.c.
Justin Ruggles
2007-03-09
simplify AC-3 bit allocation
Justin Ruggles
2007-03-08
cosmetics. remove space before semi-colon.
Justin Ruggles
2006-11-23
bring AC3 encoder output up to input volume level
Bill O'Shaughnessy
[next]