log libvo/vo_dxr2.c @ 36705:5697842046d2

age author description
2014-01-18 reimar Remove empty draw_slice and draw_frame stubs.
2013-03-17 diego Add missing strings.h #includes for strcasecmp().
2013-03-02 ib Remove explicit setting of vo_ontop.
2011-09-19 reimar Get rid of X11_FULLSCREEN.
2011-05-07 iive Remove the variable arguments from the libvo control() functions.
2011-01-13 ranma move function declaration into vo_dxr2.h
2011-01-11 ranma Fix uCode memleak found by debian automated code analysis
2011-01-11 ranma Fix compiler warnings in ao_dxr2.c and vo_dxr2.c
2011-01-11 ranma Fix name clash with aspect() function from aspect.h (makes vo_dxr2.c compile again).
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-10-27 cigaes Move libvo/sub.[ch] from libvo to sub.
2010-06-17 diego Factorize monitor_aspect extern declaration into aspect.h.
2010-06-17 diego Add vd.h #include instead of declaring movie_aspect extern.
2010-04-04 diego Mark dxr2_opts array as const.
2010-03-20 diego Rename get_path.[ch] --> path.[ch].
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-04 diego Add missing 'void' to parameterless function declarations.
2009-02-08 diego Add standard license headers, unify header formatting.
2008-10-16 diego Move X11_FULLSCREEN definition to x11_common.h where it belongs.
2008-02-14 diego typo fix: inited --> initialized
2008-01-12 reimar Write functions used by send_mpeg_*_packet may _not_ modify data
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Mark several uses of vo_functions_t as const to stop some of the current
2007-12-02 reimar Make vo info structs const
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-07-23 ben use mpeg packetizer helpers for sending lpcm packets
2006-07-22 ben use new mpeg_packetizer helpers
2006-07-03 reynaldo get_path as const, patch by Stefan Huehner, stefan AT huehner-org
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2003-11-30 joey runtime 'stay-on-top' functionality
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.
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-11-05 albeu 10L found by Mark <CompGuy284 at attbi dot com>
2002-11-02 albeu Overlay cropping options. Patch by Mark <CompGuy284 at attbi dot com> extanded
2002-10-30 albeu Some little bugfixs
2002-10-29 albeu Fixed the overlay, some opts to adjust the overlay
2002-10-23 arpi cleanup config option handling in libmpdemux.
2002-09-03 alex 10l fix by Mark <CompGuy284@attbi.com>
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-07-26 alex removed query_vaa
2002-05-28 albeu Raise the colorkey tolerence
2002-05-24 albeu Overlay in a window (only with x11 subdriver)
2002-05-17 albeu Workaround the bug in x11 vo's (if it's one) wich let a window in the way
2002-05-13 albeu Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume setting
2002-05-13 albeu 10L Crash if no subdriver given and overlay enabled
2002-05-13 albeu Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.