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.
|
Sun, 16 Feb 2014 14:47:33 +0000 |
reimar |
vf_screenshot: use av_fast_malloc.
|
Sun, 16 Feb 2014 14:47:32 +0000 |
reimar |
vf_screenshot: use calloc.
|
Sun, 16 Feb 2014 14:47:32 +0000 |
reimar |
vf_screenshot: Switch to avcodec_encode_video2 API.
|
Sun, 16 Feb 2014 14:01:23 +0000 |
reimar |
Allow specifying custom path and name for screenshot files.
|
Sun, 16 Feb 2014 14:01:21 +0000 |
reimar |
Use sizeof instead of hardcoded number.
|
Sun, 16 Feb 2014 14:01:20 +0000 |
reimar |
Remove pointless "if".
|
Sun, 16 Feb 2014 13:24:55 +0000 |
reimar |
Fix probe bug losing video packets.
|
Sat, 15 Feb 2014 17:24:29 +0000 |
reimar |
Remove pointless casts and obfuscated array indexing.
|
Sat, 15 Feb 2014 17:24:28 +0000 |
reimar |
Use calloc instead of malloc+memset.
|
Sat, 15 Feb 2014 17:24:27 +0000 |
reimar |
Fix vstats, coded_frame is always NULL so use decoded frame instead.
|
Sat, 15 Feb 2014 17:24:26 +0000 |
reimar |
Switch to av_frame_get_qp_table API.
|
Sat, 15 Feb 2014 16:52:59 +0000 |
reimar |
Switch to refcounted API since the old ones have memleaks.
|
Sat, 15 Feb 2014 16:52:58 +0000 |
reimar |
Fix configure output: relocatable/PIE is autodetected.
|
Fri, 14 Feb 2014 22:29:38 +0000 |
reimar |
Remove pointless casts.
|
Fri, 14 Feb 2014 22:29:37 +0000 |
reimar |
Remove unnecessary if() that only hides bugs.
|
Fri, 14 Feb 2014 22:29:36 +0000 |
reimar |
Make sure that demuxer priv is allocated early enough.
|
Fri, 14 Feb 2014 22:29:35 +0000 |
reimar |
Remove condition that was already checked a few lines above.
|
Fri, 14 Feb 2014 21:34:07 +0000 |
reimar |
Remove DVDNAV audio reset code to avoid issues on title changes.
|
Fri, 14 Feb 2014 21:34:06 +0000 |
reimar |
Merge DVDNAV event handling into a single switch.
|
Fri, 14 Feb 2014 19:01:19 +0000 |
reimar |
Make sdp:// URLs also work via FFmpeg.
|
Fri, 14 Feb 2014 12:44:40 +0000 |
ib |
Try to be more precise about the warning introduced in r35961.
|
Fri, 14 Feb 2014 12:10:34 +0000 |
ib |
Revise German translation of MSGTR_NoBindFound.
|
Thu, 13 Feb 2014 22:08:30 +0000 |
michael |
configure: XOP support
|
Thu, 13 Feb 2014 11:47:50 +0000 |
ib |
Remove console messages that are no longer needed.
|
Thu, 13 Feb 2014 11:12:29 +0000 |
ib |
Update documentation on subfont-encoding.
|
Thu, 13 Feb 2014 10:41:33 +0000 |
ib |
Enable option font_encoding without freetype.
|
Wed, 12 Feb 2014 19:16:31 +0000 |
reimar |
Fix compilation without freetype.
|
Sun, 09 Feb 2014 22:19:09 +0000 |
reimar |
Use numeric labels in inline asm for consistency and better
|
Sun, 09 Feb 2014 22:19:08 +0000 |
reimar |
Remove some superfluous commas from inline asm for better compatibility.
|
Sun, 09 Feb 2014 22:19:07 +0000 |
reimar |
Use DECLARE_ALIGNED helper macros.
|
Sun, 09 Feb 2014 17:56:11 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 09 Feb 2014 17:55:11 +0000 |
ib |
Make message box less annoying.
|
Sun, 09 Feb 2014 17:53:28 +0000 |
ib |
Show message box only if necessary.
|
Sun, 09 Feb 2014 17:52:18 +0000 |
ib |
Don't unnecessarily stop Win32 GUI playback.
|
Sun, 09 Feb 2014 09:22:09 +0000 |
ib |
Fix issue with testing of the help message header files.
|
Sat, 08 Feb 2014 21:43:04 +0000 |
ib |
Change the message box type.
|
Sat, 08 Feb 2014 21:41:48 +0000 |
ib |
Fix usage of acp().
|
Sat, 08 Feb 2014 20:41:35 +0000 |
ib |
Update German translation.
|
Sat, 08 Feb 2014 20:39:02 +0000 |
ib |
Make more messages translatable.
|
Sat, 08 Feb 2014 20:04:46 +0000 |
cehoyos |
Add buggy FFmpeg FICV decoder.
|
Sat, 08 Feb 2014 16:19:52 +0000 |
ib |
Improve testing of the help message header files.
|
Fri, 07 Feb 2014 20:45:20 +0000 |
ib |
Remove the Revision keyword.
|
Fri, 07 Feb 2014 20:38:59 +0000 |
ib |
Revise German translation of some help messages.
|
Fri, 07 Feb 2014 20:37:59 +0000 |
ib |
Add my name.
|
Fri, 07 Feb 2014 20:28:55 +0000 |
ib |
Update documentation.
|
Fri, 07 Feb 2014 20:28:01 +0000 |
ib |
Localize decimal mark.
|
Fri, 07 Feb 2014 19:52:17 +0000 |
ib |
Enable checking help_text by help_check.sh.
|
Fri, 07 Feb 2014 19:49:56 +0000 |
ib |
Improve language information on audio and subtitle streams.
|
Fri, 07 Feb 2014 19:25:29 +0000 |
ib |
Add name to file subtitle track information.
|
Fri, 07 Feb 2014 19:23:09 +0000 |
ib |
Add language to VOBsub subtitle track information.
|
Fri, 07 Feb 2014 19:16:22 +0000 |
ib |
Add language to embedded subtitle track information.
|
Fri, 07 Feb 2014 19:07:39 +0000 |
ib |
Add language to audio track information.
|
Fri, 07 Feb 2014 18:48:49 +0000 |
ib |
Increase buffer.
|
Fri, 07 Feb 2014 18:17:05 +0000 |
ib |
Use native names of languages instead of English ones.
|
Fri, 07 Feb 2014 18:14:22 +0000 |
ib |
Make unknown audio language translatable.
|
Fri, 07 Feb 2014 17:58:29 +0000 |
ib |
Simplify code.
|
Fri, 07 Feb 2014 17:46:14 +0000 |
ib |
Simplify code.
|
Wed, 05 Feb 2014 19:28:05 +0000 |
ib |
Relocate MSGTR_SamplesWanted.
|
Wed, 05 Feb 2014 17:21:59 +0000 |
ib |
Improve testing of the help message header files.
|
Wed, 05 Feb 2014 16:58:09 +0000 |
ib |
Revise MSGTR_MPDEMUX_URL_StringAlreadyEscaped.
|
Wed, 05 Feb 2014 16:55:10 +0000 |
ib |
Fix MSGTR_MPDEMUX_URL_StringAlreadyEscaped.
|
Wed, 05 Feb 2014 16:39:38 +0000 |
ib |
Rename symbolic constants of GUI help message texts.
|
Wed, 05 Feb 2014 16:03:44 +0000 |
gpoirier |
add missing include of stddef.h, as it's needed to use "ptrdiff_t"
|
Wed, 05 Feb 2014 00:32:14 +0000 |
cehoyos |
Add some new FFmpeg huffyuv colour spaces.
|
Wed, 05 Feb 2014 00:09:06 +0000 |
cehoyos |
Add name for image format IMGFMT_440P.
|
Tue, 04 Feb 2014 18:30:59 +0000 |
ib |
Remove the previous definition of MSGTR_ConfigureEqualizer.
|
Tue, 04 Feb 2014 18:29:10 +0000 |
ib |
Change help message texts corresponding with r36766.
|
Sun, 02 Feb 2014 21:42:59 +0000 |
ib |
Update program documentation.
|
Sun, 02 Feb 2014 21:34:57 +0000 |
ib |
Remove line being present twice.
|
Sun, 02 Feb 2014 21:30:05 +0000 |
ib |
Enhance the tool for checking translated messages header files.
|
Sun, 02 Feb 2014 21:02:34 +0000 |
ib |
Update documentation.
|
Sun, 02 Feb 2014 20:06:42 +0000 |
ib |
Rename the Danish messages header file.
|
Sun, 02 Feb 2014 19:19:43 +0000 |
ib |
Improve emphasizing of the current video track.
|
Sun, 02 Feb 2014 19:18:31 +0000 |
ib |
Add support for default of multiple video tracks.
|
Sun, 02 Feb 2014 10:54:37 +0000 |
ib |
Change the message box type.
|
Sun, 02 Feb 2014 10:52:47 +0000 |
ib |
Add a message box type "information".
|
Sat, 01 Feb 2014 16:57:50 +0000 |
ib |
Fix bug with unicode font loading for font.desc files.
|
Sat, 01 Feb 2014 15:13:00 +0000 |
reimar |
Use glMapBufferRange by default.
|
Sat, 01 Feb 2014 08:01:55 +0000 |
ib |
Update warning and error pixmaps.
|
Sat, 01 Feb 2014 01:20:07 +0000 |
jrash |
sync with en/mplayer.1 rev. 36721
|
Sat, 01 Feb 2014 01:06:19 +0000 |
jrash |
Synced with help_mp-en.h rev. 36769
|
Sat, 01 Feb 2014 00:55:04 +0000 |
jrash |
Synced with help_mp-en.h rev. 36766
|
Fri, 31 Jan 2014 17:08:39 +0000 |
ib |
Prettify the skin browser.
|
Fri, 31 Jan 2014 16:37:52 +0000 |
ib |
Revise GUI help message texts.
|
Fri, 31 Jan 2014 14:06:25 +0000 |
ib |
Remove pointless pair of parentheses.
|
Thu, 30 Jan 2014 13:26:45 +0000 |
ib |
Revise GUI help message texts.
|
Thu, 30 Jan 2014 12:05:35 +0000 |
ib |
Improve testing of the help message text headers.
|
Mon, 27 Jan 2014 14:22:30 +0000 |
ib |
Replace pixmap for audio tracks by a better one.
|
Mon, 27 Jan 2014 14:21:26 +0000 |
ib |
Replace pixmap for muted audio by a better one.
|
Mon, 27 Jan 2014 14:10:05 +0000 |
ib |
Add new video pixmap.
|
Mon, 27 Jan 2014 14:04:13 +0000 |
ib |
Add new audio pixmap.
|
Mon, 27 Jan 2014 13:41:13 +0000 |
ib |
Replace sublang pixmap by subtitle pixmap.
|
Mon, 27 Jan 2014 13:30:19 +0000 |
ib |
Move up entry "external audio" in the context menu.
|
Sun, 26 Jan 2014 20:10:55 +0000 |
ib |
Remove commented code.
|
Sun, 26 Jan 2014 18:59:16 +0000 |
reimar |
Fix some format string mismatches.
|
Sun, 26 Jan 2014 18:59:15 +0000 |
reimar |
stream.c: remove pointless NULL check.
|
Sun, 26 Jan 2014 18:19:31 +0000 |
reimar |
configure: disable internal libmpeg2 by default.
|
Sun, 26 Jan 2014 17:16:29 +0000 |
ib |
Relocate mplayerLoadFont() code.
|
Sun, 26 Jan 2014 17:05:33 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 26 Jan 2014 17:04:54 +0000 |
ib |
Revise non-FreeType part of mplayerLoadFont().
|
Sun, 26 Jan 2014 17:02:28 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 26 Jan 2014 17:01:14 +0000 |
ib |
Revise non-FreeType part of mplayerLoadFont().
|
Sun, 26 Jan 2014 16:57:18 +0000 |
ib |
Revise non-FreeType part of mplayerLoadFont().
|
Sun, 26 Jan 2014 16:53:21 +0000 |
ib |
Fix issue with font file selector.
|
Sun, 26 Jan 2014 16:44:31 +0000 |
ib |
Don't unnecessarily load a font.
|
Sun, 26 Jan 2014 16:40:49 +0000 |
ib |
Enable specifying a font file in the GUI preferences.
|
Sun, 26 Jan 2014 16:20:48 +0000 |
reimar |
subreader: Fix compilation without fribidi.
|
Sun, 26 Jan 2014 16:17:58 +0000 |
ib |
Don't unnecessarily load a font.
|
Sun, 26 Jan 2014 16:11:56 +0000 |
ib |
Cosmetic: Adjust spacings.
|
Sun, 26 Jan 2014 16:11:13 +0000 |
ib |
Revert r36709.
|
Sun, 26 Jan 2014 12:53:26 +0000 |
ib |
Fix bug with option '-fontconfig' and ass subtitles.
|
Sun, 26 Jan 2014 04:14:23 +0000 |
al |
Do not use non-literal arguments for mp_msg format string
|
Sat, 25 Jan 2014 16:55:12 +0000 |
reimar |
ao_v4l2: fix broken sample rate check.
|
Sat, 25 Jan 2014 16:55:11 +0000 |
reimar |
asfheader: remove old, long commented-out code.
|
Sat, 25 Jan 2014 16:55:09 +0000 |
reimar |
Document switch case fallthroughs.
|
Sat, 25 Jan 2014 16:55:08 +0000 |
reimar |
ad_dvdpcm: simplify/clarify code.
|
Sat, 25 Jan 2014 16:55:07 +0000 |
reimar |
vo_sdl: remove nonsense code, all cases can handle both IYUV and I420.
|
Sat, 25 Jan 2014 16:55:06 +0000 |
reimar |
m_option: reindent.
|
Sat, 25 Jan 2014 16:55:05 +0000 |
reimar |
m_option: remove code that has no effect.
|
Sat, 25 Jan 2014 16:55:04 +0000 |
reimar |
radeon_vid: small simplification.
|
Sat, 25 Jan 2014 16:55:03 +0000 |
reimar |
img_format: document why mp_get_chroma_shift does not work for NV12/NV21
|
Sat, 25 Jan 2014 16:55:01 +0000 |
reimar |
vidix: move query_format struct initialization to common code.
|
Sat, 25 Jan 2014 16:54:59 +0000 |
reimar |
stream_netstream: Simplify packet handling.
|
Sat, 25 Jan 2014 16:54:58 +0000 |
reimar |
stream_netstream: merge declaration and initialization.
|
Sat, 25 Jan 2014 16:54:56 +0000 |
reimar |
subreader: remove misleading return types.
|
Sat, 25 Jan 2014 16:54:55 +0000 |
reimar |
sub_fribidi: Slightly simplify non-fribidi fallback.
|
Sat, 25 Jan 2014 16:54:54 +0000 |
reimar |
sub_fribidi: Make code more robust in error case.
|
Sat, 25 Jan 2014 16:54:53 +0000 |
reimar |
playtreeparser: Remove pointless assignment.
|
Sat, 25 Jan 2014 16:54:52 +0000 |
reimar |
vo_s3fb: Fix wrong define, draw_slice stub was removed, not draw_frame.
|
Fri, 24 Jan 2014 17:11:09 +0000 |
ib |
Revise German man page.
|
Fri, 24 Jan 2014 17:10:38 +0000 |
ib |
Revise documentation of option '-fontconfig'.
|
Fri, 24 Jan 2014 15:36:07 +0000 |
ib |
Replace string constants by symbolic constants.
|
Fri, 24 Jan 2014 01:06:57 +0000 |
ib |
Add a (missing) icon to menu entry "audio track".
|
Fri, 24 Jan 2014 01:00:35 +0000 |
ib |
Group video and audio related entries in context menu together.
|
Fri, 24 Jan 2014 00:28:04 +0000 |
ib |
Move up equalizer entry in the context menu.
|
Fri, 24 Jan 2014 00:17:12 +0000 |
ib |
Relocate the video size entries in the context menu.
|
Fri, 24 Jan 2014 00:02:02 +0000 |
ib |
Rearrange video size entries in context menu in descending order.
|
Thu, 23 Jan 2014 23:32:55 +0000 |
ib |
Revise German translation of MSGTR_GuiNeedsX.
|
Thu, 23 Jan 2014 19:36:52 +0000 |
reimar |
vd: Make sure we test the preferred format first.
|
Thu, 23 Jan 2014 19:21:53 +0000 |
reimar |
vd: Fix setting of outfmtidx during VDCTRL_QUERY_FORMAT
|
Thu, 23 Jan 2014 19:13:50 +0000 |
reimar |
Do not print pkg-config errors.
|
Thu, 23 Jan 2014 17:28:02 +0000 |
ib |
Cosmetic: Adjust spacings.
|
Thu, 23 Jan 2014 17:27:27 +0000 |
ib |
Update font file filter of the file selector (only with FreeType).
|
Thu, 23 Jan 2014 16:57:34 +0000 |
ib |
Revise German man page.
|
Thu, 23 Jan 2014 16:42:18 +0000 |
ib |
Be pedantic with documentation of option '-fontconfig'.
|
Thu, 23 Jan 2014 15:42:49 +0000 |
ib |
Cosmetic: Fix spacing.
|
Thu, 23 Jan 2014 15:39:08 +0000 |
ib |
Revise documentation of option '-font'.
|
Thu, 23 Jan 2014 13:20:03 +0000 |
ib |
Improve the dialog for font encodings.
|
Thu, 23 Jan 2014 12:09:37 +0000 |
ib |
Improve the dialog for font encodings.
|
Wed, 22 Jan 2014 19:38:44 +0000 |
reimar |
ad_libdca: support current libdca that does not provide a dts.h header.
|
Wed, 22 Jan 2014 19:38:43 +0000 |
reimar |
stream_smb: Make autodetection work for samba 4.0.
|
Wed, 22 Jan 2014 19:37:37 +0000 |
ib |
Revise context menu.
|
Wed, 22 Jan 2014 19:27:47 +0000 |
ib |
Revise the man page after r36697 and r36698.
|
Wed, 22 Jan 2014 19:26:30 +0000 |
ib |
Fix handling of option 'subfont-encoding'.
|
Wed, 22 Jan 2014 19:22:08 +0000 |
ib |
Fix handling of option 'subfont-encoding'.
|
Wed, 22 Jan 2014 19:11:03 +0000 |
ib |
Prettify layout of dialog for codecs and demuxer.
|
Wed, 22 Jan 2014 18:39:41 +0000 |
ib |
Remove MSGTR_PREFERENCES_FontFactor.
|
Wed, 22 Jan 2014 18:35:17 +0000 |
reimar |
vo_corevideo: remove draw_frame and draw_slice.
|
Wed, 22 Jan 2014 18:29:52 +0000 |
ib |
Prettify layout of dialog for font settings.
|
Wed, 22 Jan 2014 18:25:25 +0000 |
ib |
Revise some subtitle and OSD related help messages.
|
Wed, 22 Jan 2014 17:54:11 +0000 |
ib |
Revise some font related help messages.
|
Wed, 22 Jan 2014 08:11:24 +0000 |
reimar |
vo_corevideo: Fix VFCAP flags, adding ACCEPT_STRIDE and NOSLICES.
|
Wed, 22 Jan 2014 08:07:31 +0000 |
reimar |
vo_corevideo: Fix return value.
|
Tue, 21 Jan 2014 22:27:00 +0000 |
rtogni |
Fix calculation of idx_streamid for audio index in case of packet errors.
|
Tue, 21 Jan 2014 20:51:24 +0000 |
ib |
Revise German translation of some help messages.
|
Tue, 21 Jan 2014 20:36:28 +0000 |
ib |
Fix iconv check in r36657.
|
Tue, 21 Jan 2014 20:34:56 +0000 |
ib |
Improve the dialog for font settings.
|
Tue, 21 Jan 2014 20:19:51 +0000 |
ib |
Add MSGTR_PREFERENCES_FontAutoScaleMode.
|
Tue, 21 Jan 2014 20:05:55 +0000 |
ib |
Revise German translation of MSGTR_PREFERENCES_FontOutLine.
|
Tue, 21 Jan 2014 19:57:06 +0000 |
reimar |
vo_md5sum: set VOCAP_NOSLICES.
|
Tue, 21 Jan 2014 18:45:02 +0000 |
ib |
Fix table sizes.
|
Tue, 21 Jan 2014 15:25:26 +0000 |
ib |
Rephrase positively.
|
Mon, 20 Jan 2014 22:32:41 +0000 |
reimar |
coverity.sh: Avoid submitting broken builds to coverity.
|
Mon, 20 Jan 2014 22:08:48 +0000 |
reimar |
Use av_unused for unused arguments instead of various hacks.
|
Mon, 20 Jan 2014 22:08:47 +0000 |
reimar |
stream_pvr: Fix fd check, -1 indicates invalid, not 0.
|
Mon, 20 Jan 2014 22:08:46 +0000 |
reimar |
demux_mkv: use a default mime-type if none was specified.
|
Mon, 20 Jan 2014 22:08:45 +0000 |
reimar |
mplayer: Simplify initial playtree/file code.
|
Mon, 20 Jan 2014 22:08:44 +0000 |
reimar |
mplayer.c: Minor loop simplification.
|
Mon, 20 Jan 2014 22:08:42 +0000 |
reimar |
print_file_info: Do not assume we have a demuxer.
|
Mon, 20 Jan 2014 22:08:41 +0000 |
reimar |
demux_demuxers: Simplify, merge declaration and initialization.
|
Mon, 20 Jan 2014 22:08:40 +0000 |
reimar |
demux_demuxers: check correct variable for NULL.
|
Mon, 20 Jan 2014 22:08:39 +0000 |
reimar |
stream_cue: Fix memleaks in error cases.
|
Mon, 20 Jan 2014 22:08:38 +0000 |
reimar |
stream_pvr: reduce code duplication and fix a memleak in error case.
|
Mon, 20 Jan 2014 22:08:37 +0000 |
reimar |
demux_rawdv: Fix memory leak on open error.
|
Mon, 20 Jan 2014 22:08:36 +0000 |
reimar |
demux_mov: Initialize "version" variable.
|
Mon, 20 Jan 2014 22:08:35 +0000 |
reimar |
demux_roq: declare variables where they are used.
|
Mon, 20 Jan 2014 22:08:34 +0000 |
reimar |
demux_roq: Simplify code by using calloc.
|
Mon, 20 Jan 2014 22:08:33 +0000 |
reimar |
demux_ts: remove pointless stack variable and ts_parse argument.
|
Mon, 20 Jan 2014 19:58:10 +0000 |
michael |
buildsys: add CONFIG_LLVIDDSP to prevent ffmpeg build failure after next commit in ffmpeg
|
Mon, 20 Jan 2014 19:25:34 +0000 |
ib |
Improve the dialog for subtitle encodings with iconv.
|
Mon, 20 Jan 2014 17:29:21 +0000 |
ib |
Improve the dialog for subtitle encodings.
|
Mon, 20 Jan 2014 17:09:47 +0000 |
ib |
Improve the dialog for subtitle encodings with iconv.
|
Mon, 20 Jan 2014 16:45:13 +0000 |
ib |
Improve the dialog for subtitle encodings with iconv.
|
Mon, 20 Jan 2014 14:21:58 +0000 |
ib |
Improve the dialog for subtitle encodings with iconv.
|
Mon, 20 Jan 2014 14:07:09 +0000 |
ib |
Improve the dialog for subtitle encodings with iconv.
|
Sun, 19 Jan 2014 22:24:53 +0000 |
reimar |
tcp: fix socket/descriptor leak on error.
|
Sun, 19 Jan 2014 22:24:52 +0000 |
reimar |
cddb: fix multiple leaks, both for error and normal use cases.
|
Sun, 19 Jan 2014 22:24:50 +0000 |
reimar |
aviheader: Close file also when an index file contains an error.
|
Sun, 19 Jan 2014 22:24:49 +0000 |
reimar |
menu_param: fix memleak on menu click.
|
Sun, 19 Jan 2014 22:24:47 +0000 |
reimar |
menu_filesel: Fix memory leak in case of readdir error.
|
Sun, 19 Jan 2014 22:24:46 +0000 |
reimar |
dvdnav: fix memory leaks in error paths.
|
Sun, 19 Jan 2014 22:24:45 +0000 |
reimar |
ad_realaud: Fix memory leak in error path.
|
Sun, 19 Jan 2014 21:45:59 +0000 |
reimar |
demux_mkv: Fix massive memleaks in attachment parsing.
|
Sun, 19 Jan 2014 18:53:32 +0000 |
rtogni |
Fix spelling in error messages.
|
Sun, 19 Jan 2014 18:42:42 +0000 |
reimar |
mf: Fix initial hang/delay with mf://
|
Sun, 19 Jan 2014 17:33:05 +0000 |
rtogni |
Remove double ;
|
Sun, 19 Jan 2014 17:31:41 +0000 |
rtogni |
Grammar fix in error messages.
|
Sun, 19 Jan 2014 17:30:23 +0000 |
rtogni |
Fix number of arguments in mp_msg.
|
Sun, 19 Jan 2014 15:58:54 +0000 |
ib |
Improve the dialog for subtitle encodings selection.
|
Sun, 19 Jan 2014 15:55:45 +0000 |
jrash |
sync with en/mplayer.1 rev. 36588
|
Sun, 19 Jan 2014 15:12:46 +0000 |
rtogni |
Add support for files with MLTI chunks.
|
Sun, 19 Jan 2014 15:10:42 +0000 |
ib |
Add option 'sub_utf8' to the GUI configuration file.
|
Sun, 19 Jan 2014 15:00:09 +0000 |
ib |
Prettify the dialog for subtitle encodings selection.
|
Sun, 19 Jan 2014 14:46:33 +0000 |
ib |
Improve the dialog for subtitle encodings selection.
|
Sun, 19 Jan 2014 14:30:10 +0000 |
ib |
Add an auxiliary vertical container box.
|
Sun, 19 Jan 2014 14:15:53 +0000 |
ib |
Explain the relationship between the subtitle encoding options.
|
Sun, 19 Jan 2014 13:14:42 +0000 |
reimar |
vobsub: fix indentation.
|
Sun, 19 Jan 2014 13:14:41 +0000 |
reimar |
vobsub: Simplify and fix memleak.
|
Sun, 19 Jan 2014 12:06:04 +0000 |
reimar |
vo_bl: update copyright header.
|
Sun, 19 Jan 2014 12:06:03 +0000 |
reimar |
vo_bl: RGB output support.
|
Sun, 19 Jan 2014 12:06:02 +0000 |
reimar |
vo_bl: Fix bpc variable documentation.
|
Sun, 19 Jan 2014 11:32:51 +0000 |
reimar |
mkv: replace a missed "return 0" by "goto err_out".
|
Sun, 19 Jan 2014 11:30:06 +0000 |
reimar |
film: various small code improvements.
|
Sun, 19 Jan 2014 11:30:05 +0000 |
reimar |
film: Fix memory leaks in error cases.
|
Sun, 19 Jan 2014 11:13:04 +0000 |
reimar |
asxparser: Declare variables in the blocks that need them.
|
Sun, 19 Jan 2014 11:13:03 +0000 |
reimar |
rawdv: various small code improvements.
|
Sun, 19 Jan 2014 11:13:02 +0000 |
reimar |
rawdv: remove pointless casts.
|
Sun, 19 Jan 2014 11:13:01 +0000 |
reimar |
rawdv: Fix memory leak in error case.
|
Sun, 19 Jan 2014 10:53:03 +0000 |
reimar |
cookies.c: cols must (and does) have 7 elements.
|
Sun, 19 Jan 2014 10:48:02 +0000 |
reimar |
vcd_read: Fix sizeof argument.
|
Sun, 19 Jan 2014 00:01:21 +0000 |
ib |
Add #ifdef to avoid warnings.
|
Sat, 18 Jan 2014 23:38:50 +0000 |
ib |
Remove pointless declaration of static function.
|
Sat, 18 Jan 2014 23:08:34 +0000 |
reimar |
vo_sdl: some minor code simplifications.
|
Sat, 18 Jan 2014 23:08:33 +0000 |
reimar |
vo_sdl: Avoid code duplication in DR code.
|
Sat, 18 Jan 2014 23:08:32 +0000 |
reimar |
vo_sdl: remove some commented-out code, reduce code duplication.
|
Sat, 18 Jan 2014 23:08:31 +0000 |
reimar |
vo_sdl: Avoid setenv code duplication.
|
Sat, 18 Jan 2014 23:08:29 +0000 |
reimar |
vo_sdl: simplify by using memcpy_pic.
|
Sat, 18 Jan 2014 23:08:28 +0000 |
reimar |
vo_sdl: set VFCAP_FLIP correctly.
|
Sat, 18 Jan 2014 21:39:07 +0000 |
reimar |
Remove empty draw_slice and draw_frame stubs.
|
Sat, 18 Jan 2014 20:41:46 +0000 |
reimar |
Fully reinit audio chain on format change.
|
Sat, 18 Jan 2014 18:34:37 +0000 |
jrash |
Synced with help_mp-en.h rev. 36587
|
Sat, 18 Jan 2014 14:05:27 +0000 |
reimar |
vo_bl: cosmetics, use more readable array indexing syntax.
|
Sat, 18 Jan 2014 14:04:31 +0000 |
reimar |
vo_bl: consistently multiply by "channels".
|
Sat, 18 Jan 2014 13:59:00 +0000 |
reimar |
vo_bl: Simplify realloc + memset to calloc.
|
Sat, 18 Jan 2014 13:55:52 +0000 |
reimar |
vo_bl: Simplify/avoid duplicating size calculations.
|
Sat, 18 Jan 2014 13:49:18 +0000 |
reimar |
vo_bl: cosmetics, reindent.
|
Sat, 18 Jan 2014 13:46:54 +0000 |
reimar |
vo_bl: minor simplification of size reinit case.
|
Sat, 18 Jan 2014 13:43:10 +0000 |
reimar |
vo_bl: Do memory allocation only in one place.
|
Sat, 18 Jan 2014 13:36:37 +0000 |
reimar |
vo_bl: Simplify parser, reduce code duplication.
|
Sat, 18 Jan 2014 13:14:54 +0000 |
reimar |
vo_bl: Use strcspn
|
Sat, 18 Jan 2014 13:07:40 +0000 |
reimar |
vo_bl: Move variables into blocks that use them.
|
Sat, 18 Jan 2014 13:05:50 +0000 |
reimar |
vo_bl: Use snprintf.
|
Sat, 18 Jan 2014 12:59:25 +0000 |
reimar |
vo_bl: remove pointless casts.
|
Sat, 18 Jan 2014 12:53:54 +0000 |
reimar |
vo_bl: after close reset to NULL/-1.
|
Sat, 18 Jan 2014 12:51:35 +0000 |
reimar |
vo_bl: move assignment to a place where it actuall has an effect.
|
Sat, 18 Jan 2014 12:47:54 +0000 |
reimar |
vo_bl: Deobfuscate, use strdup.
|
Sat, 18 Jan 2014 12:43:38 +0000 |
reimar |
vo_bl: Fix a memleak
|
Sat, 18 Jan 2014 12:39:58 +0000 |
reimar |
vo_bl: Fix crashes on error.
|
Sat, 18 Jan 2014 12:15:34 +0000 |
reimar |
Fix video size < blinkenlights size again.
|
Sat, 18 Jan 2014 11:59:59 +0000 |
reimar |
Do not needlessly request chroma.
|
Sat, 18 Jan 2014 11:58:13 +0000 |
reimar |
vo_bl: Switch to modern VOCTRL_DRAW_IMAGE API.
|
Sat, 18 Jan 2014 11:41:27 +0000 |
reimar |
Simplify: use memcpy_pic.
|
Fri, 17 Jan 2014 15:47:12 +0000 |
compn |
add comment about ac3 aes, patch by funman
|
Fri, 17 Jan 2014 15:38:37 +0000 |
ib |
Record GUI option 'idle' in the man page.
|
Fri, 17 Jan 2014 15:25:21 +0000 |
ib |
Add MSGTR_PREFERENCES_NoEnc.
|
Fri, 17 Jan 2014 15:02:31 +0000 |
ib |
Revise MSGTR_PREFERENCES_None.
|
Thu, 16 Jan 2014 21:41:17 +0000 |
ib |
Fix wrong #ifdef.
|
Wed, 15 Jan 2014 20:04:34 +0000 |
michael |
configure: Add CONFIG_INTRAX8, fix build
|
Wed, 15 Jan 2014 13:58:54 +0000 |
michael |
configure: add aarch64 to arch_all to prevent build failure of soon to be pushed ffmpeg
|
Tue, 14 Jan 2014 17:57:43 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 14 Jan 2014 17:56:50 +0000 |
ib |
Fix setting entry for subtitle_font_encoding.
|
Tue, 14 Jan 2014 17:13:36 +0000 |
ib |
Add missing Windows code page encodings.
|
Tue, 14 Jan 2014 16:53:48 +0000 |
ib |
Add missing ISO-8859 encodings.
|
Tue, 14 Jan 2014 16:38:15 +0000 |
ib |
Fix KOI8 encodings.
|
Mon, 13 Jan 2014 19:53:53 +0000 |
ib |
Add UTF-8 to list of available encodings.
|
Mon, 13 Jan 2014 19:44:08 +0000 |
ib |
Revise encoding comments.
|
Mon, 13 Jan 2014 19:03:57 +0000 |
ib |
Rearrange encodings.
|
Mon, 13 Jan 2014 18:46:09 +0000 |
ib |
Change encoding names to upper case.
|
Fri, 10 Jan 2014 12:15:59 +0000 |
cehoyos |
Allow playback of ac3 and eac3 wav files with waveformatex header and guid.
|
Mon, 06 Jan 2014 20:43:17 +0000 |
iive |
XvMC: Add check for invalid data_size in the shmem case.
|
Mon, 06 Jan 2014 20:11:56 +0000 |
iive |
XvMC: Remove message requesting feedback for OSD backend rendering.
|
Mon, 06 Jan 2014 20:01:48 +0000 |
iive |
XvMC: Handle shm xvimage allocation error.
|
Mon, 06 Jan 2014 19:55:26 +0000 |
iive |
XvMC: Minor refoactoring of allocate_xvimage().
|
Thu, 02 Jan 2014 09:16:57 +0000 |
ib |
Update year in copyright notes.
|
Wed, 01 Jan 2014 22:19:26 +0000 |
cehoyos |
Support Atrac 3+ in oma files.
|
Wed, 01 Jan 2014 22:18:33 +0000 |
cehoyos |
Support Atrac 3+ in wav files.
|
Wed, 01 Jan 2014 22:17:01 +0000 |
cehoyos |
Set audio channel_layout from container when using FFmpeg decoder.
|
Wed, 01 Jan 2014 22:13:47 +0000 |
cehoyos |
Update Copyright year.
|
Tue, 31 Dec 2013 15:31:23 +0000 |
reimar |
Merge declaration and initialization.
|
Tue, 31 Dec 2013 15:31:15 +0000 |
reimar |
Simpler/more robust cleanup code.
|
Tue, 31 Dec 2013 15:31:09 +0000 |
reimar |
Remove pointless explicit initialization.
|
Tue, 31 Dec 2013 15:30:58 +0000 |
reimar |
Add missing "static".
|
Tue, 31 Dec 2013 15:30:49 +0000 |
reimar |
libao2: Add sndio audio output module.
|
Sun, 22 Dec 2013 20:36:52 +0000 |
reimar |
Only update aspect when there was an actual change.
|
Tue, 17 Dec 2013 22:57:00 +0000 |
ib |
Get rid of guiInfo member afilter.
|
Tue, 17 Dec 2013 22:41:24 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 17 Dec 2013 22:40:51 +0000 |
ib |
Add mpctx_get_stream().
|
Tue, 17 Dec 2013 22:31:30 +0000 |
ib |
Add mpctx_get_global_sub_pos().
|
Tue, 17 Dec 2013 22:30:06 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 17 Dec 2013 22:27:13 +0000 |
ib |
Fix small bug with GUI_SET_STREAM.
|
Tue, 17 Dec 2013 22:18:13 +0000 |
ib |
Use variable for passed data in GUI_SET_AUDIO.
|
Tue, 17 Dec 2013 22:12:19 +0000 |
ib |
Provide GUI_SET_MIXER call with argument.
|
Tue, 17 Dec 2013 18:46:48 +0000 |
reimar |
Switch from deprecated intfloat_readwrite.h to intfloat.h
|
Tue, 17 Dec 2013 16:00:57 +0000 |
iive |
Add XvMC hwaccel defines to configure.
|
Tue, 17 Dec 2013 15:44:45 +0000 |
iive |
Allow the compilation of more than one hwaccel format.
|
Mon, 16 Dec 2013 00:06:28 +0000 |
cehoyos |
Define HAVE_LIBC_MSVCRT to avoid a warning.
|
Sat, 14 Dec 2013 00:43:10 +0000 |
michael |
configure: fix build when ffmpeg Makefiles use CONFIG_THREADS
|
Thu, 12 Dec 2013 21:25:47 +0000 |
compn |
more binary codecs, patch by David Spreadborough
|
Wed, 11 Dec 2013 20:03:03 +0000 |
reimar |
Only detect a file as MPEG-PS if we can find at least 2 packets.
|
Wed, 11 Dec 2013 20:03:02 +0000 |
reimar |
Fix potential endless loop while probing.
|
Mon, 09 Dec 2013 14:11:16 +0000 |
compn |
add imm5 / imm6 binary codec, patch by David Spreadborough
|
Sun, 08 Dec 2013 18:29:09 +0000 |
reimar |
Make handling of query_format more robust.
|
Sun, 08 Dec 2013 17:53:59 +0000 |
reimar |
Revert r36537.
|
Sun, 08 Dec 2013 17:52:23 +0000 |
reimar |
Query codec support first.
|
Sun, 08 Dec 2013 15:07:00 +0000 |
reimar |
Workaround VDPAU decode errors on aspect change on NVidia.
|
Fri, 06 Dec 2013 19:37:07 +0000 |
reimar |
Add support for Nios-II architecture.
|
Fri, 06 Dec 2013 19:32:52 +0000 |
reimar |
demux_avs: fixed pointer signedness mismatch
|
Fri, 06 Dec 2013 19:30:53 +0000 |
reimar |
demux_avs: calloc instead of malloc + memset
|
Mon, 02 Dec 2013 14:43:24 +0000 |
ib |
Update track information at GUI_SET_STREAM for CDDA and VCD.
|
Mon, 02 Dec 2013 14:38:08 +0000 |
ib |
Add stream control command STREAM_CTRL_GET_CURRENT_TITLE for VCD.
|
Mon, 02 Dec 2013 14:30:21 +0000 |
ib |
Silence a format warning with cdparanoia.
|
Mon, 02 Dec 2013 14:13:47 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for CDDA.
|
Mon, 02 Dec 2013 13:53:03 +0000 |
ib |
Revise and fix stream control for VCD.
|
Sun, 01 Dec 2013 04:17:02 +0000 |
jrash |
Synced with help_mp-en.h rev. 36525
|
Sun, 01 Dec 2013 04:13:22 +0000 |
jrash |
sync with en/mplayer.1 rev. 36525
|
Fri, 29 Nov 2013 13:10:31 +0000 |
ib |
Don't discard current DVD track information without cause.
|
Fri, 29 Nov 2013 12:41:32 +0000 |
ib |
Add support for TV/DVB to the GUI.
|
Fri, 29 Nov 2013 12:34:21 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_CURRENT_CHANNEL.
|
Fri, 29 Nov 2013 00:26:17 +0000 |
ib |
Revise German translation of some help messages.
|
Fri, 29 Nov 2013 00:16:48 +0000 |
ib |
Revise German translation of some help messages.
|
Sun, 24 Nov 2013 00:44:44 +0000 |
ib |
Remove unused definitions.
|
Tue, 19 Nov 2013 18:36:10 +0000 |
compn |
codecs.conf: add DYM4 to mpeg4
|
Tue, 19 Nov 2013 18:10:47 +0000 |
reimar |
Avoid resetting fields when we will never have set them in the first place.
|
Tue, 19 Nov 2013 11:03:11 +0000 |
ib |
Revise German translation of some help messages.
|
Mon, 18 Nov 2013 19:54:22 +0000 |
reimar |
Fix pts handling with -framedrop.
|
Sat, 16 Nov 2013 23:31:56 +0000 |
reimar |
Improve handling of internal vs. external dvdread/dvdnav
|
Sat, 16 Nov 2013 23:27:16 +0000 |
reimar |
Chose cheaper alpha blend equation.
|
Sat, 16 Nov 2013 23:23:46 +0000 |
reimar |
Code changes to avoid additional unnecessary re-inits.
|
Sat, 16 Nov 2013 08:10:04 +0000 |
reimar |
Display messages that can be confusing only with -v.
|
Sat, 16 Nov 2013 08:07:08 +0000 |
reimar |
Avoid message spam by not trying formats that will not work.
|
Sat, 16 Nov 2013 07:54:17 +0000 |
reimar |
Fix hardware acceleration notification for VDPAU.
|
Sat, 16 Nov 2013 07:37:32 +0000 |
reimar |
Try enabling DR for FFmpeg VP8 decoder.
|
Sat, 16 Nov 2013 07:33:54 +0000 |
reimar |
Add support for VP9 decoding via FFmpeg.
|
Fri, 15 Nov 2013 19:36:29 +0000 |
reimar |
Make PES detection less sensitive.
|
Fri, 15 Nov 2013 19:36:27 +0000 |
reimar |
Use DEMUXER_TYPE_UNKNOWN define.
|
Fri, 15 Nov 2013 11:28:15 +0000 |
compn |
codecs.conf: add vp9, patch by james zern
|
Sat, 09 Nov 2013 08:50:16 +0000 |
reimar |
Move cast to right place to avoid warning.
|
Sat, 09 Nov 2013 08:46:02 +0000 |
reimar |
Prefer -title if given for audio output name.
|
Sat, 09 Nov 2013 08:46:01 +0000 |
reimar |
font_load_ft: small simplifications.
|
Fri, 08 Nov 2013 21:06:40 +0000 |
al |
mplayer: Fix a crash seeking with -chapter and -ass
|
Fri, 08 Nov 2013 16:59:55 +0000 |
michael |
configure: add CONFIG_H263DSP to preempt build problems
|
Wed, 30 Oct 2013 18:51:33 +0000 |
reimar |
vo_corevideo: Add include to fix compilation on OSX 10.9
|
Wed, 30 Oct 2013 18:45:48 +0000 |
reimar |
af_volume: add NEON optimization for common float case.
|
Tue, 29 Oct 2013 19:24:16 +0000 |
reimar |
af_volume: optimize for common case where all channels
|
Tue, 29 Oct 2013 19:24:13 +0000 |
reimar |
af_volume: Avoid pointlessly calculating the maximum volume.
|
Sun, 27 Oct 2013 18:06:52 +0000 |
jrash |
Synced with help_mp-en.h rev. 36470
|
Sat, 26 Oct 2013 21:39:20 +0000 |
reimar |
Fall back to uname -p if uname -m does not give anything useful.
|
Sat, 26 Oct 2013 21:30:17 +0000 |
reimar |
Fix configure for cases when libm is not available.
|
Sat, 26 Oct 2013 10:23:03 +0000 |
reimar |
Remove unused per-channel enable.
|
Sat, 26 Oct 2013 10:16:09 +0000 |
reimar |
Remove unused code that costs a good bit of performance.
|
Sat, 26 Oct 2013 09:36:23 +0000 |
reimar |
Remove some macros and switch to libavutil equivalents.
|
Sat, 26 Oct 2013 09:36:21 +0000 |
reimar |
Remove pointless cast.
|
Sat, 26 Oct 2013 09:17:28 +0000 |
reimar |
ARM NEON optimization for float->int conversion.
|
Sat, 26 Oct 2013 08:30:29 +0000 |
reimar |
Add ARM NEON optimization of common channel interleave cases.
|
Fri, 25 Oct 2013 19:59:59 +0000 |
reimar |
Add some "const" to input-only pointers.
|
Fri, 25 Oct 2013 19:59:58 +0000 |
reimar |
vd_ffmpeg: disable DR also for HEVC.
|
Fri, 25 Oct 2013 19:59:57 +0000 |
reimar |
Use sizeof(*var) instead of sizeof(type), prefer calloc.
|
Fri, 25 Oct 2013 19:59:56 +0000 |
reimar |
Remove pointless casts.
|
Fri, 25 Oct 2013 19:59:54 +0000 |
reimar |
Add some missing "const".
|
Thu, 24 Oct 2013 12:06:41 +0000 |
ib |
Define STRIP for FFmpeg.
|
Sun, 20 Oct 2013 12:51:38 +0000 |
reimar |
demux_lavf: Ignore failure to find stream info.
|
Sun, 20 Oct 2013 12:51:35 +0000 |
reimar |
Use correct types for constants.
|
Fri, 18 Oct 2013 18:03:21 +0000 |
cehoyos |
Support little endian G.726 as found in Sun au files.
|
Fri, 18 Oct 2013 06:16:58 +0000 |
cehoyos |
Support 4k AVC-Intra in mov.
|
Fri, 18 Oct 2013 06:07:20 +0000 |
cehoyos |
Add some comments for internal PCM FourCC's.
|
Fri, 18 Oct 2013 06:04:40 +0000 |
cehoyos |
Support playback of f32le in mov.
|
Thu, 17 Oct 2013 09:55:57 +0000 |
cehoyos |
Support HEVC in native mpeg-ts demuxer.
|
Thu, 17 Oct 2013 09:47:42 +0000 |
cehoyos |
Preliminary support for FFmpeg HEVC decoder.
|
Thu, 17 Oct 2013 00:07:12 +0000 |
reimar |
Fix hang if uninit is called while the window is still hidden.
|
Wed, 16 Oct 2013 19:18:48 +0000 |
ib |
Translate MSGTR_VO_OutputDirectory.
|
Wed, 16 Oct 2013 19:02:00 +0000 |
al |
vo pnm: Always print output directory
|
Wed, 16 Oct 2013 18:56:16 +0000 |
al |
vo jpeg, png, pnm: Make output directory message less confusing
|
Wed, 16 Oct 2013 17:47:16 +0000 |
reimar |
vd_ffmpeg: catch invalid aspect from FFmpeg.
|
Wed, 16 Oct 2013 17:20:31 +0000 |
reimar |
ad_ffmpeg: fix commit fixing sample rate changes to actually work.
|
Tue, 15 Oct 2013 18:58:55 +0000 |
reimar |
vo_vdpau: Initialize variables before, not after setup code.
|
Tue, 15 Oct 2013 18:44:09 +0000 |
reimar |
Set skip_alpha, we currently have no use for alpha values.
|
Tue, 15 Oct 2013 18:44:08 +0000 |
reimar |
Handle files with sample rate changes correctly.
|
Mon, 14 Oct 2013 14:25:47 +0000 |
cehoyos |
Support H.264 fourcc UMSV.
|
Fri, 11 Oct 2013 11:42:34 +0000 |
compn |
add binary geovision avc codec
|
Fri, 11 Oct 2013 08:01:32 +0000 |
cehoyos |
Add H.264 fourcc GAVC for GeoVision cameras.
|
Fri, 04 Oct 2013 17:22:22 +0000 |
reimar |
mpeg123: Support in-stream format changes.
|
Fri, 04 Oct 2013 01:10:58 +0000 |
compn |
add screenpressor SCPR binary decoder
|
Tue, 24 Sep 2013 20:50:02 +0000 |
reimar |
Update libass to latest git version.
|
Sun, 22 Sep 2013 09:03:30 +0000 |
reimar |
Pass playing filename to audio outputs.
|
Sun, 22 Sep 2013 08:34:08 +0000 |
reimar |
Fix a few memleaks.
|
Sun, 22 Sep 2013 07:31:55 +0000 |
reimar |
Ensure AVDictionary pointer is initialized.
|
Sat, 21 Sep 2013 16:53:12 +0000 |
reimar |
Move rtsp_transport_* variables to demuxer.c
|
Sat, 21 Sep 2013 16:39:24 +0000 |
reimar |
Autodetect if pthread_cancel is available.
|
Sat, 21 Sep 2013 15:55:28 +0000 |
reimar |
Add support for -rtsp-stream-over-tcp and -rtsp-stream-over-http for FFmpeg.
|
Sat, 21 Sep 2013 15:43:45 +0000 |
reimar |
Add support for ffmpeg's demuxer-specific options.
|
Sat, 21 Sep 2013 00:03:09 +0000 |
cehoyos |
Do not try to build FFmpeg protocols depending on external libraries.
|
Thu, 19 Sep 2013 17:54:59 +0000 |
reimar |
Fix possible crash when mpi is NULL.
|
Mon, 16 Sep 2013 18:35:46 +0000 |
reimar |
Add hack/workaround for FFmpeg offering pixfmts not valid
|
Mon, 16 Sep 2013 01:46:25 +0000 |
compn |
codecs.conf: ffg7231 decodes vivo 7231 in asf and viv
|
Sun, 15 Sep 2013 20:45:55 +0000 |
reimar |
Fix compilation when VDPAU is disabled.
|
Sun, 15 Sep 2013 11:34:54 +0000 |
reimar |
Restore VDPAU codecs using non-hwaccel interface with "old" suffix.
|
Sun, 15 Sep 2013 11:29:03 +0000 |
reimar |
Restore support for old-style VDPAU.
|
Sat, 14 Sep 2013 10:57:24 +0000 |
cehoyos |
Do not suppress FFmpeg deprecated warnings with pragma.
|
Mon, 09 Sep 2013 19:40:56 +0000 |
reimar |
Disable UNIX protocol when not supported.
|
Tue, 03 Sep 2013 20:36:41 +0000 |
reimar |
Support ffmpeg://dummy:// in muxer_lavf.
|
Tue, 03 Sep 2013 20:28:25 +0000 |
reimar |
Quick hack to allow using ffmpeg's image2 demuxer.
|
Tue, 03 Sep 2013 20:05:29 +0000 |
reimar |
muxer_lavf: partially support formats creating files own their own.
|
Tue, 03 Sep 2013 20:05:28 +0000 |
reimar |
ve_lavc: simplify and support more colorspace formats.
|
Tue, 03 Sep 2013 13:03:35 +0000 |
compn |
codecs.conf: add 0x64 to g726, works on g726-test1.wav
|
Sat, 31 Aug 2013 06:49:56 +0000 |
reimar |
avidemux: try reading ODML index if the default one is
|
Fri, 30 Aug 2013 19:41:38 +0000 |
reimar |
libmad: try decoding buffered data after EOF.
|
Fri, 30 Aug 2013 19:41:37 +0000 |
reimar |
ad_libmad: simplify code a bit.
|
Fri, 30 Aug 2013 19:25:11 +0000 |
reimar |
Fix channel reordering for ac3_fixed encoder.
|
Sun, 25 Aug 2013 17:57:25 +0000 |
reimar |
Support -alang and -slang for bluray://
|
Sun, 25 Aug 2013 17:23:22 +0000 |
reimar |
Fix disabling subtitles by switching through them.
|
Sun, 25 Aug 2013 11:30:45 +0000 |
reimar |
Quick an inefficient hack to enable planar encoding.
|
Sun, 25 Aug 2013 11:30:43 +0000 |
reimar |
Extract audio encoding code into a separate helper function.
|
Sun, 25 Aug 2013 11:30:42 +0000 |
reimar |
lavcac3enc: avoid code duplication.
|
Wed, 21 Aug 2013 18:08:37 +0000 |
reimar |
Avoid reinitializing VDPAU on e.g. simple aspect changes.
|
Wed, 21 Aug 2013 18:08:25 +0000 |
michael |
configure: add config_exif for ffmpeg
|
Thu, 15 Aug 2013 19:43:30 +0000 |
reimar |
Add define to reduce warnings.
|
Wed, 14 Aug 2013 16:54:11 +0000 |
reimar |
Leave it to FFmpeg to disable multithreading with hwaccel.
|
Wed, 14 Aug 2013 10:21:30 +0000 |
al |
vo png: Error handling and clean up
|
Wed, 14 Aug 2013 10:16:46 +0000 |
al |
vo png: Switch to avcodec_encode_video2
|
Tue, 13 Aug 2013 20:45:51 +0000 |
reimar |
Extract some setup code into a separate function.
|
Mon, 12 Aug 2013 19:56:34 +0000 |
reimar |
Fix a possible crash when DRI failed.
|
Mon, 12 Aug 2013 19:37:35 +0000 |
reimar |
Fix possible hang bug with -ao pcm.
|
Mon, 12 Aug 2013 19:37:33 +0000 |
reimar |
Do not increment frame drop count when at EOF.
|
Sun, 11 Aug 2013 18:28:58 +0000 |
reimar |
Make VDPAU support work again with latest FFmpeg.
|
Sat, 10 Aug 2013 04:02:17 +0000 |
jrash |
Synced with help_mp-en.h rev. 36413
|
Fri, 09 Aug 2013 22:09:25 +0000 |
reimar |
If VDPAU is available enable all VDPAU HWACCELs.
|
Fri, 09 Aug 2013 20:11:22 +0000 |
reimar |
Avoid some code duplication.
|
Fri, 09 Aug 2013 20:10:54 +0000 |
reimar |
Const correctness fix.
|
Wed, 07 Aug 2013 21:06:59 +0000 |
ib |
Be more consistent with movie aspect setting and check.
|
Wed, 07 Aug 2013 20:41:34 +0000 |
ib |
Don't subsequently calculate original_aspect from last movie_aspect.
|
Wed, 07 Aug 2013 18:21:06 +0000 |
reimar |
Factor out some common code.
|
Wed, 07 Aug 2013 15:01:06 +0000 |
ib |
Revise switch_ratio documentation.
|