summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* 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
* Add missing header #includes.Diego Biurrun2008-08-01
| | | | Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downgrade mov negative ctts log message to warning, patch by Art Clarke, ↵Art Clarke2008-07-31
| | | | | | aclarke at vlideshow dot com Originally committed as revision 14492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier2008-07-31
| | | | Originally committed as revision 14491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check url_fseek return valueBaptiste Coudurier2008-07-31
| | | | Originally committed as revision 14490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-31
| | | | Originally committed as revision 14489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip flv video info / command frame packets, fix issue #546Baptiste Coudurier2008-07-31
| | | | Originally committed as revision 14480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change assert test due to the new reducing of time_base in av_set_pts_info, ↵Baptiste Coudurier2008-07-30
| | | | | | fix #561 Originally committed as revision 14477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA Demuxer: make rev2 flag optionalPeter Ross2008-07-30
| | | | Originally committed as revision 14474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a bunch of new xdcam hd422 fourccsBaptiste Coudurier2008-07-30
| | | | Originally committed as revision 14473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more hdv fourccsBaptiste Coudurier2008-07-30
| | | | Originally committed as revision 14472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update hdv fourcc descriptionsBaptiste Coudurier2008-07-30
| | | | Originally committed as revision 14471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini2008-07-29
| | | | | | network address type, to "IP4". Originally committed as revision 14465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer2008-07-27
| | | | | | Fixes maybeH264_dumpstream Originally committed as revision 14445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-07-27
| | | | | | change "ffm format" to "FFM (FFserver live feed) format". Originally committed as revision 14438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs2008-07-27
| | | | Originally committed as revision 14430 to svn://svn.ffmpeg.org/ffmpeg/trunk