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
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Thu, 04 Mar 2010 10:01:03 +0000 |
conrad |
Really fix 2.95
libavcodec
|
Thu, 04 Mar 2010 09:25:42 +0000 |
conrad |
Maybe fix gcc 2.95
libavcodec
|
Wed, 03 Mar 2010 23:27:43 +0000 |
conrad |
Delay translating DCT tokens into coefficients until immediately before IDCT
libavcodec
|
Wed, 03 Mar 2010 23:27:40 +0000 |
conrad |
Do MC and IDCT in coding (hilbert) order
libavcodec
|
Wed, 03 Mar 2010 23:27:37 +0000 |
conrad |
Explictly separate decoding whether fragments are coded by plane
libavcodec
|
Sun, 28 Feb 2010 03:02:25 +0000 |
cehoyos |
Remove declaration of unused variables.
libavcodec
|
Sun, 21 Feb 2010 00:11:01 +0000 |
conrad |
Simplify determing whether fragments are coded
libavcodec
|
Sun, 21 Feb 2010 00:10:58 +0000 |
conrad |
Handle Theora's continued runs in superblock coding.
libavcodec
|
Sun, 21 Feb 2010 00:10:54 +0000 |
conrad |
Decode fully coded superblocks in the same manner as partial superblocks and qpi
libavcodec
|
Sun, 21 Feb 2010 00:10:51 +0000 |
conrad |
Make the special 4129 case for long-run bit strings a #define and explain it
libavcodec
|
Sun, 21 Feb 2010 00:10:47 +0000 |
conrad |
Use memset to set the runs partially coded superblocks
libavcodec
|
Wed, 17 Feb 2010 20:36:20 +0000 |
mru |
Use LOCAL_ALIGNED macro for local arrays
libavcodec
|
Sat, 13 Feb 2010 18:59:25 +0000 |
conrad |
Move CODEC_FLAG_GRAY check to outer loop
libavcodec
|
Sat, 13 Feb 2010 18:59:21 +0000 |
conrad |
Move branch based on custom mode outside the loop
libavcodec
|
Sat, 13 Feb 2010 18:55:27 +0000 |
conrad |
Directly check whether a fragment is coded for 4MV mode instead of iterating
libavcodec
|
Sat, 13 Feb 2010 18:55:24 +0000 |
conrad |
Eliminate fragment -> macroblock mapping array
libavcodec
|
Sat, 13 Feb 2010 18:55:21 +0000 |
conrad |
Eliminate macroblock -> fragment mapping array
libavcodec
|
Sat, 13 Feb 2010 18:55:17 +0000 |
conrad |
Eliminate superblock <-> macroblock mapping array
libavcodec
|
Fri, 12 Feb 2010 22:01:38 +0000 |
conrad |
Don't pre-calculate first_pixel
libavcodec
|
Fri, 12 Feb 2010 22:01:35 +0000 |
conrad |
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
libavcodec
|
Fri, 12 Feb 2010 22:01:32 +0000 |
conrad |
Cosmetics: reindent
libavcodec
|
Fri, 12 Feb 2010 22:01:29 +0000 |
conrad |
Do loop filter per-row rather than per-frame
libavcodec
|
Fri, 12 Feb 2010 22:01:25 +0000 |
conrad |
Move apply_loop_filter above render_slice, it'll be used by the latter soon
libavcodec
|
Fri, 12 Feb 2010 22:01:22 +0000 |
conrad |
Export Theora colorspace info if present
libavcodec
|
Fri, 12 Feb 2010 22:01:18 +0000 |
conrad |
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec
libavcodec
|
Fri, 12 Feb 2010 22:00:29 +0000 |
conrad |
Remove unused code that's moved elsewhere
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Sat, 19 Dec 2009 07:34:11 +0000 |
melanson |
Cosmetic: indent after last change.
libavcodec
|
Sat, 19 Dec 2009 07:33:10 +0000 |
melanson |
Optimize unpack_vectors() by not shuffling around redundant vectors.
libavcodec
|