Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add more gain levels and adjust mix level tables accordingly. | Justin Ruggles | 2008-06-07 | 1 | -2/+2 | |
| | | | | Originally committed as revision 13695 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | set default mix levels regardless of bitstream id | Justin Ruggles | 2008-06-07 | 1 | -4/+4 | |
| | | | | Originally committed as revision 13693 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | get substreamid from ac3 parser | Justin Ruggles | 2008-06-07 | 1 | -1/+2 | |
| | | | | Originally committed as revision 13689 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | get the number of blocks from the ac3 parser and use in the ac3 decoder. | Justin Ruggles | 2008-06-07 | 1 | -4/+4 | |
| | | | | Originally committed as revision 13688 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() | Bartlomiej Wolowiec | 2008-04-24 | 1 | -0/+29 | |
| | | | | | | and then reads the channel_map stuff Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec | 2008-04-22 | 1 | -29/+44 | |
| | | | | Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | Make most of E-AC-3 work without breaking regression tests. | Michael Niedermayer | 2008-04-19 | 1 | -3/+3 | |
| | | | | Originally committed as revision 12903 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | Part 2 of EAC3 support, this is still disabled as it breaks regressions | Michael Niedermayer | 2008-04-19 | 1 | -2/+2 | |
| | | | | | | due to bugs elsewhere. Originally committed as revision 12897 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | Add new_frame_start and need_next_header. | Michael Niedermayer | 2008-04-19 | 1 | -1/+4 | |
| | | | | | | based on a patch by Bartlomiej Originally committed as revision 12895 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | Change aac and ac3 parsers to use ff_combine_frame(). | Michael Niedermayer | 2008-04-19 | 1 | -3/+3 | |
| | | | | Originally committed as revision 12894 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | remove AACAC3FrameFlag | Michael Niedermayer | 2008-04-18 | 1 | -12/+1 | |
| | | | | Originally committed as revision 12888 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | undo changes in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-09 | 1 | -6/+14 | |
| | | | | Originally committed as revision 12778 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | Corrections of errors in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-07 | 1 | -1/+1 | |
| | | | | Originally committed as revision 12759 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | change of aac_ac3_parser, so it is able to send complete portion of data to ↵ | Bartlomiej Wolowiec | 2008-04-05 | 1 | -14/+6 | |
| | | | | | | decoder Originally committed as revision 12758 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | change name from stream type to frame type in AC3 code | Bartlomiej Wolowiec | 2008-03-28 | 1 | -8/+8 | |
| | | | | Originally committed as revision 12623 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag | Bartlomiej Wolowiec | 2008-03-28 | 1 | -1/+13 | |
| | | | | Originally committed as revision 12622 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | using EAC3_STREAM_TYPE_* instead of numbers | Bartlomiej Wolowiec | 2008-03-24 | 1 | -2/+2 | |
| | | | | Originally committed as revision 12571 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 1 | -1/+5 | |
| | | | | Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by | Justin Ruggles | 2008-03-23 | 1 | -7/+6 | |
| | | | | | | Bartlomiej Wolowiec (bartek wolowiec gmail com) Originally committed as revision 12564 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 | |
| | | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | cosmetics: indentation after last commit | Justin Ruggles | 2008-01-05 | 1 | -34/+34 | |
| | | | | Originally committed as revision 11421 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | move E-AC3 header parsing to ff_ac3_parse_header() | Justin Ruggles | 2008-01-05 | 1 | -47/+37 | |
| | | | | Originally committed as revision 11420 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | remove unneeded variables from AC3HeaderInfo | Justin Ruggles | 2008-01-05 | 1 | -8/+9 | |
| | | | | Originally committed as revision 11419 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | cosmetics: rename common ac3 variables | Justin Ruggles | 2007-12-09 | 1 | -35/+35 | |
| | | | | Originally committed as revision 11196 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | cosmetics: rename ac3 bit allocation variables | Justin Ruggles | 2007-12-09 | 1 | -14/+14 | |
| | | | | Originally committed as revision 11194 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | cosmetics: rename ac3 tables | Justin Ruggles | 2007-12-09 | 1 | -7/+7 | |
| | | | | Originally committed as revision 11193 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | prevent infinite loop and memcpy of negative amounts | Michael Niedermayer | 2007-10-13 | 1 | -0/+3 | |
| | | | | | | fixes issue194 Originally committed as revision 10726 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | better AC3 header error reporting | Justin Ruggles | 2007-09-15 | 1 | -4/+4 | |
| | | | | Originally committed as revision 10496 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | move some common values to ac3.h and utilize them | Justin Ruggles | 2007-07-15 | 1 | -2/+2 | |
| | | | | Originally committed as revision 9679 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | cosmetics: rename for consistency after previous aac and ac3 parsers move | Aurelien Jacobs | 2007-05-08 | 1 | -3/+3 | |
| | | | | Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||||
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 1 | -0/+162 | |
Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk |