index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
pnm.c
Age
Commit message (
Expand
)
Author
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-01-10
Do not stop decoding on pnm files with negative maxval.
Carl Eugen Hoyos
2011-01-10
Check for invalid maxval in pgm decoder, fixes issue 2518.
Daniel Kang
2010-09-07
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-08-06
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2009-12-01
Support ASCII pnms.
Michael Niedermayer
2009-10-27
Move PNM init/end functions to the PNM common code.
Diego Biurrun
2009-10-27
whitespace cosmetics: K&R coding style, prettyprinting
Diego Biurrun
2009-03-06
pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.
Justin Ruggles
2009-02-22
Support 48-bit RGB PPM image.
Peter Ross
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-09-14
cosmetics: fix indentation after r15321
Justin Ruggles
2008-09-14
Return error when trying to decode non-grayscale 16-bit PNM images.
Justin Ruggles
2008-05-06
Remove unnecessary parentheses from return calls.
Diego Biurrun
2007-05-11
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
Aurelien Jacobs
2007-05-10
move pnm parser in its own file
Aurelien Jacobs
2007-05-07
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-04-10
cosmetics after last commit
Ivo van Poorten
2007-04-10
Add support for grayscale images with arbitrary maxvals.
Ivo van Poorten
2007-02-07
Replace deprecated PIX_FMT names by the newer variants.
Diego Biurrun
2006-11-06
include parser.h instead of mpegvideo.h
Baptiste Coudurier
2006-10-24
PGM 16-bit gray support
Kostya Shishkov
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-09
--enable/disable parsers. Warning: some combinations are broken.
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-06
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-08-21
segfault fix
Michael Niedermayer
2005-05-10
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...
Roine Gustafsson
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-12
various security fixes and precautionary checks
Michael Niedermayer
2004-11-12
merge pam_decode_frame() into pnm_decode_frame()
Michael Niedermayer
2004-11-12
pnm parser
Michael Niedermayer
2004-11-11
move p*m from image/lavf -> image2/lavc
Michael Niedermayer