Wed, 18 Feb 2009 07:52:17 +0000 |
reimar |
Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles
|
Wed, 18 Feb 2009 02:04:16 +0000 |
bircoph |
Sync with r28618.
|
Tue, 17 Feb 2009 22:05:25 +0000 |
diego |
AVR32 apparently supports fast unaligned accesses.
|
Tue, 17 Feb 2009 21:08:22 +0000 |
reimar |
Set samplerate in reset also for AC3, and set it before the format in that
|
Tue, 17 Feb 2009 20:44:45 +0000 |
reimar |
Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
|
Tue, 17 Feb 2009 19:01:29 +0000 |
reimar |
Make it possible for mpcodecs_get_image to return NULL as the
|
Tue, 17 Feb 2009 18:59:47 +0000 |
reimar |
Print an error and return NULL in vf_get_image if we try to allocate
|
Tue, 17 Feb 2009 16:40:50 +0000 |
reimar |
Set avctx->opaque already at init instead of decode so it can be used in
|
Tue, 17 Feb 2009 15:00:57 +0000 |
Gabrov |
Typo fix
|
Tue, 17 Feb 2009 12:00:43 +0000 |
diego |
cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
|
Tue, 17 Feb 2009 11:59:49 +0000 |
reimar |
Extend calc_src_dst_rects to also calculate the border values needed for
|
Tue, 17 Feb 2009 11:52:39 +0000 |
diego |
cosmetics: const static --> static const, avoids the debug mode warning:
|
Tue, 17 Feb 2009 11:40:59 +0000 |
diego |
Also set HAVE_EBP_AVAILABLE in debug mode.
|
Tue, 17 Feb 2009 11:29:43 +0000 |
diego |
cosmetics: Remove stray empty lines.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Tue, 17 Feb 2009 10:41:13 +0000 |
diego |
Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
|
Tue, 17 Feb 2009 10:13:08 +0000 |
cehoyos |
Fix compilation after last commit.
|
Tue, 17 Feb 2009 08:09:36 +0000 |
reimar |
Cropping parameter to calc_src_dst_rects is const
|
Tue, 17 Feb 2009 08:05:14 +0000 |
reimar |
100l, reset ass_border when switching out of fullscreen mode.
|
Tue, 17 Feb 2009 03:20:40 +0000 |
diego |
Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this
|
Tue, 17 Feb 2009 03:15:10 +0000 |
diego |
Move FFmpeg #includes below all others so that they do not override
|
Tue, 17 Feb 2009 03:08:56 +0000 |
diego |
Move libavutil #includes below all others so that they do not override
|
Tue, 17 Feb 2009 02:57:10 +0000 |
diego |
The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,
|
Tue, 17 Feb 2009 00:09:15 +0000 |
uau |
Fix compilation without VDPAU
|
Mon, 16 Feb 2009 23:56:19 +0000 |
cehoyos |
Fix #endif comment.
|
Mon, 16 Feb 2009 23:05:18 +0000 |
cehoyos |
Add note about ffwmv3vdpau.
|
Mon, 16 Feb 2009 20:58:13 +0000 |
reimar |
Add support for VDPAU video out, including hardware decoding.
|
Mon, 16 Feb 2009 20:07:52 +0000 |
bircoph |
Synced with r28615.
|
Mon, 16 Feb 2009 20:03:32 +0000 |
bircoph |
Add ccache usage suggestion to speed up compilation.
|
Mon, 16 Feb 2009 18:38:54 +0000 |
reimar |
100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when
|
Mon, 16 Feb 2009 17:05:58 +0000 |
diego |
Use fixed-point implementation on avr32.
|
Mon, 16 Feb 2009 17:02:16 +0000 |
diego |
Make configure recognize avr32.
|
Mon, 16 Feb 2009 02:00:29 +0000 |
diego |
Replace double semicolon by single semicolon.
|
Mon, 16 Feb 2009 00:29:25 +0000 |
diego |
Sync renaming of xvmc struct members in FFmpeg.
|
Mon, 16 Feb 2009 00:15:44 +0000 |
Gabrov |
synced with r28593
|
Sun, 15 Feb 2009 22:02:24 +0000 |
diego |
The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.
|
Sun, 15 Feb 2009 20:29:29 +0000 |
iive |
Reflect ffmpeg change of xvmc struct field to xvmc_id.
|
Sun, 15 Feb 2009 20:27:59 +0000 |
bircoph |
Fix spelling: "whom" should be used instead of "which" when we're
|
Sun, 15 Feb 2009 18:21:56 +0000 |
bircoph |
Remove the reference to history.html because history.xml was purged
|
Sun, 15 Feb 2009 17:55:57 +0000 |
diego |
whitespace cosmetics: Remove all tabs and trailing whitespace.
|
Sun, 15 Feb 2009 17:49:42 +0000 |
diego |
The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.
|
Sun, 15 Feb 2009 17:38:47 +0000 |
diego |
Remove unnecessary #ifdef around internal #include.
|
Sun, 15 Feb 2009 17:35:24 +0000 |
diego |
The xmvc structure member magic_id was renamed to unique_id.
|
Sun, 15 Feb 2009 17:29:00 +0000 |
reimar |
Remove unnecessary #if around forward declaration.
|
Sun, 15 Feb 2009 17:23:05 +0000 |
reimar |
Restructure get_format so it can easily be extended to handle VDPAU
|
Sun, 15 Feb 2009 16:57:08 +0000 |
reimar |
Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC.
|
Sun, 15 Feb 2009 15:42:58 +0000 |
bircoph |
Change man page encoding from KOI8-R to UTF-8.
|
Sun, 15 Feb 2009 15:31:25 +0000 |
bircoph |
Redescribe "parse system" with more clear and understandable
|
Sun, 15 Feb 2009 15:27:12 +0000 |
reimar |
Use PIX_FMT_NONE instead of -1
|
Sun, 15 Feb 2009 15:24:32 +0000 |
reimar |
Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC
|
Sun, 15 Feb 2009 14:48:30 +0000 |
bircoph |
Remove trailing whitespaces.
|
Sun, 15 Feb 2009 14:46:32 +0000 |
bircoph |
Synced with r28201.
|
Sun, 15 Feb 2009 14:10:47 +0000 |
reimar |
Extend get_buffer to handle the XvMC case and remove mc_get_buffer
|
Sun, 15 Feb 2009 13:24:17 +0000 |
reimar |
Unset MP_IMGFLAG_IN_USE in release_buffer.
|
Sun, 15 Feb 2009 13:17:04 +0000 |
reimar |
Merge two checks for mpi != NULL
|
Sun, 15 Feb 2009 13:14:17 +0000 |
reimar |
Make the default release_buffer work for XvMC, use it and remove mc_release_buffer
|
Sun, 15 Feb 2009 13:04:57 +0000 |
reimar |
Get rid of mc_render_slice and use the generic draw_slice instead.
|
Sun, 15 Feb 2009 12:19:36 +0000 |
bircoph |
Update info about contributions.
|
Sun, 15 Feb 2009 11:01:26 +0000 |
zuxy |
Fix a regression caused by r17933; RealMedia index tables could never be printed.
|
Sun, 15 Feb 2009 10:50:26 +0000 |
zuxy |
Support seek in multirate RealMedia files.
|
Sun, 15 Feb 2009 08:46:18 +0000 |
iive |
Reflect the change of xvmc struct name.
|
Sun, 15 Feb 2009 08:12:12 +0000 |
reimar |
WMVA works with VDPAU, too
|
Sun, 15 Feb 2009 08:07:36 +0000 |
reimar |
Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to
|
Sun, 15 Feb 2009 07:54:25 +0000 |
reimar |
Sync fourccs for ffvc1vdpau
|
Sun, 15 Feb 2009 07:53:21 +0000 |
reimar |
Sync fourcc list for ffmpeg12vdpau
|
Sun, 15 Feb 2009 02:38:20 +0000 |
iive |
Now xvmc struct uses magic_id field
|
Sun, 15 Feb 2009 02:08:45 +0000 |
iive |
Remove display_flag remains as the member has been removed from the xvmc struct.
|
Sun, 15 Feb 2009 00:53:02 +0000 |
bircoph |
Get rid of the trailing whitespaces.
|
Sun, 15 Feb 2009 00:51:47 +0000 |
bircoph |
'Capitalize' mplayer -> MPlayer when used as a project name.
|
Sun, 15 Feb 2009 00:46:09 +0000 |
bircoph |
Some more trailing whitespaces.
|
Sun, 15 Feb 2009 00:44:53 +0000 |
bircoph |
Get rid of trailing whitespaces.
|
Sun, 15 Feb 2009 00:33:25 +0000 |
bircoph |
Fix r28506.
|
Sun, 15 Feb 2009 00:01:54 +0000 |
bircoph |
Sync with r28520, 100% done.
|
Sat, 14 Feb 2009 23:31:24 +0000 |
iive |
Remove some xvmc field initializations. They are not used by
|
Sat, 14 Feb 2009 22:21:55 +0000 |
compn |
timebomb made some swscale AltiVec fixes
|
Sat, 14 Feb 2009 20:53:29 +0000 |
bircoph |
Sync with r27979.
|
Sat, 14 Feb 2009 20:18:50 +0000 |
stefano |
Use sws_printVec2() instead of the deprecated sws_printVec().
|
Sat, 14 Feb 2009 20:14:28 +0000 |
stefano |
Implement sws_printVec2() and deprecate sws_printVec().
|
Sat, 14 Feb 2009 19:37:13 +0000 |
stefano |
Document sws_normalizeVec().
|
Sat, 14 Feb 2009 19:17:08 +0000 |
bircoph |
Sync with r27639.
|
Sat, 14 Feb 2009 18:44:38 +0000 |
bircoph |
Actually it is in sync with SVN HEAD.
|
Sat, 14 Feb 2009 17:58:33 +0000 |
reimar |
Use fmt-conversion.h in vd_ffmpeg.c
|
Sat, 14 Feb 2009 17:57:47 +0000 |
reimar |
Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.
|
Sat, 14 Feb 2009 17:43:06 +0000 |
reimar |
Consistently place whitespace around * ( ) and ,
|
Sat, 14 Feb 2009 17:30:41 +0000 |
reimar |
Remove useless break
|
Sat, 14 Feb 2009 17:29:59 +0000 |
reimar |
Indentation and other whitespace fixes
|
Sat, 14 Feb 2009 17:18:55 +0000 |
diego |
Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.
|
Sat, 14 Feb 2009 16:39:15 +0000 |
kostya |
Make hScale_altivec_real() trim its output like other implementations do
|
Sat, 14 Feb 2009 16:37:39 +0000 |
kostya |
Some AltiVec functions in SwScaler produce different output than their
|
Sat, 14 Feb 2009 13:06:52 +0000 |
diego |
partial update, patch by sevenfourk, sevenfourk gmail com
|
Sat, 14 Feb 2009 11:43:14 +0000 |
diego |
Replace fprintf call by mp_msg, fixes the warning:
|
Sat, 14 Feb 2009 08:37:29 +0000 |
reimar |
Cosmetics: handle all special/compressed formats in a single if in mp_image_setfmt
|
Sat, 14 Feb 2009 08:29:45 +0000 |
reimar |
Add support for image formats and codecs used by VDPAU
|
Sat, 14 Feb 2009 08:22:49 +0000 |
reimar |
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
|
Thu, 12 Feb 2009 20:22:02 +0000 |
reimar |
Fix typo in German message.
|
Thu, 12 Feb 2009 19:28:04 +0000 |
Gabrov |
synced with r28532
|
Thu, 12 Feb 2009 18:03:38 +0000 |
reimar |
Remove now unused vo_calc_drwXY function.
|
Thu, 12 Feb 2009 17:40:53 +0000 |
reimar |
Add a calc_src_dst_rects that calculates from window size, panscan etc.
|
Thu, 12 Feb 2009 16:58:47 +0000 |
reimar |
100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,
|
Thu, 12 Feb 2009 15:41:59 +0000 |
reimar |
Remove trailing whitespace from vd_ffmpeg.
|
Thu, 12 Feb 2009 15:39:32 +0000 |
reimar |
Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.
|
Thu, 12 Feb 2009 15:35:18 +0000 |
reimar |
Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.
|
Thu, 12 Feb 2009 12:43:14 +0000 |
reimar |
Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was
|
Thu, 12 Feb 2009 12:32:16 +0000 |
diego |
Ignore errors from all rm commands in clean targets.
|
Thu, 12 Feb 2009 12:17:50 +0000 |
diego |
On clean/distclean, remove binaries with all types of executable suffixes.
|
Thu, 12 Feb 2009 12:13:07 +0000 |
diego |
Use addprefix and addsuffix functions to generate TOOLS variable.
|
Thu, 12 Feb 2009 00:12:10 +0000 |
stefano |
Apply misc fixes for sws_getCachedContext() documentation.
|
Thu, 12 Feb 2009 00:07:44 +0000 |
stefano |
Bump micro version, related to r28491.
|
Wed, 11 Feb 2009 23:42:29 +0000 |
stefano |
Document sws_getContext().
|
Wed, 11 Feb 2009 23:11:06 +0000 |
diego |
Port check for 10 assembler operands support from FFmpeg.
|
Wed, 11 Feb 2009 21:34:44 +0000 |
stefano |
Document sws_getIdentityVec().
|
Wed, 11 Feb 2009 16:47:57 +0000 |
diego |
Convert "advanced audio usage" into from a subsection to a chapter.
|
Wed, 11 Feb 2009 16:46:45 +0000 |
diego |
Replace a mention of MPlayer by MEncoder in the MEncoder section.
|
Wed, 11 Feb 2009 16:45:45 +0000 |
diego |
Remove outdated FAQ entries.
|
Wed, 11 Feb 2009 00:38:42 +0000 |
diego |
Remove unnecessary _UWIN #define.
|
Tue, 10 Feb 2009 23:45:50 +0000 |
stefano |
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
|
Tue, 10 Feb 2009 23:43:08 +0000 |
stefano |
Document sws_cloneVec().
|
Tue, 10 Feb 2009 23:40:58 +0000 |
stefano |
Fix typo: lenght -> length.
|
Tue, 10 Feb 2009 23:38:01 +0000 |
stefano |
Document sws_scaleVec().
|
Tue, 10 Feb 2009 23:32:16 +0000 |
stefano |
Document sws_getConstVec().
|
Tue, 10 Feb 2009 23:26:56 +0000 |
stefano |
Move documentation of sws_getCachedContext() from swscale.c to
|
Tue, 10 Feb 2009 23:25:09 +0000 |
stefano |
Remove pointless comment regarding sws_scale_ordered().
|
Tue, 10 Feb 2009 23:22:07 +0000 |
stefano |
Add a @deprecated notice to swscale_get_ordered().
|
Tue, 10 Feb 2009 15:34:44 +0000 |
diego |
Add priority support for OS/2 and factorize the Windows priority support.
|
Tue, 10 Feb 2009 02:01:35 +0000 |
diego |
Add proper check for posix_memalign(), needed for FFmpeg.
|
Tue, 10 Feb 2009 02:00:45 +0000 |
diego |
Remove unnecessary emms Assembler instructions.
|
Tue, 10 Feb 2009 00:24:08 +0000 |
diego |
partial sync with obsolete section removal
|
Tue, 10 Feb 2009 00:23:50 +0000 |
diego |
partial sync with obsolete section removal
|
Tue, 10 Feb 2009 00:15:44 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 23:49:02 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 23:43:36 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 23:42:16 +0000 |
stefano |
Document coeff and length fields in SwsVector.
|
Mon, 09 Feb 2009 23:37:51 +0000 |
diego |
Sync x264 section renaming.
|
Mon, 09 Feb 2009 23:35:13 +0000 |
diego |
Use consistent names for codec installation sections.
|
Mon, 09 Feb 2009 23:23:36 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 23:11:44 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 23:09:13 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 23:08:51 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 22:51:32 +0000 |
diego |
partial sync with obsolete section removal
|
Mon, 09 Feb 2009 22:42:17 +0000 |
diego |
partial sync with obsolete section removals
|
Mon, 09 Feb 2009 22:00:57 +0000 |
aurel |
change internal real video packetizing format to the more straight forward one
|
Mon, 09 Feb 2009 20:31:35 +0000 |
diego |
Revert #undefining system functions, it is not necessary.
|
Mon, 09 Feb 2009 20:02:04 +0000 |
diego |
bruteforce partial sync with obsolete documentation removal
|
Mon, 09 Feb 2009 18:04:19 +0000 |
diego |
Add config.h #include for ARCH_X86 definition.
|
Mon, 09 Feb 2009 18:01:36 +0000 |
diego |
Add #undefs to reenable system functions that are normally forbidden in other
|
Mon, 09 Feb 2009 17:53:33 +0000 |
diego |
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
|
Mon, 09 Feb 2009 15:43:51 +0000 |
reimar |
Use SetErrorMode so Windows will not show all kinds of error dialogs
|
Mon, 09 Feb 2009 14:31:53 +0000 |
kostya |
Prefix visible YUV2RGB functions with sws_
|
Mon, 09 Feb 2009 14:17:30 +0000 |
kostya |
Give better name to Inverse_Table_6_9
|
Mon, 09 Feb 2009 11:19:19 +0000 |
diego |
Remove file name from file headers.
|
Mon, 09 Feb 2009 00:29:26 +0000 |
diego |
Print information about detected CPU in verbose mode only.
|
Sun, 08 Feb 2009 23:06:05 +0000 |
stefano |
Drop the deprecated sws_scale_ordered() at the next major version
|
Sun, 08 Feb 2009 23:02:06 +0000 |
stefano |
Replace int type with enum PixelFormat for the dstFormat/srcFormat
|
Sun, 08 Feb 2009 22:50:57 +0000 |
stefano |
Fix a typo: lumaSarpen -> lumaSharpen.
|
Sun, 08 Feb 2009 22:49:52 +0000 |
diego |
cosmetics: Remove leading underscore from all def_ variables.
|
Sun, 08 Feb 2009 21:57:14 +0000 |
diego |
Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.
|
Sun, 08 Feb 2009 21:56:18 +0000 |
diego |
CONFIG_LIBAMR_NB/WB should be 0/1 #defines.
|
Sun, 08 Feb 2009 21:45:32 +0000 |
diego |
Fix FFmpeg decoder info fields to be consistent.
|
Sun, 08 Feb 2009 21:42:48 +0000 |
diego |
cosmetics: Drop redundant "decoder" from codec info fields.
|
Sun, 08 Feb 2009 11:07:16 +0000 |
Gabrov |
synced with r28432
|
Sun, 08 Feb 2009 03:42:00 +0000 |
diego |
Conditionally compile aclib.c instead of placing #ifdef around its content.
|
Sun, 08 Feb 2009 03:39:07 +0000 |
diego |
Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Sat, 07 Feb 2009 17:34:45 +0000 |
diego |
Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
|
Sat, 07 Feb 2009 15:40:07 +0000 |
diego |
Sync with latest FFmpeg changes.
|
Sat, 07 Feb 2009 15:36:50 +0000 |
diego |
Add config.h/config.mak bzlib variables missed in last commit.
|
Sat, 07 Feb 2009 15:33:10 +0000 |
diego |
Add bzlib check for FFmpeg.
|
Sat, 07 Feb 2009 15:29:22 +0000 |
diego |
Fix a couple of unused variable warnings through the av_unused attribute.
|
Sat, 07 Feb 2009 15:23:55 +0000 |
diego |
Convert CONFIG_ZLIB into a 0/1 option.
|
Sat, 07 Feb 2009 15:19:43 +0000 |
diego |
Add READ_CACHE_TRACE #define for libdvdnav.
|
Sat, 07 Feb 2009 01:13:11 +0000 |
eugeni |
In case of several \move or \pos in one line, prefer the first one.
|
Sat, 07 Feb 2009 01:13:07 +0000 |
eugeni |
Add stubs for a few unimplemented tags.
|
Sat, 07 Feb 2009 01:13:02 +0000 |
eugeni |
Allow \be with arguments other than 0 or 1. Implement \blur.
|
Thu, 05 Feb 2009 19:45:13 +0000 |
gpoirier |
sync w/r28415
|
Thu, 05 Feb 2009 09:07:58 +0000 |
gogothebee |
Avoid message spam during video adapter uncooperative state.
|
Thu, 05 Feb 2009 09:06:09 +0000 |
gogothebee |
Unify info/error messages to a common style:
|
Wed, 04 Feb 2009 19:17:03 +0000 |
diego |
Print an error message when given insufficient parameters.
|
Wed, 04 Feb 2009 19:08:44 +0000 |
diego |
cosmetics: Regroup some FFmpeg config.h options.
|
Wed, 04 Feb 2009 19:04:22 +0000 |
diego |
Add proper check for arpa/inet.h.
|
Wed, 04 Feb 2009 18:34:39 +0000 |
diego |
cosmetics: Remove stray tab.
|
Wed, 04 Feb 2009 18:32:32 +0000 |
diego |
We use libdvdcss 1.2.10, not 1.2.9.
|
Wed, 04 Feb 2009 18:22:28 +0000 |
diego |
Do not hardcode HAVE_DOS_PATHS, set it by OS instead.
|
Tue, 03 Feb 2009 12:20:18 +0000 |
compn |
add automatic hw acceleration for vo gl entry
|
Tue, 03 Feb 2009 12:17:49 +0000 |
reimar |
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
|
Tue, 03 Feb 2009 11:47:07 +0000 |
reimar |
Add [gl] in front of vo_gl message
|
Tue, 03 Feb 2009 11:46:31 +0000 |
reimar |
Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much
|
Tue, 03 Feb 2009 11:00:09 +0000 |
reimar |
Add checks that a D3D device is available before attempting rendering.
|
Tue, 03 Feb 2009 10:54:27 +0000 |
reimar |
Remove the Present call after adapter reinitialization, it can not work anyway
|
Tue, 03 Feb 2009 10:39:56 +0000 |
reimar |
swab() needs _XOPEN_SOURCE to be defined.
|
Tue, 03 Feb 2009 10:21:17 +0000 |
reimar |
Cosmetics: remove empty line, improve some messages.
|
Tue, 03 Feb 2009 10:17:14 +0000 |
reimar |
Whitespace/comment typo cosmetics.
|
Tue, 03 Feb 2009 10:16:03 +0000 |
reimar |
Check for change_d3d_backbuffer failure.
|
Tue, 03 Feb 2009 10:14:44 +0000 |
reimar |
Fix several return values
|
Tue, 03 Feb 2009 00:12:19 +0000 |
reimar |
Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.
|
Mon, 02 Feb 2009 23:48:16 +0000 |
diego |
FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING
|
Mon, 02 Feb 2009 20:22:36 +0000 |
reimar |
Adapt to lzo changes in libavutil
|
Mon, 02 Feb 2009 07:26:05 +0000 |
zuxy |
Convert CONFIG_XVMC into a 0/1 definition.
|
Sun, 01 Feb 2009 23:40:26 +0000 |
rathann |
Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage
|
Sun, 01 Feb 2009 16:02:19 +0000 |
diego |
Do not print a warning if current pts is equal to previous pts.
|
Sun, 01 Feb 2009 15:51:48 +0000 |
diego |
cosmetics: Remove period after copyright statement non-sentence.
|
Sun, 01 Feb 2009 15:15:07 +0000 |
diego |
HAVE_WINSOCK2_H is now a 0/1 definition.
|
Sun, 01 Feb 2009 14:57:01 +0000 |
diego |
Simplify inet_pton/inet_aton checks.
|
Sun, 01 Feb 2009 14:42:57 +0000 |
diego |
Add some more definitions for FFmpeg to config.h.
|
Sun, 01 Feb 2009 14:39:33 +0000 |
diego |
cosmetics: Fix indentation after last commit.
|
Sun, 01 Feb 2009 14:38:28 +0000 |
diego |
Restructure network tests: Always check for both inet_aton and inet_pton.
|
Sun, 01 Feb 2009 14:00:50 +0000 |
diego |
HAVE_DCBZL should be a 0/1 definition.
|
Sun, 01 Feb 2009 13:42:27 +0000 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
Sun, 01 Feb 2009 13:40:15 +0000 |
diego |
Remove pointless #ifdef around internal header includes.
|
Sun, 01 Feb 2009 13:33:35 +0000 |
diego |
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
|
Sun, 01 Feb 2009 13:16:46 +0000 |
diego |
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
|
Sun, 01 Feb 2009 13:13:15 +0000 |
diego |
Add a few more #defines for FFmpeg to config.h.
|
Sun, 01 Feb 2009 13:11:23 +0000 |
diego |
Reminder for Dominik to update the RPM packaging section.
|
Sun, 01 Feb 2009 13:07:38 +0000 |
diego |
Rename "ARM" section to "ARM Linux".
|
Sun, 01 Feb 2009 12:52:38 +0000 |
diego |
CONFIG_LIB* are defined as 0/1 in FFmpeg.
|
Sun, 01 Feb 2009 12:49:10 +0000 |
diego |
Move QNX subsection to commercial Unix section.
|
Sun, 01 Feb 2009 12:42:39 +0000 |
diego |
Move note about binary packages to the top section.
|
Sun, 01 Feb 2009 12:38:02 +0000 |
diego |
Reword beginning of MinGW section.
|
Sun, 01 Feb 2009 12:36:22 +0000 |
diego |
Remove Amiga/MorphOS section, it only contained outdated information.
|
Sun, 01 Feb 2009 11:46:55 +0000 |
diego |
Remove hints about specific binary packages, add a link to the list
|
Sun, 01 Feb 2009 11:34:31 +0000 |
diego |
Remove IRIX section, the advice it contained is now obsolete.
|
Sun, 01 Feb 2009 11:32:58 +0000 |
diego |
Remove -c option from install commands. It is ignored by GNU install and
|
Sun, 01 Feb 2009 11:29:18 +0000 |
diego |
Add a note about POSIX system requirements.
|
Sun, 01 Feb 2009 11:28:31 +0000 |
diego |
Revert Solaris PATH modification workaround.
|
Sun, 01 Feb 2009 11:27:16 +0000 |
diego |
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.
|
Sun, 01 Feb 2009 11:15:18 +0000 |
diego |
Remove remarks about GNU Make being required on some systems.
|
Sun, 01 Feb 2009 10:44:04 +0000 |
diego |
Move GNU Make entry to the top of the list.
|
Sun, 01 Feb 2009 10:43:28 +0000 |
diego |
Update binutils and compiler sections.
|
Sun, 01 Feb 2009 02:22:56 +0000 |
diego |
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.
|
Sun, 01 Feb 2009 02:10:31 +0000 |
diego |
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.
|
Sun, 01 Feb 2009 02:01:31 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
|
Sun, 01 Feb 2009 00:00:21 +0000 |
compn |
increase max OSD message size limit
|
Sat, 31 Jan 2009 23:19:16 +0000 |
diego |
Set a sane default path on Solaris.
|
Sat, 31 Jan 2009 23:12:27 +0000 |
diego |
cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.
|
Sat, 31 Jan 2009 22:46:12 +0000 |
diego |
Slightly simplify VIDIX_PCI_FILES command.
|
Sat, 31 Jan 2009 22:45:18 +0000 |
diego |
Make sure CONFIG_MEMALIGN_HACK is always #defined.
|
Sat, 31 Jan 2009 22:37:53 +0000 |
diego |
Make sure HAVE_ALTIVEC_H is always #defined.
|
Sat, 31 Jan 2009 22:37:12 +0000 |
diego |
Make sure HAVE_FAST_64BIT is always #defined.
|
Sat, 31 Jan 2009 22:34:52 +0000 |
diego |
Add bswap check, needed for FFmpeg.
|
Sat, 31 Jan 2009 21:16:54 +0000 |
diego |
Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.
|
Sat, 31 Jan 2009 20:56:17 +0000 |
diego |
HAVE_LRINT and friends should be defined to 0/1.
|
Sat, 31 Jan 2009 01:09:49 +0000 |
uau |
command.c: Fix some commands crashing during audio-only playback
|
Fri, 30 Jan 2009 23:58:07 +0000 |
diego |
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
|
Fri, 30 Jan 2009 23:47:18 +0000 |
diego |
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
|
Fri, 30 Jan 2009 23:40:13 +0000 |
diego |
Add 4 more config.h #defines for libfaad2.
|
Fri, 30 Jan 2009 23:29:39 +0000 |
diego |
Use OS preprocessor checks with '#if defined()' consistently.
|
Fri, 30 Jan 2009 23:22:29 +0000 |
diego |
Fix warnings about undefined preprocessor directives.
|
Fri, 30 Jan 2009 23:21:23 +0000 |
diego |
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,
|
Fri, 30 Jan 2009 23:19:00 +0000 |
diego |
Revert mistaken #ifdef --> #if change.
|
Fri, 30 Jan 2009 23:08:36 +0000 |
diego |
Update libavcodec 'aic' flag define to match current FFmpeg.
|
Fri, 30 Jan 2009 22:27:04 +0000 |
diego |
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.
|
Fri, 30 Jan 2009 21:45:54 +0000 |
diego |
Add -Wundef to CFLAGS.
|
Fri, 30 Jan 2009 20:48:47 +0000 |
diego |
Enable RDFT in FFmpeg, some codecs depend on it.
|
Fri, 30 Jan 2009 20:20:06 +0000 |
diego |
Enable internal dvdread support on OS/2.
|
Fri, 30 Jan 2009 15:41:45 +0000 |
reimar |
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak
|
Fri, 30 Jan 2009 15:38:54 +0000 |
reimar |
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
|
Thu, 29 Jan 2009 15:17:22 +0000 |
compn |
add pvez to truemotion 1
|
Thu, 29 Jan 2009 03:36:14 +0000 |
compn |
remove sys/timeb.h include
|
Thu, 29 Jan 2009 02:23:06 +0000 |
compn |
increase max glyph and lines limit
|
Thu, 29 Jan 2009 00:18:32 +0000 |
diego |
Use single quotes to avoid escaping double quotes in a string.
|
Thu, 29 Jan 2009 00:16:09 +0000 |
diego |
Use cat instead of echo to generate version.h.
|
Wed, 28 Jan 2009 17:47:50 +0000 |
diego |
Remove superfluous backslash escapes that caused unintended escapes.
|
Wed, 28 Jan 2009 12:46:05 +0000 |
reimar |
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.
|
Wed, 28 Jan 2009 00:44:48 +0000 |
compn |
increase max subtitle stream limit
|
Tue, 27 Jan 2009 19:06:50 +0000 |
reimar |
Do not use select n lirc code, instead set the fd non-blocking.
|
Tue, 27 Jan 2009 10:02:47 +0000 |
reimar |
Allocate a larger backbuffer to allow resizing without reinit.
|
Mon, 26 Jan 2009 15:06:44 +0000 |
diego |
Add standard license headers.
|
Mon, 26 Jan 2009 14:36:31 +0000 |
diego |
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
|
Mon, 26 Jan 2009 11:29:28 +0000 |
diego |
Do not duplicate VERSION string.
|
Mon, 26 Jan 2009 11:24:05 +0000 |
diego |
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
|
Mon, 26 Jan 2009 09:56:27 +0000 |
diego |
WORDS_BIGENDIAN is defined/undefined, not 0/1.
|
Mon, 26 Jan 2009 09:55:59 +0000 |
diego |
some more HAVE_3DNOW --> HAVE_AMD3DNOW
|
Mon, 26 Jan 2009 09:54:14 +0000 |
diego |
Drop HAVE_LRINTF check, lrintf is used without checking in other places.
|
Mon, 26 Jan 2009 09:40:04 +0000 |
diego |
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Mon, 26 Jan 2009 09:11:23 +0000 |
diego |
version.h depends on version.sh.
|
Sun, 25 Jan 2009 23:55:21 +0000 |
diego |
Fix build: Add required header and adjust preprocessor check.
|
Sun, 25 Jan 2009 23:31:45 +0000 |
diego |
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.
|
Sun, 25 Jan 2009 22:52:00 +0000 |
diego |
Add SSSE3 and CMOV to CPU information printed on startup.
|
Sun, 25 Jan 2009 22:49:51 +0000 |
diego |
cosmetics: Consistently name 3DNow! extensions.
|
Sun, 25 Jan 2009 22:34:26 +0000 |
diego |
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
Sun, 25 Jan 2009 22:12:42 +0000 |
diego |
DECLARE_ALIGNED was moved in FFmpeg.
|
Sun, 25 Jan 2009 21:59:08 +0000 |
diego |
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
Sun, 25 Jan 2009 21:03:02 +0000 |
diego |
HAVE_3DNOWEX --> HAVE_3DNOWEXT
|
Sun, 25 Jan 2009 20:35:58 +0000 |
diego |
Factorize print_version().
|
Sun, 25 Jan 2009 20:10:36 +0000 |
diego |
Add missing multiple inclusion guards.
|
Sun, 25 Jan 2009 19:58:33 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
|
Sun, 25 Jan 2009 19:20:30 +0000 |
diego |
Add missing header for av_gcd, fixes the warning:
|
Sun, 25 Jan 2009 18:46:24 +0000 |
reimar |
Fix typo: pool -> poll
|
Sun, 25 Jan 2009 18:25:11 +0000 |
reimar |
Actually abort (return NULL) in the alloc-failure check in play_tree_new
|
Sun, 25 Jan 2009 18:23:05 +0000 |
reimar |
Fix a NULL-check that used && instead of || and thus could not avoid crashes.
|
Sun, 25 Jan 2009 12:03:28 +0000 |
diego |
Declare struct SwsContext before using it, fixes the checkheaders warning:
|
Sun, 25 Jan 2009 11:59:22 +0000 |
diego |
Disable C code when compiling AltiVec code, fixes the warning:
|
Sun, 25 Jan 2009 11:57:17 +0000 |
diego |
spelling/grammar cosmetics
|
Sun, 25 Jan 2009 11:33:35 +0000 |
diego |
Fix #endif comments.
|
Sat, 24 Jan 2009 22:14:32 +0000 |
compn |
add "<!DOCTYPE smil" to smil playlist
|
Thu, 22 Jan 2009 21:50:13 +0000 |
nicodvb |
in parse_pat() IDENTIFY program number and pmt_pid
|
Tue, 20 Jan 2009 23:23:53 +0000 |
diego |
The homepage/ subdirectory should no longer be redirected on web mirrors.
|
Tue, 20 Jan 2009 17:20:16 +0000 |
compn |
add EPHV to ffodivx,xvid
|
Tue, 20 Jan 2009 15:31:24 +0000 |
gpoirier |
sync w/r28341
|
Tue, 20 Jan 2009 09:31:07 +0000 |
cehoyos |
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
|
Tue, 20 Jan 2009 09:17:32 +0000 |
cehoyos |
Disable upcoming VC1/WMV3 VDPAU decoder.
|
Mon, 19 Jan 2009 17:12:43 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
|
Sun, 18 Jan 2009 18:05:16 +0000 |
gpoirier |
fix device_id option after r28165
|
Sat, 17 Jan 2009 21:33:30 +0000 |
diego |
Reduce QuickTime binary decoder verbosity.
|
Sat, 17 Jan 2009 11:31:12 +0000 |
cehoyos |
MPlayer only supports latest libavutil.
|
Sat, 17 Jan 2009 11:29:36 +0000 |
cehoyos |
Fix compilation: s/ff_gcd/av_gcd.
|
Fri, 16 Jan 2009 21:04:52 +0000 |
reimar |
100l, forgot to delete two defines left over from old HAVE_MMX handling code.
|
Fri, 16 Jan 2009 20:32:36 +0000 |
gpoirier |
fix compilation without VDPAU decoders
|
Fri, 16 Jan 2009 19:09:57 +0000 |
compn |
add mimic in avi fourcc LM20 to ffmimic
|
Fri, 16 Jan 2009 13:19:29 +0000 |
gpoirier |
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
|
Fri, 16 Jan 2009 12:37:56 +0000 |
gpoirier |
Completely get rid of MMX define, use HAVE_MMX define instead.
|
Fri, 16 Jan 2009 12:23:52 +0000 |
gpoirier |
fix wrong #ifdef/#ifndef -> #if conversion in r28323
|
Fri, 16 Jan 2009 10:07:14 +0000 |
gpoirier |
fix compilation on non x86 machines (PPC here)
|
Fri, 16 Jan 2009 09:44:36 +0000 |
reimar |
Fix a wrongly converted !defined(ARCH_X86_64)
|
Fri, 16 Jan 2009 09:41:26 +0000 |
reimar |
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.
|
Fri, 16 Jan 2009 09:35:05 +0000 |
reimar |
Another missed #ifdef HAVE_MMX
|
Fri, 16 Jan 2009 09:32:54 +0000 |
reimar |
More #ifdef HAVE_MMX etc. missed by earlier search.
|
Fri, 16 Jan 2009 09:29:20 +0000 |
reimar |
More #ifdef -> #if fixes
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Fri, 16 Jan 2009 08:45:35 +0000 |
reimar |
More #ifdef -> #if
|
Fri, 16 Jan 2009 08:43:05 +0000 |
reimar |
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
|
Fri, 16 Jan 2009 02:14:25 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
|
Fri, 16 Jan 2009 01:55:48 +0000 |
cehoyos |
Disable upcoming MPEG_VDPAU_DECODER.
|
Fri, 16 Jan 2009 01:11:16 +0000 |
diego |
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
|
Thu, 15 Jan 2009 17:21:25 +0000 |
gpoirier |
sync w/r28279
|
Thu, 15 Jan 2009 15:57:19 +0000 |
diego |
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
|
Thu, 15 Jan 2009 15:56:24 +0000 |
diego |
Sync with latest FFmpeg changes: #define disabled preprocessor directives
|
Thu, 15 Jan 2009 15:51:50 +0000 |
diego |
Treat mlib as a normal FFmpeg option, not a CPU extension.
|
Thu, 15 Jan 2009 15:41:29 +0000 |
diego |
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.
|
Thu, 15 Jan 2009 15:40:12 +0000 |
diego |
SH4 is not a CPU extension mechanism.
|
Thu, 15 Jan 2009 08:51:12 +0000 |
diego |
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.
|
Thu, 15 Jan 2009 08:46:17 +0000 |
diego |
Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.
|
Wed, 14 Jan 2009 00:13:56 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
Tue, 13 Jan 2009 17:08:29 +0000 |
compn |
add SLMJ fourcc to ffmjpeg
|
Tue, 13 Jan 2009 17:05:18 +0000 |
compn |
add binary codecs:
|
Tue, 13 Jan 2009 11:53:54 +0000 |
compn |
add nsvideo (NSVI) binary codec. works on uncommon samples list
|
Tue, 13 Jan 2009 02:38:03 +0000 |
compn |
add yamaha adpcm ffmpeg codec, works on sample
|
Sun, 11 Jan 2009 23:20:56 +0000 |
diego |
Update copyright year.
|
Sun, 11 Jan 2009 22:53:08 +0000 |
diego |
Sync with latest FFmpeg changes: Check for the availability of truncf().
|
Sun, 11 Jan 2009 19:48:51 +0000 |
diego |
spelling/grammar/wording/whitespace
|
Sun, 11 Jan 2009 19:48:01 +0000 |
diego |
Fix d_width vs. d_height typo.
|
Sun, 11 Jan 2009 19:47:17 +0000 |
diego |
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
|
Sun, 11 Jan 2009 15:36:08 +0000 |
diego |
Remove outdated comment.
|
Sun, 11 Jan 2009 15:31:53 +0000 |
diego |
cosmetics: Move CPU byte order check to a more sensible place.
|
Sun, 11 Jan 2009 13:33:44 +0000 |
diego |
Only check for YASM support on x86 systems.
|
Sun, 11 Jan 2009 12:58:06 +0000 |
diego |
cosmetics: Move some checks to more logical places.
|
Sun, 11 Jan 2009 12:17:46 +0000 |
ptt |
removed remaining english word
|
Sun, 11 Jan 2009 11:28:01 +0000 |
diego |
console output cosmetics
|
Sun, 11 Jan 2009 11:16:20 +0000 |
diego |
Only print "using XYZ" comment if XYZ has been set.
|
Sat, 10 Jan 2009 20:01:47 +0000 |
diego |
Add missing const qualifier to mpctx_get_audio_out function declaration.
|
Sat, 10 Jan 2009 14:23:42 +0000 |
Gabrov |
synced with r28279
|
Sat, 10 Jan 2009 13:57:33 +0000 |
reimar |
Reindent for "if" added in internal dvdnav patch
|
Sat, 10 Jan 2009 13:51:02 +0000 |
reimar |
Support an "internal" dvdnav version to make it easier to compile with,
|
Sat, 10 Jan 2009 13:47:41 +0000 |
reimar |
Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
|
Sat, 10 Jan 2009 13:14:25 +0000 |
compn |
add vdowave acm codec for format 0xFFFC
|
Sat, 10 Jan 2009 01:58:55 +0000 |
reynaldo |
Correct a few mistakes in the spanish translation.
|
Sat, 10 Jan 2009 01:57:25 +0000 |
reynaldo |
TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.
|
Fri, 09 Jan 2009 20:50:25 +0000 |
diego |
Fix build: calc_drwXY was factorized into vo_calc_drwXY.
|
Fri, 09 Jan 2009 15:25:24 +0000 |
cehoyos |
Factor calc_drwXY out of vo_xv and vo_xvmc.
|
Fri, 09 Jan 2009 10:32:01 +0000 |
reimar |
Consistently use tabs in svn:externals
|
Fri, 09 Jan 2009 10:14:03 +0000 |
diego |
Rearrange genres between numbers 53 and 63 into the correct order.
|
Fri, 09 Jan 2009 09:52:20 +0000 |
diego |
Replace reference to LICENSE file with GPL notice from said file.
|
Thu, 08 Jan 2009 19:54:43 +0000 |
cehoyos |
Add PIX_FMT_VDPAU_H264.
|
Thu, 08 Jan 2009 19:28:28 +0000 |
reimar |
Switch internal dvdread to libdvdread SVN external.
|
Wed, 07 Jan 2009 16:39:56 +0000 |
eugeni |
Clarify relationship between -ass and -fontconfig in the man page.
|
Tue, 06 Jan 2009 20:44:51 +0000 |
gpoirier |
sync w/r28122, patch by JRaSH % jrash06 A 163 P com %
|
Tue, 06 Jan 2009 20:37:58 +0000 |
gpoirier |
looks like I missed r27542...
|
Tue, 06 Jan 2009 16:44:47 +0000 |
eugeni |
Support loading font faces other then the first one in a font file.
|
Mon, 05 Jan 2009 22:55:58 +0000 |
reimar |
Fix r28222, including alloca.h directly might break compilation.
|
Mon, 05 Jan 2009 22:18:35 +0000 |
diego |
Fix some typos, add flv and trp to the list of video formats
|
Mon, 05 Jan 2009 22:05:19 +0000 |
diego |
Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and
|
Mon, 05 Jan 2009 21:55:47 +0000 |
diego |
Use standard multiple inclusion guards.
|
Mon, 05 Jan 2009 21:55:19 +0000 |
diego |
Remove unnecessary local definition of _ISOC9X_SOURCE.
|
Mon, 05 Jan 2009 21:37:47 +0000 |
diego |
small Turkish translation fixes, patch by Onur K¸«ä¸«®¸«äk, onur delipenguen net
|
Mon, 05 Jan 2009 18:05:34 +0000 |
uau |
timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
|
Mon, 05 Jan 2009 14:53:45 +0000 |
diego |
#include the appropriate header instead of using local declarations.
|
Mon, 05 Jan 2009 14:48:03 +0000 |
diego |
Add missing 'void' keyword to parameterless function declarations.
|
Mon, 05 Jan 2009 12:50:53 +0000 |
Gabrov |
update copyright year
|
Mon, 05 Jan 2009 12:43:50 +0000 |
diego |
Remove obsolete and misleading comment.
|
Mon, 05 Jan 2009 12:41:40 +0000 |
diego |
Replace informal license notices by standard license header
|
Mon, 05 Jan 2009 11:44:13 +0000 |
diego |
Fix nonstandard license headers in the documentation.
|
Mon, 05 Jan 2009 11:06:28 +0000 |
diego |
Fix two more instances of nonstandard license headers.
|
Mon, 05 Jan 2009 10:52:13 +0000 |
Gabrov |
synced with r28247
|
Mon, 05 Jan 2009 10:22:40 +0000 |
diego |
Sync removal of bugs.xml.
|
Mon, 05 Jan 2009 03:17:12 +0000 |
compn |
add binary codec Philips Speech Processing CELP acm for format 0x120
|
Mon, 05 Jan 2009 00:08:23 +0000 |
diego |
Do not run mkdir in a subshell.
|
Mon, 05 Jan 2009 00:07:55 +0000 |
diego |
Skip pointless ignoring return value of 'rm -f'.
|
Mon, 05 Jan 2009 00:04:34 +0000 |
diego |
nonrecursive releaseclean target
|
Mon, 05 Jan 2009 00:01:55 +0000 |
diego |
cosmetics: Move clean targets to the bottom.
|
Sun, 04 Jan 2009 23:50:44 +0000 |
diego |
Remove pointless language-specific clean and distclean targets.
|
Sun, 04 Jan 2009 23:45:14 +0000 |
diego |
Subsume clean-html-chunked and clean-html-single targets into clean target.
|
Sun, 04 Jan 2009 23:41:56 +0000 |
cehoyos |
Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
|
Sun, 04 Jan 2009 23:34:38 +0000 |
diego |
Get rid of pointless chunked-dir and single-dir targets.
|
Sun, 04 Jan 2009 23:27:03 +0000 |
diego |
Simplify phony target declaration.
|
Sun, 04 Jan 2009 23:10:47 +0000 |
diego |
Sync audio.xml removal.
|
Sun, 04 Jan 2009 22:38:08 +0000 |
diego |
Sync history chapter removal.
|
Sun, 04 Jan 2009 22:37:43 +0000 |
diego |
Remove history chapter; it is outdated and of little practical value.
|
Sun, 04 Jan 2009 16:01:52 +0000 |
diego |
EXTERN_PREFIX is not only used in FFmpeg code.
|
Sun, 04 Jan 2009 13:12:51 +0000 |
nicodvb |
added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
|
Sun, 04 Jan 2009 13:08:13 +0000 |
diego |
Add ARMv6t2 CPU extension additions missed in previous commit.
|
Sun, 04 Jan 2009 13:05:24 +0000 |
diego |
Sync ARMv6t2 optimization support from FFmpeg.
|
Sun, 04 Jan 2009 11:52:37 +0000 |
reimar |
Update JACK configure test to match r28241
|
Sun, 04 Jan 2009 11:51:11 +0000 |
reimar |
Replace deprecated jack_client_new with jack_client_open.
|
Sun, 04 Jan 2009 09:49:58 +0000 |
Gabrov |
synced with r28215
|
Sat, 03 Jan 2009 22:33:04 +0000 |
gpoirier |
Fix deinit problem due to r28215
|
Sat, 03 Jan 2009 02:15:07 +0000 |
jheryan |
Synced with r28122
|
Fri, 02 Jan 2009 17:06:09 +0000 |
diego |
Sync with latest round of xvmc changes in FFmpeg.
|
Fri, 02 Jan 2009 16:13:22 +0000 |
diego |
Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
|
Fri, 02 Jan 2009 14:41:38 +0000 |
diego |
Conditionally define render_one_glyph and kerning dummy functions in
|
Fri, 02 Jan 2009 13:25:00 +0000 |
diego |
Remove unused debug code.
|
Fri, 02 Jan 2009 12:53:05 +0000 |
diego |
Avoid unused variable warning.
|
Fri, 02 Jan 2009 12:48:11 +0000 |
diego |
Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
|
Fri, 02 Jan 2009 12:28:47 +0000 |
diego |
Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.
|
Fri, 02 Jan 2009 11:46:34 +0000 |
diego |
Relicense to GPLv2 or later with the author's permission.
|
Fri, 02 Jan 2009 11:45:39 +0000 |
diego |
Fix reference to wrong DLL filename in header comment.
|
Thu, 01 Jan 2009 23:16:36 +0000 |
diego |
Fix confused references to DLL filenames.
|
Thu, 01 Jan 2009 11:51:52 +0000 |
reimar |
Move several of the ao_nas int-to-string maps into .rodata
|
Thu, 01 Jan 2009 11:46:34 +0000 |
reimar |
Fix DVD seek_to_chapter: the title number must be converted to a per-VTS
|
Thu, 01 Jan 2009 11:41:09 +0000 |
reimar |
Code simplification
|
Thu, 01 Jan 2009 11:39:47 +0000 |
reimar |
Make AVI demuxer more resilient against broken or incomplete files.
|
Thu, 01 Jan 2009 11:33:46 +0000 |
reimar |
Simplify and comment spudec bilinear scaling code
|
Thu, 01 Jan 2009 11:23:32 +0000 |
reimar |
Include alloca.h when using alloca to make sure it is defined.
|
Thu, 01 Jan 2009 11:16:52 +0000 |
reimar |
XVID profile array should be const, so it is in rodata
|
Thu, 01 Jan 2009 10:24:19 +0000 |
reimar |
Avoid a uselessly high number of wakeups when playing audio-only files.
|
Thu, 01 Jan 2009 09:47:21 +0000 |
reimar |
1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
|
Thu, 01 Jan 2009 09:37:02 +0000 |
reimar |
Add zero termination missing in two cases.
|
Thu, 01 Jan 2009 09:35:25 +0000 |
reimar |
Add asserts to detect when assumptions for play_tree_parser_get_line
|
Wed, 31 Dec 2008 14:21:50 +0000 |
reimar |
Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,
|
Tue, 30 Dec 2008 21:39:42 +0000 |
gpoirier |
Add an option to vo_macosx to set a custom buffer_name.
|
Tue, 30 Dec 2008 17:00:11 +0000 |
reimar |
Support F- and numpad keys for w32_common based vos.
|
Tue, 30 Dec 2008 16:41:35 +0000 |
reimar |
Update outdated availability note for -mouse-movements
|
Tue, 30 Dec 2008 12:48:17 +0000 |
Gabrov |
synced with r28211
|
Tue, 30 Dec 2008 10:40:26 +0000 |
reimar |
Fix OSD flickering with filters that add frames (tfields, yadif) and
|
Tue, 30 Dec 2008 10:38:39 +0000 |
reimar |
Fix OSD flicker with tfields as well.
|
Tue, 30 Dec 2008 10:38:29 +0000 |
reimar |
Avoid flickering OSD with -vf yadif=1
|
Mon, 29 Dec 2008 19:09:45 +0000 |
reimar |
Add nocache to example dvdnav profile, otherwise dvdnav is unusable.
|
Sat, 27 Dec 2008 21:44:33 +0000 |
diego |
Remove audio output section, it provides little to no useful information.
|
Sat, 27 Dec 2008 21:43:57 +0000 |
diego |
Fix Chinese documentation build, English codecs.xml was removed.
|
Sat, 27 Dec 2008 18:58:36 +0000 |
compn |
fix error message example
|
Sat, 27 Dec 2008 15:28:51 +0000 |
diego |
Remove (audio) codecs section, its contents are part of the usage section.
|
Sat, 27 Dec 2008 14:38:42 +0000 |
diego |
Convert Win32 codec importing HOWTO into a text document in the tech section.
|
Sat, 27 Dec 2008 13:58:20 +0000 |
diego |
Remove/fix ancient CVS references.
|
Sat, 27 Dec 2008 13:49:24 +0000 |
diego |
Remove known bugs section, it contains little useful information.
|
Sat, 27 Dec 2008 13:09:42 +0000 |
diego |
Add entry about mysterious coredumps.
|
Sat, 27 Dec 2008 13:00:03 +0000 |
reimar |
Fix ugly borders problem with ati-hack
|
Sat, 27 Dec 2008 12:46:06 +0000 |
diego |
Reorder sections: Put FAQ at the end, group usage sections together.
|
Sat, 27 Dec 2008 12:03:51 +0000 |
diego |
Avoid u_ BSD type names.
|
Sat, 27 Dec 2008 12:00:11 +0000 |
diego |
Set and use only ARCH_PPC, not also ARCH_POWERPC.
|
Sat, 27 Dec 2008 11:45:46 +0000 |
diego |
Avoid POSIX-reserved _t namespace.
|
Sat, 27 Dec 2008 11:33:54 +0000 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
|
Thu, 25 Dec 2008 18:28:10 +0000 |
diego |
grammar fix by Vineeth N, nvineeth gmail com
|
Wed, 24 Dec 2008 18:13:18 +0000 |
diego |
Add nomsgmodule option, patch by Onur K¸«ä¸«®¸«äk, onur delipenguen net.
|
Wed, 24 Dec 2008 16:57:35 +0000 |
diego |
Remove unused variable.
|
Wed, 24 Dec 2008 16:05:20 +0000 |
reimar |
Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
|
Wed, 24 Dec 2008 04:33:51 +0000 |
compn |
add zygo audio (SPXN) qtaudio codec
|
Tue, 23 Dec 2008 20:56:45 +0000 |
reimar |
Warn when using features that are broken due to ATI driver bugs.
|
Tue, 23 Dec 2008 19:31:56 +0000 |
reimar |
Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
|
Tue, 23 Dec 2008 19:10:40 +0000 |
reimar |
Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
|
Tue, 23 Dec 2008 18:11:55 +0000 |
compn |
updates
|
Tue, 23 Dec 2008 13:31:04 +0000 |
diego |
Remove pointless forward declaration.
|
Tue, 23 Dec 2008 11:42:24 +0000 |
reimar |
Set fast_cmov for all x86_64 systems, except for P4-based systems this
|
Tue, 23 Dec 2008 11:42:11 +0000 |
reimar |
Define HAVE_FAST_64BIT if appropriate
|
Tue, 23 Dec 2008 04:24:07 +0000 |
compn |
fix poorly worded changelog entries
|
Mon, 22 Dec 2008 22:56:51 +0000 |
cehoyos |
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
|
Mon, 22 Dec 2008 16:51:06 +0000 |
compn |
re-add codecs: sif1 (directshow version) and acdsee mjpeg
|
Mon, 22 Dec 2008 09:20:38 +0000 |
diego |
Sync with latest FFmpeg changes.
|
Mon, 22 Dec 2008 09:20:18 +0000 |
diego |
libavcodec/i386/ was renamed to libavcodec/x86/.
|
Sun, 21 Dec 2008 20:12:47 +0000 |
compn |
add amr format tags, fixes:
|
Sun, 21 Dec 2008 04:11:51 +0000 |
reimar |
100l, forgot an assignment, broke special keys handling for X11-based vos.
|
Sat, 20 Dec 2008 23:01:22 +0000 |
compn |
remove acdsee mjpeg binary codec, works with ffmjpeg
|
Sat, 20 Dec 2008 18:07:08 +0000 |
kostya |
FFmpeg now has RV30 decoder enabled
|
Sat, 20 Dec 2008 11:52:11 +0000 |
reimar |
Add and use a special lookup function to do table-based translation to MPlayer keycodes.
|
Sat, 20 Dec 2008 11:49:00 +0000 |
reimar |
Cosmetics: get rid of some tabs and trailing whitespace.
|
Sat, 20 Dec 2008 11:12:45 +0000 |
reimar |
Use a table to translate X11 to MPlayer keycodes.
|
Sat, 20 Dec 2008 10:26:17 +0000 |
reimar |
Get rid of pointless and now unused defines.
|
Sat, 20 Dec 2008 10:25:13 +0000 |
reimar |
Simplify handling of X11 key events that are just passed through.
|
Sat, 20 Dec 2008 10:18:15 +0000 |
reimar |
Fix imaadpcm extradata with lavc encoder.
|
Fri, 19 Dec 2008 21:18:31 +0000 |
gpoirier |
Document vo_macosx's shared_buffer option.
|
Fri, 19 Dec 2008 20:33:54 +0000 |
gpoirier |
Replace vo_macosx's custom options parsing with a subopt_parse()-based one
|
Fri, 19 Dec 2008 09:59:59 +0000 |
diego |
Remove pointless malloc.h #include.
|
Fri, 19 Dec 2008 09:43:19 +0000 |
reimar |
Include config.h in mangle.h, fixes make checkheaders.
|
Wed, 17 Dec 2008 20:54:25 +0000 |
compn |
add binary codecs:
|
Wed, 17 Dec 2008 16:12:12 +0000 |
Gabrov |
synced with r28160
|
Wed, 17 Dec 2008 14:52:46 +0000 |
compn |
add binary codec for fourcc wavc
|
Wed, 17 Dec 2008 08:47:01 +0000 |
diego |
another round of armv4l --> arm changes
|
Wed, 17 Dec 2008 01:10:34 +0000 |
diego |
libavcodec/armv4l/ was renamed to libavcodec/arm/.
|
Wed, 17 Dec 2008 00:08:04 +0000 |
diego |
Do not use full relative #include path for headers in the same directory.
|
Wed, 17 Dec 2008 00:06:03 +0000 |
diego |
#include sub.h instead of locally declaring vo_draw_text().
|
Tue, 16 Dec 2008 05:19:11 +0000 |
compn |
Added FOURCCS:
|
Mon, 15 Dec 2008 22:25:39 +0000 |
diego |
xvmc is now a CONFIG_ option in FFmpeg.
|
Mon, 15 Dec 2008 20:19:27 +0000 |
reimar |
100l, reorder check for AC3 format to avoid a possible memleak
|
Mon, 15 Dec 2008 16:13:41 +0000 |
reimar |
Consistently include config.h before mangle.h, fixes possible compilation
|
Mon, 15 Dec 2008 13:53:07 +0000 |
reimar |
Simplify the definition of MANGLE, possibly also makes it easier to support more systems.
|
Sun, 14 Dec 2008 15:17:18 +0000 |
reimar |
Add extra checks to avoid crashes with broken vqf files.
|
Sun, 14 Dec 2008 11:18:23 +0000 |
rathann |
Update links to RPM packages, now that Livna has merged into RPMFusion.
|
Sat, 13 Dec 2008 18:40:19 +0000 |
diego |
Add standard GPL headers.
|
Sat, 13 Dec 2008 18:28:00 +0000 |
diego |
Add standard GPL license header.
|
Sat, 13 Dec 2008 12:33:22 +0000 |
diego |
Replace informal GPL notices by standard GPL headers.
|
Sat, 13 Dec 2008 12:31:07 +0000 |
diego |
license header consistency cosmetics
|
Sat, 13 Dec 2008 12:18:14 +0000 |
diego |
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
|
Sat, 13 Dec 2008 12:17:00 +0000 |
diego |
Merge two identical NetBSD/OpenBSD conditions.
|
Sat, 13 Dec 2008 12:16:32 +0000 |
diego |
Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
|
Sat, 13 Dec 2008 12:13:48 +0000 |
diego |
Replace informal GPL notes by standard GPL header.
|
Sat, 13 Dec 2008 09:53:08 +0000 |
reimar |
Simplify: use AV_RL32/AV_RB32
|
Sat, 13 Dec 2008 09:44:51 +0000 |
reimar |
Avoid useless casts.
|
Sat, 13 Dec 2008 04:37:32 +0000 |
compn |
another mpeg4 fourcc and add binary vdo codec
|
Fri, 12 Dec 2008 16:46:43 +0000 |
reimar |
Some forgotten eax -> REG_a changes.
|
Fri, 12 Dec 2008 05:08:28 +0000 |
ods15 |
Warning fixes for demux_nut
|
Fri, 12 Dec 2008 05:07:18 +0000 |
ods15 |
Remove resync_audio_stream() from demux_nut seek function
|
Fri, 12 Dec 2008 04:58:54 +0000 |
ods15 |
Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API
|
Thu, 11 Dec 2008 23:33:43 +0000 |
compn |
add ac-3 fourcc from mp4 file
|
Thu, 11 Dec 2008 23:24:36 +0000 |
cehoyos |
Search live555 library also in /usr/lib64.
|
Thu, 11 Dec 2008 21:52:47 +0000 |
diego |
Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
|
Thu, 11 Dec 2008 21:45:11 +0000 |
diego |
Add missing 'void' to parameterless function declaration.
|
Thu, 11 Dec 2008 21:29:01 +0000 |
diego |
Change some printf calls to 'Debug printf' so as not to pollute stdout.
|
Wed, 10 Dec 2008 21:15:55 +0000 |
gpoirier |
sync w/r28126
|
Wed, 10 Dec 2008 16:44:12 +0000 |
reimar |
Add support for writing PNG files with alpha channel in -vo png
|
Wed, 10 Dec 2008 16:39:45 +0000 |
reimar |
Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).
|
Wed, 10 Dec 2008 14:28:17 +0000 |
gpoirier |
10l: actually disable quartz vo when detection failed.
|
Wed, 10 Dec 2008 12:41:36 +0000 |
compn |
add acdv fourcc to ffmjpeg
|
Tue, 09 Dec 2008 20:25:49 +0000 |
diego |
Fix MGSTR vs. MSGTR typo.
|
Tue, 09 Dec 2008 18:44:48 +0000 |
reimar |
Set d3d_handle to NULL after release.
|
Tue, 09 Dec 2008 18:41:41 +0000 |
reimar |
Forgotten part of previous cosmetics commit
|
Tue, 09 Dec 2008 18:36:15 +0000 |
reimar |
Slightly simplify the conditional release/free code
|
Tue, 09 Dec 2008 18:31:52 +0000 |
reimar |
First version of OSD support for vo_direct3d
|
Tue, 09 Dec 2008 02:46:28 +0000 |
compn |
add binary voxware metavoice audio codec, format 0x74
|
Mon, 08 Dec 2008 19:43:48 +0000 |
compn |
remove duplicated fourcc
|
Mon, 08 Dec 2008 19:42:00 +0000 |
compn |
add some fourcc's and ulead dv audio codec, fixes samples from:
|
Mon, 08 Dec 2008 14:43:28 +0000 |
reimar |
Use svn.ffmpeg.org for the externals which is both more correct and more reliable.
|
Mon, 08 Dec 2008 11:30:43 +0000 |
diego |
cosmetics: indentation
|
Mon, 08 Dec 2008 11:04:27 +0000 |
reimar |
Remove pointless or even wrong N/A return values doxy comments
|
Mon, 08 Dec 2008 00:12:53 +0000 |
diego |
Add missing unistd.h #include, fixes the warning:
|
Mon, 08 Dec 2008 00:11:03 +0000 |
diego |
Remove unused variable, fixes the warning:
|
Mon, 08 Dec 2008 00:02:07 +0000 |
diego |
#include appropriate headers instead of locally declaring function prototypes.
|
Sat, 06 Dec 2008 12:13:14 +0000 |
reimar |
ati_hack only makes sense when PBOs are used, not with mesa_buffer.
|
Sat, 06 Dec 2008 06:44:54 +0000 |
reimar |
More possible fixes for mesa-buffer mode.
|
Sat, 06 Dec 2008 06:41:36 +0000 |
reimar |
Move one ati_hack check to a better place.
|
Sat, 06 Dec 2008 06:40:47 +0000 |
reimar |
Reindent
|
Sat, 06 Dec 2008 06:18:57 +0000 |
reimar |
100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.
|
Fri, 05 Dec 2008 23:35:32 +0000 |
reimar |
10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.
|
Fri, 05 Dec 2008 22:35:24 +0000 |
reimar |
Fix indentation
|
Fri, 05 Dec 2008 22:16:45 +0000 |
reimar |
Add experimental support for glXAllocateMemoryMESA
|
Fri, 05 Dec 2008 21:46:28 +0000 |
gpoirier |
sync w/r28096
|
Fri, 05 Dec 2008 20:56:49 +0000 |
reimar |
Avoid one more duplicated logic.
|
Fri, 05 Dec 2008 20:50:43 +0000 |
reimar |
Simplify, do not duplicate buffer size calculation
|
Fri, 05 Dec 2008 19:01:49 +0000 |
reimar |
Set the base size window manager hint, otherwise some subtract the minimum
|
Fri, 05 Dec 2008 15:55:25 +0000 |
reimar |
Using rectangle=2 for vo_gl is probably a good idea nowadays.
|
Fri, 05 Dec 2008 15:54:31 +0000 |
reimar |
Document missing vo_gl suboptions
|
Fri, 05 Dec 2008 15:50:24 +0000 |
reimar |
Add some forgotten documentation for gl suboptions
|
Fri, 05 Dec 2008 15:36:54 +0000 |
reimar |
Add support for YCBCR MESA texture format to vo_gl.
|
Fri, 05 Dec 2008 14:50:48 +0000 |
compn |
add a bunch of binary codecs with samples from this list:
|
Fri, 05 Dec 2008 14:21:22 +0000 |
reimar |
Add const to avoid warnings about discarded qualifiers.
|
Fri, 05 Dec 2008 09:57:37 +0000 |
Gabrov |
synced with r28089
|
Thu, 04 Dec 2008 18:11:05 +0000 |
diego |
Add entry for FFmpeg QCELP decoder, currently produces white noise.
|
Thu, 04 Dec 2008 15:07:15 +0000 |
reimar |
Re-add "extern"s incorrectly removed in r28085
|
Wed, 03 Dec 2008 23:43:58 +0000 |
diego |
Restore two mistakenly removed 'extern' keywords.
|
Wed, 03 Dec 2008 23:03:48 +0000 |
cehoyos |
Allow mp2 in mov.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Wed, 03 Dec 2008 20:52:27 +0000 |
compn |
add bunch of fourccs and updates from
|
Wed, 03 Dec 2008 18:53:35 +0000 |
diego |
Remove unused declarations and references to vo_draw_text_osd(),
|
Wed, 03 Dec 2008 15:25:27 +0000 |
diego |
Delete unnecessary 'extern' keywords.
|
Wed, 03 Dec 2008 14:54:04 +0000 |
diego |
whitespace cosmetics in test programs
|
Wed, 03 Dec 2008 14:48:31 +0000 |
diego |
Treat video output objects the same as everything else in the build system,
|
Wed, 03 Dec 2008 14:39:45 +0000 |
diego |
cosmetics: consistent CONFIG_PNM definition
|
Wed, 03 Dec 2008 13:35:44 +0000 |
compn |
add FFDS fourcc
|
Wed, 03 Dec 2008 12:47:29 +0000 |
diego |
cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
|
Wed, 03 Dec 2008 12:22:32 +0000 |
reimar |
Fix indentation.
|
Wed, 03 Dec 2008 12:05:47 +0000 |
diego |
Treat audio output objects the same as everything else in the build system,
|
Wed, 03 Dec 2008 10:54:01 +0000 |
reimar |
More robust w32 -wid size handling
|
Wed, 03 Dec 2008 10:42:53 +0000 |
reimar |
Reindent after previous commit
|
Wed, 03 Dec 2008 10:38:50 +0000 |
reimar |
Do not override the vo_dwidth/vo_dheight values in vo_w32_config
|
Wed, 03 Dec 2008 10:34:03 +0000 |
gpoirier |
sync w/r28056
|
Wed, 03 Dec 2008 09:58:11 +0000 |
reimar |
Cosmetics, whitespace and "... == NULL" to "!..."
|
Wed, 03 Dec 2008 09:27:19 +0000 |
reimar |
Some whitespace and () cosmetics
|
Wed, 03 Dec 2008 09:06:23 +0000 |
gpoirier |
Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
|
Tue, 02 Dec 2008 20:07:13 +0000 |
reimar |
100l, actually put the PTHREAD_CACHE define into config.h
|
Tue, 02 Dec 2008 19:53:41 +0000 |
reimar |
Print ID_EXIT and exit reason message in identify mode when exiting.
|
Tue, 02 Dec 2008 15:03:19 +0000 |
reimar |
Remove resize_d3d call from render_d3d_frame that was made useless
|
Tue, 02 Dec 2008 14:51:46 +0000 |
reimar |
100l, do not call check_events from resize_d3d since there should be
|
Tue, 02 Dec 2008 09:46:08 +0000 |
reimar |
Cosmetics: Remove unnecessary ()
|
Tue, 02 Dec 2008 09:40:09 +0000 |
reimar |
Consistency cosmetics: do not compare against NULL in ifs
|
Tue, 02 Dec 2008 09:38:24 +0000 |
reimar |
Cosmetics: remove spaces before argument (
|
Tue, 02 Dec 2008 09:36:47 +0000 |
reimar |
Reorganize Direct3D initialization code.
|
Tue, 02 Dec 2008 08:35:30 +0000 |
diego |
vo_direct3d.o depends on w32_common.o.
|
Tue, 02 Dec 2008 00:26:14 +0000 |
diego |
Remove commented-out duplicate declarations.
|
Tue, 02 Dec 2008 00:21:37 +0000 |
diego |
Remove unused declarations.
|
Mon, 01 Dec 2008 16:45:43 +0000 |
reimar |
Add a note about some known issues with -vo sdl
|
Mon, 01 Dec 2008 16:37:06 +0000 |
reimar |
Remove a lot of completely pointless mp_msg_test calls.
|
Mon, 01 Dec 2008 06:42:11 +0000 |
kostya |
FFmpeg now has RV40 decoder
|
Sun, 30 Nov 2008 13:37:42 +0000 |
diego |
Use standard unsigned long type instead of u_long.
|
Sun, 30 Nov 2008 13:22:34 +0000 |
diego |
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
|
Sun, 30 Nov 2008 13:21:09 +0000 |
diego |
whitespace cosmetics
|
Sun, 30 Nov 2008 12:55:11 +0000 |
nplourde |
use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>
|
Sun, 30 Nov 2008 09:17:21 +0000 |
zuxy |
Correct detection of SSSE3 and SSE4a feature bits.
|
Fri, 28 Nov 2008 17:04:36 +0000 |
reimar |
Move PTHREAD_CACHE define logic to configure.
|
Fri, 28 Nov 2008 15:26:36 +0000 |
compn |
misc mplayer fixes
|
Fri, 28 Nov 2008 10:53:09 +0000 |
reimar |
Fix cross-compilation: autodetect correct nm tool
|
Fri, 28 Nov 2008 09:24:20 +0000 |
diego |
whitespace cosmetics: prettyprinting and indentation
|
Thu, 27 Nov 2008 11:34:26 +0000 |
gpoirier |
factorize mouse hiding and screensaver disabling code
|
Wed, 26 Nov 2008 18:49:16 +0000 |
uau |
configure: Move AANDCT config.mak entry and add config.h #defines
|
Wed, 26 Nov 2008 18:17:55 +0000 |
reimar |
Fix compilation after FFmpeg r15940
|
Wed, 26 Nov 2008 16:30:42 +0000 |
reimar |
Use D3DFMT_ constants where possible instead of MAKEFOURCC
|
Wed, 26 Nov 2008 16:27:39 +0000 |
reimar |
Add support for RGB formats to vo_direct3d
|
Wed, 26 Nov 2008 13:04:10 +0000 |
diego |
Update Tremor comment regarding fixed-point mode.
|
Tue, 25 Nov 2008 18:37:13 +0000 |
cehoyos |
Enable compilation with icc 11.0.
|
Tue, 25 Nov 2008 18:36:50 +0000 |
cehoyos |
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq
|
Tue, 25 Nov 2008 18:24:23 +0000 |
reimar |
100l, OSD alpha textures were cleared to the wrong value.
|
Tue, 25 Nov 2008 09:54:34 +0000 |
gpoirier |
typo fix + readability improvement
|
Mon, 24 Nov 2008 22:42:19 +0000 |
torinthiel |
Another part of sync to 27843
|
Mon, 24 Nov 2008 21:23:16 +0000 |
diego |
Sync with latest FFmpeg changes.
|
Mon, 24 Nov 2008 20:50:14 +0000 |
compn |
add more informative comment
|
Mon, 24 Nov 2008 17:35:08 +0000 |
diego |
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
|
Mon, 24 Nov 2008 17:29:37 +0000 |
gpoirier |
now that we have a specific check to enable ao_macosx or not, don't let test
|
Mon, 24 Nov 2008 17:27:05 +0000 |
gpoirier |
add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out
|
Mon, 24 Nov 2008 14:44:09 +0000 |
diego |
Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.
|
Mon, 24 Nov 2008 14:35:08 +0000 |
diego |
cosmetics: Add/remove a few newlines similar to vo_fbdev.c.
|
Mon, 24 Nov 2008 14:29:32 +0000 |
gpoirier |
cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)
|
Mon, 24 Nov 2008 14:25:14 +0000 |
gpoirier |
avoid putting several statements on a single line
|
Mon, 24 Nov 2008 13:34:31 +0000 |
gpoirier |
Use doxygen-style comments in file header. Remove tabs usage.
|
Mon, 24 Nov 2008 13:28:56 +0000 |
gpoirier |
whitespace-cleanup
|
Mon, 24 Nov 2008 13:22:18 +0000 |
gpoirier |
Allow vo_macosx to be compiled in 64-bits mode:
|
Mon, 24 Nov 2008 11:04:50 +0000 |
reimar |
More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.
|
Mon, 24 Nov 2008 10:01:03 +0000 |
gpoirier |
Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.
|
Mon, 24 Nov 2008 09:46:23 +0000 |
reimar |
Remove a ColorFill that is not necessary since the surface it is used
|
Mon, 24 Nov 2008 09:44:33 +0000 |
reimar |
Make sure the backbuffer is cleared when the border size might have changed.
|
Mon, 24 Nov 2008 08:43:13 +0000 |
diego |
Remove useless setting of frame_buffer to NULL as suggested by Reimar.
|
Mon, 24 Nov 2008 08:41:44 +0000 |
diego |
cosmetics: indentation
|
Mon, 24 Nov 2008 08:40:11 +0000 |
diego |
Move setting of frame_buffer variable out of 'if', as preferred by Reimar.
|
Mon, 24 Nov 2008 08:31:44 +0000 |
diego |
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
|
Mon, 24 Nov 2008 08:29:34 +0000 |
diego |
Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.
|
Sun, 23 Nov 2008 22:01:54 +0000 |
gpoirier |
sync w/r27979
|
Sun, 23 Nov 2008 20:49:05 +0000 |
reimar |
Clear the whole window on resize in vo_x11 since we do not
|
Sun, 23 Nov 2008 20:47:04 +0000 |
reimar |
Simplify vo_x11 check_events function
|
Sun, 23 Nov 2008 20:39:15 +0000 |
reimar |
Do not draw in window if our image has not yet been adjusted to the new window size.
|
Sun, 23 Nov 2008 20:20:51 +0000 |
reimar |
Remove unnecessary xf86vmode.h include.
|
Sun, 23 Nov 2008 20:19:06 +0000 |
reimar |
Remove some usnused variables and commented-out code.
|
Sun, 23 Nov 2008 20:17:46 +0000 |
reimar |
Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.
|
Sun, 23 Nov 2008 18:50:39 +0000 |
reimar |
Patch to improve/consistify coding style.
|
Sun, 23 Nov 2008 18:45:01 +0000 |
reimar |
Fix indentation
|
Sun, 23 Nov 2008 18:42:29 +0000 |
reimar |
Lock/unlock surface only once even when drawing many slices.
|
Sun, 23 Nov 2008 18:24:53 +0000 |
reimar |
Move locked_rect from stack to priv struct in preparation for following patch.
|
Sun, 23 Nov 2008 18:13:56 +0000 |
reimar |
Move the StretchRect call from draw_slices to render_d3d_frame.
|
Sun, 23 Nov 2008 17:25:46 +0000 |
reimar |
Remove pointless is_cfG_finished variable.
|
Sun, 23 Nov 2008 14:57:51 +0000 |
diego |
Handle fb_dev_name similar to vo_fbdev in vo_wii.
|
Sun, 23 Nov 2008 14:32:39 +0000 |
diego |
Merge another if condition check to lessen differences to vo_fbdev.c.
|
Sun, 23 Nov 2008 14:15:54 +0000 |
diego |
Use static variable instead of #define to lessen differences to vo_fbdev.c.
|
Sun, 23 Nov 2008 13:55:23 +0000 |
diego |
Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.
|
Sun, 23 Nov 2008 13:51:16 +0000 |
diego |
Merge another if condition check to lessen differences to vo_fbdev.c.
|
Sun, 23 Nov 2008 13:42:41 +0000 |
diego |
Merge if condition check to lessen differences to vo_fbdev.c.
|
Sun, 23 Nov 2008 13:41:57 +0000 |
diego |
Remove debug function.
|
Sun, 23 Nov 2008 13:23:14 +0000 |
diego |
cosmetics: one more round of whitespace changes
|
Sun, 23 Nov 2008 13:19:43 +0000 |
diego |
cosmetics: further reformatting to lessen differences to vo_fbdev.c
|
Sun, 23 Nov 2008 13:06:37 +0000 |
diego |
cosmetics: complete reformatting, tabs to spaces, etc.
|
Sun, 23 Nov 2008 13:02:10 +0000 |
diego |
cosmetics: Lessen differences to vo_wii.c.
|
Sun, 23 Nov 2008 12:46:42 +0000 |
diego |
cosmetics: consistent formatting for if/else/case
|
Sun, 23 Nov 2008 12:45:07 +0000 |
reimar |
Reimplement -endchapter support again for -dump*, it was broken in r25987.
|
Sun, 23 Nov 2008 12:30:39 +0000 |
reimar |
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
|
Sun, 23 Nov 2008 12:25:41 +0000 |
reimar |
Remove unused flip_flag variable
|
Sun, 23 Nov 2008 12:08:18 +0000 |
diego |
cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.
|
Sun, 23 Nov 2008 12:01:48 +0000 |
diego |
cosmetics: Move up uninit() to avoid a forward declaration.
|
Sun, 23 Nov 2008 11:59:37 +0000 |
diego |
cosmetics: consistent function declarations.
|
Sun, 23 Nov 2008 11:58:11 +0000 |
diego |
cosmetics: Remove tabs and trailing whitespace.
|
Sun, 23 Nov 2008 11:53:17 +0000 |
diego |
Remove unused variables and the related warnings along with them.
|
Sat, 22 Nov 2008 13:31:55 +0000 |
bircoph |
Make description of the option more clear as suggested by
|
Fri, 21 Nov 2008 23:22:53 +0000 |
reimar |
Remove a aspect calculation line.
|
Fri, 21 Nov 2008 23:17:26 +0000 |
reimar |
Simplify handling of "flags" parameter
|
Fri, 21 Nov 2008 23:14:38 +0000 |
reimar |
Add forgotten initialization if Flip_Flag to 0.
|
Fri, 21 Nov 2008 19:32:19 +0000 |
diego |
cosmetics: typo fixes
|
Fri, 21 Nov 2008 18:55:00 +0000 |
diego |
cosmetics: Write revision number with leading 'r'.
|
Fri, 21 Nov 2008 13:03:22 +0000 |
compn |
add direct3d docs, ok'd by Guillaume
|
Fri, 21 Nov 2008 12:23:10 +0000 |
bircoph |
Synced with r27967.
|
Fri, 21 Nov 2008 12:22:16 +0000 |
reimar |
Fix and enable panscan handling for vo_direct3d
|
Thu, 20 Nov 2008 22:54:30 +0000 |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
|
Thu, 20 Nov 2008 19:32:08 +0000 |
reynaldo |
Add all still missing lines, full sync against r27967
|
Thu, 20 Nov 2008 19:03:53 +0000 |
reynaldo |
Trivial, add some more lines that were missing
|
Thu, 20 Nov 2008 18:28:22 +0000 |
reynaldo |
Trivial, Cosmetics
|
Thu, 20 Nov 2008 16:15:25 +0000 |
reynaldo |
COSMETICS, More line shifting to match English master
|
Thu, 20 Nov 2008 16:06:52 +0000 |
reynaldo |
TRIVIAL, add some more missing lines
|
Thu, 20 Nov 2008 16:03:52 +0000 |
reynaldo |
COSMETICS, More line shifting to match English master
|
Thu, 20 Nov 2008 15:39:51 +0000 |
reynaldo |
TRIVIAL, some missing lines and a grammar correction
|
Thu, 20 Nov 2008 15:13:14 +0000 |
reimar |
Cosmetics: rename variables etc. in vo_direct3d.c
|
Wed, 19 Nov 2008 20:19:25 +0000 |
reimar |
Factor common code like -wid handling, vo_gc creation etc. out into
|
Wed, 19 Nov 2008 16:41:59 +0000 |
gpoirier |
Add detection of x86 CPU features SSSE3 and SSE4a.
|
Wed, 19 Nov 2008 13:39:07 +0000 |
reimar |
Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
|
Tue, 18 Nov 2008 20:34:07 +0000 |
reynaldo |
Cosmetics, mostly line shifting to match English master
|
Tue, 18 Nov 2008 14:51:54 +0000 |
reimar |
Add missing "static" qualifiers to vo_direct3d
|
Tue, 18 Nov 2008 13:18:55 +0000 |
reimar |
100l, the video_out_drivers list must be sorted by priority, not
|
Tue, 18 Nov 2008 12:23:42 +0000 |
reimar |
Direct3D based video_out module.
|
Tue, 18 Nov 2008 12:23:23 +0000 |
reimar |
Doxygen documentation for w32_common.c
|
Tue, 18 Nov 2008 09:41:31 +0000 |
bircoph |
On OpenBSD socklen_t is defined at sys/types.h, so latter is added
|
Tue, 18 Nov 2008 03:41:54 +0000 |
reynaldo |
Trivial, Cosmetics
|
Tue, 18 Nov 2008 03:17:11 +0000 |
reynaldo |
Trivial, Cosmetics
|
Tue, 18 Nov 2008 03:06:27 +0000 |
reynaldo |
Add some more missing messages
|
Mon, 17 Nov 2008 18:20:20 +0000 |
reimar |
100l, missing ' s' in sed command, probably caused all decoders to be
|
Mon, 17 Nov 2008 15:25:33 +0000 |
diego |
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
|
Mon, 17 Nov 2008 15:02:24 +0000 |
diego |
Set _have_yasm to "no" if yasm detection failed.
|
Mon, 17 Nov 2008 13:12:01 +0000 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already
|
Mon, 17 Nov 2008 10:33:59 +0000 |
diego |
Put variable declaration inside an #ifdef to avoid an unused variable warning.
|
Mon, 17 Nov 2008 10:16:28 +0000 |
cehoyos |
Allow compilation with icc 10.1.
|
Sun, 16 Nov 2008 23:59:47 +0000 |
diego |
Fix build: Remove some references to sections that no longer exist.
|
Sun, 16 Nov 2008 17:16:08 +0000 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
Sun, 16 Nov 2008 16:59:17 +0000 |
reimar |
Fix missing -DARCH_X86_64 for yasm on x86_64.
|
Sun, 16 Nov 2008 13:04:16 +0000 |
bircoph |
Add yasm support to the build system.
|
Sun, 16 Nov 2008 12:20:14 +0000 |
Gabrov |
synced with r27938
|
Sun, 16 Nov 2008 10:20:58 +0000 |
reimar |
Use 64 bit numbers for file positions in the seek function in audio demuxer.
|
Sat, 15 Nov 2008 23:09:31 +0000 |
reimar |
Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
|
Sat, 15 Nov 2008 22:49:49 +0000 |
reimar |
Remove a duplicated vo_x11_selectinput_witherr
|
Sat, 15 Nov 2008 22:48:41 +0000 |
reimar |
respect -vf dsize etc. also for -rootwin, just like vo_xv does.
|
Sat, 15 Nov 2008 22:34:41 +0000 |
bircoph |
Fix phrase to maintain consistency.
|
Sat, 15 Nov 2008 22:33:36 +0000 |
reimar |
Sync with vo_x11: make sure we get expose events even when drawing to the root window.
|
Sat, 15 Nov 2008 22:25:11 +0000 |
bircoph |
Synced with r26763.
|
Sat, 15 Nov 2008 20:37:08 +0000 |
gpoirier |
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
|
Sat, 15 Nov 2008 19:43:39 +0000 |
reimar |
100l, stream->cache_pid can not be used directly in pthread_create,
|
Sat, 15 Nov 2008 19:14:09 +0000 |
reimar |
Remove a nonsensical "else" for the video mode switching case.
|
Sat, 15 Nov 2008 19:08:50 +0000 |
reimar |
Use pthreads for the cache on Cygwin, since _beginthread is not available
|
Sat, 15 Nov 2008 19:06:25 +0000 |
reimar |
include limits.h for INT_MAX.
|
Sat, 15 Nov 2008 19:03:21 +0000 |
reimar |
Remove now unused variables.
|
Sat, 15 Nov 2008 18:58:14 +0000 |
reimar |
Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.
|
Sat, 15 Nov 2008 18:56:25 +0000 |
reimar |
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
|
Sat, 15 Nov 2008 18:28:35 +0000 |
reimar |
Set modified window position and monitor aspect in vo_vm_switch instead of in
|
Sat, 15 Nov 2008 18:14:03 +0000 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
Sat, 15 Nov 2008 18:11:10 +0000 |
reimar |
Set modeline_width/height to sane values in vo_vm_switch even when
|
Sat, 15 Nov 2008 17:48:27 +0000 |
reimar |
Cosmetics: remove useless "extern"
|
Sat, 15 Nov 2008 17:45:55 +0000 |
reimar |
Replace some of the different inconsistent XGetGeometry uses by a
|
Sat, 15 Nov 2008 17:41:30 +0000 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already takes care of this.
|
Sat, 15 Nov 2008 16:40:48 +0000 |
reimar |
Remove code from unused and since ages deprecated draw_frame function.
|
Sat, 15 Nov 2008 16:36:39 +0000 |
reimar |
Remove vo_xv code that has been under #if 0 since ages.
|
Sat, 15 Nov 2008 16:34:44 +0000 |
reimar |
vo_x11: do not replace the vo_gc created by the Gui.
|
Sat, 15 Nov 2008 15:50:47 +0000 |
reimar |
Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.
|
Sat, 15 Nov 2008 14:24:32 +0000 |
reimar |
Cosmetics for vo_x11 control() to make it more similar to vo_xv.c
|
Sat, 15 Nov 2008 14:21:02 +0000 |
reimar |
Fix grammar of comment and sync it with vo_x11.c
|
Sat, 15 Nov 2008 03:41:28 +0000 |
reynaldo |
Adds Some missing messages - 1 of 3
|
Fri, 14 Nov 2008 19:29:04 +0000 |
reimar |
Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control
|
Fri, 14 Nov 2008 13:03:33 +0000 |
gpoirier |
sync w/r27906
|
Fri, 14 Nov 2008 10:31:15 +0000 |
reimar |
Fix ati-hack to work again with ATI 8.9 and later drivers.
|
Thu, 13 Nov 2008 19:05:07 +0000 |
reimar |
Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of
|
Thu, 13 Nov 2008 17:18:40 +0000 |
gpoirier |
document x264's option subq=0, plus a bit of factoring and added details
|
Thu, 13 Nov 2008 00:15:09 +0000 |
diego |
Print out that vo_macosx is disabled when Mac OS X APIs are not available.
|
Tue, 11 Nov 2008 19:21:36 +0000 |
reimar |
Fix Windows OpenGL -wid:
|
Tue, 11 Nov 2008 13:57:29 +0000 |
torinthiel |
Partial sync to 27843
|
Sat, 08 Nov 2008 09:51:12 +0000 |
diego |
Sync with latest FFmpeg changes.
|
Sat, 08 Nov 2008 04:51:46 +0000 |
bircoph |
Synced with r25786.
|
Fri, 07 Nov 2008 08:34:15 +0000 |
bircoph |
Synced with r27402. Some spelling, typo fixes.
|
Thu, 06 Nov 2008 18:39:37 +0000 |
reimar |
For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS.
|
Thu, 06 Nov 2008 12:41:23 +0000 |
gpoirier |
sync w/r27895
|
Wed, 05 Nov 2008 23:37:52 +0000 |
nicodvb |
set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar
|
Tue, 04 Nov 2008 21:00:29 +0000 |
diego |
Add #include <string.h> for memset.
|
Tue, 04 Nov 2008 20:46:45 +0000 |
diego |
Fix typo in psy-rd x264 option description.
|
Tue, 04 Nov 2008 20:38:55 +0000 |
diego |
Add some const specifiers to function name variables; fixes a bunch of
|
Tue, 04 Nov 2008 18:44:14 +0000 |
reimar |
Intialize unused fd variables to -1 (which is actually invalid) instead
|
Tue, 04 Nov 2008 18:42:46 +0000 |
reimar |
Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
|
Tue, 04 Nov 2008 00:35:49 +0000 |
bircoph |
Fix a typo.
|
Mon, 03 Nov 2008 23:55:42 +0000 |
diego |
Remove outdated sections.
|
Mon, 03 Nov 2008 22:06:45 +0000 |
diego |
Merge ARCH_BFIN lines.
|
Mon, 03 Nov 2008 22:01:03 +0000 |
diego |
Add tests target for libswscale test programs.
|
Mon, 03 Nov 2008 21:49:54 +0000 |
mru |
Remove forgotten ASM_OBJS in libswscale
|
Mon, 03 Nov 2008 12:06:40 +0000 |
Gabrov |
synced with r27885
|
Mon, 03 Nov 2008 10:35:54 +0000 |
ptt |
44% synced with r22753 (going on... ;))
|
Sun, 02 Nov 2008 18:25:44 +0000 |
reimar |
lavc tscc decoder now also depends on zlib
|
Sun, 02 Nov 2008 17:19:30 +0000 |
reimar |
Add a few more supported URL protocols
|
Sun, 02 Nov 2008 17:15:44 +0000 |
reimar |
Forgotten reindent
|
Sun, 02 Nov 2008 17:15:14 +0000 |
reimar |
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
|
Sun, 02 Nov 2008 16:46:02 +0000 |
reimar |
vfw.h needs a windows.h include before on MinGW64.
|
Sun, 02 Nov 2008 16:37:45 +0000 |
reimar |
Change OpenGL support to work on unmodified MinGW64
|
Sun, 02 Nov 2008 15:51:00 +0000 |
reimar |
Use libavutil FFMIN etc. instead of defining our own variants.
|
Sun, 02 Nov 2008 11:52:49 +0000 |
reimar |
Avoid pointless casting of void*
|
Sun, 02 Nov 2008 11:48:20 +0000 |
reimar |
Consistently use NULL for pointers instead of 0.
|
Sun, 02 Nov 2008 09:57:22 +0000 |
reimar |
Fallback to non-fontconfig behaviour when fontconfig initialization fails.
|
Sat, 01 Nov 2008 13:56:11 +0000 |
aurel |
vobsub: move extradata out of vobsub_t struct
|
Sat, 01 Nov 2008 13:51:39 +0000 |
aurel |
vobsub: add sanity check
|
Fri, 31 Oct 2008 18:44:45 +0000 |
diego |
Add an option that sets initial playback volume.
|
Fri, 31 Oct 2008 13:13:52 +0000 |
reimar |
Missing free in malloc error case in COutputPinCreate.
|
Fri, 31 Oct 2008 13:12:54 +0000 |
reimar |
Avoid useless casts of malloc results.
|
Fri, 31 Oct 2008 12:59:17 +0000 |
reimar |
Avoid a potential memleak in parse_obj_params in case of a missing
|
Fri, 31 Oct 2008 12:56:25 +0000 |
reimar |
Avoid a memleak if allocation of field_name fails, fixes bug #1319.
|
Thu, 30 Oct 2008 22:40:55 +0000 |
diego |
Consistently use dashes to separate words in section IDs.
|
Thu, 30 Oct 2008 22:40:25 +0000 |
diego |
Fix typo noticed by Paul TT.
|
Thu, 30 Oct 2008 15:04:05 +0000 |
ptt |
linking corrections
|
Thu, 30 Oct 2008 15:03:50 +0000 |
ptt |
synced with r27843
|
Thu, 30 Oct 2008 15:03:22 +0000 |
ptt |
synced with r27843
|
Thu, 30 Oct 2008 15:02:44 +0000 |
ptt |
synced with r27852
|
Thu, 30 Oct 2008 14:51:29 +0000 |
ptt |
removed, as rev.27771
|
Thu, 30 Oct 2008 14:21:31 +0000 |
ptt |
synced with r27770
|
Thu, 30 Oct 2008 14:21:16 +0000 |
ptt |
synced with r27815
|
Thu, 30 Oct 2008 14:20:05 +0000 |
ptt |
synced with r27640
|
Thu, 30 Oct 2008 14:18:01 +0000 |
ptt |
synced with r27663
|
Thu, 30 Oct 2008 14:17:48 +0000 |
ptt |
synced with r27683
|
Thu, 30 Oct 2008 14:17:30 +0000 |
ptt |
updated links for other commit reference
|
Thu, 30 Oct 2008 14:16:58 +0000 |
ptt |
synced with r27771
|
Thu, 30 Oct 2008 14:16:30 +0000 |
ptt |
synced with r27833
|
Thu, 30 Oct 2008 09:06:34 +0000 |
diego |
Move codec installation instructions from the codecs section to a more
|
Thu, 30 Oct 2008 08:55:36 +0000 |
diego |
Restore XMMS input plugin section from removed section in a better place.
|
Wed, 29 Oct 2008 22:42:34 +0000 |
diego |
We now require GNU make 3.81.
|
Wed, 29 Oct 2008 22:03:36 +0000 |
ben |
Remove X11 backing store: this is now a useless flag.
|
Wed, 29 Oct 2008 06:34:09 +0000 |
diego |
zlib is used in many places.
|
Wed, 29 Oct 2008 06:33:24 +0000 |
diego |
Move libmad codec installation section to software requirements.
|
Tue, 28 Oct 2008 23:48:25 +0000 |
diego |
section title wording fixes
|
Tue, 28 Oct 2008 23:46:57 +0000 |
diego |
Group codec library installation instructions together in a codec
|
Tue, 28 Oct 2008 23:33:51 +0000 |
diego |
Move general comments from the video codec section to the top level.
|
Tue, 28 Oct 2008 23:27:54 +0000 |
diego |
Remove useless FFmpeg codec section.
|
Tue, 28 Oct 2008 18:00:11 +0000 |
diego |
Make sure that linker flags passed as configure parameters appear before
|
Mon, 27 Oct 2008 22:51:22 +0000 |
aurel |
Factorize vobsub idx/extradata handling.
|
Mon, 27 Oct 2008 22:44:09 +0000 |
faust3 |
Disallow the modification of teletext properties when the tv demuxer is
|
Mon, 27 Oct 2008 22:34:33 +0000 |
aurel |
Avoid calling init_vo_spudec() too early.
|
Mon, 27 Oct 2008 21:00:12 +0000 |
diego |
Fix smartblur filter crash due to missing default scaler choice;
|
Mon, 27 Oct 2008 19:59:01 +0000 |
vitor |
Silence GCC warnings:
|
Mon, 27 Oct 2008 09:05:27 +0000 |
michael |
rgb2rgb.h was not really intended to be a public header, thus remove it.
|
Mon, 27 Oct 2008 09:03:47 +0000 |
michael |
Remove rgb2rgb.h dependency.
|
Sun, 26 Oct 2008 15:41:11 +0000 |
vitor |
Silence the following GCC warning:
|
Sun, 26 Oct 2008 09:49:33 +0000 |
diego |
Merge two Xvid build steps.
|
Sun, 26 Oct 2008 09:44:32 +0000 |
diego |
Remove reference to containers.xml, which was removed.
|
Sun, 26 Oct 2008 09:06:16 +0000 |
diego |
Remove notice about necessary tool versions in Xvid section, the info is
|
Sun, 26 Oct 2008 08:55:30 +0000 |
diego |
Remove obsolete and pointless reference to Xvid divxcompat mode.
|
Sun, 26 Oct 2008 07:33:15 +0000 |
diego |
cosmetics: alphabetical order
|
Sun, 26 Oct 2008 02:21:55 +0000 |
uau |
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
|
Sat, 25 Oct 2008 20:41:51 +0000 |
cehoyos |
Remove unused code that can't be compiled without svn archive.
|
Sat, 25 Oct 2008 15:00:28 +0000 |
michael |
Do not attempt to use the unscaled yuv2rgb converter when height is odd because
|
Sat, 25 Oct 2008 13:13:17 +0000 |
compn |
minor fix in example command line for users
|
Sat, 25 Oct 2008 01:43:24 +0000 |
diego |
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
|
Sat, 25 Oct 2008 00:08:02 +0000 |
uau |
configure: Set CONFIG_FFT to fix libavcodec compilation
|
Sat, 25 Oct 2008 00:07:59 +0000 |
uau |
vf_palette: Fix compilation after libswscale API changes
|
Fri, 24 Oct 2008 09:18:28 +0000 |
ptt |
updated to r27402, jumping over 27072, by now, i'll do soon
|
Fri, 24 Oct 2008 09:13:04 +0000 |
diego |
Conditionally declare a conditionally used variable, fixes the warning:
|
Fri, 24 Oct 2008 09:08:03 +0000 |
diego |
10l: Revert SH4 removal, which is required in FFmpeg.
|
Thu, 23 Oct 2008 19:20:14 +0000 |
vitor |
Cosmetics: alignment
|
Thu, 23 Oct 2008 19:13:11 +0000 |
vitor |
Fix broken palette8to*.
|
Thu, 23 Oct 2008 16:23:42 +0000 |
diego |
cosmetics: typo fix
|
Thu, 23 Oct 2008 15:36:59 +0000 |
compn |
remove outdated message about outfmt=i420
|
Thu, 23 Oct 2008 10:58:47 +0000 |
diego |
SH4 is an architecture, not a CPU extension.
|
Thu, 23 Oct 2008 09:53:08 +0000 |
diego |
Add ARM pld instruction test for FFmpeg ARM optimizations.
|
Wed, 22 Oct 2008 23:39:39 +0000 |
diego |
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
|
Wed, 22 Oct 2008 17:34:39 +0000 |
diego |
Try to improve binary codec pack installation instructions.
|
Wed, 22 Oct 2008 16:08:26 +0000 |
attila |
increase the max RTP packet size to 5MB as modern Elphel
|
Tue, 21 Oct 2008 07:02:25 +0000 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
Mon, 20 Oct 2008 18:08:10 +0000 |
reimar |
Make cpuinfo.c compile under MinGW64
|
Mon, 20 Oct 2008 09:55:38 +0000 |
diego |
Replace typeof by __typeof__, the former is a non-portable GNU extension.
|
Sun, 19 Oct 2008 20:02:21 +0000 |
diego |
Translate a Hungarian comment, thanks to Denes Balatoni.
|
Sun, 19 Oct 2008 18:56:35 +0000 |
conrad |
Convert typeof keyword into __typeof__
|
Sun, 19 Oct 2008 18:05:45 +0000 |
reimar |
Avoid CreateThread and especially TerminateThread since they cause a memleak.
|
Sun, 19 Oct 2008 17:28:23 +0000 |
reimar |
Remove useless casts.
|
Sun, 19 Oct 2008 11:47:46 +0000 |
diego |
Improve error message when screen width and height are not set.
|
Sun, 19 Oct 2008 11:27:10 +0000 |
diego |
Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
|
Sat, 18 Oct 2008 21:11:44 +0000 |
gpoirier |
improve documentation of latest x264's options
|
Sat, 18 Oct 2008 18:54:05 +0000 |
reimar |
Use av_malloc/av_free for audio-related buffers to avoid crashes due to
|
Sat, 18 Oct 2008 16:07:47 +0000 |
ranma |
pci.c includes dha.h, remove redundant MAX_* defines
|
Sat, 18 Oct 2008 16:07:18 +0000 |
ranma |
MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 devices), upped to 256
|
Fri, 17 Oct 2008 10:01:44 +0000 |
faust3 |
fixed image format detection for 15 bit color depths
|
Thu, 16 Oct 2008 20:44:05 +0000 |
diego |
cosmetics: Reorganize config.h. Remove pointless comments, group together
|
Thu, 16 Oct 2008 20:40:34 +0000 |
diego |
typo: _dev_dvd_openbsd --> _def_dvd_openbsd
|
Thu, 16 Oct 2008 20:25:41 +0000 |
diego |
Create LIBDIR for binary codecs upon make install.
|
Thu, 16 Oct 2008 20:23:22 +0000 |
diego |
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
|
Thu, 16 Oct 2008 20:17:56 +0000 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
Thu, 16 Oct 2008 19:24:21 +0000 |
diego |
Revert declaring ThreadProc as void, it breaks the WINAPI.
|
Thu, 16 Oct 2008 19:12:57 +0000 |
diego |
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Thu, 16 Oct 2008 18:28:38 +0000 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
Thu, 16 Oct 2008 18:26:01 +0000 |
diego |
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
|
Thu, 16 Oct 2008 18:24:18 +0000 |
diego |
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
|
Thu, 16 Oct 2008 18:19:36 +0000 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
Thu, 16 Oct 2008 18:14:35 +0000 |
diego |
cosmetics: Merge some preprocessor checks.
|
Thu, 16 Oct 2008 18:13:26 +0000 |
faust3 |
fixed overlay x and y calculation
|
Thu, 16 Oct 2008 18:13:06 +0000 |
diego |
Move attribute_used declaration from config.h to mangle.h where it is useful.
|
Thu, 16 Oct 2008 18:08:18 +0000 |
diego |
Remove pointless attribute_used from variable declaration.
|
Thu, 16 Oct 2008 17:01:40 +0000 |
diego |
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
|
Thu, 16 Oct 2008 13:34:30 +0000 |
flameeyes |
Convert asm keyword into __asm__.
|
Thu, 16 Oct 2008 13:33:29 +0000 |
diego |
sun --> __sun in config.h preprocessor check
|
Tue, 14 Oct 2008 23:20:10 +0000 |
diego |
misc updates for the Xvid, x264 and AAC sections
|
Tue, 14 Oct 2008 23:15:10 +0000 |
diego |
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
|
Tue, 14 Oct 2008 23:00:04 +0000 |
diego |
cosmetics: Consistently name all header #define variables.
|
Tue, 14 Oct 2008 22:28:52 +0000 |
diego |
Remove some pointless and/or outdated codec documentation sections.
|
Tue, 14 Oct 2008 22:28:19 +0000 |
faust3 |
Honour differences between src and dst stride for packed yuv
|
Tue, 14 Oct 2008 21:41:25 +0000 |
diego |
Remove section about containers. Its contents are non-informative, redundant,
|
Tue, 14 Oct 2008 21:15:59 +0000 |
diego |
Update VIDIX vs. svgalib documentation.
|
Tue, 14 Oct 2008 16:04:09 +0000 |
diego |
#include necessary libavcodec header and remove duplicated struct declaration.
|
Tue, 14 Oct 2008 09:31:19 +0000 |
gpoirier |
update x264's section with r999 of x264
|
Tue, 14 Oct 2008 09:04:40 +0000 |
diego |
Remove useless '#undef realloc', realloc is not referenced anywhere near.
|
Tue, 14 Oct 2008 08:56:48 +0000 |
diego |
Remove duplicate extern declaration, fixes the warning:
|
Mon, 13 Oct 2008 23:10:42 +0000 |
diego |
Remove unused variable ncomps.
|
Mon, 13 Oct 2008 22:32:20 +0000 |
ods15 |
Fix double free in demux_nut, patch by Onur K¸«ä¸«®¸«äk.
|
Mon, 13 Oct 2008 22:25:35 +0000 |
diego |
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
|
Mon, 13 Oct 2008 16:26:05 +0000 |
diego |
Remove global definition of WIN32 in config.h for Cygwin.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Mon, 13 Oct 2008 16:06:15 +0000 |
diego |
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.
|
Mon, 13 Oct 2008 15:51:29 +0000 |
diego |
Declare ThreadProc as void, it does not return anything, fixes the warning:
|
Mon, 13 Oct 2008 15:25:34 +0000 |
diego |
Remove unused function, fixes the warning:
|
Mon, 13 Oct 2008 15:13:40 +0000 |
diego |
Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:
|
Mon, 13 Oct 2008 14:55:01 +0000 |
diego |
Add missing Cygwin header, fixes the warning:
|
Mon, 13 Oct 2008 14:47:11 +0000 |
diego |
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:
|
Mon, 13 Oct 2008 14:40:58 +0000 |
diego |
Surround conditionally used function with corresponding #ifdef, fixes:
|
Mon, 13 Oct 2008 14:38:36 +0000 |
diego |
Remove redundant variable declaration, fixes the warning:
|
Mon, 13 Oct 2008 14:17:25 +0000 |
diego |
Remove check for byteswap.h, it was removed from FFmpeg.
|
Sun, 12 Oct 2008 22:12:24 +0000 |
diego |
Remove unused variables.
|
Sun, 12 Oct 2008 22:11:33 +0000 |
diego |
Remove redundant declaration of proc_priority.
|
Sun, 12 Oct 2008 17:18:15 +0000 |
diego |
Filter out .hh and .h files in the C++ dependency generation command.
|
Sun, 12 Oct 2008 17:14:13 +0000 |
diego |
Remove useless HAVE_STRCHR definition from config.h.
|
Sun, 12 Oct 2008 15:58:44 +0000 |
diego |
Add missing support for some multimedia keys to X11 backend code.
|
Sun, 12 Oct 2008 12:12:41 +0000 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|
Sat, 11 Oct 2008 08:22:03 +0000 |
diego |
Do not provide a prototype for setenv in config.h, we do not provide a
|
Fri, 10 Oct 2008 21:56:03 +0000 |
diego |
cosmetics: Move some config.h entries to more sensible places.
|
Fri, 10 Oct 2008 05:34:49 +0000 |
diego |
cosmetics: Group codec-, network- and gui-related options together in config.h.
|
Thu, 09 Oct 2008 22:11:56 +0000 |
diego |
cosmetics: Group system header and function definitions together in config.h.
|
Thu, 09 Oct 2008 17:10:31 +0000 |
cehoyos |
Remove unused line (and fix an icc warning).
|
Thu, 09 Oct 2008 17:08:47 +0000 |
cehoyos |
Replace numeric constants by their defines.
|
Thu, 09 Oct 2008 11:13:14 +0000 |
flameeyes |
Mark some symbols in swscale.c as constant.
|
Thu, 09 Oct 2008 11:12:38 +0000 |
flameeyes |
Mark dither_2x2_{8,4} static to swscale.c
|
Thu, 09 Oct 2008 11:11:35 +0000 |
flameeyes |
Mark variation-specific interleaveBytes static.
|
Thu, 09 Oct 2008 11:10:30 +0000 |
flameeyes |
Invert logic for the single-pass in swScale() functions.
|
Thu, 09 Oct 2008 08:36:04 +0000 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
Thu, 09 Oct 2008 07:46:20 +0000 |
ulion |
Fix channel order for ffmpeg flac codec.
|
Wed, 08 Oct 2008 17:48:23 +0000 |
vitor |
Do not set src[1] to the palette, it is now in the context
|
Wed, 08 Oct 2008 17:46:22 +0000 |
vitor |
Add a new unscaled PAL8 -> RGB converter.
|
Wed, 08 Oct 2008 16:22:23 +0000 |
kraymer |
r27182: apply parameter name change of no-correct-pts from r26842 to man page
|
Wed, 08 Oct 2008 11:59:01 +0000 |
aurel |
Change one more variable type from int to enum PixelFormat.
|
Tue, 07 Oct 2008 19:44:39 +0000 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
Tue, 07 Oct 2008 08:25:47 +0000 |
diego |
Remove unnecessary HAVE_AV_CONFIG_H #define.
|
Mon, 06 Oct 2008 14:09:22 +0000 |
gpoirier |
sync w/r27691
|
Sun, 05 Oct 2008 23:16:49 +0000 |
cehoyos |
Correctly place second const in declaration.
|
Sun, 05 Oct 2008 21:44:42 +0000 |
diego |
Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
|
Sun, 05 Oct 2008 21:00:16 +0000 |
lu_zero |
gcc-apple specific fallback not necessary anymore
|
Sun, 05 Oct 2008 20:43:09 +0000 |
cehoyos |
Disable mp3lib and liba52-internal for icc.
|
Sun, 05 Oct 2008 16:47:55 +0000 |
diego |
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
|
Sun, 05 Oct 2008 13:43:45 +0000 |
Gabrov |
synced with r27718
|
Sat, 04 Oct 2008 18:50:39 +0000 |
cehoyos |
Remove b5Dither, g5Dither and r5Dither from libswscale.
|
Sat, 04 Oct 2008 17:55:42 +0000 |
diego |
Revert the removal of the likely/unlikely macros, they are still used.
|
Sat, 04 Oct 2008 17:15:39 +0000 |
diego |
Merge variable declaration and export.
|
Sat, 04 Oct 2008 16:40:35 +0000 |
cehoyos |
Remove g6Dither from libswscale.
|
Sat, 04 Oct 2008 15:11:39 +0000 |
ranma |
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
|
Sat, 04 Oct 2008 15:06:50 +0000 |
diego |
Add a comment to lonely 'fi' for clarification.
|
Sat, 04 Oct 2008 15:03:10 +0000 |
ranma |
Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)
|
Sat, 04 Oct 2008 13:07:31 +0000 |
diego |
cosmetics: more config.h reordering
|
Sat, 04 Oct 2008 12:39:16 +0000 |
diego |
cosmetics: Reorder entries in config.h.
|
Sat, 04 Oct 2008 12:24:18 +0000 |
diego |
100l: Revert incorrect removal or --ar and --ranlib options.
|
Sat, 04 Oct 2008 12:14:38 +0000 |
diego |
cosmetics: Improve some config.h comments.
|
Sat, 04 Oct 2008 11:47:00 +0000 |
diego |
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
|
Sat, 04 Oct 2008 11:42:39 +0000 |
diego |
Remove unused HAVE_SYS_POLL_H definition from config.h.
|
Sat, 04 Oct 2008 11:27:39 +0000 |
diego |
cosmetics: Move around some more stuff in config.mak.
|
Sat, 04 Oct 2008 11:06:50 +0000 |
diego |
cosmetics: Move around stuff in config.mak.
|
Sat, 04 Oct 2008 10:57:57 +0000 |
diego |
Remove unused LIBDIR Makefile variable from config.mak.
|
Sat, 04 Oct 2008 10:53:28 +0000 |
diego |
Remove unused options --ar and --ranlib.
|
Sat, 04 Oct 2008 10:39:29 +0000 |
diego |
Do not set DESTDIR to an empty value so that it can be overridden on the
|
Sat, 04 Oct 2008 10:18:42 +0000 |
diego |
FAAC/FAAD are no longer the only available AAC encoders/decoders.
|
Sat, 04 Oct 2008 10:16:48 +0000 |
diego |
Remove word size check and macro and use __WORDSIZE directly instead.
|
Sat, 04 Oct 2008 09:52:07 +0000 |
diego |
Remove MPlayer-specific MP_WORDSIZE hack.
|
Sat, 04 Oct 2008 09:38:10 +0000 |
diego |
Merge SPARC and SPARC64 sections in the CPU detection code.
|
Sat, 04 Oct 2008 09:27:46 +0000 |
diego |
Skip setting variables to empty values in the CPU detection code.
|
Fri, 03 Oct 2008 23:44:40 +0000 |
diego |
Remove MinGW cruft.
|
Fri, 03 Oct 2008 22:49:53 +0000 |
diego |
100l copy and paste typo fix
|
Fri, 03 Oct 2008 22:46:33 +0000 |
diego |
spelling cosmetics
|
Fri, 03 Oct 2008 22:39:06 +0000 |
diego |
Fix vsscanf test.
|
Fri, 03 Oct 2008 21:55:05 +0000 |
diego |
vo_fbdev now supports -geometry.
|
Fri, 03 Oct 2008 21:54:21 +0000 |
diego |
whitespace cosmetics
|
Fri, 03 Oct 2008 21:49:25 +0000 |
diego |
CVS --> Subversion
|
Fri, 03 Oct 2008 14:54:22 +0000 |
gpoirier |
fix compilation w/ FFmpeg r15533
|
Fri, 03 Oct 2008 10:18:53 +0000 |
diego |
Add missing #include for mplayer.h, fixes the warning:
|
Fri, 03 Oct 2008 09:56:37 +0000 |
diego |
Filter out xpm files from the list of dependencies to check for recursive
|
Fri, 03 Oct 2008 09:42:22 +0000 |
diego |
External liba52 parameters should only be enabled if the check succeeded.
|
Fri, 03 Oct 2008 09:40:43 +0000 |
diego |
Internal liba52 should default to enabled.
|
Thu, 02 Oct 2008 22:15:45 +0000 |
gpoirier |
fix FAQ about compiling 32 bit mplayer on x86_64
|
Wed, 01 Oct 2008 17:05:46 +0000 |
reimar |
Use the existing pt_iter_goto_head function instead of reimplementing it
|
Wed, 01 Oct 2008 17:05:39 +0000 |
reimar |
mpctx->playtree is a node, files can not be directly appended to it,
|