| Commit message (Expand) | Author | Age | Files | Lines |
* | pass bap table to ff_ac3_bit_alloc_calc_bap() | Justin Ruggles | 2008-06-07 | 1 | -1/+3 |
* | get substreamid from ac3 parser | Justin Ruggles | 2008-06-07 | 1 | -0/+1 |
* | get the number of blocks from the ac3 parser and use in the ac3 decoder. | Justin Ruggles | 2008-06-07 | 1 | -0/+1 |
* | move some AC3HeaderInfo struct fields to the Coded elements group. | Justin Ruggles | 2008-06-02 | 1 | -3/+3 |
* | add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() | Bartlomiej Wolowiec | 2008-04-24 | 1 | -0/+1 |
* | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec | 2008-04-22 | 1 | -0/+2 |
* | change name from stream type to frame type in AC3 code | Bartlomiej Wolowiec | 2008-03-28 | 1 | -6/+6 |
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 1 | -0/+7 |
* | remove unneeded variables from AC3HeaderInfo | Justin Ruggles | 2008-01-05 | 1 | -5/+0 |
* | cosmetics: rename common ac3 variables | Justin Ruggles | 2007-12-09 | 1 | -16/+16 |
* | cosmetics: vertical align after last commit | Justin Ruggles | 2007-12-09 | 1 | -6/+6 |
* | cosmetics: rename ac3 bit allocation variables | Justin Ruggles | 2007-12-09 | 1 | -24/+25 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | move some common values to ac3.h and utilize them | Justin Ruggles | 2007-07-15 | 1 | -0/+20 |
* | avoid multiple inclusion of ac3.h | Aurelien Jacobs | 2007-05-08 | 1 | -0/+5 |
* | move ac3 tables from a .h to a .c | Aurelien Jacobs | 2007-04-25 | 1 | -11/+2 |
* | Move AC3 header parsing code together with the rest of the AC3 parsing code. | Diego Biurrun | 2007-04-15 | 1 | -12/+0 |
* | split ac3_parametric_bit_allocation into 3 separate functions | Justin Ruggles | 2007-03-18 | 1 | -0/+62 |
* | hardcode ff_ac3_frame_sizes table | Justin Ruggles | 2007-03-18 | 1 | -1/+1 |
* | move AC-3 header parsing to ac3.c | Justin Ruggles | 2007-03-11 | 1 | -0/+44 |
* | remove redundancy in AC-3 parser by using common tables from ac3tab.h | Justin Ruggles | 2007-03-11 | 1 | -0/+2 |
* | Remove common code from AC-3 encoder and utilize ac3.c. | Justin Ruggles | 2007-03-09 | 1 | -11/+9 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -0/+6 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -6/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -1/+1 |
* | * these vars could be either static or extern (compilation fix gcc-3.5) | Zdenek Kabelac | 2004-09-30 | 1 | -0/+2 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+5 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -12/+12 |
* | preparing integration of new AC3 decoder | Fabrice Bellard | 2002-10-28 | 1 | -0/+56 |