Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 23 Mar 2010 02:17:04 +0000 |
michael |
Change ref_index structure so it matches how its organized in h264.
libavcodec
|
Sat, 09 Jan 2010 14:59:06 +0000 |
michael |
Split H263 encoder and decoder from common code.
libavcodec
|
Fri, 08 Jan 2010 19:59:51 +0000 |
michael |
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
libavcodec
|
Fri, 08 Jan 2010 17:51:48 +0000 |
michael |
Rename most non static h263 tables so their name contains h263.
libavcodec
|
Fri, 08 Jan 2010 04:00:06 +0000 |
michael |
Add a few CONFIG_MPEG4_DECODER that should be there.
libavcodec
|
Thu, 07 Jan 2010 23:53:49 +0000 |
michael |
Split the mpeg4 encoder and decoder off h263.c
libavcodec
|
Thu, 07 Jan 2010 15:46:45 +0000 |
michael |
Add some const qualifiers.
libavcodec
|
Thu, 07 Jan 2010 15:43:49 +0000 |
michael |
Document decide_ac_pred() and restore_ac_coeffs().
libavcodec
|
Thu, 07 Jan 2010 15:31:54 +0000 |
michael |
Move restore_ac_coeffs() call into decode_ac_pred().
libavcodec
|
Thu, 07 Jan 2010 15:24:50 +0000 |
michael |
Move restore_ac_coeffs() up so its declared before its use.
libavcodec
|
Thu, 07 Jan 2010 15:12:31 +0000 |
michael |
More doxy
libavcodec
|
Thu, 07 Jan 2010 14:55:11 +0000 |
michael |
Factorize if() surrounding every ff_h263_show_pict_info() call.
libavcodec
|
Thu, 07 Jan 2010 06:25:41 +0000 |
michael |
Split out intel H263 decoder.
libavcodec
|
Thu, 07 Jan 2010 05:36:45 +0000 |
michael |
Split flv decoding out.
libavcodec
|
Thu, 07 Jan 2010 04:42:39 +0000 |
michael |
Split out flv encoding.
libavcodec
|
Thu, 07 Jan 2010 04:01:19 +0000 |
michael |
Document aspect_to_info().
libavcodec
|
Thu, 07 Jan 2010 03:58:12 +0000 |
michael |
Cleanup aspect_to_info().
libavcodec
|
Thu, 07 Jan 2010 03:54:10 +0000 |
michael |
Document several more things.
libavcodec
|
Thu, 07 Jan 2010 03:40:41 +0000 |
michael |
Document *VLC_BITS.
libavcodec
|
Thu, 07 Jan 2010 03:36:46 +0000 |
michael |
Simplify h263_get_picture_format().
libavcodec
|
Tue, 05 Jan 2010 10:18:01 +0000 |
diego |
Add a few explanatory comments to cornercase workarounds.
libavcodec
|
Fri, 01 Jan 2010 12:28:18 +0000 |
stefano |
Remove residual use of the doxygen markup which is deprecated,
libavcodec
|
Wed, 30 Dec 2009 16:10:52 +0000 |
diego |
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
libavcodec
|
Wed, 30 Dec 2009 16:08:47 +0000 |
diego |
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
libavcodec
|
Wed, 30 Dec 2009 14:51:46 +0000 |
diego |
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.
libavcodec
|
Wed, 30 Dec 2009 14:34:14 +0000 |
diego |
cosmetics: Move H.263-related functions around to avoid forward declarations.
libavcodec
|
Mon, 28 Dec 2009 15:27:49 +0000 |
diego |
cosmetics: Remove pointless '#if 1' preprocessor directives.
libavcodec
|
Sun, 27 Dec 2009 14:32:23 +0000 |
diego |
Remove commented-out debug console output.
libavcodec
|
Sun, 27 Dec 2009 14:28:43 +0000 |
diego |
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.
libavcodec
|
Wed, 09 Dec 2009 14:05:39 +0000 |
michael |
Improve time_increment_bits guessing code.
libavcodec
|
Thu, 03 Dec 2009 21:36:58 +0000 |
michael |
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific.
libavcodec
|
Mon, 16 Nov 2009 17:42:43 +0000 |
rbultje |
Use get_bits_left() instead of size_in_bits - get_bits_count().
libavcodec
|
Thu, 30 Jul 2009 21:00:08 +0000 |
diego |
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
libavcodec
|
Sat, 02 May 2009 09:12:03 +0000 |
banan |
Remove dead assignments found by CSA
libavcodec
|
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
|
Fri, 25 May 2007 14:42:11 +0000 |
takis |
Correct the parameter order for the call to "av_clip".
libavcodec
|
Fri, 11 May 2007 07:21:14 +0000 |
diego |
Remove duplicate #includes, avcodec.h #includes common.h.
libavcodec
|
Sun, 06 May 2007 15:25:04 +0000 |
michael |
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar)
libavcodec
|
Wed, 14 Mar 2007 23:23:30 +0000 |
michael |
10l for myself, fixing --disable-encoders
libavcodec
|
Wed, 14 Mar 2007 13:19:19 +0000 |
michael |
kill av_mallocz_static() calls in init_rl()
libavcodec
|
Tue, 13 Mar 2007 22:47:05 +0000 |
michael |
dont malloc() static mv_penalty arrays
libavcodec
|
Mon, 12 Mar 2007 12:36:41 +0000 |
mbardiaux |
Give context to dprintf
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Sat, 24 Feb 2007 09:41:43 +0000 |
diego |
cosmetics: Fix another common typo, dependAnt --> dependEnt.
libavcodec
|
Sat, 13 Jan 2007 02:45:05 +0000 |
michael |
some interlaced direct sanity checks
libavcodec
|
Thu, 21 Dec 2006 14:24:23 +0000 |
michael |
dont randomly disallow intr4v in adaptive quant
libavcodec
|
Thu, 21 Dec 2006 13:23:49 +0000 |
michael |
dont randomly dissallow direct MBs
libavcodec
|
Thu, 09 Nov 2006 01:23:47 +0000 |
michael |
10000l to myself, fixing regression test failure
libavcodec
|
Wed, 08 Nov 2006 18:15:54 +0000 |
michael |
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture
libavcodec
|
Tue, 07 Nov 2006 09:46:57 +0000 |
bcoudurier |
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
libavcodec
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
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, 29 Sep 2006 23:34:42 +0000 |
michael |
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv)
libavcodec
|
Wed, 27 Sep 2006 22:13:44 +0000 |
mru |
dc_val should be signed
libavcodec
|
Wed, 27 Sep 2006 19:54:07 +0000 |
mru |
add some #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Thu, 24 Aug 2006 09:24:50 +0000 |
michael |
fix non ALT bitstream reader
libavcodec
|
Mon, 08 May 2006 13:44:54 +0000 |
michael |
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it)
libavcodec
|
Fri, 28 Apr 2006 17:29:07 +0000 |
michael |
use previous qscale for intra_dc_threshold check
libavcodec
|
Sun, 09 Apr 2006 06:53:40 +0000 |
rfelker |
signedness error caused broken decoding
libavcodec
|
Sun, 09 Apr 2006 06:04:00 +0000 |
rfelker |
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing)
libavcodec
|
Mon, 03 Apr 2006 07:52:24 +0000 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
Mon, 20 Mar 2006 01:18:56 +0000 |
michael |
fixing interlaced direct mode field select values
libavcodec
|
Sun, 12 Mar 2006 19:55:52 +0000 |
michael |
reset interlaced_dct flag
libavcodec
|
Fri, 10 Mar 2006 18:40:41 +0000 |
michael |
fixing uninitalized dc_pred_dir
libavcodec
|
Fri, 10 Mar 2006 18:37:18 +0000 |
michael |
very minor optimization
libavcodec
|
Fri, 10 Mar 2006 18:34:51 +0000 |
michael |
unused variable
libavcodec
|
Fri, 27 Jan 2006 13:19:13 +0000 |
michael |
fixing bframe strategy 2
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sun, 08 Jan 2006 21:19:39 +0000 |
banan |
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
libavcodec
|
Sat, 24 Dec 2005 03:12:07 +0000 |
michael |
slightly better mv_penalty table
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
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
Mon, 19 Sep 2005 12:03:51 +0000 |
michael |
set pts for h.263 decoding
libavcodec
|
Sun, 18 Sep 2005 21:21:01 +0000 |
diego |
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
libavcodec
|
Fri, 26 Aug 2005 19:05:44 +0000 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
Sun, 31 Jul 2005 10:51:04 +0000 |
michael |
A.B.C versions
libavcodec
|
Sun, 31 Jul 2005 10:00:25 +0000 |
michael |
try to check for nonsense time_base instead of setting fake one
libavcodec
|
Sat, 30 Jul 2005 16:15:36 +0000 |
michael |
check time_base.den for mpeg4
libavcodec
|
Sun, 24 Jul 2005 09:28:24 +0000 |
michael |
fix user data parsing code so it suppors pre1 and cvs
libavcodec
|
Sat, 23 Jul 2005 11:16:18 +0000 |
michael |
minor user data reading bugfix
libavcodec
|
Fri, 17 Jun 2005 15:02:53 +0000 |
diego |
spelling fixes
libavcodec
|
Fri, 13 May 2005 23:11:32 +0000 |
michael |
10l (%f vs. %Ld)
libavcodec
|
Wed, 11 May 2005 17:13:42 +0000 |
michael |
fixing decoding of AlanKay-245.asf
libavcodec
|
Sun, 08 May 2005 20:15:42 +0000 |
michael |
#defines for strict_std_compliance and split between inofficial extensions and non standarized things
libavcodec
|
Thu, 05 May 2005 14:34:47 +0000 |
michael |
Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)
libavcodec
|
Mon, 02 May 2005 22:14:42 +0000 |
michael |
put most codecs under ifdefs
libavcodec
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavcodec
|
Mon, 25 Apr 2005 00:57:48 +0000 |
michael |
avoid unneeded clear_blocks()
libavcodec
|
Sun, 24 Apr 2005 17:21:11 +0000 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavcodec
|
Mon, 18 Apr 2005 20:07:48 +0000 |
michael |
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
libavcodec
|
Wed, 23 Mar 2005 11:39:38 +0000 |
michael |
support omiting various headers in mpeg4 as WMP seems to have difficulty with them
libavcodec
|
Tue, 08 Mar 2005 14:39:58 +0000 |
michael |
fixing playback of xvid pretending to be divx (sample_vop_nc.avi)
libavcodec
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Sun, 06 Feb 2005 18:43:06 +0000 |
michael |
emulate (idiotic) MS behavior for inconsistant dimensions
libavcodec
|
Sun, 06 Feb 2005 17:01:07 +0000 |
michael |
support skiping some bitstream encoding
libavcodec
|
Tue, 18 Jan 2005 01:01:54 +0000 |
michael |
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Thu, 06 Jan 2005 01:02:36 +0000 |
michael |
print "D" instead of "P" for dropable frames in flv with -debug 1
libavcodec
|
Sat, 01 Jan 2005 23:02:09 +0000 |
michael |
WV1F support
libavcodec
|
Sat, 27 Nov 2004 18:10:06 +0000 |
michael |
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
libavcodec
|
Mon, 27 Sep 2004 17:46:07 +0000 |
michael |
dont print "vop not coded" by default
libavcodec
|
Fri, 24 Sep 2004 20:35:59 +0000 |
michael |
trellis quantization for h263(p)
libavcodec
|
Mon, 20 Sep 2004 13:47:47 +0000 |
michael |
check if the user specified timestamps are strictly monotone
libavcodec
|
Fri, 03 Sep 2004 02:32:39 +0000 |
michael |
Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Wed, 18 Aug 2004 22:10:39 +0000 |
michael |
copy & paste bug
libavcodec
|
Fri, 13 Aug 2004 13:59:28 +0000 |
michael |
user overrideable level & profile
libavcodec
|
Fri, 25 Jun 2004 14:11:44 +0000 |
michael |
optimization
libavcodec
|
Mon, 14 Jun 2004 23:41:41 +0000 |
michael |
coefficient saturation fix
libavcodec
|
Wed, 26 May 2004 19:42:00 +0000 |
michael |
10l (interlaced b frame decoding fix)
libavcodec
|
Wed, 12 May 2004 02:03:24 +0000 |
michael |
motion estimation for SVQ1
libavcodec
|
Wed, 05 May 2004 19:53:40 +0000 |
michael |
support decoding mpeg4 with buggy dc clipping
libavcodec
|
Wed, 05 May 2004 00:14:22 +0000 |
michael |
mpeg4 dc prediction simplification
libavcodec
|
Fri, 30 Apr 2004 18:56:33 +0000 |
michael |
AMV bug workaround
libavcodec
|
Mon, 26 Apr 2004 21:46:01 +0000 |
michael |
H.263 MCBPC fix
libavcodec
|
Sun, 25 Apr 2004 19:03:35 +0000 |
michael |
fix decoding with quant matrixes which contain elements <16
libavcodec
|
Sun, 25 Apr 2004 16:14:13 +0000 |
michael |
rv10 decoding fix
libavcodec
|
Mon, 19 Apr 2004 03:33:23 +0000 |
michael |
exporting field_select/ref_index values
libavcodec
|
Sat, 17 Apr 2004 13:36:21 +0000 |
michael |
flv dropable p frame support
libavcodec
|
Fri, 16 Apr 2004 01:01:45 +0000 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
Tue, 13 Apr 2004 13:17:35 +0000 |
michael |
assert(time_incr >= 0) so its clear that this MUST be the case
libavcodec
|
Fri, 02 Apr 2004 16:21:55 +0000 |
michael |
gmc segfault fix
libavcodec
|
Mon, 29 Mar 2004 00:29:27 +0000 |
michael |
fixing alignment, 2nd try
libavcodec
|
Fri, 26 Mar 2004 21:58:55 +0000 |
michael |
ensure that the bitstream buffers for encoding partitioned frames are aligned
libavcodec
|
Thu, 18 Mar 2004 22:45:37 +0000 |
michael |
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>)
libavcodec
|
Tue, 16 Mar 2004 16:57:27 +0000 |
michael |
1000000l (using uninitalized variable for initalizing bits per MV table)
libavcodec
|
Wed, 10 Mar 2004 23:13:43 +0000 |
michael |
mb stuffing in partitioned frames fix
libavcodec
|
Wed, 10 Mar 2004 22:11:49 +0000 |
michael |
h263+ custom pcf support
libavcodec
|
Sat, 06 Mar 2004 12:33:56 +0000 |
michael |
h263 framerate & aspect ratio fixes
libavcodec
|
Wed, 25 Feb 2004 17:35:52 +0000 |
michael |
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
libavcodec
|
Wed, 25 Feb 2004 02:05:50 +0000 |
michael |
set AVFrame.pts based upon framerate if its 0
libavcodec
|
Fri, 13 Feb 2004 17:54:10 +0000 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
Mon, 09 Feb 2004 15:23:35 +0000 |
michael |
rv10/obmc fixes
libavcodec
|
Sun, 08 Feb 2004 22:52:35 +0000 |
michael |
2 byte shorter userdata for mpeg4
libavcodec
|
Fri, 06 Feb 2004 22:34:33 +0000 |
michael |
h263 4mv encoding fix
libavcodec
|
Fri, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Sat, 31 Jan 2004 21:28:49 +0000 |
michael |
segfault fix
libavcodec
|
Tue, 27 Jan 2004 13:55:34 +0000 |
michael |
first coded vs. first displayed pts (segfault & pts fix if b frames are used)
libavcodec
|
Mon, 26 Jan 2004 19:04:32 +0000 |
michael |
mpeg4 pts fix
libavcodec
|
Sat, 24 Jan 2004 23:47:33 +0000 |
michael |
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html
libavcodec
|
Wed, 21 Jan 2004 19:14:26 +0000 |
michael |
more tolerance for dc=0
libavcodec
|
Sat, 10 Jan 2004 16:04:55 +0000 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
Tue, 30 Dec 2003 16:07:57 +0000 |
michael |
interlaced motion estimation
libavcodec
|
Sun, 21 Dec 2003 20:06:59 +0000 |
michael |
rv20 / h263 b frame fix
libavcodec
|
Thu, 11 Dec 2003 16:14:27 +0000 |
michael |
fixing h263p encoding without UMV
libavcodec
|
Tue, 09 Dec 2003 14:03:55 +0000 |
michael |
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l
libavcodec
|
Tue, 09 Dec 2003 13:47:08 +0000 |
michael |
slice structured fixes
libavcodec
|
Tue, 09 Dec 2003 01:49:56 +0000 |
michael |
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 08 Dec 2003 17:42:20 +0000 |
michael |
AIC/MQ encoding fix
libavcodec
|
Mon, 08 Dec 2003 02:23:22 +0000 |
michael |
alternative inter vlc encoding fix
libavcodec
|
Sun, 07 Dec 2003 01:33:45 +0000 |
michael |
h263 slice structured mode
libavcodec
|
Fri, 05 Dec 2003 01:03:12 +0000 |
michael |
AVFrame.interlaced_frame fixes
libavcodec
|
Thu, 04 Dec 2003 18:46:49 +0000 |
michael |
cleanup
libavcodec
|
Thu, 04 Dec 2003 18:34:47 +0000 |
michael |
rv20 (h263) b frame decoding support
libavcodec
|
Wed, 03 Dec 2003 16:47:17 +0000 |
michael |
cleanup
libavcodec
|
Wed, 03 Dec 2003 01:16:35 +0000 |
michael |
split ff_h263_decode_mb() into h263 and mpeg4 versions
libavcodec
|
Mon, 01 Dec 2003 20:04:14 +0000 |
michael |
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs)
libavcodec
|
Mon, 01 Dec 2003 15:23:14 +0000 |
michael |
h263 loop filter
libavcodec
|
Sun, 30 Nov 2003 17:30:18 +0000 |
michael |
cleanup
libavcodec
|
Sun, 30 Nov 2003 14:35:35 +0000 |
michael |
rv20 decoder
libavcodec
|
Sat, 29 Nov 2003 08:37:51 +0000 |
michael |
h263 alternative inter vlc support
libavcodec
|
Fri, 28 Nov 2003 21:31:20 +0000 |
michael |
h263 OBMC & 4MV support
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Thu, 30 Oct 2003 16:58:49 +0000 |
michael |
pts fix and related fixes
libavcodec
|
Wed, 29 Oct 2003 17:30:13 +0000 |
michael |
dumping funny numbers from first zygo i frame header
libavcodec
|
Wed, 29 Oct 2003 14:54:45 +0000 |
alex |
initial support for zygovideo
libavcodec
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Fri, 17 Oct 2003 18:56:01 +0000 |
michael |
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
libavcodec
|
Mon, 13 Oct 2003 11:13:10 +0000 |
michael |
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Sun, 12 Oct 2003 19:18:37 +0000 |
michael |
h263 GOB decoding fix
libavcodec
|
Sun, 12 Oct 2003 14:01:53 +0000 |
michael |
intra dc treshold != 0 decoding fixed
libavcodec
|
Sat, 11 Oct 2003 08:27:07 +0000 |
michael |
recommit of
libavcodec
|
Tue, 07 Oct 2003 11:32:40 +0000 |
michaelni |
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
libavcodec
|
Wed, 01 Oct 2003 15:41:36 +0000 |
michaelni |
ac prediction cleanup
libavcodec
|
Tue, 30 Sep 2003 22:18:43 +0000 |
michaelni |
rate distortion optimal cbp support (h263/mpeg4 non intra only)
libavcodec
|
Sat, 27 Sep 2003 00:01:46 +0000 |
michaelni |
100l
libavcodec
|