summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain2008-08-05
| | | | | | SoC code. Originally committed as revision 14625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain2008-08-05
| | | | | | code Originally committed as revision 14624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use local variabes for *stride, where local variables exist.Michael Niedermayer2008-08-05
| | | | Originally committed as revision 14623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-08-05
| | | | Originally committed as revision 14622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify l1mv/l1ref calculation.Michael Niedermayer2008-08-05
| | | | Originally committed as revision 14621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify y_shift/ref_shift codeMichael Niedermayer2008-08-05
| | | | Originally committed as revision 14620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-08-05
| | | | Originally committed as revision 14619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some code between temporal and spatial direct mode.Michael Niedermayer2008-08-05
| | | | Originally committed as revision 14618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support muxing of Zork PCM audio into RIFF formats.Peter Ross2008-08-05
| | | | Originally committed as revision 14617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar fixesDiego Biurrun2008-08-05
| | | | Originally committed as revision 14616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename prodsum() function to convolve()Vitor Sessak2008-08-05
| | | | Originally committed as revision 14615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use a better function name than uncouple_channels()Justin Ruggles2008-08-05
| | | | Originally committed as revision 14614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change function name and comments to refer to block decodingJustin Ruggles2008-08-05
| | | | | | instead of block parsing Originally committed as revision 14613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: update seek regression test to match new ebml parserAurelien Jacobs2008-08-05
| | | | | | | | | This change is due to r14590. The AVPacket position now points to the first byte of the actual packet data in the file. It previously pointed to the EBML element ID preceding packet data. Originally committed as revision 14612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless num_streamsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: expand useless ebml_read_element_id() wrapperAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: simplify matroska_ebmlnum_sint()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: expand useless define for MS compat codec id stringsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless comments in ff_mkv_codec_tagsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: update copyright year and related commentsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: reorder some functions in a more logical orderAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now useless wrapper ebml_read_element_length()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now useless wrapper ebml_read_seek()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now useless peek_idAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now unused parameter 'once' from ebml_parse_nest()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enoughAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: new ebml_parse() function, centralize ebml_read_element_id() callsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: rename ebml_parse() to ebml_parse_nest()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't care about the number of bytes read by ebml_read_element_id()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: simplify check for hierarchy levelAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: consistent style for function declarationsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Use string instead of char table as probe data comparison source.Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use an EbmlBin as parameter to ebml_read_binary()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: extract common code out of ebml_read_*()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: simplify/cleanup error logging in ebml_read_*()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now useless expected_id parameter from ebml_parse()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: expand useless ebml_peek_id() wrapperAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove unused levelup parameter from ebml_read_element_id()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: extract read_level_up out of ebml_read_element_idAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless levelup checkAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless check for cluster presenceAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: placement of 'else if'Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove some useless empty linesAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove some useless or out of date commentsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmeticsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove unused struct nameAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now unused context fieldsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless initializationAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14576 to svn://svn.ffmpeg.org/ffmpeg/trunk