<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div style="color: rgb(0, 0, 0); line-height: 1.7; font-family: arial; font-size: 14px;"><div style="color: rgb(0, 0, 0); line-height: 1.7; font-family: arial; font-size: 14px;"><div>Hi All,</div><div> </div><div>I found that the current git code have problems with decoding of some of my MXF files, but the libav-0.8.1 is OK.</div><div> </div><div>Like the show_packets() in  "avproble.exe",I called the av_read_frame() function, and read the pts and dts of the file.It's all OK until the pts and dts value up to 14998(timestamp about 600 second);and then the video packet's dts and pts is always valued 14998, 14999, 15000 or 0x8000000000000000, but the audio packet's dts and pts value is all OK.</div><div> </div><div>First I think maybe the way I called ffmpeg api is wrong, then I used the avprobe.exe like this:"avprobe.exe -show_packets myfile.mxf", and it have the same result,so I think there must be some bugs in the code source.</div><div> </div><div>And I have interests in study the ffmpeg source code,anybody can tell me where maybe the problem is? Or help to fix the bug.</div><div> </div><div>As showing in MediaInfo,the file format information is as follows:</div><div>General<br>Complete name                            : D:\myfile.mxf<br>Format                                   : MXF<br>Format profile                           : OP-1a<br>Format settings                          : Open / Incomplete<br>File size                                : 4.63 GiB<br>Duration                                 : 54mn 56s<br>Overall bit rate mode                    : Constant<br>Overall bit rate                         : 12.1 Mbps<br>Encoded date                             : 2011-12-14 09:46:46.708<br>Writing application                      : Omneon Inc. Omneon Media Subsystem 6.1.0.0.1<br>Writing library                          : Omneon Inc. Omneon Media Subsystem 6.1.0.0.1</div><div>Video<br>ID                                       : 2<br>Format                                   : MPEG Video<br>Format version                           : Version 2<br>Format profile                           : 4:2:2@Main<br>Format settings, BVOP                    : Yes<br>Format settings, Matrix                  : Custom<br>Format_Settings_Wrapping                 : Frame<br>Duration                                 : 54mn 56s<br>Bit rate mode                            : Constant<br>Bit rate                                 : 10 000 Kbps<br>Width                                    : 720 pixels<br>Height                                   : 576 pixels<br>Display aspect ratio                     : 4:3<br>Frame rate                               : 25.000 fps<br>Standard                                 : PAL<br>Color space                              : YUV<br>Chroma subsampling                       : 4:2:2<br>Bit depth                                : 8 bits<br>Scan type                                : Interlaced<br>Scan order                               : Top Field First<br>Compression mode                         : Lossy<br>Bits/(Pixel*Frame)                       : 0.965<br>Stream size                              : 3.84 GiB (83%)</div><div>Audio<br>ID                                       : 3<br>Format                                   : PCM<br>Format settings, Endianness              : Little<br>Format_Settings_Wrapping                 : Frame (BWF)<br>Duration                                 : 54mn 56s<br>Bit rate mode                            : Constant<br>Bit rate                                 : 1 536 Kbps<br>Channel(s)                               : 2 channels<br>Sampling rate                            : 48.0 KHz<br>Bit depth                                : 16 bits<br>Stream size                              : 604 MiB (13%)</div></div></div></div>