2013-03-17 |
diego |
Add missing strings.h #includes for strcasecmp().
|
2011-07-27 |
diego |
vo_zr: fix zr_info array initialization
|
2011-05-07 |
iive |
Remove the variable arguments from the libvo control() functions.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-02-18 |
diego |
Add header for functions exported from vo_zr.c and use it appropriately.
|
2010-02-16 |
diego |
libvo: Mark functions not used outside of their files as static.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2008-09-07 |
diego |
Replace casual GPL notices by proper license headers.
|
2008-03-14 |
diego |
#include config.h before all other headers.
|
2007-12-28 |
diego |
Use proper length specifiers in mp_msg calls, fixes the warnings:
|
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 |
Add appropriate const specifiers to some custom parse functions.
|
2007-12-02 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 |
reimar |
Make vo info structs const
|
2007-07-28 |
diego |
cosmetics: misc typo fixes
|
2007-06-05 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2005-08-05 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-04-18 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
2005-01-08 |
rik |
replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.org
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2003-11-03 |
rik |
proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr used
|
2003-08-29 |
alex |
1000l
|
2003-08-14 |
alex |
1000l
|
2003-08-13 |
alex |
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
|
2003-06-21 |
alex |
more flexible device name guessing
|
2003-04-24 |
rik |
fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>
|
2002-11-11 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
2002-10-29 |
rik |
some card/mobo combos can't handle buffers larger than 128kB, we change the default buffer to 128kB, add warnings if the buffer becomes full, add a commandline option to enlarge the buffer and give suggestions to users to lessen the buffer size requirements (lower quality/resolution). 128kB should, however, be enough for everybody :-). Bug reported by Brain Edmonds, cause explained (to allow me to fix the driver) by Ronald Bultje (mjpegtools developer)
|
2002-10-24 |
rik |
spelling: paramerters -> parameters
|
2002-08-28 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
2002-08-05 |
rik |
0.1l
|
2002-08-05 |
rik |
cinerama support in -vo zr for people with more than one zoran card, documentation contained in -zrhelp
|
2002-05-30 |
arpi |
10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>
|
2002-05-27 |
alex |
revised query_format
|
2002-04-27 |
rik |
update: we use the new quantizer in libavcodec, -zrquality 1 is allowed
|
2002-04-17 |
rik |
Minor patches from Tomi Ollila <Tomi.Ollila@iki.fi>:
|
2002-02-17 |
nick |
I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
|
2002-02-12 |
rik |
migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)
|
2002-02-11 |
arpi |
mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>
|
2002-02-09 |
arpi |
10000hl to Holm... control MUST BE static...
|
2002-02-09 |
arpi |
query_ stuff replaced by new control() - patch by David Holm
|
2002-01-31 |
nick |
new info for tuning
|
2002-01-26 |
arpi |
fix a decimation/scaling bug in vo_zr and some verbose messages have changed - patch by Rik Snel <rsnel@cube.dyndns.org>
|
2002-01-26 |
nick |
Extensions for video accelerated architecture
|
2002-01-26 |
arpi |
use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org>
|
2002-01-19 |
albeu |
Added reverting support for -zr* options
|
2002-01-18 |
nick |
Missed fastmemcpy
|
2002-01-17 |
arpi |
zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik Snel <rsnel@cube.dyndns.org>
|