summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Display error message when user attempts to resample non-S16 audio formats.Peter Ross2008-08-31
| | | | | | Patch supplied by Daniel Serpell <daniel dot serpell at gmail dotcom>. Originally committed as revision 15119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-31
| | | | Originally committed as revision 15118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-31
| | | | Originally committed as revision 15117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-31
| | | | Originally committed as revision 15116 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
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
| | | | Originally committed as revision 15103 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
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-31
| | | | Originally committed as revision 15101 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
* use correct table nameJustin Ruggles2008-08-31
| | | | Originally committed as revision 15099 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
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-31
| | | | Originally committed as revision 15093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-31
| | | | Originally committed as revision 15092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-31
| | | | Originally committed as revision 15091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-31
| | | | Originally committed as revision 15090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-31
| | | | Originally committed as revision 15089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-31
| | | | Originally committed as revision 15088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-31
| | | | Originally committed as revision 15087 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