63 Commits (127cc6dd3d0b8ce8875aecacc5c2aaf45bf52243)

Author SHA1 Message Date
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Michael Niedermayer a2841d92c3 Revert "pnmenc: use bits_per_raw_sample" 10 years ago
Christophe Gisquet 1506ea947d pnmenc: use bits_per_raw_sample 10 years ago
Anton Khirnov afa21a12bf p*menc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol a5155294e5 pnm: do not set avctx->coded_frame 11 years ago
Martin Storsjö 86611ff123 pnm: Use av_pix_fmt_desc_get instead of accessing the array directly 12 years ago
Michael Niedermayer 5ecf8189c6 pnm: use av_pix_fmt_desc_get() 12 years ago
Kostya Shishkov b5f536d24b pnm: add high-bitdepth PGMYUV support for both encoder and decoder 12 years ago
Paul B Mahol 6ddb03caf0 pgmyuvenc: do not create files which are not supported 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 6a74c48cf9 pnmenc: switch to ff_alloc_packet2(). 13 years ago
Paul B Mahol a41340f8e8 pgmyuvenc: abort encoding if width is not even 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov 1ea5755046 pnmenc: switch to encode2(). 13 years ago
Paul B Mahol aff9cb8377 lavc: remove unused headers 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Diego Biurrun 638783bf81 Split PAM encoder off into its own file. 15 years ago
Diego Biurrun 318888f808 Split the decoders from pnmen.c off into their own file. 15 years ago
Diego Biurrun 8767a009a1 Move PNM init/end functions to the PNM common code. 15 years ago
Diego Biurrun d3067047e7 whitespace cosmetics: K&R coding style, prettyprinting 15 years ago
Diego Biurrun bc8964ef20 Remove crufty leftovers from the era when this file resided within libavformat. 15 years ago
Carl Eugen Hoyos 0b7f39c9d4 Release unreleased buffers found by make test. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Baptiste Coudurier 5f27348bd3 pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun fd8e28b73e Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders 16 years ago
Peter Ross 001821904e Support 48-bit RGB PPM image. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 3052e4b58b some const 17 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Aurelien Jacobs 9ac2e7971b rename pnm.c to pnmenc.c and pnm_common.c to pnm.c 18 years ago