summaryrefslogtreecommitdiffstats
path: root/libavcodec/qdrw.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/qdrw: Check input for header/skiped space before get_buffer()Michael Niedermayer2019-10-251-0/+2
* lavc/qdrw: Read PixMap palette.Carl Eugen Hoyos2018-05-101-5/+7
* avcodec/qdrw: support 16bpp files with bppcnt == 2 && bpp == 8Piotr Bandurski2017-11-051-1/+1
* avcodec/qdrw: Fix null pointer dereferenceMichael Niedermayer2017-06-041-1/+5
* avcodec/qdrw: check bytes per scanline for 2bpp imagesPaul B Mahol2017-02-271-1/+4
* avcodec/qdrw: consume bytes when end is reached for 8bpp casePaul B Mahol2017-02-271-1/+2
* avcodec/qdrw: fix decoding of odd sized images for 8bppPaul B Mahol2017-02-271-8/+6
* avcodec/qdrw: fix decoding odd size images for 2bpp and 4bppPaul B Mahol2017-02-271-36/+24
* avcodec/qdrw: fix decoding odd size images for 16bit casePaul B Mahol2017-02-271-14/+6
* avcodec/qdrw: do better w/h parsing for direct bit packingPaul B Mahol2017-02-231-10/+11
* avcodec/qdrw: add support for 0x0001 codePaul B Mahol2017-02-221-1/+12
* avcodec/qdrw: don't overwrite bpp when checking its valueJames Almer2017-02-211-2/+2
* avcodec/qdrw: add support for 2bpp and 4bpp packed pallette formatPaul B Mahol2017-02-211-0/+114
* avcodec/qdrw: fix writing past end of rowPaul B Mahol2017-02-211-1/+1
* avcodec/qdrw: add support for decoding rgb555Paul B Mahol2017-02-211-2/+63
* avcodec/qdrw: skip long comment for nowPaul B Mahol2017-01-131-0/+6
* avcodec: remove "get_buffer() failed" messagePaul B Mahol2016-04-081-3/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | lavc/qdrw: Do not fail decoding valid Quickdraw images.Carl Eugen Hoyos2015-05-211-1/+0
* | lavc/qdrw: Fix overwrite when reading invalid Quickdraw images.Carl Eugen Hoyos2015-05-171-0/+4
* | avcodec/qdrw: Fix the code which asks for version 1 samplesMichael Niedermayer2015-05-141-2/+8
* | avcodec/qdrw: another try at skipping the first 512 bytesMichael Niedermayer2015-05-141-3/+27
* | avcodec/qdrw: cleanup skip codeMichael Niedermayer2015-05-131-7/+3
* | Merge commit '0348e74c01a099a3787ae21df1c2a742fc846163'Michael Niedermayer2015-05-131-0/+4
|\ \ | |/
| * quickdraw: Skip the empty 512 byte header for imagesVittorio Giovara2015-05-121-0/+4
* | Merge commit 'd0dce15da34c0e4eee6c683be299de0221db00d3'Michael Niedermayer2015-05-131-1/+1
|\ \ | |/
| * quickdraw: Make the palette opaqueCarl Eugen Hoyos2015-05-121-1/+1
* | lavc/qdrw: Also support real-world qdraw images.Carl Eugen Hoyos2015-05-071-0/+4
* | Merge commit '34efb8a169e4551326e069be47125c6c2cb7ab90'Michael Niedermayer2015-05-061-7/+81
|\ \ | |/
| * quickdraw: Support direct pixel blocksVittorio Giovara2015-05-061-7/+81
* | Merge commit 'bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f'Michael Niedermayer2015-05-061-63/+154
|\ \ | |/
| * quickdraw: Switch to greedy parsingVittorio Giovara2015-05-061-65/+156
* | Merge commit 'd00f1e0fc10bb945cdf140a6c320eb0c9cd25162'Michael Niedermayer2015-05-061-47/+37
|\ \ | |/
| * quickdraw: Convert to bytestream2Vittorio Giovara2015-05-061-47/+37
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-33/+6
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-30/+6
* | Merge commit '74a9a624c5c4d50760d8d57458eba57366f6cb26'Michael Niedermayer2013-01-141-19/+21
|\ \ | |/
| * qdrw: cosmetics, reformatAnton Khirnov2013-01-141-21/+21
* | Merge commit '688b132b881d423877e38dc82f17e23a604be676'Michael Niedermayer2013-01-141-4/+4
|\ \ | |/
| * qdrw: return meaningful error codes.Anton Khirnov2013-01-141-4/+4
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-141-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud