summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* 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
* matroskadec: cosmetics: remove useless bracesAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove some unused ebml funcsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse clustersAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser inside matroska_execute_seekhead()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse matroska from toplevelAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move context settings to matroska_read_header()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: indentation of matroska_read_header()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move declaration to upper blockAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: invert a testAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: indentation of matroska_execute_seekhead()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless dummy_level variableAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse seekheadAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: declare var where it's usedAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse tracksAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse infoAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse attachmentsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse chaptersAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse tagsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic parser to parse indexAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: return pointer instead of index in matroska_find_track_by_num()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: create new AVStream earlierAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: store an AVStream pointer instead of a stream indexAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use generic ebml parser to parse ebml headerAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add an ebml generic parserAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove unused is_bframe flagAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: simplify flag defaultAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove storage of various unused flagsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use more robust av_strlcpy() instead of strcpy()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add D-Cinema audio muxerPeter Ross2008-08-04
| | | | Originally committed as revision 14531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix if/else caseBaptiste Coudurier2008-08-03
| | | | Originally committed as revision 14526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* full lpcm support in mov audio stsd v2Baptiste Coudurier2008-08-03
| | | | Originally committed as revision 14524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
| | | | Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a comment which is no longer trueJustin Ruggles2008-08-03
| | | | Originally committed as revision 14522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support big endian lpcm with audio stsd v2Baptiste Coudurier2008-08-02
| | | | Originally committed as revision 14507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier2008-08-02
| | | | Originally committed as revision 14506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more complete audio stsd v2Baptiste Coudurier2008-08-02
| | | | Originally committed as revision 14505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move version specific parsing code before codec specific code, will be neededBaptiste Coudurier2008-08-02
| | | | Originally committed as revision 14504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recommit r14497Michael Niedermayer2008-08-01
| | | | | | | | | Log: Add missing header #includes. Limited to ffm.h & swf.h which are maintained by baptiste who requested that version to be kept. Originally committed as revision 14501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r14497Michael Niedermayer2008-08-01
| | | | | | | | | Log: Add missing header #includes. Policy violation (change not approved by maintainer) and while discussions where ongoing and no consensus has been reached. Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk