Fri, 17 Apr 2009 18:24:39 +0000 |
michael |
Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 18:16:36 +0000 |
michael |
Remove several useless writes to variables, found by CSA.
libavcodec
|
Fri, 17 Apr 2009 14:42:02 +0000 |
michael |
Remove unused variable in init_mv_penalty_and_fcode() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 12:57:47 +0000 |
michael |
Remove useless assignment from h263_pred_dc() found by the clang static analyzer.
libavcodec
|
Mon, 13 Apr 2009 16:59:38 +0000 |
stefano |
Rename pbBufPtr() to put_bits_ptr().
libavcodec
|
Mon, 30 Mar 2009 20:39:08 +0000 |
gb |
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].
libavcodec
|
Thu, 26 Mar 2009 01:34:02 +0000 |
ramiro |
Use intptr_t when casting pointers to int.
libavcodec
|
Tue, 03 Mar 2009 05:18:39 +0000 |
kostya |
Enable PB-frames decoding for H.263
libavcodec
|
Tue, 03 Mar 2009 05:17:22 +0000 |
kostya |
Add PB-frame decoding support for H.263/i263 (and enable it for i263)
libavcodec
|
Mon, 02 Mar 2009 17:18:49 +0000 |
kostya |
Factor out block decoding in ff_h263_decode_mb()
libavcodec
|
Tue, 24 Feb 2009 16:12:47 +0000 |
michael |
Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any.
libavcodec
|
Sun, 22 Feb 2009 18:13:40 +0000 |
kostya |
Better parsing of i263 picture header
libavcodec
|
Wed, 04 Feb 2009 20:36:37 +0000 |
diego |
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 17:13:03 +0000 |
benoit |
Make ff_h263_resync() return the bit position of the resync_marker or
libavcodec
|
Fri, 30 Jan 2009 08:18:06 +0000 |
benoit |
Use a constant instead of a magic number.
libavcodec
|
Sat, 24 Jan 2009 14:26:40 +0000 |
stefang |
avoid duplication of dquant_code
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Sun, 18 Jan 2009 22:57:40 +0000 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Sun, 21 Dec 2008 21:47:29 +0000 |
michael |
Fix PTS returned by the demuxers for mpeg4 without a decoder.
libavcodec
|
Sun, 21 Dec 2008 21:30:36 +0000 |
michael |
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
libavcodec
|
Thu, 11 Dec 2008 21:45:41 +0000 |
michael |
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved
libavcodec
|
Wed, 10 Dec 2008 21:35:17 +0000 |
lorenm |
clear_block mmx
libavcodec
|
Wed, 03 Dec 2008 17:43:39 +0000 |
michael |
Implement complexity estimation parsing and try to detect an incorrectly set
libavcodec
|
Tue, 04 Nov 2008 06:54:42 +0000 |
andoma |
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
libavcodec
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Sun, 13 Jul 2008 14:27:48 +0000 |
ramiro |
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
libavcodec
|
Mon, 23 Jun 2008 07:33:15 +0000 |
benoit |
Allocate static tables on stack, not heap.
libavcodec
|
Fri, 30 May 2008 21:08:41 +0000 |
michael |
Change init_vlc_rl() so it does not use *alloc_static() anymore.
libavcodec
|
Wed, 28 May 2008 09:20:59 +0000 |
diego |
cosmetics: spelling typo fixes
libavcodec
|
Tue, 27 May 2008 12:32:59 +0000 |
diego |
cosmetics: XviD is now called Xvid.
libavcodec
|
Mon, 26 May 2008 11:32:42 +0000 |
michael |
Warn about packed B-frames. (especially useful if the file in question is
libavcodec
|
Sat, 19 Apr 2008 17:07:58 +0000 |
voroshil |
Implement FFMAX3(a,b,c) - maximum over three arguments.
libavcodec
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavcodec
|
Sat, 15 Mar 2008 16:15:47 +0000 |
diego |
typo fixes
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Thu, 31 Jan 2008 14:01:33 +0000 |
michael |
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically
libavcodec
|
Thu, 31 Jan 2008 02:13:53 +0000 |
michael |
Comment about weird warning prevention.
libavcodec
|
Thu, 31 Jan 2008 01:38:00 +0000 |
michael |
fix "uninitalized" warning, the alternative way.
libavcodec
|
Thu, 31 Jan 2008 01:25:29 +0000 |
bcoudurier |
revert r11677, it is considered speed critical
libavcodec
|
Thu, 31 Jan 2008 00:06:54 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Thu, 31 Jan 2008 00:05:44 +0000 |
bcoudurier |
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function
libavcodec
|
Wed, 03 Oct 2007 17:50:27 +0000 |
aurel |
merge some #ifdef CONFIG_ENCODERS sections
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Wed, 01 Aug 2007 22:12:52 +0000 |
michael |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
libavcodec
|
Thu, 26 Jul 2007 15:47:43 +0000 |
michael |
remove "Advanced Prediction Mode not supported" spam
libavcodec
|
Thu, 26 Jul 2007 15:46:43 +0000 |
michael |
also support DEBUG_PICT_INFO for h263i
libavcodec
|
Thu, 26 Jul 2007 15:44:46 +0000 |
michael |
move show_pict_info() to its own function
libavcodec
|
Tue, 10 Jul 2007 17:31:17 +0000 |
aurel |
Better place to disable some mpeg4 code and ensure that
libavcodec
|
Tue, 10 Jul 2007 17:17:42 +0000 |
aurel |
move init_vlc_rl from h263.c to mpegvideo.c
libavcodec
|
Tue, 10 Jul 2007 14:37:33 +0000 |
aurel |
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
libavcodec
|
Tue, 10 Jul 2007 08:40:00 +0000 |
aurel |
don't compile some mpeg4 encoder code when encoders are disabled
libavcodec
|
Mon, 09 Jul 2007 21:07:24 +0000 |
aurel |
move ff_set_qscale from h263.c to mpegvideo.c
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|