Wed, 14 May 2003 22:38:58 +0000 |
michaelni |
libmpeg2 style bitstream reader 17 vs 16 bit bugfix
libavcodec
|
Wed, 14 May 2003 10:55:59 +0000 |
michaelni |
libmpeg2 style bitstream reader fixes
libavcodec
|
Wed, 14 May 2003 00:32:22 +0000 |
michaelni |
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
Mon, 12 May 2003 23:03:00 +0000 |
michaelni |
100l (document buffer padding requirements)
libavcodec
|
Wed, 07 May 2003 23:32:45 +0000 |
michaelni |
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Mon, 24 Feb 2003 13:41:57 +0000 |
kabi |
* using const buffers for reading
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Mon, 27 Jan 2003 20:39:29 +0000 |
michaelni |
optimizing av_log2
libavcodec
|
Thu, 23 Jan 2003 23:03:09 +0000 |
bellard |
use av_malloc() functions - added av_strdup and av_realloc()
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Wed, 20 Nov 2002 13:08:04 +0000 |
michaelni |
aspect ratio cleanup
libavcodec
|
Tue, 12 Nov 2002 15:00:04 +0000 |
kabi |
* fixing some minor const warnings
libavcodec
|
Wed, 06 Nov 2002 09:30:47 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 22 Aug 2002 19:41:39 +0000 |
michaelni |
faster ff_sqrt()
libavcodec
|
Thu, 11 Jul 2002 12:42:20 +0000 |
michaelni |
dont trash table in GET_VLC
libavcodec
|
Wed, 10 Jul 2002 17:32:59 +0000 |
michaelni |
get_vlc() optimization
libavcodec
|
Tue, 09 Jul 2002 18:38:07 +0000 |
kabi |
* declare av_free
libavcodec
|
Tue, 09 Jul 2002 10:35:10 +0000 |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
libavcodec
|
Mon, 17 Jun 2002 08:29:03 +0000 |
bellard |
use #ifdef
libavcodec
|
Sun, 02 Jun 2002 12:13:09 +0000 |
michaelni |
fixing get_bits_count at the end
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
Fri, 03 May 2002 23:13:24 +0000 |
michaelni |
move put_string() to common.{c,h}
libavcodec
|
Wed, 17 Apr 2002 04:32:12 +0000 |
michaelni |
fixed mpeg4 time stuff on encoding
libavcodec
|
Fri, 22 Mar 2002 02:21:17 +0000 |
michaelni |
new motion estimation (epzs) not complete yet but allready pretty good :)
libavcodec
|
Wed, 13 Mar 2002 19:26:38 +0000 |
michaelni |
support decoding (with mplayer) of 3 .mp4 files from mphq
libavcodec
|
Fri, 15 Feb 2002 00:14:01 +0000 |
michaelni |
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7
libavcodec
|