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
2014-06-05huffyuvdec: remove superfluous check in BGR codeChristophe Gisquet
2014-06-05huffyuvdec: remove superfluous checkChristophe Gisquet
2014-06-05huffyuvdec: trick for plane decoding, 8bitsChristophe Gisquet
2014-06-05huffyuvdec: clean up macroChristophe Gisquet
2014-06-04huffyuvdec: implement trick for BGRChristophe Gisquet
2014-06-04huffyuvdec: implement trickChristophe Gisquet
2014-05-29rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer
2014-05-29rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer
2014-05-29huffyuv: change left prediction access in BGRAChristophe Gisquet
2014-05-28Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-03-01Merge commit '2f02bbcca050936686482453078e83dc25493da0'Michael Niedermayer
2014-03-01build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun
2014-02-18avcodec/huffyuvdec: use RGB0 for 24bit rgb output instead of BGRAMichael Niedermayer
2014-02-18avcodec/huffyuvdec: use the correct height fieldMichael Niedermayer
2014-01-27avcodec/huffyuv: support gbrp9/10/12/14Michael Niedermayer
2014-01-27avcodec/huffyuv: update years in copyrightMichael Niedermayer
2014-01-26avcodec/huffyuvdec: optimize >8bps VLC readingMichael Niedermayer
2014-01-26avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16Michael Niedermayer
2014-01-23avcodec/x86/lossless_videodsp: disable median optimizations for 16bpsMichael Niedermayer
2014-01-21Move add_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer
2014-01-21Move add_hfyu_left_prediction_int16 to losslessviddspMichael Niedermayer
2014-01-21Move add/diff_int16 to lossless_videodspMichael Niedermayer
2014-01-20avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputilMichael Niedermayer
2014-01-16avcodec/huffyuv: fix median prediction for >8bpsMichael Niedermayer
2014-01-16avcodec/huffyuv: add YUVA{420,422,444}P{9,10} supportMichael Niedermayer
2014-01-16avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} supportMichael Niedermayer
2014-01-16libavcodec/huffyuv: >8 bit supportMichael Niedermayer
2014-01-16avcodec/huffyuv: add a field that represents the number of symbolsMichael Niedermayer
2014-01-07avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8AMichael Niedermayer
2014-01-06avcodec/huffyuv: add GRAY8 supportMichael Niedermayer
2014-01-06avcodec/huffyuv: add GBRP supportMichael Niedermayer
2014-01-06avcodec/huffyuvdec: optimize decode_plane_bitstream(), use joint tables for n...Michael Niedermayer
2014-01-06avcodec/huffyuv: Support more 8bit YUV formatsMichael Niedermayer
2013-12-27avcodec/huffyuvdec: clear remainder of the array on end of input in decode_42...Michael Niedermayer
2013-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
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-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-29huffyuvdec: Skip len==0 casesMichael Niedermayer
2013-01-29huffyuvdec: check for and propagate failures from inside generate_joint_tables()Michael Niedermayer
2013-01-29huffyuvdec: Check init_vlc() return codes.Michael Niedermayer
2012-12-23Merge commit 'b047c68783aa4042b322af7af043b643d5daf09c'Michael Niedermayer
2012-12-23huffyuv: split encoder and decoder into separate files.Anton Khirnov