summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_lmlm4.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-4/+2
* printf format fixes ("%d" -> "%zd")diego2010-11-021-2/+4
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-2/+4
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-32/+32
* Merge svn changes up to r29304Uoti Urpala2009-07-071-3/+19
|\
| * Add standard license header to all files in libmpdemux.diego2009-05-081-3/+19
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
|/
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* warning fix:diego2007-09-091-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Remove superfluous bswap.h include.diego2006-12-021-1/+0
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+0
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* Demuxer modularizationrtognimp2005-08-051-7/+39
* 100lrfelker2004-01-161-1/+1
* LML-M4 mpeg4 capture card raw stream format supportarpi2003-12-081-0/+339