log libvo/vo_zr.c @ 22721:404b9b4b13cd

age author description
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>