41 Commits (9ebe6e391071690dbee79a645c51b14bd55c2ff4)

Author SHA1 Message Date
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
Daniel Verkamp dacfaf2373 remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Daniel Verkamp c33030bd7b remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Michael Niedermayer 271e6ddd4a Fix list of input pix_fmts supported by GIF. This makes it work with swscale. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Baptiste Coudurier 6d32ec6ce9 cleanup gif, use BISTREAM_WRITER_LE 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 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 76d7c327eb Replace idiotic (what moron wrote that code?) "buffer overflow" message by 17 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Baptiste Coudurier 93481fe5fe change gif muxer to simple gif encoder 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Luca Abeni 20dd25adc3 Do not set the codec's pixel format in the format's write_header() 19 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Michael Niedermayer a7702890bd remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 19 years ago
Stefan Huehner a97c1e93aa Add (mostly) const to variable and parameter declaration, where a char* was 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
Todd Kirby 8108551a5c Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago