aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_y4m.c
Commit message (Expand)AuthorAge
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* demux_y4m: increase error message verbosity from MSGL_V to MSGL_ERRGravatar reimar2010-11-02
* demux_y4m: fix failure with nonseekable inputGravatar Uoti Urpala2010-04-30
* Merge svn changes up to r30972Gravatar Uoti Urpala2010-04-26
|\
| * Support concatenated YUV4MPEG files.Gravatar reimar2010-03-27
| * Use calloc instead of malloc+memsetGravatar reimar2010-03-27
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Demuxer modularizationGravatar rtognimp2005-08-05
* 10lGravatar faust32005-06-26
* fix bug reported by Leonardo Giordani: sh->aspect is not pixel aspect but mov...Gravatar rik2004-06-03
* fix crash on streams with frame tags, patch by Brett Kosinski <brettk@frodo.d...Gravatar alex2003-03-22
* Added demuxer uninitGravatar albeu2002-04-24
* Applied Rik Snel's seeking patchGravatar alex2001-12-28
* aspect ratio patch by Rik SnelGravatar alex2001-12-27
* fixed YUV4MPEG frame readerGravatar alex2001-12-27
* added support for older YUV4MPEG format (used by xawtv)Gravatar alex2001-12-27
* yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>Gravatar arpi2001-12-27