summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje2008-09-01
| | | | Originally committed as revision 15140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for malloc failureBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy whole frame in vosData for dnxhd, this code will be used for other ↵Baptiste Coudurier2008-08-31
| | | | | | codecs too Originally committed as revision 15131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send RTSP OPTIONS command to detect server type.Ronald S. Bultje2008-08-31
| | | | Originally committed as revision 15125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-31
| | | | Originally committed as revision 15124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje2008-08-31
| | | | | | the server will send to us (standard-compliant RTP or Realmedia-style RDT). Originally committed as revision 15123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert back to old version (r15103).Ronald S. Bultje2008-08-31
| | | | Originally committed as revision 15122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do no write multi descriptor when only one track is presentBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mxf_build_structural_metadata, simplifyBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mxf_write_package to permit function mergeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, Pair -> EntryBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store index in table in MXFStreamContext, simplifyBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge descriptor write table with essence container uls table and simplifyBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix type in prototypeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove header_byte_count_offset from contextBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and correctly rewrite metadata in header partition, mark it closed ↵Baptiste Coudurier2008-08-31
| | | | | | complete Originally committed as revision 15106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify current partition offsetBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje2008-08-31
| | | | | | | | | | thread on mailinglist for discussion. This patch also implements a RTSPServerType enum, which allows the RTSP to keep track of what kind of a stream we're handling: standard-compliant RTP or a proprietary derivative. This will be used in subsequent patches to implement more Realmedia-specific extensions required to receive and parse data coming from a Realmedia server. Originally committed as revision 15104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header partition is open incomplete for nowBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write footer partition according to specsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix mxf_get_essence_container_ulBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, mux_write -> mxf_writeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set track durationBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set duration to distinguished valueBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly write codec ul, mpeg-2 needs profile and level to be setBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, pass AVStream directly instead of indexBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, whitespaceBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless track_number_signBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless mxf_essence_element_key arrayBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix track number ul in primer packBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* introduce MXFContainerEssencePair to associate essence element key andBaptiste Coudurier2008-08-31
| | | | | | essence container easily and compute essence element key in write_header Originally committed as revision 15080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace sizeof(type) by sizeof *ptrBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and initBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mxf_write_essence_container_refsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change [0] to *Baptiste Coudurier2008-08-31
| | | | Originally committed as revision 15073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute essence containers in mxf_write_header, this simplifies the codeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get essence container ul in header and set it per track, check for ↵Baptiste Coudurier2008-08-30
| | | | | | unsupported codec Originally committed as revision 15071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move per track code in mxf_write_header to be able to check for unsupported ↵Baptiste Coudurier2008-08-30
| | | | | | configuration Originally committed as revision 15070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename variableBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typosBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: header -> genericBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless braces, move comments where appropriate, remove ↵Baptiste Coudurier2008-08-30
| | | | | | whitespaces Originally committed as revision 15064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, and factorizeBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15062 to svn://svn.ffmpeg.org/ffmpeg/trunk