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-31ffv1: assert that there is at least one slicePaul B Mahol
2012-10-21Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'Michael Niedermayer
2012-10-21Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129'Michael Niedermayer
2012-10-21ffv1: split decoder and encoderMichael Niedermayer
2012-10-21ffv1: fix grayMichael Niedermayer
2012-10-20ffv1: update to ffv1 version 3Luca Barbato
2012-10-20ffv1: split decoder and encoderLuca Barbato
2012-10-17Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc'Michael Niedermayer
2012-10-17ffv1: fix packed rgb with 1.3Michael Niedermayer
2012-10-16ffv1: K&R formatting cosmeticsLuca Barbato
2012-10-14ffv1: make sure gob_count is not 0Michael Niedermayer
2012-10-13ffv1: avoid checking a double for equalityMichael Niedermayer
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
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