]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc.c
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
[ffmpeg] / libavcodec / ac3enc.c
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-20 Diego Biurruntwo more typos spotted by Mike
2008-03-20 Diego Biurrunbritish_english--;
2008-01-21 Diego BiurrunRemove two unused variables.
2008-01-21 Diego BiurrunRemove unnecessary forward declaration.
2008-01-13 Reimar DöffingerGet rid of fft_rev table, use ff_reverse and a shift.
2008-01-12 Reimar DöffingerUse FFSWAP instead of "manual" swap
2008-01-04 Aurelien Jacobsimprove CRC API
2007-12-28 Justin Rugglesuse cutoff frequency to adjust bandwidth in ac3 encoder
2007-12-28 Justin Rugglesuse bps instead of kbps for bitrate
2007-12-28 Justin RugglesDo not give advice for which bitrate to choose.
2007-12-28 Justin Rugglesfix typo
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-11-27 D Richard Felker IIIsync message with modern ffmpeg bitrate option syntax.
2007-07-19 Panagiotis IssarisFix the self tests which are contained in some codecs...
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-03-22 Justin Rugglescosmetics. align and condense.
2007-03-22 Justin Rugglessimplify
2007-03-22 Justin Rugglesutilize multi-stage AC-3 bit allocation. speeds up...
2007-03-18 Bill O'ShaughnessyAC-3 encoded volume is too high. Revert revision 7160:
2007-03-11 Justin Rugglesremove redundancy in AC-3 parser by using common tables...
2007-03-09 Justin RugglesRemove common code from AC-3 encoder and utilize ac3.c.
2007-03-09 Justin Rugglessimplify AC-3 bit allocation
2007-03-08 Justin Rugglescosmetics. remove space before semi-colon.
2006-11-23 Bill O'Shaughnessybring AC3 encoder output up to input volume level
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-03 Justin RugglesFix 2 bit allocation bugs. One fix enables using a...
2006-04-28 Benjamin LarssonRevert bad ac3enc commit, the commited code was bigger...
2006-04-22 Benjamin LarssonPatch to generate the ac3 window, based on code by...
2006-04-10 Benjamin LarssonAC3 encoding volume fix, by Justin Ruggles jruggle...
2006-04-03 Justin RugglesAC3: support encoding fractional frame sizes
2006-03-26 Benjamin LarssonUse a more descriptive error message.
2006-03-06 Michael Niedermayerswitch ac3enc to av_crc
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-05 Justin RugglesWhile adding stereo rematrixing, I came across somethin...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-11-25 Jeff Muizelaarfix some type mismatches patch by (Jeff Muizelaar ...
2004-08-02 Jeff Muizelaarsimpler delta decreasing algorithm patch by (Jeff Muize...
2004-02-18 Michael Niedermayerauxdatae, crcrs fix by (Jean-Francois Panisset <panisse...
2003-11-03 Michael Niedermayerav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-08-20 Michael NiedermayerAC3 encoding patch ba (Ross Martin <ffmpeg at ross...
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-10-28 Fabrice Bellardpreparing integration of new AC3 decoder
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-04-08 Zdenek Kabelac* encoding of AC3 with more than 2 channels
2002-02-12 Michael Niedermayeralternative bitstream writer (disabled by default,...
2001-09-16 Fabrice Bellardfixed symetric quantization (better quality!)
2001-08-15 Fabrice Bellardrenamed log2 to av_log2
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-06 Fabrice Bellardtypes fix
2001-07-22 Fabrice BellardInitial revision