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
2016-08-08avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer
2016-06-29Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352'Clément Bœsch
2016-06-21Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch
2016-06-08Drop unnecessary golomb.h #includesDiego Biurrun
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2015-11-22Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'Derek Buitenhuis
2015-11-16ffv1: Explicitly name the coder typeVittorio Giovara
2015-10-17avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer
2015-09-25avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer
2015-08-22ffv1: Add missing ff_ prefixesTimothy Gu
2015-04-20ffv1: Pass correct pointers to av_free()Diego Biurrun
2015-04-13avcodec/ffv1: dont leave stale pointers in memoryMichael Niedermayer
2015-04-13avcodec/ffv1: remove unneeded variableMichael Niedermayer
2015-04-13avcodec/ffv1: use av_freep()Michael Niedermayer
2015-04-13Merge commit '73dacabfc9b9ef1fd2c08105fdab6238ee29c2fc'Michael Niedermayer
2015-04-13ffv1: Check memory allocationsVittorio Giovara
2014-04-12avcodec/ffv1: use av_malloc_array()Michael Niedermayer
2014-03-14Merge commit 'cd832f032f945a57a1f1dd385942c2fadc7ce4e5'Michael Niedermayer
2014-03-13ffv1: Drop bogus dependency on dsputilDiego Biurrun
2013-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-16ffv1: use the AVFrame API properly.Anton Khirnov
2013-09-17ffv1: Make sure at least one slice context is initializedMartin Storsjö
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