Sat, 31 Jan 2004 20:37:46 +0000 |
melanson |
these functions (get_bit_count and align_put_bits) are referenced even
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
|
Fri, 05 Dec 2003 23:12:03 +0000 |
michael |
removing unused var & converting 64->32bit
libavcodec
|
Mon, 03 Nov 2003 18:06:54 +0000 |
michael |
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Mon, 28 Jul 2003 16:35:42 +0000 |
al3x |
using av_abort instead exit
libavcodec
|
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
|
Tue, 12 Feb 2002 15:43:16 +0000 |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
libavcodec
|
Sat, 26 Jan 2002 00:22:25 +0000 |
arpi_esp |
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Fri, 11 Jan 2002 21:21:20 +0000 |
arpi_esp |
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:56:05 +0000 |
uid46427 |
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Sat, 03 Nov 2001 00:49:53 +0000 |
pulento |
- Bug fix on inter MCBPC table for inter+q.
libavcodec
|
Mon, 13 Aug 2001 21:48:05 +0000 |
glantau |
win32 fixes
libavcodec
|
Mon, 06 Aug 2001 00:47:03 +0000 |
glantau |
added MJPEG decoder + comments
libavcodec
|
Fri, 03 Aug 2001 23:09:15 +0000 |
arpi_esp |
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
libavcodec
|
Mon, 30 Jul 2001 09:04:34 +0000 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|