Mercurial > mplayer.hg
graph
-
Enable setting full subpos value range.2014-02-24, by ib
-
Set the step increment for subdelay to 0.1.2014-02-24, by ib
-
Limit fps to a (hopefully) reasonable value.2014-02-24, by ib
-
Set the step increment for panscan to 0.1.2014-02-24, by ib
-
Remove pointless variables.2014-02-24, by ib
-
Enable setting full audio delay value range.2014-02-24, by ib
-
Fix bug with audio delay slider in Win32 GUI.2014-02-23, by ib
-
Cosmetic: Adjust indent.2014-02-23, by ib
-
Set correct position for audio delay slider in the trackbar.2014-02-23, by ib
-
Add cast.2014-02-23, by ib
-
Be pedantic about argument.2014-02-23, by ib
-
Don't automatically apply the Win32 GUI preferences' defaults.2014-02-23, by ib
-
Fix issue with Win32 GUI default preferences.2014-02-23, by ib
-
configure: error out when no FFmpeg is detected.2014-02-23, by reimar
-
Add additional sanity checks.2014-02-23, by reimar
-
Add some extra checks to avoid potential crashes.2014-02-23, by reimar
-
demuxers: remove pointless sh->ds assignments.2014-02-23, by reimar
-
Fix crashes with -novideo.2014-02-23, by reimar
-
mencoder: Finish encoding only when audio and video reached EOF.2014-02-23, by reimar
-
vcd_read_os2.h: replace calloc() with _calloc() only in vcd_read_os2.h2014-02-23, by komh
-
corevideo: include OpenGL/gl.h, this is required from 10.92014-02-23, by reimar
-
Add bluray playlist -identify printout.2014-02-23, by reimar
-
vcd: make high memory safe on OS/2 kLIBC2014-02-23, by komh
-
ad_liba52: Avoid using the swab function2014-02-22, by al
-
configure: Do not print error when cross-compiling.2014-02-21, by ib
-
configure: add -Zhigh-mem linker flag for OS/22014-02-20, by komh
-
configure: fix a typo2014-02-20, by komh
-
demuxers: ensure that stream ids are correctly initialized.2014-02-19, by reimar
-
yuv4mpeg: remove unused variable.2014-02-19, by reimar
-
demux_real: initialize variables and remove unused one.2014-02-19, by reimar
-
asfheader: remove unused variables.2014-02-19, by reimar
-
aac_hdr: remove variable to fix warning, add const.2014-02-19, by reimar
-
hwac3: Remove unused code.2014-02-19, by reimar
-
configure: Make the XShape extension optional.2014-02-19, by ib
-
configure: Remove unnecessary includes in XShape check.2014-02-19, by ib
-
configure: Revise comments in GUI specific tests.2014-02-19, by ib
-
configure: Prettify code for PNG_DECODER test.2014-02-19, by ib
-
configure: Rearrange two lines.2014-02-19, by ib
-
configure (cosmetic): Adjust indent and add blank lines.2014-02-19, by ib
-
configure: Revise some GUI related messages and output.2014-02-19, by ib
-
configure: Avoid annoying error messages in case of external FFmpeg.2014-02-19, by ib
-
configure: Fix PNG support for GUi check to always pass for external FFmpeg.2014-02-18, by reimar
-
configure: ensure ffmpeg_a is either yes or no.2014-02-18, by reimar
-
Revise German translation of MSGTR_Help.2014-02-18, by ib
-
mp_taglists: Avoid libavformat/internal.h include.2014-02-17, by reimar
-
configure: improve FFmpeg check.2014-02-17, by reimar
-
Check demuxer to avoid NULL pointer usage.2014-02-17, by ib
-
Fix bug with Win32 GUI preferences.2014-02-17, by ib
-
Simplify code.2014-02-17, by ib
-
Update German man page.2014-02-17, by ib
-
Prefer NULL.2014-02-17, by ib
-
Fix careless pointer parameter handling.2014-02-17, by ib
-
Avoid pointer cast warnings.2014-02-17, by ib
-
Fix error with MinGW build.2014-02-17, by ib
-
Cosmetic: Adjust indent.2014-02-17, by ib
-
Revise code of listMgr() command PLAYLIST_ITEM_GET_POS.2014-02-17, by ib
-
ad_ffmpeg: avoid deprecated avcodec_alloc_frame.2014-02-16, by reimar
-
ad_ffmpeg: avoid deprecated request_channels.2014-02-16, by reimar
-
av_helpers: avoid deprecated API.2014-02-16, by reimar
-
m_struct: use offsetof instead of a custom hack.2014-02-16, by reimar
-
spudec: fix spudec_apply_palette_crop return value.2014-02-16, by reimar
-
demuxer.c: Use proper format string to print pointer.2014-02-16, by reimar
-
m_option, vf_scale: Add some missing const.2014-02-16, by reimar
-
vidix/s3: Fix loads of 'void *' used in arithmetic warnings.2014-02-16, by reimar
-
Remove pointless assignment and variable.2014-02-16, by reimar
-
Avoid many pointer cast warnings.2014-02-16, by reimar
-
vo_dfbmga: fix pointer cast size warnings.2014-02-16, by reimar
-
ao_esd: remove condition that must always be true.2014-02-16, by reimar
-
vo_aa: Move variables to appropriate scope, remove unused ones.2014-02-16, by reimar
-
vf_screenshot: remove pointless cast.2014-02-16, by reimar
-
vf_screenshot: Fix memory leak on resolution/aspect changes.2014-02-16, by reimar
-
vf_screenshot: Simplify repeat screenshot handling logic.2014-02-16, by reimar
-
vf_screenshot: use av_fast_malloc.2014-02-16, by reimar
-
vf_screenshot: use calloc.2014-02-16, by reimar
-
vf_screenshot: Switch to avcodec_encode_video2 API.2014-02-16, by reimar
-
Allow specifying custom path and name for screenshot files.2014-02-16, by reimar
-
Use sizeof instead of hardcoded number.2014-02-16, by reimar
-
Remove pointless "if".2014-02-16, by reimar
-
Fix probe bug losing video packets.2014-02-16, by reimar
-
Remove pointless casts and obfuscated array indexing.2014-02-15, by reimar
-
Use calloc instead of malloc+memset.2014-02-15, by reimar
-
Fix vstats, coded_frame is always NULL so use decoded frame instead.2014-02-15, by reimar
-
Switch to av_frame_get_qp_table API.2014-02-15, by reimar
-
Switch to refcounted API since the old ones have memleaks.2014-02-15, by reimar
-
Fix configure output: relocatable/PIE is autodetected.2014-02-15, by reimar
-
Remove pointless casts.2014-02-14, by reimar
-
Remove unnecessary if() that only hides bugs.2014-02-14, by reimar
-
Make sure that demuxer priv is allocated early enough.2014-02-14, by reimar
-
Remove condition that was already checked a few lines above.2014-02-14, by reimar
-
Remove DVDNAV audio reset code to avoid issues on title changes.2014-02-14, by reimar
-
Merge DVDNAV event handling into a single switch.2014-02-14, by reimar
-
Make sdp:// URLs also work via FFmpeg.2014-02-14, by reimar
-
Try to be more precise about the warning introduced in r35961.2014-02-14, by ib
-
Revise German translation of MSGTR_NoBindFound.2014-02-14, by ib
-
configure: XOP support2014-02-13, by michael
-
Remove console messages that are no longer needed.2014-02-13, by ib