log libmpdemux/demux_y4m.c @ 37171:29802bb119f6

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Sat, 10 Nov 2012 12:29:42 +0000 reimar Fix memleaks on error and EOF.
Sat, 10 Nov 2012 12:27:26 +0000 reimar Minor simplifications.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Fri, 18 Jun 2010 16:32:54 +0000 reimar Error messages should not be hidden at -v level.
Sat, 27 Mar 2010 16:01:22 +0000 reimar Support concatenated YUV4MPEG files.
Sat, 27 Mar 2010 15:35:59 +0000 reimar Use calloc instead of malloc+memset
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.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sun, 26 Jun 2005 15:15:38 +0000 faust3 10l
Thu, 03 Jun 2004 09:52:25 +0000 rik fix bug reported by Leonardo Giordani: sh->aspect is not pixel aspect but movie aspect
Sat, 22 Mar 2003 19:50:10 +0000 alex fix crash on streams with frame tags, patch by Brett Kosinski <brettk@frodo.dyn.gno.org>
Wed, 24 Apr 2002 15:36:07 +0000 albeu Added demuxer uninit
Fri, 28 Dec 2001 22:58:49 +0000 alex Applied Rik Snel's seeking patch
Thu, 27 Dec 2001 19:54:36 +0000 alex aspect ratio patch by Rik Snel
Thu, 27 Dec 2001 11:39:47 +0000 alex fixed YUV4MPEG frame reader
Thu, 27 Dec 2001 11:30:07 +0000 alex added support for older YUV4MPEG format (used by xawtv)
Thu, 27 Dec 2001 02:08:31 +0000 arpi yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>