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
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-11-11avcodec/lagarith: fix integer overflowMichael Niedermayer
2014-11-10avcodec/lagarith: fix chroma plane width & heightMichael Niedermayer
2014-05-28Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-03-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22lagarith: Fix typo in printf format stringDiego Biurrun
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-05Merge commit '4c3e1956ee35fdcc5ffdb28782050164b4623c0b'Michael Niedermayer
2014-02-05lagarith: reallocate rgb_planes when neededAnton Khirnov
2014-01-06Merge commit '2f97094608cfd2665660f7a26a3291559b186752'Michael Niedermayer
2014-01-06lagarith: do not call simd functions on unaligned linesKostya Shishkov
2013-12-30avcodec/lagarith: check and propagate return value from init_get_bits8()Michael Niedermayer
2013-12-30avcodec/lagarith: use init_get_bits8()Michael Niedermayer
2013-12-30avcodec/lagarith: reenable buggy lag_decode_zero_run_line()Michael Niedermayer
2013-12-30avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane()Michael Niedermayer
2013-12-30avcodec/lagarith: fix src/src_size for esc_count < 8Michael Niedermayer
2013-12-30avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a sampleMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-25avcodec/lagarith: check scaled probabilitiesMichael Niedermayer
2013-05-07Support decoding of Lagarith frame type FRAME_SOLID_COLOR.Carl Eugen Hoyos
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-22lagarith: return more meaningful error codesPaul B Mahol
2013-01-22Support solid gray frames when decoding Lagarith.Carl Eugen Hoyos
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-11-12lagarith: always allocate for 4 planes. Fixes out of array accessesMichael Niedermayer
2012-11-10lag_read_prob_header: fix out of array accessMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-29lagarith: check count before writing zeros.Michael Niedermayer
2012-08-23lagarith: fix alignment on buffers passed into prediction dsp code.Michael Niedermayer
2012-08-09lagarith: frame multithreadingHendrik Leppkes
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-03lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje
2012-08-03lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2012-06-21lagarith: frame multithreadingHendrik Leppkes
2012-05-09Fix lagarith YUY2 output.Carl Eugen Hoyos
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08lagarith: add YUY2 decoding supportKostya Shishkov