]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3tab.h
aarch64: vp9dsp: Fix vertical alignment in the init file
[ffmpeg] / libavcodec / ac3tab.h
2014-01-09 Diego Biurrunac3tab.h: #include the correct headers
2012-10-18 Martin StorsjöAdd support for building shared libraries with MSVC
2012-02-23 Justin Rugglesmov: set channel layout for AC-3 streams based on the...
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-03-29 Mans Rullgardac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-25 Mans Rullgardac3: remove ff_ac3_critical_band_size_tab[] external...
2011-01-08 Justin RugglesAdd stereo rematrixing support to the AC-3 encoders.
2010-12-14 Justin Rugglescosmetics: use some size macros in ac3tab.c/h
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 decoder and...
2009-04-17 Justin Rugglesac3dec: reorder output channels to SMPTE channel order
2009-04-17 Justin Rugglesac3enc: reorder input channels to AC-3 channel order
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-24 Bartlomiej Wolowiecadd a ff_ac3_parse_header_full() which calls ff_ac3_par...
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-04-25 Aurelien Jacobscosmetics: align
2007-04-25 Aurelien Jacobsmove ac3 tables from a .h to a .c
2007-03-18 Justin Ruggleshardcode ff_ac3_frame_sizes table
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.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
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-03-06 Michael Niedermayerswitch ac3enc to av_crc
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-06-26 Alex Beregszaszimake the tables static
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-10-28 Fabrice Bellardpreparing integration of new AC3 decoder
2001-07-22 Fabrice BellardInitial revision