summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29962Uoti Urpala2009-11-235-12/+60
|\
| * 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_com...reimar2009-11-221-0/+2
| * Print which visual glXChooseVisual chose when running in verbose mode.reimar2009-11-211-0/+1
| * Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.reimar2009-11-211-3/+3
| * Add support for Windows OpenGL rendering onto a device instead of into a window.reimar2009-11-213-8/+48
| * Support RGB48NE format in OpenGL vos (only really useful once they are modifiedreimar2009-11-211-0/+4
| * Use calloc to allocate a rather large (currently 32k) array instead ofreimar2009-11-201-1/+2
* | VO: Keep aspect by adding black bars in window mode too if necessaryUoti Urpala2009-11-201-1/+1
* | vo_vdpau: Check return value when setting video mixer featuresUoti Urpala2009-11-171-3/+6
* | cosmetics: remove some unused variablesUoti Urpala2009-11-173-6/+0
* | vo_vdpau: Check return value when setting video attributesUoti Urpala2009-11-171-24/+24
* | vo_xv: Support yuv colorspace changes on ATI cardsUoti Urpala2009-11-171-2/+4
* | Merge svn changes up to r29912Uoti Urpala2009-11-166-24/+76
|\|
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-123-1/+12
| * Do not dynamically load libvdpau.so.1, but link at compile time.cehoyos2009-11-111-20/+1
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-101-0/+4
| * 100: Fix function parameters when calling create_vdp_decoder() from query_for...cehoyos2009-11-101-1/+1
| * Cosmetics: Fix indentation after last commit.cehoyos2009-11-101-1/+1
| * Fail in query_format() if a VDPAU decoder is not available.cehoyos2009-11-101-5/+8
| * Add a default to switch(image_format), suppresses a warning after a future pa...cehoyos2009-11-101-0/+3
| * Fix compilation of teletext code without freetype supportreimar2009-11-091-0/+2
| * Change type of teletext color specification from unsigned charreimar2009-11-091-1/+1
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-10/+0
| * Add new VDPAU feature high-quality-scaling (and require newer library).cehoyos2009-11-041-1/+9
| * Remove unneeded initializationreynaldo2009-11-031-1/+0
| * Slightly change behavior of "none" if fstype specification.corey2009-10-301-1/+1
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-1/+1
| * Cosmetics: Reindent after last commit.cehoyos2009-10-271-1/+1
| * Allow image format BGRA when using vo vdpau.cehoyos2009-10-271-0/+38
| * Move some variable initializations to the beginning of vo_x11_fullscreen().diego2009-10-241-9/+4
| * Implement VFCAP_FLIP for vo_vdpau.cehoyos2009-10-231-3/+5
| * Free memory allocated in ff_vdpau_add_data_chunk() on uninit.cehoyos2009-10-221-0/+8
| * Fix aspect test program linking.diego2009-10-191-0/+4
| * Try to recover from VDPAU display pre-emptions.cehoyos2009-10-171-0/+76
| * Support SMPTE-240M colourspace in vo_vdpau.cehoyos2009-10-121-3/+4
| * Add colorspace option to vo_vdpau.cehoyos2009-10-101-12/+39
| * cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-2/+2
| * cosmetics: Break two more lines.diego2009-10-081-2/+4
| * K&R coding style and whitespace cosmeticsdiego2009-10-061-162/+170
| * Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.adrian2009-10-061-0/+51
* | Support VDPAU MPEG4 hardware decodingUoti Urpala2009-11-161-0/+6
* | vo_vdpau: Remove custom help messageUoti Urpala2009-11-161-24/+7
* | vo_vdpau: Add support for high-quality scaling featureUoti Urpala2009-11-152-2/+25
* | vo_vdpau: add support for VFCAP_FLIPUoti Urpala2009-11-151-3/+6
* | vo_vdpau: Free buffers allocated by FFmpeg on uninitUoti Urpala2009-11-151-0/+4
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-154-15/+64
* | Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-156-16/+239
* | vo_vdpau: Modify frame buffering codeUoti Urpala2009-11-153-55/+81
* | cosmetics: Add two missing "static"Uoti Urpala2009-10-222-2/+2
* | Merge svn changes up to r29752Uoti Urpala2009-10-067-23/+53
|\|
| * Fix definition of KEY_PAGE_DOWN.cehoyos2009-10-041-1/+1
| * Set sensible write frequency/priority values for AllocateMemoryMESAreimar2009-09-271-1/+1
| * Print error instead of crashing when mesa-buffer is used on systemsreimar2009-09-271-0/+4
| * Also check GLX client and server strings for extensionsreimar2009-09-271-2/+27
| * Fix teletext font autoscaling.cehoyos2009-09-221-2/+2
| * Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...adrian2009-09-201-4/+5
| * Re-add some ifdefs, partially reverting r29688, since mDisplay andreimar2009-09-181-0/+4
| * Use vo_w32_window directly instead of via the vo_window macro in Windows-only...reimar2009-09-181-2/+2
| * Get rid of several (probably) pointless ifdefsreimar2009-09-181-6/+0
| * Use ecx instead of ebx to avoid unnecessary issues with PIC.reimar2009-09-171-9/+9
* | osx_common.c: Fix compilationUoti Urpala2009-09-261-1/+2
* | Merge branch 'vdpau' into buildUoti Urpala2009-09-196-872/+1263
|\ \
| * | VO: Prefer vo_vdpau over vo_xv againUoti Urpala2009-09-191-3/+3
| * | vo_vdpau: Fix X event handling bugsUoti Urpala2009-09-191-8/+10
| * | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-183-72/+178
| * | video_out.h: CosmeticsUoti Urpala2009-09-171-73/+73
| * | VO interface: Remove obsolete draw_frame() from new interfaceUoti Urpala2009-09-175-21/+4
| * | vo_vdpau: Support recovering from VDPAU display preemptionUoti Urpala2009-09-072-61/+166
| * | vo_vdpau: Support updating OSD while pausedUoti Urpala2009-09-051-0/+6
| * | vo_vdpau.c: Reindent control() switch statementUoti Urpala2009-09-051-77/+76
| * | vo_vdpau: Allocate one large surface for EOSD contentUoti Urpala2009-09-052-78/+158
| * | Merge branch 'vdpau_old' into vdpauUoti Urpala2009-08-312-684/+794
| |\ \
| | * | vo_vdpau.c: cosmeticsUoti Urpala2009-08-291-198/+258
| | * | vo_vdpau: reindent after GUI code removalUoti Urpala2009-08-291-30/+28
| | * | vo_vpdau: Clean up uninit logicUoti Urpala2009-08-291-52/+54
| | * | vo_vdpau: Make CHECK_ST macro saferUoti Urpala2009-08-291-41/+51
| | * | vo_vdpau: Move all remaining static/global variables to contextUoti Urpala2009-08-291-103/+103
| | * | vo_vdpau: Move things to context structUoti Urpala2009-08-291-254/+257
| | * | vo_vdpau: Make info struct constUoti Urpala2009-08-291-1/+1
| | * | vo_vdpau: Replace global function table with context variableUoti Urpala2009-08-291-91/+148
| | * | vo_vdpau: Move VDPAU interface pointers into one structUoti Urpala2009-08-291-53/+55
| | * | vo_vdpau: Add template file for VDPAU functionsUoti Urpala2009-08-292-86/+44
| | * | vo_vdpau: Make compile as new-style VOUoti Urpala2009-08-291-78/+97
| | * | vo_vdpau: Delete GUI stuff, include font_load.h for force_load_fontUoti Urpala2009-08-291-8/+1
* | | | Merge svn changes up to r29684Uoti Urpala2009-09-162-41/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | Add standard license header and move a misplaced comment.reimar2009-09-051-1/+18
| * | | Factor out duplicated code to set play video scaled by a certain factor.reimar2009-09-041-39/+21
| * | | Subopt parser subopts should now be const.reimar2009-09-041-1/+1
* | | | Merge svn changes up to r29644Uoti Urpala2009-09-0416-618/+363
|\| | | | |/ / |/| |
| * | Consistently use sizeof(variable) instead of sizeof(type) where easily possible.reimar2009-09-021-7/+7
| * | Cosmetics: get rid of many pointless ()reimar2009-09-021-17/+17
| * | Reduce code duplication for half/normal/double video size handling.reimar2009-09-021-31/+19
| * | Remove unused variable.reimar2009-09-021-1/+0
| * | vo_quartz: change deallocation/uninit to more reliably free allocated data.reimar2009-09-021-29/+20
| * | Make glContext a local variable, it is not needed outside the functionreimar2009-09-012-3/+2
| * | Add a dealloc function to corevideo to reduce the memleaks fromreimar2009-09-011-0/+11
| * | Fix some of the major memleaks of vo_corevideo with -fixed-voreimar2009-09-011-24/+27
| * | Do not do a unmap/map cycle on Windows given with -wid, with some windowreimar2009-09-011-2/+1
| * | Check setGlWindow return value to fail properly instead of crashing if e.g.reimar2009-09-012-2/+4
| * | Make shm_fd a local variable and close it when we need it no longer, thusreimar2009-09-011-1/+3
| * | Reduce vo_corevideo memleaks by initializing static context etc. only oncereimar2009-09-011-14/+26
| * | Fix memleak when using fontconfig without a font name.reimar2009-09-011-3/+1
| * | Use MPlayer's standard aspect handling functions in corevideoreimar2009-09-012-100/+30
| * | Port feature from corevideo: remember half/double size settings and reapplyreimar2009-08-281-0/+6
| * | Make aspect switching work again (used the wrong variable and alwaysreimar2009-08-281-1/+1
| * | Fix implicit declaration of mp_input_.. functions.reimar2009-08-281-0/+1
| * | 1l, use sizeof for snprintf size instead of hard-coding the current value.reimar2009-08-281-1/+1
| * | Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerreimar2009-08-281-52/+3
| * | Move aspect change handling from vo_quartz to osx_common.reimar2009-08-283-12/+34
| * | Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.reimar2009-08-284-190/+47
| * | Use the standard MPlayer aspect handling instead of reimplementing our own in...reimar2009-08-281-80/+42
| * | Remove unused movie_aspect extern declaration.reimar2009-08-271-1/+0
| * | Use lookup_keymap_table function with data structure instead of huge switch-casereimar2009-08-271-50/+33
| * | Enable calc_src_dst_rects for windowed aspect and panscan.reimar2009-08-271-3/+3
| * | Remove panscan related conditions and code that only breaks future windowedreimar2009-08-271-14/+0
| * | Make gl2 code capable of windowed aspect and panscan (no user option to enabl...reimar2009-08-271-4/+4
| * | Add infrastructure and test code to enable aspect scaling and panscan in wind...reimar2009-08-274-9/+28
| * | Fix video placement with -vo gl2 -fs -wid.reimar2009-08-271-1/+1
| * | -vo gl2 resize does not need to modify its arguments, so pass int instead of ...reimar2009-08-271-12/+12
| * | Simplify -vo gl ass border etc. dimension calculation one bit more.reimar2009-08-271-3/+1
| * | Remove useless code that has no effect.reimar2009-08-271-3/+0
| * | Simplify and fix ass border calculations for -vo gl and -wid -fs mode.reimar2009-08-271-6/+3
| * | Make panscan cover the same range in -wid -fs mode as in normal mode.reimar2009-08-271-8/+17
| * | Disable -keepaspect with -wid in w32_common code.reimar2009-08-271-1/+1
| * | Fix aspect_fit to work correctly when borders need to be added on top andreimar2009-08-271-2/+2
| * | Forgotten changes to aspect code to handle -wid with -fs.reimar2009-08-272-0/+6
| * | First attempts at supporting -fs with -wid, -vo gl on X11 only so farreimar2009-08-272-1/+9
* | | Change type names to match upstream libassGrigori Goronzy2009-08-072-6/+6
* | | Merge svn changes up to r29455Uoti Urpala2009-07-294-5/+5
|\| |
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-264-5/+5
* | | Remove internal libass treeUoti Urpala2009-07-262-4/+2
* | | Disable functionality requiring libswscale internalsUoti Urpala2009-07-261-4/+16
* | | Remove the internal GUIAnton Khirnov2009-07-0716-215/+2
* | | Merge svn changes up to r29412Uoti Urpala2009-07-074-50/+43
|\ \ \
| * | | Revert "fix missing event on move that breaks xmga window movement"Uoti Urpala2009-07-071-2/+1
| |/ /
| * | Use memcpy_pic2 instead of reimplementing it.reimar2009-06-261-8/+2
| * | Close /dev/tty again on uninit.reimar2009-06-261-0/+2
| * | Fix indentation broken in last patchreimar2009-06-261-2/+2
| * | Get rid of completely pointless vt_doit variablereimar2009-06-261-5/+1
| * | 10l, use fopen directly instead of open + fdopenreimar2009-06-261-7/+2
| * | Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anreimar2009-06-261-6/+8
| * | Use FFALIGN and FFMAX3reimar2009-06-261-3/+3
| * | Remove useless castsreimar2009-06-261-4/+4
| * | fbdev: remove pointless ()reimar2009-06-261-9/+9
| * |