log huffyuv.c @ 12488:351a81a23343 libavcodec

age author description
Fri, 25 Jun 2010 19:28:10 +0000 mru huffyuv: remove unnecessary size argument from generate_len_table() libavcodec
Fri, 25 Jun 2010 18:32:29 +0000 mru huffyuv: make VLAs fixed size libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sat, 17 Apr 2010 11:00:53 +0000 cehoyos Add const to some pointer parameters. libavcodec
Mon, 12 Apr 2010 16:16:43 +0000 benoit Extradata length checks for Huffyuv. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Thu, 14 Jan 2010 01:32:49 +0000 astrange Implement alpha channel decoding for BGR HuffYUV. libavcodec
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Fri, 16 Oct 2009 22:55:34 +0000 astrange Huffyuv: Remove unnecessary allocation in alloc_temp(). libavcodec
Fri, 16 Oct 2009 22:52:23 +0000 astrange Huffyuv: Fix a valgrind warning in get_vlc2(). libavcodec
Fri, 16 Oct 2009 14:50:08 +0000 cehoyos Release unreleased buffers found by make test. libavcodec
Tue, 06 Oct 2009 16:06:15 +0000 cehoyos Move HuffYUV left prediction to dsputil. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Sat, 04 Jul 2009 23:59:10 +0000 lorenm fix a buffer overrun on corrupt huffyuv streams libavcodec
Wed, 01 Jul 2009 20:34:16 +0000 michael indent libavcodec
Wed, 01 Jul 2009 20:30:37 +0000 michael Make sure we dont read over the end. libavcodec
Sat, 23 May 2009 19:37:01 +0000 heydowns Fix passing of unaligned addresses to dsputil diff_bytes() by libavcodec
Sat, 23 May 2009 19:30:35 +0000 heydowns Add offset argument to encode_422_bitstream() to control where libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sun, 12 Apr 2009 13:17:37 +0000 reimar Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 05 Apr 2009 13:02:47 +0000 michael Make sure the last bits of huffyuv frames are zeroed. libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 08 Feb 2009 17:45:30 +0000 lorenm ff_add_hfyu_median_prediction_mmx2 libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Fri, 12 Dec 2008 16:21:23 +0000 michael More POSIX _t namespace cleanup. libavcodec