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-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
2012-04-25ffv1: add 1 status byte to slices in in case crcs are stored too.Michael Niedermayer
2012-04-25ffv1: Always store slice size when error reobustness is enabled.Michael Niedermayer
2012-04-25ffv1: include solution hint in the slice error messageMichael Niedermayer
2012-04-25ffv1: support vlc mode in 1.3Michael Niedermayer
2012-04-25ffv1: move the decoder side ac->vlc switch to decode_slice()Michael Niedermayer
2012-04-25ffv1: allow selecting 1.3 by using -levelMichael Niedermayer
2012-04-25ffv1: move ac->vlc switch to encode_slice()Michael Niedermayer
2012-04-22ffv1dec: Require a valid keyframe for decoding non keyframes.Michael Niedermayer
2012-04-20ffv1: add optional per slice CRCs to detect undamaged slices.Michael Niedermayer
2012-04-20ffv1: move most fields from the frame header to the slice headers with ffv1.3Michael Niedermayer
2012-04-20ffv1: refactor slice decoding init loop so that the first is less a special caseMichael Niedermayer
2012-04-20ffv1: clear slice state in decode_slice()Michael Niedermayer