OSDN Git Service

Fix grammar errors in documentation
[coroid/libav_saccubus.git] / libavcodec / ac3.h
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 decoder and...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-08 Justin Rugglescosmetics: alignment after last commit
2008-12-08 Justin Rugglesac3: detect dba errors and prevent writing past end...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-06-07 Justin Rugglespass bap table to ff_ac3_bit_alloc_calc_bap()
2008-06-07 Justin Rugglesget substreamid from ac3 parser
2008-06-07 Justin Rugglesget the number of blocks from the ac3 parser and use...
2008-06-02 Justin Rugglesmove some AC3HeaderInfo struct fields to the Coded...
2008-04-24 Bartlomiej Wolowiecadd a ff_ac3_parse_header_full() which calls ff_ac3_par...
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-03-28 Bartlomiej Wolowiecchange name from stream type to frame type in AC3 code
2008-03-24 Bartlomiej Wolowiecusing stream type in eac3 parser
2008-01-05 Justin Rugglesremove unneeded variables from AC3HeaderInfo
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: vertical align after last commit
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-05-08 Aurelien Jacobsavoid multiple inclusion of ac3.h
2007-04-25 Aurelien Jacobsmove ac3 tables from a .h to a .c
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-03-18 Justin Rugglessplit ac3_parametric_bit_allocation into 3 separate...
2007-03-18 Justin Ruggleshardcode ff_ac3_frame_sizes table
2007-03-11 Justin Rugglesmove AC-3 header parsing to ac3.c
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-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-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-09-30 Zdenek Kabelac* these vars could be either static or extern (compilat...
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