Tue, 15 Jun 2010 22:38:16 +0000 |
bcoudurier |
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Thu, 25 Feb 2010 18:41:48 +0000 |
michael |
svq3 now in working condition, at least vissually, ill let fate tell us
libavcodec
|
Thu, 25 Feb 2010 18:39:01 +0000 |
michael |
fix compilation, sorry ive not checked cvslog for a while :(((
libavcodec
|
Wed, 27 Jan 2010 22:22:01 +0000 |
cehoyos |
Fix svq3_* function declarations.
libavcodec
|
Tue, 19 Jan 2010 03:16:48 +0000 |
jai_menon |
Apply changes made in r21308 to svq3.c.
libavcodec
|
Tue, 12 Jan 2010 21:36:26 +0000 |
michael |
Split motion vector prediction off h264.c/h.
libavcodec
|
Tue, 12 Jan 2010 21:17:26 +0000 |
michael |
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just
libavcodec
|
Tue, 12 Jan 2010 05:30:31 +0000 |
michael |
Get rid of #include "svq3.c"
libavcodec
|
Sat, 12 Dec 2009 17:10:05 +0000 |
jai_menon |
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.
libavcodec
|
Mon, 19 Oct 2009 18:44:43 +0000 |
stefano |
Add additional long names for the Sorenson Vector Quantizer 3 decoder.
libavcodec
|
Wed, 09 Sep 2009 21:44:48 +0000 |
michael |
Check thread count as multithreaded decoding is not supported.
libavcodec
|
Sun, 06 Sep 2009 16:09:21 +0000 |
reimar |
Mark all pix_fmts and supported_framerates compound literals as const.
libavcodec
|
Tue, 04 Aug 2009 21:55:47 +0000 |
rbultje |
Parse frame size code, see "svq3.c: parse frame size" thread on ML.
libavcodec
|
Sat, 30 May 2009 00:24:20 +0000 |
bcoudurier |
remove unused hack which set AVCodecContext frame_number to pic timestamp
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 01 Mar 2009 12:11:07 +0000 |
mru |
SVQ3: Fix decoding with A32_BITSTREAM_READER
libavcodec
|
Tue, 24 Feb 2009 22:19:02 +0000 |
michael |
1000l for me, wrong pix_fmt.
libavcodec
|
Tue, 24 Feb 2009 18:27:52 +0000 |
michael |
Add and use ff_pixfmt_list_420.
libavcodec
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Thu, 25 Dec 2008 15:49:02 +0000 |
diego |
Fix sample URL.
libavcodec
|
Thu, 18 Dec 2008 11:01:38 +0000 |
michael |
10l, svq3 didnt set h->cbp, this broke decoding a little.
libavcodec
|
Wed, 17 Dec 2008 03:41:48 +0000 |
michael |
Fix svq3 decoding, is_complex was not initialized.
libavcodec
|
Mon, 24 Nov 2008 18:49:50 +0000 |
bcoudurier |
move decoder initialization in separate function, earlier failure detection
libavcodec
|
Sat, 22 Nov 2008 16:36:50 +0000 |
diego |
cosmetics: indentation, prettyprinting
libavcodec
|
Sat, 22 Nov 2008 16:03:20 +0000 |
diego |
cosmetics: consistent function declarations
libavcodec
|