2009-03-08 |
reimar | Remove unused variable from demux_mov.
|
commit | commitdiff | tree |
2009-03-08 |
reimar | Add an option to disable the default key binding that...
|
commit | commitdiff | tree |
2009-03-08 |
reimar | Bump etc/codecs.conf version to eliminate one possible...
|
commit | commitdiff | tree |
2009-03-07 |
reimar | Make pausing_keep_force the default for the set_mouse_pos...
|
commit | commitdiff | tree |
2009-03-07 |
reimar | Update x264 version check for version required by lavc.
|
commit | commitdiff | tree |
2009-03-07 |
reimar | Reduce size of needlessly large mp3lib bandInfoStruct
|
commit | commitdiff | tree |
2009-03-07 |
reimar | Make several constant mp3lib tables const
|
commit | commitdiff | tree |
2009-03-07 |
reimar | Setting vo_fs is handled by x11_common.c, so remove...
|
commit | commitdiff | tree |
2009-03-07 |
reimar | Make data related to suboption parsing const in libvo
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Get rid of the "set" member of the subopt-parser struct...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Add some "const" to mpcodecs_vd_drivers
|
commit | commitdiff | tree |
2009-03-06 |
reimar | The large -help help_text should be const so it goes...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Make audio_out_* structs const so they end up in .rodata
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Make ao_info_t structs const.
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Use code that is actually thread-safe to calculate...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Cosmetics: get rid of trailing whitespace.
|
commit | commitdiff | tree |
2009-03-06 |
reimar | get rid of full_buffers variable, if the check it is...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Remove now unused buf_write_pos variable from ao_win32
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Always write full buffers in ao_win32, except for the...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Use calloc instead of malloc+memset
|
commit | commitdiff | tree |
2009-03-06 |
reimar | The 8 bit per sample formats are unsigned on Windows...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Refactor smalltex/tinytex EOSD optimization in vo_gl
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Remove several useless casts from af_resample
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Free af->setup and contents in af_resample uninit function.
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Use calloc to allocate the af_resample ring buffers...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Use a single malloc to allocate space for the circular...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Comment typo fixes for af_resample
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Remove duplicate OSD drawing introduced due to a conflict...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD...
|
commit | commitdiff | tree |
2009-03-06 |
reimar | As for vo_gl, do not rely on draw_osd to render EOSD.
|
commit | commitdiff | tree |
2009-03-06 |
reimar | Do not rely on draw_osd to render the EOSD, instead...
|
commit | commitdiff | tree |
2009-03-05 |
reimar | Sleep based on get_delay in ao_win32 uninit instead...
|
commit | commitdiff | tree |
2009-03-05 |
reimar | full_buffers and buffered_bytes must be volatile because...
|
commit | commitdiff | tree |
2009-03-04 |
reimar | Make sure all output_surfaces are initialized in preinit.
|
commit | commitdiff | tree |
2009-03-04 |
reimar | Make sure vo_x11_create_vo_window sets vo_dwidth and...
|
commit | commitdiff | tree |
2009-03-04 |
reimar | Fix mp_msg call with too few arguments.
|
commit | commitdiff | tree |
2009-03-03 |
reimar | 100l, remove a pointless opt = NULL assignment that...
|
commit | commitdiff | tree |
2009-03-03 |
reimar | Add another hack to work-around the currently completely...
|
commit | commitdiff | tree |
2009-03-02 |
reimar | Make WinID a 64 bit integer, this should avoid issues...
|
commit | commitdiff | tree |
2009-03-02 |
reimar | Add a 64 bit integer type to the suboption parser.
|
commit | commitdiff | tree |
2009-03-02 |
reimar | Use strtoll in parse_int to avoid discrepancies between...
|
commit | commitdiff | tree |
2009-03-02 |
reimar | Minor cosmetics: fix indentation
|
commit | commitdiff | tree |
2009-03-01 |
reimar | Document that -heartbeat-cmd is only for video, not...
|
commit | commitdiff | tree |
2009-03-01 |
reimar | Add warnings to yuv2rgb_vis.c because alpha is set...
|
commit | commitdiff | tree |
2009-03-01 |
reimar | Make AltiVec code write alpha as 255 instead of 0 when...
|
commit | commitdiff | tree |
2009-03-01 |
reimar | Fix braindead and broken way to calculate abase, fixes...
|
commit | commitdiff | tree |
2009-03-01 |
reimar | 10l, replace a tab that slipped in.
|
commit | commitdiff | tree |
2009-03-01 |
reimar | Create a set_format_params function that sets all the...
|
commit | commitdiff | tree |
2009-02-28 |
reimar | Handle vdp_decoder_create failures better, in particular...
|
commit | commitdiff | tree |
2009-02-28 |
reimar | Fix a possible NULL-pointer crash introduced by local...
|
commit | commitdiff | tree |
2009-02-25 |
reimar | Use memset to make sure all parts of struct sockaddr_in...
|
commit | commitdiff | tree |
2009-02-25 |
reimar | Change code to actually work when NUM_OUTPUT_SURFACES...
|
commit | commitdiff | tree |
2009-02-23 |
reimar | Calculate border size in aspect keeping code by using...
|
commit | commitdiff | tree |
2009-02-23 |
reimar | ffvc1vdpau and ffwmv3vdpau should be marked as buggy...
|
commit | commitdiff | tree |
2009-02-23 |
reimar | Only check for vdp_video_mixer_destroy failure when...
|
commit | commitdiff | tree |
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 |