Mercurial > mplayer.hg
log libmpdemux/muxer.c @ 22368:8e9f3809b4be
age | author | description |
---|---|---|
Mon, 18 Dec 2006 21:03:59 +0000 | nicodvb | muxers now write to output muxer->stream rather than to muxer->file |
Sun, 04 Jun 2006 22:41:27 +0000 | rtogni | Fix potential integer overflows in memory allocation. |
Mon, 01 May 2006 02:04:09 +0000 | rfelker | 100000l to the fools who don't know C |
Sun, 12 Mar 2006 22:14:00 +0000 | nicodvb | unified failure case in muxer_new_muxer() |
Sun, 12 Mar 2006 18:13:11 +0000 | nicodvb | exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173 |
Thu, 26 Jan 2006 19:32:07 +0000 | michael | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer |
Mon, 09 Jan 2006 19:35:44 +0000 | nicodvb | added support for external libavformat |