Mercurial > mplayer.hg
log libmpdemux/muxer_mpeg.c @ 24907:91d30168e22e
age | author | description |
---|---|---|
Fri, 02 Nov 2007 19:01:13 +0000 | nicodvb | moved to fix_parameters() the decision of the necessity of the PSM based on the format of the video stream |
Fri, 02 Nov 2007 18:52:08 +0000 | nicodvb | removed no more needed variable |
Fri, 02 Nov 2007 18:50:41 +0000 | nicodvb | moved to fix_parameters() the code that decides if the PSM is needed |
Fri, 02 Nov 2007 17:48:27 +0000 | nicodvb | repeat the PSM once every second (in terms of delta_scr) otherwise playing the file from the middle would miss the first instance |
Fri, 02 Nov 2007 17:43:39 +0000 | nicodvb | remove the registration descriptor from the PSM: writing the fourcc in it makes it total crap |
Fri, 02 Nov 2007 11:43:03 +0000 | nicodvb | 100% cosmetics: reformatted with tabs and symmetric braces and removed useless braces and trailing tabs |
Fri, 28 Sep 2007 21:20:41 +0000 | nicodvb | fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr |