72 Commits (72d1409e23803e8314145f610e84b47a44ba3dbc)

Author SHA1 Message Date
Clément Bœsch f9240ec01a avcodec/gif: fix off by one in column offsetting finding 10 years ago
Clément Bœsch 3cab173e23 avcodec/gif: support crop and transparency with PAL8 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Anton Khirnov 219b35f5d1 gif: 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
Michael Niedermayer 796b20fa1c avcodec/gif: use the whole allocated buffer 11 years ago
Michael Niedermayer 5dd5985e05 avcodec/gif: move BITSTREAM_WRITER_LE up 11 years ago
Paul B Mahol ec4e042f33 gif: remove unused AVFrame from encoder private context 12 years ago
Paul B Mahol bd03f99d05 gif: do not set avctx->coded_frame 12 years ago
Michael Niedermayer 53efb2fa09 gif: Fix little endian specific code 12 years ago
Clément Bœsch f5ede48fbb lavc/gif: miscellaneous cosmetics. 12 years ago
Clément Bœsch e1b35bdde2 lavc/gif: add flag to enable transparency detection between frames. 12 years ago
Clément Bœsch 0f1250b7e5 lavc/gif: make possible to disable offsetting. 12 years ago
Clément Bœsch 13478b270a gif: use only one graphic control extension block per image. 12 years ago
Clément Bœsch 90a56ebbe5 lavc/gif: avoid encoding 0x0 images. 12 years ago
Clément Bœsch 91a5b4d480 gif: remove outdated comments. 12 years ago
Clément Bœsch 8694e87127 lavc/gif: return more meaningful error code. 12 years ago
Clément Bœsch 71411b69a2 lavc/gif: merge two allocation checks. 12 years ago
Clément Bœsch 7b972d82b6 gif: reindent after previous commits. 12 years ago
Clément Bœsch e065e8a4ea lavc/gif: crop image when possible. 12 years ago
Clément Bœsch 635389ccfa Cleanse GIF muxer and encoder. 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Paul B Mahol 9648e1495b lavc/gif: remove some obsolete/irrelevant chunks 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
Piotr Bandurski e03ddbcd91 gifenc: support resolutions up to 65535x65535 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 5dadfaa9f5 gifenc: switch to ff_alloc_packet2() 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov 577fed3b7c gifenc: switch to encode2(). 13 years ago
Carl Eugen Hoyos 0cc9949ead Mark one colour as transparent in the gif image encoder 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
Clément Bœsch c56e71309e In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at gmail dot com 14 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier f38e450746 use lzw compression in gif encoder 15 years ago
Baptiste Coudurier ab3faa8bf1 pass avctx as argument instead of width and height 15 years ago
Baptiste Coudurier af7436ae1d remove useless params 15 years ago
Baptiste Coudurier cc26bf0d06 remove useless params 15 years ago
Baptiste Coudurier e4e8632aaf move private context declaration at the top 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Daniel Verkamp c385c0da22 remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago