| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '4b48201d4d9d57a2a1ecf8504bc928aff83cb99a' | Michael Niedermayer | 2014-01-09 | 1 | -1/+3 |
|\ |
|
| * | ac3tab.h: #include the correct headers | Diego Biurrun | 2014-01-09 | 1 | -1/+3 |
* | | Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72' | Michael Niedermayer | 2012-10-19 | 1 | -1/+1 |
|\| |
|
| * | Add support for building shared libraries with MSVC | Martin Storsjö | 2012-10-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -1/+1 |
|\| |
|
| * | mov: set channel layout for AC-3 streams based on the 'dac3' atom info | Justin Ruggles | 2012-02-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -0/+1 |
|\| |
|
| * | ac3enc: add channel coupling support | Justin Ruggles | 2011-05-24 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-30 | 1 | -0/+8 |
|\| |
|
| * | ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp | Mans Rullgard | 2011-03-29 | 1 | -0/+8 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | ac3: remove ff_ac3_critical_band_size_tab[] external declaration | Mans Rullgard | 2011-01-25 | 1 | -1/+0 |
* | | ac3: remove ff_ac3_critical_band_size_tab[] external declaration | Mans Rullgard | 2011-01-26 | 1 | -1/+0 |
|/ |
|
* | Add stereo rematrixing support to the AC-3 encoders. | Justin Ruggles | 2011-01-08 | 1 | -0/+1 |
* | cosmetics: use some size macros in ac3tab.c/h | Justin Ruggles | 2010-12-14 | 1 | -3/+4 |
* | Add channel layout support to the AC-3 decoder and AC-3 parser. | Justin Ruggles | 2009-04-19 | 1 | -0/+1 |
* | ac3dec: reorder output channels to SMPTE channel order | Justin Ruggles | 2009-04-17 | 1 | -0/+1 |
* | ac3enc: reorder input channels to AC-3 channel order | Justin Ruggles | 2009-04-17 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() | Bartlomiej Wolowiec | 2008-04-24 | 1 | -0/+16 |
* | cosmetics: rename ac3 tables | Justin Ruggles | 2007-12-09 | 1 | -14/+14 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | cosmetics: align | Aurelien Jacobs | 2007-04-25 | 1 | -5/+5 |
* | move ac3 tables from a .h to a .c | Aurelien Jacobs | 2007-04-25 | 1 | -231/+23 |
* | hardcode ff_ac3_frame_sizes table | Justin Ruggles | 2007-03-18 | 1 | -2/+41 |
* | remove redundancy in AC-3 parser by using common tables from ac3tab.h | Justin Ruggles | 2007-03-11 | 1 | -0/+14 |
* | Remove common code from AC-3 encoder and utilize ac3.c. | Justin Ruggles | 2007-03-09 | 1 | -16/+9 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+19 |
* | Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T... | Justin Ruggles | 2006-09-03 | 1 | -1/+1 |
* | Revert bad ac3enc commit, the commited code was bigger and slower. | Benjamin Larsson | 2006-04-28 | 1 | -3/+38 |
* | Patch to generate the ac3 window, based on code by Justin Ruggles. | Benjamin Larsson | 2006-04-22 | 1 | -38/+3 |
* | switch ac3enc to av_crc | Michael Niedermayer | 2006-03-06 | 1 | -2/+0 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -19/+19 |
* | make the tables static | Alex Beregszaszi | 2004-06-26 | 1 | -9/+9 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -1/+4 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -21/+21 |
* | preparing integration of new AC3 decoder | Fabrice Bellard | 2002-10-28 | 1 | -8/+11 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+180 |