Sat, 18 Feb 2012 19:33:47 +0000 |
reimar |
One more fix for --enable-zr.
|
Fri, 04 Nov 2011 12:30:42 +0000 |
diego |
vf_zrmjpeg: fix compilation after introduction of av_strcasecmp
|
Thu, 11 Aug 2011 17:45:41 +0000 |
diego |
zr: adjust #includes to fix compilation after av_helpers.h creation
|
Thu, 11 Aug 2011 17:45:38 +0000 |
diego |
doxygen: drop filename from @file directive
|
Wed, 27 Jul 2011 13:39:57 +0000 |
diego |
vf_zrmjpeg: fix compilation after function templatization in libavcodec
|
Sun, 12 Sep 2010 00:30:15 +0000 |
diego |
Add missing #include for vd_ffmpeg.h; fixes the warning:
|
Sat, 04 Sep 2010 08:11:31 +0000 |
diego |
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
|
Sun, 21 Feb 2010 15:48:03 +0000 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
Sun, 21 Feb 2010 13:40:49 +0000 |
diego |
Rename open() vf initialization function to vf_open().
|
Sat, 20 Feb 2010 21:02:49 +0000 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
Fri, 19 Feb 2010 10:18:55 +0000 |
diego |
cosmetics: Remove commented-out #include.
|
Sat, 09 May 2009 21:37:07 +0000 |
rik |
MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it correctly
|
Mon, 13 Apr 2009 21:43:57 +0000 |
rik |
follow renaming of pbBufPtr() to put_bits_ptr() by stefano
|
Tue, 14 Oct 2008 16:04:09 +0000 |
diego |
#include necessary libavcodec header and remove duplicated struct declaration.
|
Tue, 14 Oct 2008 09:04:40 +0000 |
diego |
Remove useless '#undef realloc', realloc is not referenced anywhere near.
|
Tue, 14 Oct 2008 08:56:48 +0000 |
diego |
Remove duplicate extern declaration, fixes the warning:
|
Sun, 07 Sep 2008 14:09:51 +0000 |
diego |
Replace casual GPL notices by proper license headers.
|
Fri, 04 Apr 2008 01:09:36 +0000 |
iive |
Change I_TYPE -> FF_I_TYPE to fix compilation.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Tue, 18 Dec 2007 21:43:12 +0000 |
rik |
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
Sun, 02 Dec 2007 14:57:15 +0000 |
reimar |
Make all vf_info_t structs const
|
Sun, 27 May 2007 20:36:04 +0000 |
reimar |
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
Sun, 27 May 2007 08:44:27 +0000 |
rik |
compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
|
Tue, 27 Feb 2007 15:07:44 +0000 |
rik |
compilation fix clip_uint8 -> av_clip_uint8
|
Sat, 23 Dec 2006 22:35:46 +0000 |
diego |
Properly fix compilation without code duplication.
|
Sat, 23 Dec 2006 13:18:43 +0000 |
rik |
compilation fixes: define always_inline and don't use uint64_t_C
|
Sat, 23 Sep 2006 16:28:57 +0000 |
rik |
Cosmetics and comments.
|
Sat, 23 Sep 2006 15:31:21 +0000 |
rik |
Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>
|
Fri, 01 Sep 2006 18:49:40 +0000 |
rik |
Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>
|
Tue, 21 Mar 2006 21:26:42 +0000 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Sun, 01 May 2005 08:33:35 +0000 |
rik |
compilation fix (libavcodec sync)
|
Sat, 08 Jan 2005 14:32:26 +0000 |
rik |
replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.org
|
Mon, 16 Feb 2004 14:41:42 +0000 |
rik |
fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_count == 0
|
Fri, 06 Feb 2004 17:23:20 +0000 |
rik |
get_bit_count -> put_bits_count
|
Fri, 19 Dec 2003 22:15:37 +0000 |
rik |
vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12
|