Fri, 06 Aug 2010 09:37:04 +0000 |
stefano |
Remove use of the deprecated function avcodec_check_dimensions(), use
libavcodec
|
Wed, 30 Jun 2010 15:38:06 +0000 |
mru |
Fix grammar errors in documentation
libavcodec
|
Tue, 08 Jun 2010 19:25:28 +0000 |
reimar |
Fix vp3_draw_horiz_band to calculate chroma offsets correctly
libavcodec
|
Thu, 27 May 2010 04:39:12 +0000 |
conrad |
vp3: Skip the loop filter when strength is 0 or when requested
libavcodec
|
Tue, 25 May 2010 03:19:54 +0000 |
conrad |
theora: Don't read an excess bit for maximum length long bit runs if the run
libavcodec
|
Wed, 21 Apr 2010 13:19:00 +0000 |
conrad |
theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Sat, 17 Apr 2010 10:37:42 +0000 |
conrad |
vp3: Use avctx pointer directly
libavcodec
|
Sat, 17 Apr 2010 02:04:39 +0000 |
conrad |
vp3: Read fps and aspect ratio in the decoder
libavcodec
|
Sat, 17 Apr 2010 02:04:35 +0000 |
conrad |
vp3: Don't crop if there's a left/top offset, it's wrong
libavcodec
|
Sat, 17 Apr 2010 02:04:30 +0000 |
conrad |
vp3: DC-only IDCT
libavcodec
|
Fri, 16 Apr 2010 12:21:44 +0000 |
conrad |
vp3: More buffer length checks
libavcodec
|
Fri, 16 Apr 2010 12:21:41 +0000 |
conrad |
vp3: Remove internal debug statement
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Sat, 13 Mar 2010 10:25:41 +0000 |
conrad |
vp3: Split out motion vectors to their own array
libavcodec
|
Sat, 13 Mar 2010 05:59:22 +0000 |
conrad |
theora: Add support for 4:2:2 and 4:4:4 subsampling
libavcodec
|
Sat, 13 Mar 2010 05:59:18 +0000 |
conrad |
vp3: remove unneeded error, this is internal and doesn't happen
libavcodec
|
Sat, 13 Mar 2010 05:56:15 +0000 |
conrad |
vp3: Make fragment_width _height by plane
libavcodec
|
Sat, 13 Mar 2010 05:56:11 +0000 |
conrad |
vp3: we only need a temp MV array of size 4
libavcodec
|
Sat, 13 Mar 2010 05:56:08 +0000 |
conrad |
vp3: Use memset to clear the fragment array
libavcodec
|
Sat, 13 Mar 2010 05:56:05 +0000 |
conrad |
vp3: Init MVs to 0
libavcodec
|
Sat, 13 Mar 2010 05:56:01 +0000 |
conrad |
vp3: Simplify init_block_mapping
libavcodec
|
Wed, 10 Mar 2010 00:59:32 +0000 |
conrad |
vp3: avoid buffer overread in coeff decode
libavcodec
|
Tue, 09 Mar 2010 06:52:33 +0000 |
conrad |
vp3: correctly clip vp3_draw_horiz_band call
libavcodec
|
Tue, 09 Mar 2010 00:29:26 +0000 |
conrad |
vp3: Set pict_type
libavcodec
|
Tue, 09 Mar 2010 00:29:22 +0000 |
conrad |
vp3: Allocate a dummy reference frame if we have no keyframe
libavcodec
|
Tue, 09 Mar 2010 00:29:19 +0000 |
conrad |
vp3: use FF_BUFFER_TYPE_COPY
libavcodec
|
Tue, 09 Mar 2010 00:29:16 +0000 |
conrad |
vp3: Don't leak buffers on errors
libavcodec
|
Tue, 09 Mar 2010 00:29:12 +0000 |
conrad |
vp3: Simplify buffer management
libavcodec
|
Tue, 09 Mar 2010 00:29:09 +0000 |
conrad |
vp3: be less spammy on broken files
libavcodec
|