83 Commits (289737c8be2898edc2455b2f15816cf5a0777dc4)

Author SHA1 Message Date
Eugene Dzhurinsky 09f59d6adf avformat/gif: Do not write GIF89a header if loop is set to -1. 12 years ago
Michael Niedermayer 8870cf7c0e avformat/gif: remove unneeded doxygen comment 12 years ago
Clément Bœsch 67cc31d6c7 lavf/gif: add final_delay option. 12 years ago
Clément Bœsch 6189ff3679 lavf/gif: avoid forward declaration. 12 years ago
Clément Bœsch a7c5b7a676 lavf/gif: correct the delay after the first frame. 12 years ago
Clément Bœsch 7e57adb464 lavf/gif: fix timing. 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 9db1c6455e lavf/gif: support only GIF codec. 12 years ago
Clément Bœsch 01367b0fca lavf/gif: merge gif_write_{packet,video}. 12 years ago
Clément Bœsch b7a3f14360 lavf/gif: trim unnecessarily long netscape ext code. 12 years ago
Clément Bœsch 0a0e6877ff lavf/gif: remove unused fields. 12 years ago
Clément Bœsch 28f9858c91 lavf/gif: simplify streams type checking. 12 years ago
Clément Bœsch b6408ffc45 lavf/gif: fix assert in avio API after dfb3231. 12 years ago
Clément Bœsch 91a5b4d480 gif: remove outdated comments. 12 years ago
Clément Bœsch dfb323109c lavf/gif: simplify palette writing. 12 years ago
Clément Bœsch 7b972d82b6 gif: reindent after previous commits. 12 years ago
Clément Bœsch 635389ccfa Cleanse GIF muxer and encoder. 12 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Aneesh Dogra 33510e86b1 gif: K&R formatting cosmetics 13 years ago
Anton Khirnov 3bbfd3026c lavf: remove disabled FF_API_LOOP_OUTPUT cruft 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov d31e3f7ccc gif: add loop private option. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov a1b7979261 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov bbc413f943 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 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
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 bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Michael Niedermayer 76d7c327eb Replace idiotic (what moron wrote that code?) "buffer overflow" message by 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago