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
|
Sat, 22 Nov 2008 15:57:59 +0000 |
diego |
cosmetics: Put statements after 'if' on their own line.
libavcodec
|
Tue, 28 Oct 2008 23:11:59 +0000 |
diego |
Add the function declaration of ff_svq1_packet_checksum to svq1.h and include
libavcodec
|
Sun, 26 Oct 2008 23:41:00 +0000 |
bcoudurier |
svq3 watermark code now needs zlib
libavcodec
|
Sun, 26 Oct 2008 23:34:44 +0000 |
bcoudurier |
svq3 watermark decoding support, based on reverse engineering work by chrono
libavcodec
|
Sat, 25 Oct 2008 17:17:08 +0000 |
aurel |
svq3: remove unused include
libavcodec
|
Tue, 14 Oct 2008 20:42:54 +0000 |
michael |
Include zlib.h as it is needed for watermark support,
libavcodec
|
Wed, 16 Jul 2008 17:54:57 +0000 |
michael |
10000l, revert
libavcodec
|
Wed, 16 Jul 2008 02:10:21 +0000 |
michael |
The funny memcpyin svq3 generally has src & dst overlapping, so it
libavcodec
|
Wed, 16 Jul 2008 01:57:28 +0000 |
michael |
Print slice num as well.
libavcodec
|
Mon, 14 Jul 2008 16:18:29 +0000 |
michael |
Fix infinite loop at EOF.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 11 May 2008 23:39:55 +0000 |
astrange |
Previous commit missed an initialization - this fixes FATE's test sample.
libavcodec
|
Sun, 11 May 2008 20:26:35 +0000 |
astrange |
Set and use h->mb_xy in SVQ3 too.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Fri, 01 Feb 2008 02:35:11 +0000 |
michael |
consts
libavcodec
|
Wed, 05 Sep 2007 05:30:08 +0000 |
kostya |
Move H.264 intra prediction functions into their own context
libavcodec
|
Thu, 09 Aug 2007 01:08:28 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Fri, 06 Jul 2007 14:21:37 +0000 |
gpoirier |
Add support for streams with different chroma_qp_index_offset
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Wed, 30 May 2007 09:32:25 +0000 |
benoit |
rename attribute_unused to av_unused and moves its declaration to common.h
libavcodec
|
Mon, 14 May 2007 23:22:02 +0000 |
michael |
dont write over the end of ref_cache
libavcodec
|
Mon, 14 May 2007 14:07:50 +0000 |
reimar |
Change some leftover __attribute__((unused)) and __attribute__((used)) to
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Wed, 24 Jan 2007 11:20:01 +0000 |
michael |
crash fix by Carl Eugen Hoyos cehoyos ag.or at
libavcodec
|
Wed, 24 Jan 2007 00:54:36 +0000 |
michael |
maybe fix segfault with missing extradata (unchecked)
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Sun, 12 Nov 2006 20:08:09 +0000 |
mru |
rename cropTbl -> ff_cropTbl
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
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
|
Sat, 17 Dec 2005 11:31:56 +0000 |
michael |
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
Thu, 14 Jul 2005 21:39:36 +0000 |
michael |
skip_idct
libavcodec
|
Mon, 18 Apr 2005 12:08:16 +0000 |
michael |
various fixes related to the non alt_bitstream_reader
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Sun, 23 Jan 2005 17:59:01 +0000 |
michael |
more detailed error messages
libavcodec
|
Sat, 19 Jun 2004 01:25:02 +0000 |
michael |
1000l to myself for FFMIN(...,0) instead of ...,6)
libavcodec
|
Sat, 19 Jun 2004 00:10:21 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Sun, 14 Mar 2004 15:04:21 +0000 |
melanson |
don't fetch the size of SEQH unless SEQH was found
libavcodec
|
Sun, 14 Mar 2004 04:04:08 +0000 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavcodec
|
Sat, 13 Mar 2004 21:26:54 +0000 |
melanson |
be smarter about the variable size of the extra SVQ3 data
libavcodec
|
Sat, 13 Mar 2004 20:07:38 +0000 |
melanson |
smarten up the SVQ3 extradata decoder without changing the external API
libavcodec
|
Thu, 22 Jan 2004 19:48:28 +0000 |
michael |
closed gop support & flags2 as all bits in flags are used
libavcodec
|
Thu, 18 Dec 2003 23:44:49 +0000 |
melanson |
SVQ3 uses unrestricted motion vectors
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Fri, 27 Jun 2003 15:05:29 +0000 |
tmmm |
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
libavcodec
|
Fri, 20 Jun 2003 02:38:29 +0000 |
tmmm |
don't step on the context
libavcodec
|
Thu, 19 Jun 2003 01:44:44 +0000 |
tmmm |
added support for B-frames and multiple slices
libavcodec
|
Wed, 18 Jun 2003 22:00:23 +0000 |
michaelni |
make ff_emulated_edge_mc() independant of MpegEncContext
libavcodec
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavcodec
|
Fri, 16 May 2003 19:18:53 +0000 |
michaelni |
bigendian fix
libavcodec
|
Fri, 16 May 2003 10:14:25 +0000 |
michaelni |
CODEC_CAP_DRAW_HORIZ_BAND
libavcodec
|
Thu, 15 May 2003 23:30:03 +0000 |
michaelni |
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...)
libavcodec
|
Thu, 15 May 2003 00:43:43 +0000 |
michaelni |
optimize
libavcodec
|
Wed, 14 May 2003 23:08:01 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 13 May 2003 13:38:09 +0000 |
michaelni |
optimizations
libavcodec
|
Tue, 13 May 2003 00:46:42 +0000 |
michaelni |
optimizations
libavcodec
|
Sat, 10 May 2003 04:30:29 +0000 |
tmmm |
change the way the ImageDescription is passed to the decoder
libavcodec
|
Fri, 09 May 2003 22:16:14 +0000 |
michaelni |
svq3 decoder by anonymous
libavcodec
|