Wed, 29 Dec 2004 17:50:25 +0000 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
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
|
Sun, 21 Nov 2004 18:04:56 +0000 |
mmu_man |
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"
libavcodec
|
Tue, 26 Oct 2004 12:47:56 +0000 |
michael |
stride align cleanup
libavcodec
|
Fri, 22 Oct 2004 02:04:30 +0000 |
romansh |
* Introducing IIDC1394 grabbing interface.
libavcodec
|
Mon, 18 Oct 2004 03:02:48 +0000 |
michael |
infinte recursion fix
libavcodec
|
Fri, 01 Oct 2004 12:31:11 +0000 |
michael |
do not call (av_)abort()
libavcodec
|
Mon, 27 Sep 2004 11:50:56 +0000 |
michael |
lowres width/height cleanup 3rd try
libavcodec
|
Sun, 19 Sep 2004 16:38:54 +0000 |
michael |
av_rescale with user specified rounding
libavcodec
|
Wed, 15 Sep 2004 00:35:18 +0000 |
michael |
changing size segfault fix
libavcodec
|
Fri, 13 Aug 2004 15:30:42 +0000 |
michael |
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)
libavcodec
|
Fri, 13 Aug 2004 13:59:28 +0000 |
michael |
user overrideable level & profile
libavcodec
|
Sun, 25 Jul 2004 10:01:36 +0000 |
michael |
UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Wed, 14 Jul 2004 18:23:49 +0000 |
michael |
simplify
libavcodec
|
Sun, 27 Jun 2004 11:07:05 +0000 |
rtognimp |
Force alignement for rpza and smc
libavcodec
|
Tue, 22 Jun 2004 21:14:01 +0000 |
michael |
flush audio encoder buffers at the end
libavcodec
|
Tue, 25 May 2004 18:17:25 +0000 |
michael |
avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ...
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Mon, 10 May 2004 23:38:53 +0000 |
michael |
dummy avcodec_thread_init() to avoid linking issues
libavcodec
|
Tue, 04 May 2004 02:58:30 +0000 |
michael |
use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32
libavcodec
|
Fri, 30 Apr 2004 18:11:34 +0000 |
michael |
simplify
libavcodec
|
Fri, 30 Apr 2004 17:42:58 +0000 |
michael |
cleanup & memleak fix
libavcodec
|
Mon, 22 Mar 2004 11:00:51 +0000 |
michael |
1000l in av_mallocz_static()
libavcodec
|
Sun, 21 Mar 2004 21:58:14 +0000 |
michael |
static allocation rewrite (old code was plain a broken mess)
libavcodec
|
Thu, 04 Mar 2004 14:58:48 +0000 |
iive |
silence warnings
libavcodec
|
Wed, 03 Mar 2004 17:53:55 +0000 |
michael |
av_log() cleanup
libavcodec
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Wed, 03 Mar 2004 01:57:43 +0000 |
michael |
macrofree av_freep()
libavcodec
|
Wed, 25 Feb 2004 17:35:52 +0000 |
michael |
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
libavcodec
|
Sun, 22 Feb 2004 00:31:19 +0000 |
michael |
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get
libavcodec
|