Mercurial > mplayer.hg
log libmpdemux/muxer_mpeg.c @ 17493:f71e678e6216
age | author | description |
---|---|---|
Fri, 27 Jan 2006 23:07:53 +0000 | nicodvb | use mp_a52_framesize() when liba52 is not available |
Thu, 26 Jan 2006 19:32:07 +0000 | michael | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer |
Thu, 12 Jan 2006 20:04:36 +0000 | rathann | massive attack: mp_msg printf format fixes |
Tue, 03 Jan 2006 22:14:27 +0000 | nicodvb | removed previously forgotten reording options/flags |
Tue, 03 Jan 2006 22:02:11 +0000 | nicodvb | removed broken frame reording code; unified audio and video frame storing code (in memory, not in the packets); simple workaround to handle non-standard framerate mpeg1/2 video |
Fri, 30 Dec 2005 18:46:56 +0000 | nicodvb | simplification: don't use residual_buffer, but prepend remainder of current frame to next one (needed for future work; init frame->pos to 0 in reorder_frame(); fix: don't go beyond last frame in flush_buffer() |
Mon, 05 Dec 2005 01:26:09 +0000 | rathann | fix |