log

age author description
2009-03-03 jbr flacdec: Warn about invalid max blocksize and limit the minimum value. libavcodec
2009-03-03 alexc H.264: Simplify decode_residual() libavcodec
2009-03-03 jbr cosmetics: remove a pointless comment libavcodec
2009-03-03 jbr flacdec: Remove unused variable, min_blocksize. libavcodec
2009-03-03 jbr flacdec: Return error when blocksize code of 0 is found. It is a libavcodec
2009-03-03 kostya Enable PB-frames decoding for H.263 libavcodec
2009-03-03 kostya Add PB-frame decoding support for H.263/i263 (and enable it for i263) libavcodec
2009-03-03 jbr alacdec: Simplify reading of uncompressed samples by using libavcodec
2009-03-03 jbr flacdec: Avoid trying to read 33 bits. This occurs when the source libavcodec
2009-03-03 jbr flacdec: ALT_BITSTREAM_READER is no longer required. libavcodec
2009-03-03 jbr flacdec: use get_sbits_long() where needed. libavcodec
2009-03-03 jbr Add a get_sbits_long() function. libavcodec
2009-03-03 mru ALAC: use sign_extend() from mathops.h libavcodec
2009-03-03 mru Add sign_extend() function to mathops.h libavcodec
2009-03-02 reimar Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodec
2009-03-02 jbr flacdec: Use get/skip_bits_long() for more than 17-bits and libavcodec
2009-03-02 kostya Factor out block decoding in ff_h263_decode_mb() libavcodec
2009-03-02 michael Consider all packets in the parser, not just ones with timestamps, libavcodec
2009-03-02 michael Favor container packets that end after the first byte of the access libavcodec
2009-03-02 michael Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead libavcodec
2009-03-02 benoit Merge three conditions in a single 'if' instead of two. libavcodec
2009-03-02 diego cosmetics: Reformat long_names so that "DPCM" comes first. libavcodec
2009-03-02 diego cosmetics: Reformat long_names so that "ADPCM" comes first. libavcodec
2009-03-02 diego cosmetics: Reformat long_names so that "PCM" comes first. libavcodec