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-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-06-01Merge commit '7d2a6826912b629f17f3b0c5268e334fa123c4c9'Michael Niedermayer
2015-05-31huffyuv: Check memory allocationVittorio Giovara
2015-04-24Merge commit '43171886e08b6a2f20a1e2f3ecc95a7984b591cd'Michael Niedermayer
2015-04-24huffyuvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara
2014-08-26huffyuvenc: write last odd sampleChristophe Gisquet
2014-08-19huffyuvenc: add a non-deterministic optionChristophe Gisquet
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-19huffyuv: change statistics initializationChristophe Gisquet
2014-06-09avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entriesMichael Niedermayer
2014-05-29rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16Michael Niedermayer
2014-05-28Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-05-08avcodec/huffyuvenc: Make version 3 of ffvhuff non experimentalMichael Niedermayer
2014-03-01Merge commit '2f02bbcca050936686482453078e83dc25493da0'Michael Niedermayer
2014-03-01build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun
2014-02-15avcodec/huffyuvenc: only allocate stats_out when it will be usedMichael Niedermayer
2014-01-28avcodec/huffyuvenc: frame multi-threading supportMichael Niedermayer
2014-01-28avcodec/huffyuv: dont depend on bitstream_bpp having a specific value for ver...Michael Niedermayer
2014-01-27avcodec/huffyuv: support gbrp9/10/12/14Michael Niedermayer
2014-01-27avcodec/huffyuv: update years in copyrightMichael Niedermayer
2014-01-26avcodec/huffyuvenc: fix end pointer for stats_outMichael Niedermayer
2014-01-26avcodec/huffyuvenc: fail if stats_out is too small instead of silently trunca...Michael Niedermayer
2014-01-26avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16Michael Niedermayer
2014-01-21Move sub_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer
2014-01-21avcdoec/huffyuvenc: optimize sub_left_prediction()Michael 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/huffyuvenc: init bps from pixel descriptorMichael Niedermayer
2014-01-16avcodec/huffyuv: add a field that represents the number of symbolsMichael Niedermayer
2014-01-13avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bitMichael Niedermayer
2014-01-08avcodec/huffyuvenc: Factorize store_huffman_tables() outMichael Niedermayer
2014-01-08avcodec/huffyuvenc: fix -context 1 encodingMichael 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