]> git.sesse.net Git - ffmpeg/history - libavcodec/pnmenc.c
lavc: use designated initialisers for all codecs.
[ffmpeg] / libavcodec / pnmenc.c
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-28 Diego BiurrunSplit PAM encoder off into its own file.
2009-10-28 Diego BiurrunSplit the decoders from pnmen.c off into their own...
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-10-27 Diego BiurrunRemove crufty leftovers from the era when this file...
2009-10-16 Carl Eugen HoyosRelease unreleased buffers found by make test.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-06-05 Baptiste Coudurierpgm, pgmyuv, ppm, pbm and pam decoders use get_buffer...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-22 Diego BiurrunSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-02-22 Peter RossSupport 48-bit RGB PPM image.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayersome const
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-11 Aurelien Jacobsrename pnm.c to pnmenc.c and pnm_common.c to pnm.c