log pnmenc.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Wed, 28 Oct 2009 06:41:58 +0000 diego Split PAM encoder off into its own file. libavcodec
Wed, 28 Oct 2009 06:34:00 +0000 diego Split the decoders from pnmen.c off into their own file. libavcodec
Tue, 27 Oct 2009 17:15:05 +0000 diego Move PNM init/end functions to the PNM common code. libavcodec
Tue, 27 Oct 2009 16:57:35 +0000 diego whitespace cosmetics: K&R coding style, prettyprinting libavcodec
Tue, 27 Oct 2009 16:35:17 +0000 diego Remove crufty leftovers from the era when this file resided within libavformat. libavcodec
Fri, 16 Oct 2009 14:50:08 +0000 cehoyos Release unreleased buffers found by make test. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Fri, 05 Jun 2009 08:29:05 +0000 bcoudurier pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1 libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 22 Mar 2009 22:50:22 +0000 diego Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders libavcodec
Sun, 22 Feb 2009 00:56:55 +0000 pross Support 48-bit RGB PPM image. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
Tue, 29 Apr 2008 21:31:21 +0000 diego Add long names to some AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 15:34:00 +0000 michael some const libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Fri, 11 May 2007 09:28:07 +0000 aurel rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodec base pnm.c@c6c0ec1b427a