2011-11-04 |
diego |
vf_zrmjpeg: fix compilation after introduction of av_strcasecmp
|
2011-08-11 |
diego |
zr: adjust #includes to fix compilation after av_helpers.h creation
|
2011-08-11 |
diego |
doxygen: drop filename from @file directive
|
2011-07-27 |
diego |
vf_zrmjpeg: fix compilation after function templatization in libavcodec
|
2010-09-12 |
diego |
Add missing #include for vd_ffmpeg.h; fixes the warning:
|
2010-09-04 |
diego |
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
|
2010-02-21 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
2010-02-21 |
diego |
Rename open() vf initialization function to vf_open().
|
2010-02-20 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-19 |
diego |
cosmetics: Remove commented-out #include.
|
2009-05-09 |
rik |
MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it correctly
|
2009-04-13 |
rik |
follow renaming of pbBufPtr() to put_bits_ptr() by stefano
|
2008-10-14 |
diego |
#include necessary libavcodec header and remove duplicated struct declaration.
|
2008-10-14 |
diego |
Remove useless '#undef realloc', realloc is not referenced anywhere near.
|
2008-10-14 |
diego |
Remove duplicate extern declaration, fixes the warning:
|
2008-09-07 |
diego |
Replace casual GPL notices by proper license headers.
|
2008-04-04 |
iive |
Change I_TYPE -> FF_I_TYPE to fix compilation.
|
2008-02-14 |
diego |
typo fix: inited --> initialized
|
2007-12-18 |
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))
|
2007-12-02 |
reimar |
Make all vf_info_t structs const
|
2007-05-27 |
reimar |
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 |
rik |
compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
|
2007-02-27 |
rik |
compilation fix clip_uint8 -> av_clip_uint8
|
2006-12-23 |
diego |
Properly fix compilation without code duplication.
|
2006-12-23 |
rik |
compilation fixes: define always_inline and don't use uint64_t_C
|
2006-09-23 |
rik |
Cosmetics and comments.
|
2006-09-23 |
rik |
Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>
|
2006-09-01 |
rik |
Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>
|
2006-03-21 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-05-01 |
rik |
compilation fix (libavcodec sync)
|
2005-01-08 |
rik |
replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.org
|
2004-02-16 |
rik |
fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_count == 0
|
2004-02-06 |
rik |
get_bit_count -> put_bits_count
|
2003-12-19 |
rik |
vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12
|