2009-02-23 |
reimar | EOSD/ASS support for vo_vdpau.c
|
commit | commitdiff | tree |
2009-02-21 |
reimar | Add forgotten type to variable declaration.
|
commit | commitdiff | tree |
2009-02-21 |
reimar | Move resetting audio_info_t samples, eof and error...
|
commit | commitdiff | tree |
2009-02-21 |
reimar | 100l, place vdpau below xv, it should not normally...
|
commit | commitdiff | tree |
2009-02-20 |
reimar | Document that and why deinterlacing is not working
|
commit | commitdiff | tree |
2009-02-20 |
reimar | Add support for VDPAU deinterlacing, pullup, denoise...
|
commit | commitdiff | tree |
2009-02-19 |
reimar | Drop official maintainership of ao_pulse since libpulseaudio...
|
commit | commitdiff | tree |
2009-02-19 |
reimar | Work around a PulseAudio bug that causes MPlayer to...
|
commit | commitdiff | tree |
2009-02-19 |
reimar | Try to update libvo.txt
|
commit | commitdiff | tree |
2009-02-19 |
reimar | Re-add accidentally discarded comment about YUVJ format.
|
commit | commitdiff | tree |
2009-02-18 |
reimar | Use the same code to convert fps in float to fraction...
|
commit | commitdiff | tree |
2009-02-18 |
reimar | Add VOCAP_NOSLICES and use it to allow vo_vdpau to...
|
commit | commitdiff | tree |
2009-02-18 |
reimar | Handle mpcodecs_get_image returning NULL, FFmpeg most...
|
commit | commitdiff | tree |
2009-02-17 |
reimar | Set samplerate in reset also for AC3, and set it before...
|
commit | commitdiff | tree |
2009-02-17 |
reimar | Mark all Linux RealVideo decoders as buggy, they all...
|
commit | commitdiff | tree |
2009-02-17 |
reimar | Make it possible for mpcodecs_get_image to return NULL...
|
commit | commitdiff | tree |
2009-02-17 |
reimar | Print an error and return NULL in vf_get_image if we...
|
commit | commitdiff | tree |
2009-02-17 |
reimar | Set avctx->opaque already at init instead of decode...
|
commit | commitdiff | tree |
2009-02-17 |
reimar | Extend calc_src_dst_rects to also calculate the border...
|
commit | commitdiff | tree |
2009-02-17 |
reimar | Cropping parameter to calc_src_dst_rects is const
|
commit | commitdiff | tree |
2009-02-17 |
reimar | 100l, reset ass_border when switching out of fullscreen...
|
commit | commitdiff | tree |
2009-02-16 |
reimar | Add support for VDPAU video out, including hardware...
|
commit | commitdiff | tree |
2009-02-16 |
reimar | 100l, do 0-filling on resume (to avoid desync after...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Remove unnecessary #if around forward declaration.
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Restructure get_format so it can easily be extended...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Reuse the code for the general do_dr1 case to set get_buffer...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Use PIX_FMT_NONE instead of -1
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Remove apparently unneeded CODEC_FLAG_EMU_EDGE for...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Extend get_buffer to handle the XvMC case and remove...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Unset MP_IMGFLAG_IN_USE in release_buffer.
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Merge two checks for mpi != NULL
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Make the default release_buffer work for XvMC, use...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Get rid of mc_render_slice and use the generic draw_slice...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | WMVA works with VDPAU, too
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Move direct-rendering hack from vo_xvmc to vf_vo, so...
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Sync fourccs for ffvc1vdpau
|
commit | commitdiff | tree |
2009-02-15 |
reimar | Sync fourcc list for ffmpeg12vdpau
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Use fmt-conversion.h in vd_ffmpeg.c
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Create a fmt-conversion.c file so fmt-conversion.h...
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Consistently place whitespace around * ( ) and ,
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Remove useless break
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Indentation and other whitespace fixes
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Cosmetics: handle all special/compressed formats in...
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Add support for image formats and codecs used by VDPAU
|
commit | commitdiff | tree |
2009-02-14 |
reimar | Add MP_IMGTYPE_NUMBERED which gives access to the kind...
|
commit | commitdiff | tree |
2009-02-12 |
reimar | Fix typo in German message.
|
commit | commitdiff | tree |
2009-02-12 |
reimar | Remove now unused vo_calc_drwXY function.
|
commit | commitdiff | tree |
2009-02-12 |
reimar | Add a calc_src_dst_rects that calculates from window...
|
commit | commitdiff | tree |
2009-02-12 |
reimar | 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCAT...
|
commit | commitdiff | tree |
2009-02-12 |
reimar | Remove trailing whitespace from vd_ffmpeg.
|
commit | commitdiff | tree |
2009-02-12 |
reimar | Replace tabs in vd_ffmpeg by 8 spaces to better match...
|
commit | commitdiff | tree |
2009-02-12 |
reimar | Remove several #ifdefs that check for libavcodec features...
|
commit | commitdiff | tree |
2009-02-12 |
reimar | Only set VO_EVENT_RESIZE if size actually changed,...
|
commit | commitdiff | tree |
2009-02-09 |
reimar | Use SetErrorMode so Windows will not show all kinds...
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Add [gl] in front of vo_gl message
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Latest 9.1 ATI drivers finally fixed PBOs, thus do...
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Add checks that a D3D device is available before attempting...
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Remove the Present call after adapter reinitialization...
|
commit | commitdiff | tree |
2009-02-03 |
reimar | swab() needs _XOPEN_SOURCE to be defined.
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Cosmetics: remove empty line, improve some messages.
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Whitespace/comment typo cosmetics.
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Check for change_d3d_backbuffer failure.
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Fix several return values
|
commit | commitdiff | tree |
2009-02-03 |
reimar | Rename lzo1x_decode -> av_lzo1x_decode, this was missed...
|
commit | commitdiff | tree |
2009-02-02 |
reimar | Adapt to lzo changes in libavutil
|
commit | commitdiff | tree |
2009-01-30 |
reimar | Move setting of O_NONBLOCK before lirc_readconfig,...
|
commit | commitdiff | tree |
2009-01-30 |
reimar | Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
|
commit | commitdiff | tree |
2009-01-28 |
reimar | Avoid a division by 0 when using -oac mp3lame but no...
|
commit | commitdiff | tree |
2009-01-27 |
reimar | Do not use select n lirc code, instead set the fd non...
|
commit | commitdiff | tree |
2009-01-27 |
reimar | Allocate a larger backbuffer to allow resizing without...
|
commit | commitdiff | tree |
2009-01-25 |
reimar | Fix typo: pool -> poll
|
commit | commitdiff | tree |
2009-01-25 |
reimar | Actually abort (return NULL) in the alloc-failure check...
|
commit | commitdiff | tree |
2009-01-25 |
reimar | Fix a NULL-check that used && instead of || and thus...
|
commit | commitdiff | tree |
2009-01-16 |
reimar | 100l, forgot to delete two defines left over from old...
|
commit | commitdiff | tree |
2009-01-16 |
reimar | Fix a wrongly converted !defined(ARCH_X86_64)
|
commit | commitdiff | tree |
2009-01-16 |
reimar | 100l, mixed up ao_data.samplerate and ao_data.bps when...
|
commit | commitdiff | tree |
2009-01-16 |
reimar | Another missed #ifdef HAVE_MMX
|
commit | commitdiff | tree |
2009-01-16 |
reimar | More #ifdef HAVE_MMX etc. missed by earlier search.
|
commit | commitdiff | tree |
2009-01-16 |
reimar | More #ifdef -> #if fixes
|
commit | commitdiff | tree |
2009-01-16 |
reimar | Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
commit | commitdiff | tree |
2009-01-16 |
reimar | More #ifdef -> #if
|
commit | commitdiff | tree |
2009-01-16 |
reimar | Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE...
|
commit | commitdiff | tree |
2009-01-10 |
reimar | Reindent for "if" added in internal dvdnav patch
|
commit | commitdiff | tree |
2009-01-10 |
reimar | Support an "internal" dvdnav version to make it easier...
|
commit | commitdiff | tree |
2009-01-10 |
reimar | Change vo_draw_text to a vo_draw_text_ext function...
|
commit | commitdiff | tree |
2009-01-09 |
reimar | Consistently use tabs in svn:externals
|
commit | commitdiff | tree |
2009-01-08 |
reimar | Switch internal dvdread to libdvdread SVN external.
|
commit | commitdiff | tree |
2009-01-05 |
reimar | Fix r28222, including alloca.h directly might break...
|
commit | commitdiff | tree |
2009-01-04 |
reimar | Update JACK configure test to match r28241
|
commit | commitdiff | tree |
2009-01-04 |
reimar | Replace deprecated jack_client_new with jack_client_open.
|
commit | commitdiff | tree |
2009-01-01 |
reimar | Move several of the ao_nas int-to-string maps into...
|
commit | commitdiff | tree |
2009-01-01 |
reimar | Fix DVD seek_to_chapter: the title number must be converted...
|
commit | commitdiff | tree |
2009-01-01 |
reimar | Code simplification
|
commit | commitdiff | tree |
2009-01-01 |
reimar | Make AVI demuxer more resilient against broken or incomplete...
|
commit | commitdiff | tree |
2009-01-01 |
reimar | Simplify and comment spudec bilinear scaling code
|
commit | commitdiff | tree |
2009-01-01 |
reimar | Include alloca.h when using alloca to make sure it...
|
commit | commitdiff | tree |
2009-01-01 |
reimar | XVID profile array should be const, so it is in rodata
|
commit | commitdiff | tree |
2009-01-01 |
reimar | Avoid a uselessly high number of wakeups when playing...
|
commit | commitdiff | tree |
2009-01-01 |
reimar | 1000l, play_tree_parser_stop_keeping broke 0-termination...
|
commit | commitdiff | tree |