Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Fri, 03 Aug 2007 16:43:11 +0000 |
diego |
Reduce Theora decoder verbosity.
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Mon, 07 May 2007 15:44:42 +0000 |
aurel |
cosmetics: fix inconsistent indentation
libavcodec
|
Mon, 07 May 2007 15:43:01 +0000 |
aurel |
fix display of theora videos with visible size smaller than encoded size
libavcodec
|
Sun, 08 Apr 2007 18:54:53 +0000 |
diego |
Only compile in Theora-specific functions if the Theora decoder has been
libavcodec
|
Sun, 08 Apr 2007 18:52:03 +0000 |
diego |
cosmetics: Move one code block to save an #ifdef in the next commit.
libavcodec
|
Sun, 08 Apr 2007 18:50:18 +0000 |
diego |
Remove #if 0 code.
libavcodec
|
Sun, 08 Apr 2007 13:42:44 +0000 |
diego |
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
libavcodec
|
Sat, 07 Apr 2007 17:37:30 +0000 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
Sun, 25 Mar 2007 01:09:26 +0000 |
aurel |
use generic xiph header spliting func to split theora headers
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Thu, 22 Feb 2007 00:14:54 +0000 |
diego |
cosmetics: aswell --> as well typo fix
libavcodec
|
Wed, 10 Jan 2007 14:19:33 +0000 |
diego |
Unconditionally enable Theora decoder. It works fine now and there is no
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Fri, 06 Oct 2006 11:33:57 +0000 |
michael |
fix decoding of ED-small-sample-file.ogg
libavcodec
|
Tue, 03 Oct 2006 17:12:48 +0000 |
diego |
Remove unused variables and the corresponding warnings along with them.
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Thu, 17 Aug 2006 08:08:28 +0000 |
michael |
cleanup
libavcodec
|
Sun, 23 Jul 2006 18:22:29 +0000 |
reimar |
Do not crash when the first frame is not a keyframe (and thus none of the
libavcodec
|
Wed, 19 Jul 2006 22:42:31 +0000 |
michael |
simplify
libavcodec
|
Wed, 19 Jul 2006 22:21:45 +0000 |
michael |
more simplifications
libavcodec
|
Wed, 19 Jul 2006 21:20:56 +0000 |
michael |
simplification
libavcodec
|
Wed, 19 Jul 2006 21:05:42 +0000 |
michael |
iabs -> ABS
libavcodec
|
Wed, 19 Jul 2006 20:57:44 +0000 |
michael |
simplify
libavcodec
|
Wed, 19 Jul 2006 20:41:16 +0000 |
michael |
fix loop filter
libavcodec
|
Mon, 17 Jul 2006 13:09:45 +0000 |
michael |
parse all QIS values (we still ignore them though ...)
libavcodec
|
Mon, 17 Jul 2006 11:06:09 +0000 |
michael |
100l for me
libavcodec
|
Mon, 17 Jul 2006 10:44:53 +0000 |
michael |
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%)
libavcodec
|
Mon, 17 Jul 2006 09:51:59 +0000 |
michael |
attempt to implement xiphs useless and stupid quantization matrix mess
libavcodec
|
Mon, 17 Jul 2006 08:09:08 +0000 |
michael |
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec)
libavcodec
|
Sun, 16 Jul 2006 21:09:32 +0000 |
michael |
use RSHIFT
libavcodec
|
Sun, 16 Jul 2006 21:00:38 +0000 |
michael |
useless memcpy
libavcodec
|
Sun, 16 Jul 2006 20:47:48 +0000 |
michael |
some fixmes if someone ever wants to implement theora support correctly ...
libavcodec
|
Sun, 16 Jul 2006 20:30:39 +0000 |
michael |
check how many bits are left after decoding extradata
libavcodec
|
Sun, 16 Jul 2006 19:21:59 +0000 |
michael |
cleanup
libavcodec
|
Sat, 25 Feb 2006 22:41:31 +0000 |
mru |
kill some warnings
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 13 Nov 2005 20:12:33 +0000 |
alex |
10l, left debugging on
libavcodec
|
Sun, 13 Nov 2005 20:06:31 +0000 |
alex |
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading
libavcodec
|
Sun, 13 Nov 2005 17:59:21 +0000 |
alex |
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable.
libavcodec
|
Sun, 13 Nov 2005 17:48:27 +0000 |
alex |
fixed long standing off-by-one bug (fixes playback on ppc)
libavcodec
|
Wed, 07 Sep 2005 19:15:48 +0000 |
alex |
use av_log in debug mode
libavcodec
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
libavcodec
|
Sat, 13 Aug 2005 18:49:01 +0000 |
melanson |
removed a bunch of unused, sub-optimal code
libavcodec
|
Tue, 24 May 2005 14:21:42 +0000 |
melanson |
read loop filter limit values from Theora header, courtesy of Matthieu
libavcodec
|
Sat, 21 May 2005 19:31:16 +0000 |
melanson |
fix bugs in new loop filter code; also, refrain from filtering against
libavcodec
|
Sat, 21 May 2005 07:35:15 +0000 |
michael |
disable broken loop filter optimization
libavcodec
|
Sat, 21 May 2005 05:20:52 +0000 |
melanson |
apply the loop filter to fragments as they are rendered into the final
libavcodec
|
Sat, 21 May 2005 04:43:36 +0000 |
melanson |
render by the slice rather than the plane
libavcodec
|
Sat, 21 May 2005 02:06:27 +0000 |
melanson |
clean up some warnings and dead code
libavcodec
|
Sat, 21 May 2005 01:12:41 +0000 |
melanson |
another bitstream extraction to optimize: fixed-length motion vectors
libavcodec
|
Thu, 19 May 2005 23:59:10 +0000 |
melanson |
read Huffman tables from Theora header (patch courtesy of
libavcodec
|
Thu, 19 May 2005 10:48:36 +0000 |
michael |
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering
libavcodec
|
Thu, 19 May 2005 02:43:21 +0000 |
melanson |
replace unpack_token() with a series of lookup tables
libavcodec
|