2007-08-15 |
diego |
Remove unused variable.
|
2007-06-27 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
2007-05-28 |
diego |
Remove some unused variables, patch by timwoj ieee org.
|
2007-05-27 |
reimar |
Remove more pointless fastmemcpy.h includes in libvo
|
2007-05-12 |
reimar |
Simplify -flip handling on vo_x11.c
|
2007-05-12 |
reimar |
Fix crash with -flip on 64 bit systems, the result of
|
2007-05-12 |
reimar |
Factor common code out of if in x11_common.c
|
2007-04-23 |
diego |
Gui --> gui
|
2007-04-01 |
uau |
"()" to "(void)" function param list fixes
|
2007-02-17 |
reimar |
Move common vo initialization code to video_out.c
|
2006-12-14 |
reimar |
10l, missing () in check for 32bit endian-conversion hack
|
2006-12-12 |
reimar |
Support for different endianness on client and server with -vo x11
|
2006-12-12 |
reimar |
Align image data pointer, this is also in preparation of an upcoming patch
|
2006-12-12 |
reimar |
Use XCreateImage instead of XGetImage, this is not only more correct and
|
2006-10-23 |
reimar |
Proper detection of corresponding MPlayer image format for X server format for vo_x11.
|
2006-10-13 |
reimar |
Remove dead code (condition can obviously never be true)
|
2006-07-09 |
diego |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
|
2006-06-30 |
lucabe |
Move postproc ---> libswscale
|
2006-06-18 |
lucabe |
Software Scaler headers usage cleanup
|
2006-06-15 |
reimar |
Fix window position when changing videos while in fullscreen and for
|
2006-04-24 |
reynaldo |
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-16 |
reimar |
Fix and improve xinerama support
|
2006-03-09 |
reimar |
remove useless and memleak-causing strdup
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2005-08-05 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-05-21 |
al |
Make -wid behave more consistent.
|
2005-04-18 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-08-20 |
al |
Removed superfluous XFlush calls before XSync.
|
2004-07-25 |
reimar |
removed saver_on, saver_off calls, they are already in x11_common.c
|
2004-06-14 |
attila |
major reindentation of x11 code try #2
|
2003-12-27 |
alex |
just the same include reordering as in vo_xv (codemetics :)
|
2003-11-30 |
joey |
runtime 'stay-on-top' functionality
|
2003-10-04 |
gabucino |
many small typo and grammar fixes
|
2003-08-31 |
mosu |
Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
|
2003-08-31 |
attila |
geometry support for x11
|
2003-06-01 |
michael |
vf_scale.h & related cleanup & some small warning fix by dominik
|
2003-05-30 |
alex |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
|
2003-05-23 |
alex |
swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it crashes, without checking the swsContext
|
2003-05-23 |
alex |
that works correctly
|
2003-03-27 |
michael |
10000l (YUV vs. YVU swscale fix/cleanup)
|
2003-02-23 |
michael |
sws_ prefix, more seperation between internal & external swscaler API
|
2003-02-04 |
arpi |
The reason why mplayer crashes (in some cases) when using x11
|
2003-01-26 |
arpi |
MPlayer crash when using -wid and -vo x11 parameters.
|
2002-11-11 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
2002-10-29 |
arpi |
here is a somewhat generic equalizer implementation for the X11 vo drivers
|
2002-10-16 |
pontscho |
fix memleak
|
2002-10-16 |
pontscho |
-fixed-vo support
|
2002-10-09 |
arpi |
since draw_slice() supports RGB/BGR, we don't need draw_image() for stride
|
2002-10-09 |
arpi |
- implemented draw_image()
|
2002-09-28 |
arpi |
-nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
|
2002-09-03 |
jkeil |
Add the code that chooses a good X11 truecolor visual to the vo_x11 config()
|
2002-08-28 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
2002-08-09 |
arpi |
ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning
|
2002-07-31 |
arpi |
initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl@creator.club.ne.jp>
|
2002-07-11 |
atmos4 |
Silly me, vo_x11 doesn't use my aspect code!
|
2002-07-10 |
atmos4 |
1000l, back out hack-n-slay 8bpp code from my local tree.
|
2002-07-10 |
atmos4 |
Markus Rechberger <revenger at shell.dnload.com>:
|
2002-07-10 |
atmos4 |
-vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix).
|
2002-05-24 |
albeu |
Destroy the old win when config is called multiple times
|