Mercurial > mplayer.hg
log libmpdemux/muxer.c @ 18366:d18fc000093d
age | author | description |
---|---|---|
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 |
Tue, 29 Nov 2005 22:04:57 +0000 | reynaldo | Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me |
Mon, 21 Nov 2005 22:53:14 +0000 | nicodvb | buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me |