summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mng.c
Commit message (Expand)AuthorAgeFilesLines
* vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxerwm42012-08-201-2/+3
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+0
* MNG demuxer by Stefan Schuermans, stefan blinkenarea orgdiego2008-11-301-0/+625