summaryrefslogtreecommitdiff
path: root/libavcodec/pnm.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/half2float: move tables to header-internal structsTimo Rothenpieler2022-08-191-3/+2
* avutil/half2float: adjust conversion of NaNTimo Rothenpieler2022-08-191-1/+1
* avcodec/pnmdec, pnm_parser: Improve const-correctnessAndreas Rheinhardt2022-07-311-3/+3
* avcodec: add PHM decoder and encoderPaul B Mahol2022-07-031-0/+5
* avcodec: add PFM image decoderPaul B Mahol2020-05-301-0/+2
* pnm: do not set avctx->coded_framePaul B Mahol2013-07-281-2/+0
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+0
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+0
* | Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'Michael Niedermayer2013-02-241-2/+2
|\ \ | |/
| * Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-231-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Support ASCII pnms.Michael Niedermayer2009-12-011-0/+1
* Move PNM init/end functions to the PNM common code.Diego Biurrun2009-10-271-0/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* move pnm parser in its own fileAurelien Jacobs2007-05-101-0/+37