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
2020-06-06avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2019-07-13avcodec/huffyuvdec: Check vertical subsampling in hymtMichael Niedermayer
2019-07-13avcodec/huffyuv: remove gray8a (the format is listed but not supported by the...Michael Niedermayer
2019-01-28avcodec/huffyuvdec: Check slice_offset/sizeMichael Niedermayer
2019-01-06avcodec/huffyuvdec: Check that slices do not exceed frame heightMichael Niedermayer
2019-01-06avcodec/huffyuvdec: Check that slice height is non negative.Michael Niedermayer
2018-12-31avcodec: add HYMT decoderPaul B Mahol
2018-02-09avcodec/huffyuvdec: Check input buffer sizeMichael Niedermayer
2017-04-05huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx.Ronald S. Bultje
2017-03-22lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctxClément Bœsch
2017-01-13lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16James Almer
2017-01-13huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer
2017-01-13huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer
2017-01-13lossless_videodsp: move shared functions from huffyuvdspJames Almer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
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 capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-28huffyuvdec: validate image sizeAndreas Cadhalpun
2014-11-25avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRAMichael Niedermayer
2014-11-24lavc/huffyuvdec: fix mem leak in case of init failureLukasz Marek
2014-09-06huffyuvdec: avoid large stack use.Reimar Döffinger
2014-08-26huffyuvdec: decode the last odd sampleChristophe Gisquet
2014-08-21huffyuvdec: fix old (v1) rgbaChristophe Gisquet
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-11avcodec/huffyuvdec: fix overread checksMichael Niedermayer
2014-08-06Merge commit 'a7153444df9040bf6ae103e0bbf6104b66f974cb'Michael Niedermayer
2014-08-06huffyuvdec: check width size for yuv422pMichael Niedermayer
2014-08-04Merge commit 'd0393d79bc3d61c9f2ff832c0e273b7774ff0269'Michael Niedermayer
2014-08-04Merge commit '6234058148d6e1ee765913b678a22385a87bffac'Michael Niedermayer
2014-08-04Merge commit 'b7616f5716dce68c749d5dfeab19cf595a11807c'Michael Niedermayer
2014-08-04Merge commit 'c065f4a0c652cc569c927c95148111b3aa2962dc'Michael Niedermayer
2014-08-04huffyuv: Check and propagate function return valuesDiego Biurrun
2014-08-04huffyuv: Return proper error codesDiego Biurrun
2014-08-04huffyuv: Eliminate some pointless castsDiego Biurrun
2014-08-04huffyuv: K&R formatting cosmeticsDiego Biurrun
2014-08-04huffyuv: Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-18avcodec/huffyuvdec: do not leave alpha values uninitializedMichael Niedermayer
2014-06-16avcodec/huffyuvdec: Fix fill value for truncated bitstreamsMichael Niedermayer
2014-06-16huffyuvdec: use unsafe bitstream readerChristophe Gisquet
2014-06-15huffyuvdec: remove somewhat deprecated codeChristophe Gisquet
2014-06-15avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits maxMichael Niedermayer
2014-06-15huffyuvdec: swap code blocksChristophe Gisquet