Fri, 02 Jul 2010 12:55:36 +0000 |
diego |
Disambiguate bitstream groups for AAC and RV30/RV40.
libavcodec
|
Wed, 30 Jun 2010 06:50:44 +0000 |
benoit |
Fix "initialization from incompatible pointer type" warning in rv34.
libavcodec
|
Fri, 25 Jun 2010 08:19:20 +0000 |
mru |
rv34: kill VLAs
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 09 Mar 2010 08:20:11 +0000 |
vitor |
Revert commit 22378.
libavcodec
|
Tue, 09 Mar 2010 07:14:34 +0000 |
kostya |
Check for reference frames so RV 3/4 won't segfault trying to copy data from
libavcodec
|
Tue, 24 Nov 2009 06:05:41 +0000 |
kostya |
Call avcodec_set_dimensions() instead of simply setting avctx->width/height
libavcodec
|
Sun, 22 Nov 2009 07:48:35 +0000 |
kostya |
Update dimensions in AVCodecContext when RV3/4 frame dimensions change
libavcodec
|
Sun, 30 Aug 2009 10:54:16 +0000 |
kostya |
Convert ZERO8x2 macro into inline function
libavcodec
|
Sun, 30 Aug 2009 06:30:53 +0000 |
kostya |
Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit
libavcodec
|
Sun, 30 Aug 2009 06:16:33 +0000 |
kostya |
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block
libavcodec
|
Wed, 01 Jul 2009 15:08:02 +0000 |
kostya |
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
libavcodec
|
Mon, 27 Apr 2009 05:30:22 +0000 |
kostya |
Revert changing VLC initialization type for RV3/4 decoder.
libavcodec
|
Sat, 25 Apr 2009 05:47:38 +0000 |
kostya |
Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically.
libavcodec
|
Tue, 21 Apr 2009 17:35:30 +0000 |
kostya |
100l: VLC table array should not be const
libavcodec
|
Tue, 21 Apr 2009 04:42:27 +0000 |
kostya |
Make RV3/4 VLC tables use new static initialization method
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 15 Mar 2009 08:21:42 +0000 |
kostya |
Correct MV prediction for B-frame blocks in RV4 decoder
libavcodec
|
Fri, 13 Mar 2009 13:48:44 +0000 |
kostya |
Fix direct and skip MB motion compensation in RV4:
libavcodec
|
Wed, 25 Feb 2009 08:36:00 +0000 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
Wed, 25 Feb 2009 08:35:37 +0000 |
kostya |
Since motion vectors for intra blocks are always zero, do not try to retrieve them.
libavcodec
|
Sat, 14 Feb 2009 06:38:50 +0000 |
kostya |
Enable dropping frames for RV3/4
libavcodec
|
Fri, 13 Feb 2009 07:06:36 +0000 |
kostya |
In RV3/4 nonzero MB offset for the first slice also indicates error
libavcodec
|
Sat, 07 Feb 2009 10:46:51 +0000 |
kostya |
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.
libavcodec
|
Sun, 01 Feb 2009 15:03:40 +0000 |
kostya |
Silence two pointer assignment compiler warnings in rv34.c
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 18:38:25 +0000 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
Wed, 28 Jan 2009 07:16:20 +0000 |
kostya |
Fix Doxygen comments for RV3/4 decoder.
libavcodec
|
Sun, 18 Jan 2009 22:57:40 +0000 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
Mon, 29 Dec 2008 10:20:03 +0000 |
kostya |
It turned out that RV30 uses motion vectors for forward motion B-frame
libavcodec
|
Tue, 23 Dec 2008 18:27:06 +0000 |
kostya |
352l: correct calculating number of bits for storing macroblock offset in RV3/4
libavcodec
|
Wed, 17 Dec 2008 20:17:07 +0000 |
kostya |
add const qualifier to some pointers for input data
libavcodec
|
Wed, 17 Dec 2008 20:10:15 +0000 |
kostya |
use precalculated mb_pos where available
libavcodec
|
Wed, 17 Dec 2008 20:00:48 +0000 |
kostya |
Merge deblocking pattern with CBP for RV30/40 loop filtering
libavcodec
|
Wed, 17 Dec 2008 19:39:56 +0000 |
kostya |
Generate correct deblock pattern for RV30
libavcodec
|
Sun, 07 Dec 2008 16:30:08 +0000 |
kostya |
Do not attempt to decode RV30/40 B-frames without anchors.
libavcodec
|
Tue, 02 Dec 2008 18:14:53 +0000 |
kostya |
Fix reading out of buffer during RV30/40 deblock mask calculation
libavcodec
|
Tue, 02 Dec 2008 18:12:48 +0000 |
kostya |
34l: forgot to change one case of chroma MC for RV40
libavcodec
|
Tue, 02 Dec 2008 17:39:20 +0000 |
kostya |
Check RV30/40 slice offsets to be inside buffer.
libavcodec
|
Tue, 02 Dec 2008 17:35:38 +0000 |
kostya |
Update ff_rv34_decode_frame() arguments definition
libavcodec
|
Sat, 29 Nov 2008 06:22:31 +0000 |
kostya |
Invoke future RV30/40 loop filter for already decoded rows instead of
libavcodec
|
Thu, 27 Nov 2008 07:26:26 +0000 |
kostya |
Fix RV40 chroma MC
libavcodec
|
Thu, 20 Nov 2008 14:07:37 +0000 |
kostya |
33l Fix applying residue condition in RV30/40 decoder
libavcodec
|
Thu, 20 Nov 2008 14:05:29 +0000 |
kostya |
Eliminate direct use of s->current_picture in RV30/40 decoder
libavcodec
|
Thu, 20 Nov 2008 14:03:35 +0000 |
kostya |
Use wider margins for edge emulation in RV30/40
libavcodec
|
Wed, 12 Nov 2008 17:29:02 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sat, 08 Nov 2008 18:15:13 +0000 |
kostya |
Split RV3/4 deblock pattern into horizontal and vertical parts
libavcodec
|
Sat, 08 Nov 2008 07:24:56 +0000 |
kostya |
Drop redundant check in RV3/4 deblock coefficients calculation
libavcodec
|
Fri, 07 Nov 2008 07:18:22 +0000 |
kostya |
Calculating an additional MV-based deblocking pattern is the same
libavcodec
|
Sat, 01 Nov 2008 17:57:44 +0000 |
kostya |
Introduce RV3-specific motion vector prediction.
libavcodec
|
Thu, 30 Oct 2008 06:08:47 +0000 |
kostya |
Correct motion vector scaling in B-frames for RV3/4
libavcodec
|
Mon, 27 Oct 2008 19:07:39 +0000 |
kostya |
Fix chroma motion compensation for RV30
libavcodec
|
Fri, 24 Oct 2008 06:17:18 +0000 |
kostya |
Choose RV3/4 DC quantizer correctly
libavcodec
|
Mon, 20 Oct 2008 05:59:50 +0000 |
kostya |
34l: free RV3/4 context variables at the end
libavcodec
|
Mon, 20 Oct 2008 05:58:05 +0000 |
kostya |
RV3 and RV4 decoders set some deblocking coefs for each macroblock,
libavcodec
|
Mon, 20 Oct 2008 05:54:31 +0000 |
kostya |
Mark some of RV3/4 block types as having separate DC subblock
libavcodec
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavcodec
|
Mon, 28 Apr 2008 13:37:36 +0000 |
kostya |
Calculate motion vector information based on PTS provided in slice header
libavcodec
|
Sat, 26 Apr 2008 13:09:36 +0000 |
kostya |
Skip blocks in B-frames reuse motion vectors from next reference frame.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|