Thu, 22 Nov 2012 10:28:30 +0000 |
upsuper |
Fix memory leaks when error occurs.
|
Sun, 12 Dec 2010 10:37:15 +0000 |
reimar |
Fix memleaks on error.
|
Sun, 12 Sep 2010 16:08:57 +0000 |
reimar |
Replace sizeof(BITMAPINFOHEADER)
|
Wed, 17 Feb 2010 22:01:35 +0000 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Tue, 05 Aug 2008 08:47:51 +0000 |
diego |
Rename preprocessor directives related to image libraries.
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Thu, 01 Mar 2007 12:54:08 +0000 |
reimar |
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
|
Sun, 28 Jan 2007 13:51:24 +0000 |
reimar |
Fix number of rows in interlaced mode.
|
Sun, 28 Jan 2007 11:02:52 +0000 |
reimar |
10l, confused current "frame" with canvas width.
|
Sun, 28 Jan 2007 10:34:11 +0000 |
reimar |
Hack: use refmode == 1 instead of == 0, as browsers behave like this
|
Sun, 28 Jan 2007 09:53:42 +0000 |
reimar |
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
|
Tue, 16 Jan 2007 07:12:32 +0000 |
reimar |
Interlaced gif support
|
Tue, 16 Jan 2007 07:05:28 +0000 |
reimar |
Change some types to uint8_t where appropriate
|
Tue, 16 Jan 2007 07:01:53 +0000 |
reimar |
"Cosmetics" Introduce a memcpy function doing both transparent
|
Sat, 13 Jan 2007 12:56:42 +0000 |
reimar |
Cosmetics
|
Sat, 13 Jan 2007 12:56:02 +0000 |
reimar |
Implement gif transparency
|
Sat, 13 Jan 2007 12:46:27 +0000 |
reimar |
Fix: refmodes 2 and 3 leave useref unchanged
|
Sat, 13 Jan 2007 12:39:13 +0000 |
reimar |
Cosmetics
|
Sat, 13 Jan 2007 12:37:53 +0000 |
reimar |
Implement refmode == 2 in gif demuxer
|
Sat, 13 Jan 2007 12:19:42 +0000 |
reimar |
Partially support gif using "reference" images
|
Sat, 13 Jan 2007 12:05:18 +0000 |
reimar |
memset + malloc -> calloc
|
Sat, 13 Jan 2007 11:49:20 +0000 |
reimar |
Cast SWidth/SHeight to uint16_t, since that's what they actually are.
|
Sat, 13 Jan 2007 11:46:43 +0000 |
reimar |
Forgot to adjust length of memset
|
Sat, 13 Jan 2007 11:44:36 +0000 |
reimar |
Simplify gif demuxer by using memcpy_pic
|
Sat, 13 Jan 2007 11:40:05 +0000 |
reimar |
One more bounds check, though IMO the gif lib really should do this.
|
Sat, 13 Jan 2007 11:37:59 +0000 |
reimar |
Simplify
|
Sat, 13 Jan 2007 11:37:18 +0000 |
reimar |
Fix crash for gif images that have Top or Left set
|
Sat, 13 Jan 2007 11:06:40 +0000 |
reimar |
Fix invalid read for gifs with a palette for less than 256 colors
|
Sat, 13 Jan 2007 11:05:32 +0000 |
reimar |
Move global variables in gif demuxer into priv struct
|
Sat, 13 Jan 2007 06:02:31 +0000 |
diego |
cosmetics: typo fix pallete --> palette
|
Sat, 13 Jan 2007 06:00:34 +0000 |
diego |
Frametime was being read from the wrong offset, compare
|
Sat, 08 Jul 2006 17:28:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
Thu, 06 Jul 2006 13:09:45 +0000 |
diego |
Move conditional compilation into the build system.
|
Fri, 05 Aug 2005 19:57:47 +0000 |
rtognimp |
Demuxer modularization
|
Wed, 19 Feb 2003 16:55:14 +0000 |
alex |
gif library incompatibility fixes and prefere libungif over libgif. Patch by Joey Parrish <joey@nicewarrior.org>
|
Sat, 08 Feb 2003 17:29:43 +0000 |
henry |
compile fix
|
Sat, 08 Feb 2003 15:49:03 +0000 |
arpi |
1) codecs.conf changed recently and demux_gif no longer needs to spit
|
Tue, 28 Jan 2003 01:02:07 +0000 |
arpi |
argh, i forgot to 'cvs add' it (again)
|