Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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