summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Display error message when user attempts to resample non-S16 audio formats.Peter Ross2008-08-31
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-31
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-31
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-31
* do no write multi descriptor when only one track is presentBaptiste Coudurier2008-08-31
* factorizeBaptiste Coudurier2008-08-31
* remove mxf_build_structural_metadata, simplifyBaptiste Coudurier2008-08-31
* move mxf_write_package to permit function mergeBaptiste Coudurier2008-08-31
* cosmetics, Pair -> EntryBaptiste Coudurier2008-08-31
* store index in table in MXFStreamContext, simplifyBaptiste Coudurier2008-08-31
* merge descriptor write table with essence container uls table and simplifyBaptiste Coudurier2008-08-31
* fix type in prototypeBaptiste Coudurier2008-08-31
* remove header_byte_count_offset from contextBaptiste Coudurier2008-08-31
* simplify and correctly rewrite metadata in header partition, mark it closed c...Baptiste Coudurier2008-08-31
* simplify current partition offsetBaptiste Coudurier2008-08-31
* Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje2008-08-31
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
* header partition is open incomplete for nowBaptiste Coudurier2008-08-31
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-31
* always write footer partition according to specsBaptiste Coudurier2008-08-31
* use correct table nameJustin Ruggles2008-08-31
* 10l fix mxf_get_essence_container_ulBaptiste Coudurier2008-08-31
* cosmetics, mux_write -> mxf_writeBaptiste Coudurier2008-08-31
* correctly set track durationBaptiste Coudurier2008-08-31
* set duration to distinguished valueBaptiste Coudurier2008-08-31
* correctly write codec ul, mpeg-2 needs profile and level to be setBaptiste Coudurier2008-08-31
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-31
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-31
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-31
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-31
* cosmetics: indentationJustin Ruggles2008-08-31
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-31
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-31
* simplify, pass AVStream directly instead of indexBaptiste Coudurier2008-08-31
* cosmetics, whitespaceBaptiste Coudurier2008-08-31
* remove now useless track_number_signBaptiste Coudurier2008-08-31
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-31
* remove now useless mxf_essence_element_key arrayBaptiste Coudurier2008-08-31
* fix track number ul in primer packBaptiste Coudurier2008-08-31
* introduce MXFContainerEssencePair to associate essence element key andBaptiste Coudurier2008-08-31
* cosmeticsBaptiste Coudurier2008-08-31
* replace sizeof(type) by sizeof *ptrBaptiste Coudurier2008-08-31
* merge declaration and initBaptiste Coudurier2008-08-31
* reindentBaptiste Coudurier2008-08-31
* simplify mxf_write_essence_container_refsBaptiste Coudurier2008-08-31
* factorizeBaptiste Coudurier2008-08-31
* change [0] to *Baptiste Coudurier2008-08-31
* compute essence containers in mxf_write_header, this simplifies the codeBaptiste Coudurier2008-08-31
* get essence container ul in header and set it per track, check for unsupporte...Baptiste Coudurier2008-08-30
* move per track code in mxf_write_header to be able to check for unsupported c...Baptiste Coudurier2008-08-30