Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Mon, 02 Mar 2009 19:42:31 +0000 | reimar | Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodec |
Mon, 02 Mar 2009 17:32:53 +0000 | jbr | flacdec: Use get/skip_bits_long() for more than 17-bits and libavcodec |
Mon, 02 Mar 2009 17:18:49 +0000 | kostya | Factor out block decoding in ff_h263_decode_mb() libavcodec |
Mon, 02 Mar 2009 15:13:58 +0000 | michael | Consider all packets in the parser, not just ones with timestamps, libavcodec |
Mon, 02 Mar 2009 15:12:26 +0000 | michael | Favor container packets that end after the first byte of the access libavcodec |
Mon, 02 Mar 2009 14:53:18 +0000 | michael | Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead libavcodec |
Mon, 02 Mar 2009 09:22:17 +0000 | benoit | Merge three conditions in a single 'if' instead of two. libavcodec |