summaryrefslogtreecommitdiffstats
path: root/libvo/vo_zr.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-6/+3
* Merge svn changes up to r30643Uoti Urpala2010-03-101-1/+1
|\
| * Add header for functions exported from vo_zr.c and use it appropriately.diego2010-02-181-1/+1
| * libvo: Mark functions not used outside of their files as static.diego2010-02-161-4/+8
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-60/+60
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-60/+60
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-3/+19
|\|
| * Replace casual GPL notices by proper license headers.diego2008-09-071-3/+19
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* #include config.h before all other headers.diego2008-03-141-3/+1
* Use proper length specifiers in mp_msg calls, fixes the warnings:diego2007-12-281-3/+3
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...rik2007-12-181-1/+1
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-021-2/+2
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* cosmetics: misc typo fixesdiego2007-07-281-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-4/+4
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgrik2005-01-081-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-2/+2
* proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr usedrik2003-11-031-35/+28
* 1000lalex2003-08-291-1/+1
* 1000lalex2003-08-141-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-3/+3
* more flexible device name guessingalex2003-06-211-28/+26
* fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>rik2003-04-241-4/+13
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-7/+3
* some card/mobo combos can't handle buffers larger than 128kB, we change the d...rik2002-10-291-7/+22
* spelling: paramerters -> parametersrik2002-10-241-1/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* 0.1lrik2002-08-051-2/+2
* cinerama support in -vo zr for people with more than one zoran card, document...rik2002-08-051-365/+468
* 10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>arpi2002-05-301-1/+1
* revised query_formatalex2002-05-271-2/+2
* update: we use the new quantizer in libavcodec, -zrquality 1 is allowedrik2002-04-271-2/+2
* Minor patches from Tomi Ollila <Tomi.Ollila@iki.fi>:rik2002-04-171-33/+71
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-1/+7
* migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)rik2002-02-121-13/+13
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-111-44/+68
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* new info for tuningnick2002-01-311-2/+2
* fix a decimation/scaling bug in vo_zr and some verbose messages have changed ...arpi2002-01-261-4/+28
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-261-225/+163
* Added reverting support for -zr* optionsalbeu2002-01-191-5/+30
* Missed fastmemcpynick2002-01-181-0/+1
* zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik ...arpi2002-01-171-0/+642