index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
Commit message (
Expand
)
Author
Age
*
Re-add some ifdefs, partially reverting r29688, since mDisplay and
reimar
2009-09-18
*
Use vo_w32_window directly instead of via the vo_window macro in Windows-only...
reimar
2009-09-18
*
Get rid of several (probably) pointless ifdefs
reimar
2009-09-18
*
Use ecx instead of ebx to avoid unnecessary issues with PIC.
reimar
2009-09-17
*
Add standard license header and move a misplaced comment.
reimar
2009-09-05
*
Factor out duplicated code to set play video scaled by a certain factor.
reimar
2009-09-04
*
Subopt parser subopts should now be const.
reimar
2009-09-04
*
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
reimar
2009-09-02
*
Cosmetics: get rid of many pointless ()
reimar
2009-09-02
*
Reduce code duplication for half/normal/double video size handling.
reimar
2009-09-02
*
Remove unused variable.
reimar
2009-09-02
*
vo_quartz: change deallocation/uninit to more reliably free allocated data.
reimar
2009-09-02
*
Make glContext a local variable, it is not needed outside the function
reimar
2009-09-01
*
Add a dealloc function to corevideo to reduce the memleaks from
reimar
2009-09-01
*
Fix some of the major memleaks of vo_corevideo with -fixed-vo
reimar
2009-09-01
*
Do not do a unmap/map cycle on Windows given with -wid, with some window
reimar
2009-09-01
*
Check setGlWindow return value to fail properly instead of crashing if e.g.
reimar
2009-09-01
*
Make shm_fd a local variable and close it when we need it no longer, thus
reimar
2009-09-01
*
Reduce vo_corevideo memleaks by initializing static context etc. only once
reimar
2009-09-01
*
Fix memleak when using fontconfig without a font name.
reimar
2009-09-01
*
Use MPlayer's standard aspect handling functions in corevideo
reimar
2009-09-01
*
Port feature from corevideo: remember half/double size settings and reapply
reimar
2009-08-28
*
Make aspect switching work again (used the wrong variable and always
reimar
2009-08-28
*
Fix implicit declaration of mp_input_.. functions.
reimar
2009-08-28
*
1l, use sizeof for snprintf size instead of hard-coding the current value.
reimar
2009-08-28
*
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
reimar
2009-08-28
*
Move aspect change handling from vo_quartz to osx_common.
reimar
2009-08-28
*
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
reimar
2009-08-28
*
Use the standard MPlayer aspect handling instead of reimplementing our own in...
reimar
2009-08-28
*
Remove unused movie_aspect extern declaration.
reimar
2009-08-27
*
Use lookup_keymap_table function with data structure instead of huge switch-case
reimar
2009-08-27
*
Enable calc_src_dst_rects for windowed aspect and panscan.
reimar
2009-08-27
*
Remove panscan related conditions and code that only breaks future windowed
reimar
2009-08-27
*
Make gl2 code capable of windowed aspect and panscan (no user option to enabl...
reimar
2009-08-27
*
Add infrastructure and test code to enable aspect scaling and panscan in wind...
reimar
2009-08-27
*
Fix video placement with -vo gl2 -fs -wid.
reimar
2009-08-27
*
-vo gl2 resize does not need to modify its arguments, so pass int instead of ...
reimar
2009-08-27
*
Simplify -vo gl ass border etc. dimension calculation one bit more.
reimar
2009-08-27
*
Remove useless code that has no effect.
reimar
2009-08-27
*
Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
reimar
2009-08-27
*
Make panscan cover the same range in -wid -fs mode as in normal mode.
reimar
2009-08-27
*
Disable -keepaspect with -wid in w32_common code.
reimar
2009-08-27
*
Fix aspect_fit to work correctly when borders need to be added on top and
reimar
2009-08-27
*
Forgotten changes to aspect code to handle -wid with -fs.
reimar
2009-08-27
*
First attempts at supporting -fs with -wid, -vo gl on X11 only so far
reimar
2009-08-27
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
Use memcpy_pic2 instead of reimplementing it.
reimar
2009-06-26
*
Close /dev/tty again on uninit.
reimar
2009-06-26
*
Fix indentation broken in last patch
reimar
2009-06-26
*
Get rid of completely pointless vt_doit variable
reimar
2009-06-26
[next]