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
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-03avcodec/qdrw: adjust max colors to array sizeMichael Niedermayer
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2019-10-25avcodec/qdrw: Check input for header/skiped space before get_buffer()Michael Niedermayer
2018-05-11lavc/qdrw: Read PixMap palette.Carl Eugen Hoyos
2017-11-05avcodec/qdrw: support 16bpp files with bppcnt == 2 && bpp == 8Piotr Bandurski
2017-06-05avcodec/qdrw: Fix null pointer dereferenceMichael Niedermayer
2017-02-27avcodec/qdrw: check bytes per scanline for 2bpp imagesPaul B Mahol
2017-02-27avcodec/qdrw: consume bytes when end is reached for 8bpp casePaul B Mahol
2017-02-27avcodec/qdrw: fix decoding of odd sized images for 8bppPaul B Mahol
2017-02-27avcodec/qdrw: fix decoding odd size images for 2bpp and 4bppPaul B Mahol
2017-02-27avcodec/qdrw: fix decoding odd size images for 16bit casePaul B Mahol
2017-02-23avcodec/qdrw: do better w/h parsing for direct bit packingPaul B Mahol
2017-02-22avcodec/qdrw: add support for 0x0001 codePaul B Mahol
2017-02-22avcodec/qdrw: don't overwrite bpp when checking its valueJames Almer
2017-02-21avcodec/qdrw: add support for 2bpp and 4bpp packed pallette formatPaul B Mahol
2017-02-21avcodec/qdrw: fix writing past end of rowPaul B Mahol
2017-02-21avcodec/qdrw: add support for decoding rgb555Paul B Mahol
2017-01-13avcodec/qdrw: skip long comment for nowPaul B Mahol
2016-04-08avcodec: remove "get_buffer() failed" messagePaul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-05-21lavc/qdrw: Do not fail decoding valid Quickdraw images.Carl Eugen Hoyos
2015-05-17lavc/qdrw: Fix overwrite when reading invalid Quickdraw images.Carl Eugen Hoyos
2015-05-14avcodec/qdrw: Fix the code which asks for version 1 samplesMichael Niedermayer
2015-05-14avcodec/qdrw: another try at skipping the first 512 bytesMichael Niedermayer
2015-05-13avcodec/qdrw: cleanup skip codeMichael Niedermayer
2015-05-13Merge commit '0348e74c01a099a3787ae21df1c2a742fc846163'Michael Niedermayer
2015-05-13Merge commit 'd0dce15da34c0e4eee6c683be299de0221db00d3'Michael Niedermayer
2015-05-12quickdraw: Skip the empty 512 byte header for imagesVittorio Giovara
2015-05-12quickdraw: Make the palette opaqueCarl Eugen Hoyos
2015-05-07lavc/qdrw: Also support real-world qdraw images.Carl Eugen Hoyos
2015-05-06Merge commit '34efb8a169e4551326e069be47125c6c2cb7ab90'Michael Niedermayer
2015-05-06Merge commit 'bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f'Michael Niedermayer
2015-05-06Merge commit 'd00f1e0fc10bb945cdf140a6c320eb0c9cd25162'Michael Niedermayer
2015-05-06quickdraw: Support direct pixel blocksVittorio Giovara
2015-05-06quickdraw: Switch to greedy parsingVittorio Giovara
2015-05-06quickdraw: Convert to bytestream2Vittorio Giovara
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-01-14Merge commit '74a9a624c5c4d50760d8d57458eba57366f6cb26'Michael Niedermayer
2013-01-14Merge commit '688b132b881d423877e38dc82f17e23a604be676'Michael Niedermayer