| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly implement ac3 float/fixed encoder. | Michael Niedermayer | 2011-04-16 | 1 | -0/+39 |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-30 | 1 | -19/+0 |
|\ |
|
| * | ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp | Mans Rullgard | 2011-03-29 | 1 | -19/+0 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-28 | 1 | -0/+11 |
|\| |
|
| * | ac3enc: Add codec-specific options for writing AC-3 metadata. | Justin Ruggles | 2011-03-27 | 1 | -0/+11 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-26 | 1 | -0/+1 |
|\| |
|
| * | Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser | Justin Ruggles | 2011-03-25 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h | Justin Ruggles | 2011-03-04 | 1 | -0/+1 |
| * | Add ff_ prefix to ac3_common_init(). | Justin Ruggles | 2011-01-26 | 1 | -1/+1 |
| * | Remove unused ac3_parametric_bit_allocation function. | Diego Elio Pettenò | 2011-01-25 | 1 | -7/+0 |
* | | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h | Justin Ruggles | 2011-03-05 | 1 | -0/+1 |
* | | Add ff_ prefix to ac3_common_init(). | Justin Ruggles | 2011-01-28 | 1 | -1/+1 |
* | | Remove unused ac3_parametric_bit_allocation function. | Diego Elio Pettenò | 2011-01-26 | 1 | -7/+0 |
|/ |
|
* | cosmetics: use some size macros in ac3tab.c/h | Justin Ruggles | 2010-12-14 | 1 | -2/+2 |
* | define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. | Justin Ruggles | 2010-12-14 | 1 | -0/+1 |
* | cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2. | Justin Ruggles | 2010-12-14 | 1 | -0/+1 |
* | cosmetics: use better (and shared) macro names for some constant values | Justin Ruggles | 2010-12-14 | 1 | -2/+4 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -3/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -2/+2 |
* | Add channel layout support to the AC-3 decoder and AC-3 parser. | Justin Ruggles | 2009-04-19 | 1 | -0/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | cosmetics: alignment after last commit | Justin Ruggles | 2008-12-08 | 1 | -4/+4 |
* | ac3: detect dba errors and prevent writing past end of array | Justin Ruggles | 2008-12-08 | 1 | -1/+2 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -3/+3 |
* | 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 |