50 Commits (38d40ac18a3855620852e6552114caeb413497eb)

Author SHA1 Message Date
Paul B Mahol a51540d811 lavc: do not use av_pix_fmt_descriptors directly 12 years ago
Carl Eugen Hoyos 61a9f099b7 Write 32bit palette to Targa files. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Bobby Bingham 4aade44c4a targaenc: Use named TGA_RLE constant instead of magic number 12 years ago
Bobby Bingham 8e59062597 Fix typo in targa encoder comment 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Carl Eugen Hoyos 541bfba85d Write palettised targa. 13 years ago
Carl Eugen Hoyos ab75ad0116 Make targa-in-mov QuickTime-compatible for more colour-spaces. 13 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 c038fb411b targaenc: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov 61eaf45c99 targaenc: switch to encode2(). 13 years ago
Anton Khirnov 1e742ea3c8 targaenc: don't modify input frame. 13 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 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 aec966958c Add support for PIX_FMT_RGBA in the targa encoder. 14 years ago
Stefano Sabatini bbf874f19b Use named constants defined in targa.h. 14 years ago
Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 14 years ago
Stefano Sabatini e259eadcab Make the targa encoder return sane error values rather than -1. 14 years ago
Stefano Sabatini 7c559bc77e Targa encoder: log error message in case the pixel format in input is 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Alexis Ballier da5bcafe3b targeenc: fix rgb555 encoding on big endian systems. 15 years ago
Benoit Fouet 05ec0c0012 Fix indentation after last commit. 15 years ago
Anne-Laure de Smit e23dd95dc2 Add support for TARGA images without RLE compression. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer e2d09b65e8 set coded_frame 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Ramiro Polla d010a2d5be Prevent targaenc.c from outputting trash byte. 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
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Xiaohui Sun b25514a43f Changed the rle encoder a little and made it more universal. 18 years ago
Michael Niedermayer 1ca286e194 generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl 18 years ago
Bobby Bingham 92964be895 Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. 18 years ago
Bobby Bingham e8952fa571 Move the encoding of the image data to its own function. 18 years ago
Bobby Bingham 552cf71281 Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. 18 years ago
Bobby Bingham 2c0c00cb14 Targa (.tga) encoder, 18 years ago