]> git.sesse.net Git - ffmpeg/history - libavcodec/pnm.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / pnm.c
2013-12-09 Anton Khirnovp*menc: use the AVFrame API properly.
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-28 Martin Storsjöpnm: Use av_pix_fmt_desc_get instead of accessing the...
2013-02-23 Kostya Shishkovpnm: add high-bitdepth PGMYUV support for both encoder...
2013-01-06 Anton Khirnovpnm: return meaningful error codes.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-01-22 Carl Eugen Hoyospam: Fix a typo that broke writing and reading PAM...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-10 Carl Eugen HoyosDo not stop decoding on pnm files with negative maxval.
2011-01-10 Daniel KangCheck for invalid maxval in pgm decoder, fixes issue...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2009-12-01 Michael NiedermayerSupport ASCII pnms.
2009-10-27 Diego BiurrunMove PNM init/end functions to the PNM common code.
2009-10-27 Diego Biurrunwhitespace cosmetics: K&R coding style, prettyprinting
2009-03-06 Justin Rugglespnm: Add missing 'else'. Fixes decoding for 16-bit...
2009-02-22 Peter RossSupport 48-bit RGB PPM image.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-09-14 Justin Rugglescosmetics: fix indentation after r15321
2008-09-14 Justin RugglesReturn error when trying to decode non-grayscale 16...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2007-05-11 Aurelien Jacobsrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-10 Aurelien Jacobsmove pnm parser in its own file
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-04-10 Ivo van Poortencosmetics after last commit
2007-04-10 Ivo van PoortenAdd support for grayscale images with arbitrary maxvals.
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-11-06 Baptiste Coudurierinclude parser.h instead of mpegvideo.h
2006-10-24 Kostya ShishkovPGM 16-bit gray support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-09 Måns Rullgård--enable/disable parsers. Warning: some combinations...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-08-21 Michael Niedermayersegfault fix
2005-05-10 Roine Gustafssona few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-12 Michael Niedermayermerge pam_decode_frame() into pnm_decode_frame()
2004-11-12 Michael Niedermayerpnm parser
2004-11-11 Michael Niedermayermove p*m from image/lavf -> image2/lavc