Mon, 03 Mar 2008 13:16:29 +0000 |
reimar |
Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
Thu, 02 Nov 2006 23:22:23 +0000 |
bcoudurier |
kill AVImageFormat
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Mon, 21 Apr 2003 21:18:51 +0000 |
bellard |
transparency support
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Sun, 09 Feb 2003 16:25:21 +0000 |
bellard |
added 8 bit palette support for non animated GIF
libavformat
|
Mon, 03 Feb 2003 22:51:48 +0000 |
bellard |
added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support
libavformat
|
Sun, 02 Feb 2003 19:16:51 +0000 |
bellard |
added animated GIF decoder (pts and various disposal handling are missing)
libavformat
|