]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ac3enc.c
Fix bandwith vs. bandwiDth typo.
[frescor/ffmpeg.git] / libavcodec / ac3enc.c
2009-04-20 jbrac3enc: log a warning message if the channel layout...
2009-04-19 jbrAdd channel layout support to the AC-3 encoder.
2009-04-17 jbrac3enc: reorder input channels to AC-3 channel order
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-03-05 diegoRemove duplicated MUL16 macro definition, fixes the...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-08-20 jbrcommit the OKed parts of the E-AC-3 decoder
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-24 stefangmark read-only data as const
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-07 jbrpass bap table to ff_ac3_bit_alloc_calc_bap()
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-20 diegotwo more typos spotted by Mike
2008-03-20 diegobritish_english--;
2008-01-21 diegoRemove two unused variables.
2008-01-21 diegoRemove unnecessary forward declaration.
2008-01-13 reimarGet rid of fft_rev table, use ff_reverse and a shift.
2008-01-12 reimarUse FFSWAP instead of "manual" swap
2008-01-04 aurelimprove CRC API
2007-12-28 jbruse cutoff frequency to adjust bandwidth in ac3 encoder
2007-12-28 jbruse bps instead of kbps for bitrate
2007-12-28 jbrDo not give advice for which bitrate to choose.
2007-12-28 jbrfix typo
2007-12-09 jbrcosmetics: rename common ac3 variables
2007-12-09 jbrcosmetics: rename ac3 bit allocation variables
2007-12-09 jbrcosmetics: rename ac3 tables
2007-11-27 rfelkersync message with modern ffmpeg bitrate option syntax.
2007-07-19 takisFix the self tests which are contained in some codecs...
2007-07-15 jbrmove some common values to ac3.h and utilize them
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-03-22 jbrcosmetics. align and condense.
2007-03-22 jbrsimplify
2007-03-22 jbrutilize multi-stage AC-3 bit allocation. speeds up...
2007-03-18 jbrAC-3 encoded volume is too high. Revert revision 7160:
2007-03-11 jbrremove redundancy in AC-3 parser by using common tables...
2007-03-09 jbrRemove common code from AC-3 encoder and utilize ac3.c.
2007-03-09 jbrsimplify AC-3 bit allocation
2007-03-08 jbrcosmetics. remove space before semi-colon.
2006-11-23 gpoirierbring AC3 encoder output up to input volume level
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-03 jbrFix 2 bit allocation bugs. One fix enables using a...
2006-04-28 bananRevert bad ac3enc commit, the commited code was bigger...
2006-04-22 bananPatch to generate the ac3 window, based on code by...
2006-04-10 bananAC3 encoding volume fix, by Justin Ruggles jruggle...
2006-04-03 coreyAC3: support encoding fractional frame sizes
2006-03-26 bananUse a more descriptive error message.
2006-03-06 michaelswitch ac3enc to av_crc
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-05-05 michaelWhile adding stereo rematrixing, I came across somethin...
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-11-25 michaelfix some type mismatches patch by (Jeff Muizelaar ...
2004-08-02 michaelsimpler delta decreasing algorithm patch by (Jeff Muize...
2004-02-18 michaelauxdatae, crcrs fix by (Jean-Francois Panisset <panisse...
2003-11-03 michaelav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-08-20 michaelniAC3 encoding patch ba (Ross Martin <ffmpeg at ross...
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-01-19 michaelniC99 initializers and kill warnings patch by (mru at...
2002-12-09 michaelniAVVideoFrame -> AVFrame
2002-10-28 bellardpreparing integration of new AC3 decoder
2002-05-25 glantaulicense/copyright change
2002-05-18 glantauremoved useless header includes - use av memory functions
2002-04-08 kabi* encoding of AC3 with more than 2 channels
2002-02-12 michaelnialternative bitstream writer (disabled by default,...
2001-09-16 glantaufixed symetric quantization (better quality!)
2001-08-15 glantaurenamed log2 to av_log2
2001-08-13 glantauwin32 fixes
2001-08-06 glantautypes fix
2001-07-22 glantauInitial revision