January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
September 3, 2008
View c184318

Remove pointless #ifdef CONFIG_VHOOK from the code. The file is only ever compiled if CONFIG_VHOOK is set.

Diego Biurrun authored on 2008/09/03 07:31:41
January 7, 2008
View 621d7fe

Rename two structures, identifiers starting with _[A-Z] are reserved.

Diego Biurrun authored on 2008/01/07 01:02:55
March 29, 2007
View 4992d8b

Change the vhook code to send real timestamps to the filters instead of the current time of day, which is useless, and which the filters could just as easily query for themselves. patch by Bobby Bingham, uhmmmm gmail com

Bobby Bingham authored on 2007/03/29 14:24:35
February 14, 2007
View 8fa36ae

This fixes error handling for BeOS, removing the need for some ifdefs. AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h.

François Revol authored on 2007/02/14 03:26:14
January 28, 2007
View 66d4963

an alloc func failing should give ENOMEM anyway.

François Revol authored on 2007/01/28 18:07:49
November 15, 2006
View 18b67ae

rename HAVE_DLFCN to HAVE_DLFCN_H

Måns Rullgård authored on 2006/11/15 08:53:37
November 14, 2006
View 78e61cc

rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN

Måns Rullgård authored on 2006/11/14 08:14:24
November 9, 2006
View d226c75

rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK

Måns Rullgård authored on 2006/11/09 08:18:18
October 8, 2006
View b78e719

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.

Diego Biurrun authored on 2006/10/08 00:30:46
January 13, 2006
View 5509bff

Update licensing information: The FSF changed postal address.

Diego Biurrun authored on 2006/01/13 07:43:26
July 13, 2005
View 58379c0

printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)

Benjamin Larsson authored on 2005/07/13 19:18:35
February 22, 2004
View d705e4a

(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

Michael Niedermayer authored on 2004/02/22 09:31:19
February 12, 2003
View 0c1a9ed

* UINTX -> uintx_t INTX -> intx_t

Zdenek Kabelac authored on 2003/02/12 01:35:48