| Commit message (Expand) | Author | Age |
* | Use the same code to convert fps in float to fraction as used in mencoder, | reimar | 2009-02-18 |
* | Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for | reimar | 2009-02-18 |
* | Extend calc_src_dst_rects to also calculate the border values needed for | reimar | 2009-02-17 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | Fix compilation after last commit. | cehoyos | 2009-02-17 |
* | Cropping parameter to calc_src_dst_rects is const | reimar | 2009-02-17 |
* | 100l, reset ass_border when switching out of fullscreen mode. | reimar | 2009-02-17 |
* | The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined, | diego | 2009-02-17 |
* | Fix compilation without VDPAU | uau | 2009-02-17 |
* | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 |
* | Sync renaming of xvmc struct members in FFmpeg. | diego | 2009-02-16 |
* | The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. | diego | 2009-02-15 |
* | Reflect ffmpeg change of xvmc struct field to xvmc_id. | iive | 2009-02-15 |
* | whitespace cosmetics: Remove all tabs and trailing whitespace. | diego | 2009-02-15 |
* | The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. | diego | 2009-02-15 |
* | Remove unnecessary #ifdef around internal #include. | diego | 2009-02-15 |
* | The xmvc structure member magic_id was renamed to unique_id. | diego | 2009-02-15 |
* | Reflect the change of xvmc struct name. | iive | 2009-02-15 |
* | Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to | reimar | 2009-02-15 |
* | Now xvmc struct uses magic_id field | iive | 2009-02-15 |
* | Remove display_flag remains as the member has been removed from the xvmc struct. | iive | 2009-02-15 |
* | Remove some xvmc field initializations. They are not used by | iive | 2009-02-14 |
* | Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. | diego | 2009-02-14 |
* | Remove now unused vo_calc_drwXY function. | reimar | 2009-02-12 |
* | Add a calc_src_dst_rects that calculates from window size, panscan etc. | reimar | 2009-02-12 |
* | Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was | reimar | 2009-02-12 |
* | Conditionally compile aclib.c instead of placing #ifdef around its content. | diego | 2009-02-08 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | Avoid message spam during video adapter uncooperative state. | gogothebee | 2009-02-05 |
* | Unify info/error messages to a common style: | gogothebee | 2009-02-05 |
* | Add [gl] in front of vo_gl message | reimar | 2009-02-03 |
* | Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ... | reimar | 2009-02-03 |
* | Add checks that a D3D device is available before attempting rendering. | reimar | 2009-02-03 |
* | Remove the Present call after adapter reinitialization, it can not work anyway | reimar | 2009-02-03 |
* | Cosmetics: remove empty line, improve some messages. | reimar | 2009-02-03 |
* | Whitespace/comment typo cosmetics. | reimar | 2009-02-03 |
* | Check for change_d3d_backbuffer failure. | reimar | 2009-02-03 |
* | Fix several return values | reimar | 2009-02-03 |
* | Remove pointless #ifdef around internal header includes. | diego | 2009-02-01 |
* | Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition. | diego | 2009-01-30 |
* | Allocate a larger backbuffer to allow resizing without reinit. | reimar | 2009-01-27 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | diego | 2009-01-19 |
* | fix device_id option after r28165 | gpoirier | 2009-01-18 |
* | 100l, forgot to delete two defines left over from old HAVE_MMX handling code. | reimar | 2009-01-16 |
* | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 |
* | More #ifdef -> #if fixes | reimar | 2009-01-16 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation | reimar | 2009-01-10 |