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
2013-08-17ffv1: update years in headerMichael Niedermayer
2013-05-11ffv1: check for malloc failure.Michael Niedermayer
2013-05-11ffv1: Switch to ThreadFrameMichael Niedermayer
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-05ffv1: check for malloc failureMichael Niedermayer
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