index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvo
/
vo_corevideo.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
1
-1
/
+1
*
vo_corevideo: Move variable into the only function it's used in
reimar
2010-11-02
1
-0
/
+1
*
vo_corevideo: move mouse hiding to check_events
reimar
2010-11-02
1
-23
/
+21
*
vo_corevideo: Make the Quit menu entry work
reimar
2010-11-02
1
-0
/
+14
*
vo_corevideo: simplify check_events
reimar
2010-11-02
1
-1
/
+1
*
vo_corevideo: change window-closing handling
reimar
2010-11-02
1
-2
/
+5
*
vo_corevideo, vo_quartz: remove useless kQuitCmd
reimar
2010-11-02
1
-5
/
+0
*
vo_corevideo: indentation fixes
reimar
2010-11-02
1
-23
/
+23
*
vo_corevideo: Avoid some code duplication.
reimar
2010-11-02
1
-4
/
+2
*
vo_corevideo: Simplify update_screen_info
reimar
2010-11-02
1
-7
/
+6
*
vo_corevideo: avoid dangerous casts
reimar
2010-11-02
1
-3
/
+2
*
vo_corevideo.m: remote useless parentheses and casts
reimar
2010-11-02
1
-11
/
+11
*
vo_corevideo: Send KEY_CLOSE_WIN instead of KEY_ESC for quit
reimar
2010-11-02
1
-2
/
+2
*
Merge svn changes up to r31097
Uoti Urpala
2010-04-26
1
-6
/
+2
|
\
|
*
Avoid duplicating mouse-movement command-generation code.
reimar
2010-04-25
1
-5
/
+2
|
*
Deduplicate enable_mouse_movements declaration.
reimar
2010-04-25
1
-1
/
+0
*
|
Merge svn changes up to r31020
Uoti Urpala
2010-04-26
1
-17
/
+28
|
\
|
|
*
Fix RGB support for corevideo: corevideo can only support
reimar
2010-04-05
1
-8
/
+22
|
*
Enable OSD also for BGR32, the code is the same as for RGB32.
reimar
2010-04-05
1
-0
/
+1
|
*
Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding
reimar
2010-04-05
1
-10
/
+6
*
|
Merge svn changes up to r30967
Uoti Urpala
2010-04-26
1
-17
/
+1
|
\
|
|
*
Refactor OS X foreground process setting into a separate function.
diego
2010-03-26
1
-17
/
+1
*
|
Merge svn changes up to r30055
Uoti Urpala
2009-12-18
1
-8
/
+15
|
\
|
|
*
Add support for -geometry to corevideo.
adrian
2009-12-15
1
-8
/
+12
|
*
Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...
adrian
2009-12-15
1
-0
/
+3
*
|
Merge svn changes up to r29752
Uoti Urpala
2009-10-06
1
-4
/
+5
|
\
|
|
*
Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...
adrian
2009-09-20
1
-4
/
+5
*
|
Merge svn changes up to r29684
Uoti Urpala
2009-09-16
1
-40
/
+22
|
\
|
|
*
Factor out duplicated code to set play video scaled by a certain factor.
reimar
2009-09-04
1
-39
/
+21
|
*
Subopt parser subopts should now be const.
reimar
2009-09-04
1
-1
/
+1
*
|
Merge svn changes up to r29644
Uoti Urpala
2009-09-04
1
-189
/
+98
|
\
|
|
*
Make glContext a local variable, it is not needed outside the function
reimar
2009-09-01
1
-2
/
+2
|
*
Add a dealloc function to corevideo to reduce the memleaks from
reimar
2009-09-01
1
-0
/
+11
|
*
Fix some of the major memleaks of vo_corevideo with -fixed-vo
reimar
2009-09-01
1
-24
/
+27
|
*
Make shm_fd a local variable and close it when we need it no longer, thus
reimar
2009-09-01
1
-1
/
+3
|
*
Reduce vo_corevideo memleaks by initializing static context etc. only once
reimar
2009-09-01
1
-14
/
+26
|
*
Use MPlayer's standard aspect handling functions in corevideo
reimar
2009-09-01
1
-99
/
+28
|
*
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
reimar
2009-08-28
1
-52
/
+3
*
|
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
1
-6
/
+10
|
\
|
|
*
When used with shared_buffer, there's no need for a NSApp object, which cause...
adrian
2009-05-18
1
-4
/
+6
|
*
When used with shared_buffer, autorelease in each flip_page so objects don't ...
adrian
2009-05-18
1
-2
/
+4
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-103
/
+103
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-103
/
+103
*
|
Merge svn changes up to r29277
Uoti Urpala
2009-05-08
1
-4
/
+3
|
/
*
Rename macosx video output driver to corevideo.
diego
2009-05-04
1
-0
/
+1156