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
2012-10-08ffv1: fix array data typesMichael Niedermayer
2012-10-06ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2()Michael Niedermayer
2012-10-06ffv1: change w/h asserts to check as the condition can likely happenMichael Niedermayer
2012-10-06ffv1: remove commented assertsMichael Niedermayer
2012-10-03ffv1dec: print bps for pict debug tooMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-29ffv1enc: fix integer overflow with high resolutions and lots of slices.Michael Niedermayer
2012-09-26ffv1dec: support decoding older 1.3 bitstream variantMichael Niedermayer
2012-09-26ffv1:update copyright yearMichael Niedermayer
2012-09-25ffv1dec: change bitstream end check to a exact check instead of a +-1 checkMichael Niedermayer
2012-09-25ffv1: inject sentinels for RC->VLC transitions begining with 1.3Michael Niedermayer
2012-09-25ffv1enc: fix RC slice sentinelMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-03ffv1: fix 2 uninitialized variable warningsMichael Niedermayer
2012-08-23ffv1: more than 8 bit per RGB channelGeorg Lippitsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-27ffv1: Fix warnings about incompatible pointer type and discarded qualifiersjamal
2012-07-16ffv1dec: fix error concealment for gop>1Michael Niedermayer
2012-07-16ffv1dec: detect errors in bytestream end mismatches for ECMichael Niedermayer
2012-07-16ffv1dec: set the first slices bytestream end correctlyMichael Niedermayer
2012-07-16ffv1dec: keep track of errors in slice headers for ECMichael Niedermayer
2012-07-16ffv1dec: add simple error concealment in case of CRC errors on slices.Michael Niedermayer
2012-07-16ffv1: keep last_frame (to be used for error concealment)Michael Niedermayer
2012-07-14ffv1enc: use default number of slices if unspecifiedMichael Niedermayer
2012-07-14ffv1dec: print timestamp at which a CRC mismatch happenedMichael Niedermayer
2012-07-10Set default ffv1 coder to -1.Carl Eugen Hoyos
2012-07-10Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if inv...Carl Eugen Hoyos
2012-07-10Cosmetics: Move ffv1 encoder initialisation code.Carl Eugen Hoyos
2012-06-13cosmetics: align more codecs declarationsPaul B Mahol
2012-06-09ffv1enc: add yuva422p to .pix_fmtsPaul B Mahol
2012-06-04ffv1dec: print more information for -debug 1Michael Niedermayer
2012-06-04ffv1: fix log level of FF_DEBUG_PICT_INFOMichael Niedermayer
2012-06-02ffv1: fix integer overflow in quant table initializationMichael Niedermayer
2012-06-02ffv1: fix crash caused by version becoming inconsistentMichael Niedermayer
2012-05-31ffv1: fix reading global header with CRCMichael Niedermayer
2012-05-23ffv1: fix decoder state_transition tableMichael Niedermayer
2012-05-08Support yuva422p in ffv1.Carl Eugen Hoyos
2012-05-05Remove unused variable from ffv1 decoder.Carl Eugen Hoyos
2012-04-30ffv1: 10l add forgotten avclassMichael Niedermayer
2012-04-30ffv1: add slicecrc optionMichael Niedermayer
2012-04-26ffv1: add examples of supported slices countsMichael Niedermayer
2012-04-25ffv1: remove clear_state(), it has become unusedMichael Niedermayer
2012-04-25ffv1: move clear_state() to clear_slice_state() in encoding threadsMichael Niedermayer
2012-04-25ffv1: indentMichael Niedermayer
2012-04-25ffv1: move init_slice_state() into the decoder threads.Michael Niedermayer
2012-04-25ffv1: Remove slice count field with 1.3 and just count slices.Michael Niedermayer
2012-04-25ffv1: store slice size with all slices in 1.3Michael Niedermayer