[vlc-devel] commit: x264: mention to remove kludge when 0 is a valid timestamp ( Rafaël Carré )

Rafaël Carré rafael.carre at gmail.com
Mon Dec 7 18:06:45 CET 2009


On Mon,  7 Dec 2009 17:55:10 +0100 (CET)
git at videolan.org (git version control) wrote:

> vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon
> Dec  7 17:53:36 2009 +0100|
> [edfe05d1f2799b8ff28027cc6229cf28144488c6] | committer: Rafaël Carré 
> 
> x264: mention to remove kludge when 0 is a valid timestamp

I checked all codecs but:

libmpeg2
avcodec/*

And all packetizers but:
mpegvideo
mpeg4video

grep "dts\|pts" file |wc -l = 

libmpeg2.c:   44
avcodec/:     93
mpeg4video.c: 36
mpegvideo.c:  44


Those files are a bit complex and might use 0 as a valid timestamp, so
I should either read them with a fresh mind, either ask fenrir to check
them.

Once they are done I think will remain:
- mux
- demux
- stream_out (i'm on it)
- access
- access_output
- src/input 

Then we change VLC_TS_INVALID to something sensible (a value where
X <= VLC_TS_INVALID means X isn't a valid timestamp).

-- 
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091207/b96298b2/attachment.sig>


More information about the vlc-devel mailing list