Sun, 23 Feb 2014 19:33:46 +0000 |
ib |
Fix issue with Win32 GUI default preferences.
|
Sun, 23 Feb 2014 19:30:15 +0000 |
reimar |
configure: error out when no FFmpeg is detected.
|
Sun, 23 Feb 2014 19:17:23 +0000 |
reimar |
Add additional sanity checks.
|
Sun, 23 Feb 2014 19:09:08 +0000 |
reimar |
Add some extra checks to avoid potential crashes.
|
Sun, 23 Feb 2014 18:14:44 +0000 |
reimar |
demuxers: remove pointless sh->ds assignments.
|
Sun, 23 Feb 2014 18:02:21 +0000 |
reimar |
Fix crashes with -novideo.
|
Sun, 23 Feb 2014 17:42:01 +0000 |
reimar |
mencoder: Finish encoding only when audio and video reached EOF.
|
Sun, 23 Feb 2014 14:35:30 +0000 |
komh |
vcd_read_os2.h: replace calloc() with _calloc() only in vcd_read_os2.h
|
Sun, 23 Feb 2014 13:06:57 +0000 |
reimar |
corevideo: include OpenGL/gl.h, this is required from 10.9
|
Sun, 23 Feb 2014 12:25:28 +0000 |
reimar |
Add bluray playlist -identify printout.
|
Sun, 23 Feb 2014 12:02:38 +0000 |
komh |
vcd: make high memory safe on OS/2 kLIBC
|
Sat, 22 Feb 2014 21:35:54 +0000 |
al |
ad_liba52: Avoid using the swab function
|
Fri, 21 Feb 2014 05:10:12 +0000 |
ib |
configure: Do not print error when cross-compiling.
|
Thu, 20 Feb 2014 13:59:34 +0000 |
komh |
configure: add -Zhigh-mem linker flag for OS/2
|
Thu, 20 Feb 2014 13:57:44 +0000 |
komh |
configure: fix a typo
|
Wed, 19 Feb 2014 23:01:15 +0000 |
reimar |
demuxers: ensure that stream ids are correctly initialized.
|
Wed, 19 Feb 2014 23:01:13 +0000 |
reimar |
yuv4mpeg: remove unused variable.
|
Wed, 19 Feb 2014 23:01:11 +0000 |
reimar |
demux_real: initialize variables and remove unused one.
|
Wed, 19 Feb 2014 23:01:10 +0000 |
reimar |
asfheader: remove unused variables.
|
Wed, 19 Feb 2014 23:01:10 +0000 |
reimar |
aac_hdr: remove variable to fix warning, add const.
|
Wed, 19 Feb 2014 23:01:09 +0000 |
reimar |
hwac3: Remove unused code.
|
Wed, 19 Feb 2014 16:58:41 +0000 |
ib |
configure: Make the XShape extension optional.
|
Wed, 19 Feb 2014 16:32:45 +0000 |
ib |
configure: Remove unnecessary includes in XShape check.
|
Wed, 19 Feb 2014 16:18:23 +0000 |
ib |
configure: Revise comments in GUI specific tests.
|
Wed, 19 Feb 2014 16:11:13 +0000 |
ib |
configure: Prettify code for PNG_DECODER test.
|
Wed, 19 Feb 2014 16:02:03 +0000 |
ib |
configure: Rearrange two lines.
|
Wed, 19 Feb 2014 15:30:22 +0000 |
ib |
configure (cosmetic): Adjust indent and add blank lines.
|
Wed, 19 Feb 2014 01:56:21 +0000 |
ib |
configure: Revise some GUI related messages and output.
|
Wed, 19 Feb 2014 01:18:34 +0000 |
ib |
configure: Avoid annoying error messages in case of external FFmpeg.
|
Tue, 18 Feb 2014 22:14:59 +0000 |
reimar |
configure: Fix PNG support for GUi check to always pass for external FFmpeg.
|
Tue, 18 Feb 2014 22:06:12 +0000 |
reimar |
configure: ensure ffmpeg_a is either yes or no.
|
Tue, 18 Feb 2014 16:33:09 +0000 |
ib |
Revise German translation of MSGTR_Help.
|
Mon, 17 Feb 2014 23:57:31 +0000 |
reimar |
mp_taglists: Avoid libavformat/internal.h include.
|
Mon, 17 Feb 2014 23:25:32 +0000 |
reimar |
configure: improve FFmpeg check.
|
Mon, 17 Feb 2014 22:34:27 +0000 |
ib |
Check demuxer to avoid NULL pointer usage.
|
Mon, 17 Feb 2014 14:36:16 +0000 |
ib |
Fix bug with Win32 GUI preferences.
|
Mon, 17 Feb 2014 14:33:03 +0000 |
ib |
Simplify code.
|
Mon, 17 Feb 2014 13:57:24 +0000 |
ib |
Update German man page.
|
Mon, 17 Feb 2014 02:40:30 +0000 |
ib |
Prefer NULL.
|
Mon, 17 Feb 2014 02:30:49 +0000 |
ib |
Fix careless pointer parameter handling.
|
Mon, 17 Feb 2014 01:28:05 +0000 |
ib |
Avoid pointer cast warnings.
|
Mon, 17 Feb 2014 00:45:06 +0000 |
ib |
Fix error with MinGW build.
|
Mon, 17 Feb 2014 00:40:21 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 17 Feb 2014 00:39:09 +0000 |
ib |
Revise code of listMgr() command PLAYLIST_ITEM_GET_POS.
|
Sun, 16 Feb 2014 16:30:05 +0000 |
reimar |
ad_ffmpeg: avoid deprecated avcodec_alloc_frame.
|
Sun, 16 Feb 2014 16:30:05 +0000 |
reimar |
ad_ffmpeg: avoid deprecated request_channels.
|
Sun, 16 Feb 2014 16:30:03 +0000 |
reimar |
av_helpers: avoid deprecated API.
|
Sun, 16 Feb 2014 16:30:02 +0000 |
reimar |
m_struct: use offsetof instead of a custom hack.
|
Sun, 16 Feb 2014 16:30:01 +0000 |
reimar |
spudec: fix spudec_apply_palette_crop return value.
|
Sun, 16 Feb 2014 16:30:00 +0000 |
reimar |
demuxer.c: Use proper format string to print pointer.
|
Sun, 16 Feb 2014 16:29:59 +0000 |
reimar |
m_option, vf_scale: Add some missing const.
|
Sun, 16 Feb 2014 16:29:58 +0000 |
reimar |
vidix/s3: Fix loads of 'void *' used in arithmetic warnings.
|
Sun, 16 Feb 2014 16:29:57 +0000 |
reimar |
Remove pointless assignment and variable.
|
Sun, 16 Feb 2014 15:44:36 +0000 |
reimar |
Avoid many pointer cast warnings.
|
Sun, 16 Feb 2014 15:44:34 +0000 |
reimar |
vo_dfbmga: fix pointer cast size warnings.
|
Sun, 16 Feb 2014 15:44:32 +0000 |
reimar |
ao_esd: remove condition that must always be true.
|
Sun, 16 Feb 2014 15:44:31 +0000 |
reimar |
vo_aa: Move variables to appropriate scope, remove unused ones.
|
Sun, 16 Feb 2014 14:47:37 +0000 |
reimar |
vf_screenshot: remove pointless cast.
|
Sun, 16 Feb 2014 14:47:36 +0000 |
reimar |
vf_screenshot: Fix memory leak on resolution/aspect changes.
|
Sun, 16 Feb 2014 14:47:35 +0000 |
reimar |
vf_screenshot: Simplify repeat screenshot handling logic.
|