December 1, 2012
View 18aaed6

gifdec: do not handle timestamps

Paul B Mahol authored on 2012/12/01 20:37:18
View 9d5cfce

gifdec: rudimentary seeking

Paul B Mahol authored on 2012/12/01 20:07:50
View 57b00d7

gifdec: remove width and height from demuxer context

Paul B Mahol authored on 2012/12/01 01:09:02
View d56b150

undo file modifiers that suck in

Paul B Mahol authored on 2012/12/01 00:00:35
November 30, 2012
View 5603b2b

Gif demuxer

Vitaliy E Sugrobov authored on 2012/11/30 17:58:56
July 14, 2008
View 0b54f3c

Remove gif demuxer, the code contains a gif decoder and lzw decoder neither belongs in a demuxer, furthermore the code might be exploitable. Fixes issue530

Michael Niedermayer authored on 2008/07/14 03:47:24
June 4, 2008
View bde15e7

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me

Stefano Sabatini authored on 2008/06/04 01:20:54
March 3, 2008
View e7a5e2f

Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif

Reimar Döffinger authored on 2008/03/03 22:16:29
November 21, 2007
View 899681c

Use dynamically allocated ByteIOContext in AVFormatContext

Björn Axelsson authored on 2007/11/21 16:41:00
July 20, 2007
View 6f3e0b2

Replace all occurrences of AVERROR_IO with AVERROR(EIO).

Panagiotis Issaris authored on 2007/07/20 00:23:32
February 14, 2007
View 8fa36ae

This fixes error handling for BeOS, removing the need for some ifdefs. AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h.

François Revol authored on 2007/02/14 03:26:14
November 3, 2006
View f932cdf

kill AVImageFormat

Baptiste Coudurier authored on 2006/11/03 08:22:23
October 23, 2006
View 7fbde34

replace coder/decoder file description in libavformat by muxer/demuxer

Aurelien Jacobs authored on 2006/10/23 17:57:54
October 8, 2006
View b78e719

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.

Diego Biurrun authored on 2006/10/08 00:30:46
July 11, 2006
View ff70e60

allow individual selection of muxers and demuxers

Måns Rullgård authored on 2006/07/11 06:14:37