Mercurial > mplayer.hg
graph
-
Handle vdp_decoder_create failures better, in particular avoid unrelatedSat, 28 Feb 2009 10:43:28 +0000, by reimar
-
Fix a possible NULL-pointer crash introduced by local changes to libfaad2Sat, 28 Feb 2009 10:06:52 +0000, by reimar
-
When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroesSat, 28 Feb 2009 08:01:52 +0000, by sdrik
-
Synced with r28745.Sat, 28 Feb 2009 03:12:55 +0000, by bircoph
-
Zero-fill glyph_info_t before use.Fri, 27 Feb 2009 23:06:53 +0000, by eugeni
-
Remove unused function argument.Fri, 27 Feb 2009 23:06:50 +0000, by eugeni
-
Support fractional arguments for some override tags.Fri, 27 Feb 2009 23:06:47 +0000, by eugeni
-
Fix two gcc warnings.Fri, 27 Feb 2009 23:06:43 +0000, by eugeni
-
Fix memory leak produced by the \blur patch.Fri, 27 Feb 2009 23:06:40 +0000, by eugeni
-
Stronger blur.Fri, 27 Feb 2009 23:06:37 +0000, by eugeni
-
Allow shadow without border.Fri, 27 Feb 2009 23:06:34 +0000, by eugeni
-
Add an isALPHA macro to check if pixel format has alpha channelFri, 27 Feb 2009 22:23:20 +0000, by sdrik
-
Use YUV420P code path for YUVA420P where appropriateFri, 27 Feb 2009 22:13:55 +0000, by sdrik
-
Update vdpau:deint documentation.Fri, 27 Feb 2009 22:13:39 +0000, by cehoyos
-
Do not forget the chosen deinterlacer for -vo vdpau.Fri, 27 Feb 2009 21:55:28 +0000, by cehoyos
-
Add one-field-only output for -vo vdpau.Fri, 27 Feb 2009 21:52:59 +0000, by cehoyos
-
Document that all vdpau deinterlacers respect -field-dominance.Fri, 27 Feb 2009 21:46:13 +0000, by cehoyos
-
Refactor code for upcoming alpha patches.Fri, 27 Feb 2009 20:44:59 +0000, by cehoyos
-
vdpau:pullup only works with temporal and temporal-spatial deinterlacing.Fri, 27 Feb 2009 16:44:28 +0000, by cehoyos
-
synced with r28736Fri, 27 Feb 2009 10:55:25 +0000, by Gabrov
-
r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.Thu, 26 Feb 2009 23:32:37 +0000, by kraymer
-
10l: Remove debug printf() from last commit.Thu, 26 Feb 2009 19:34:04 +0000, by cehoyos
-
Support "D" to (de-)activate deinterlacing when using vo vdpau.Thu, 26 Feb 2009 18:20:32 +0000, by cehoyos
-
Document that -field-dominance also works for vdpau.Thu, 26 Feb 2009 18:02:38 +0000, by cehoyos
-
10l: Add missing braces for VOCTRL_GET_EOSD_RES.Wed, 25 Feb 2009 15:17:14 +0000, by cehoyos
-
r27390 Fix a misleading section in the libavcodec options manualWed, 25 Feb 2009 14:23:07 +0000, by kraymer
-
Use memset to make sure all parts of struct sockaddr_in are always initialized.Wed, 25 Feb 2009 12:51:20 +0000, by reimar
-
Change code to actually work when NUM_OUTPUT_SURFACES is changed.Wed, 25 Feb 2009 12:01:00 +0000, by reimar
-
synced with r28727Wed, 25 Feb 2009 09:32:32 +0000, by Gabrov
-
copyright year update in man pagesWed, 25 Feb 2009 09:08:58 +0000, by Gabrov
-
Read revision string from the file snapshot_version if available.Tue, 24 Feb 2009 23:15:26 +0000, by diego
-
Document -vo vdpau:pullup.Tue, 24 Feb 2009 23:01:06 +0000, by cehoyos
-
cosmetics: Use $() instead of ``, the former can be nested more easily.Tue, 24 Feb 2009 22:57:55 +0000, by diego
-
Document -vo vdpau:deint.Tue, 24 Feb 2009 22:57:42 +0000, by cehoyos
-
Cosmetics: Fix indentation and line length.Tue, 24 Feb 2009 22:45:29 +0000, by cehoyos
-
Rename yuv2rgb2.c --> yuv2rgb.c.Tue, 24 Feb 2009 22:40:20 +0000, by diego
-
Clarify -vo vdpau:sharpen.Tue, 24 Feb 2009 22:11:37 +0000, by cehoyos
-
Document -vo vdpau:denoise.Tue, 24 Feb 2009 22:09:51 +0000, by cehoyos
-
Document -vo vdpau:sharpen.Tue, 24 Feb 2009 22:06:14 +0000, by cehoyos
-
Enable Bob de-interlacing for VDPAU.Tue, 24 Feb 2009 21:46:25 +0000, by cehoyos
-
version bumpTue, 24 Feb 2009 19:28:14 +0000, by kraymer
-
Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanTue, 24 Feb 2009 15:27:14 +0000, by diego
-
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Tue, 24 Feb 2009 14:50:28 +0000, by diego
-
add Zhu Tian (JRaSH) as Chinese document translatorMon, 23 Feb 2009 22:30:53 +0000, by jrash
-
sync with en/mplayer.1 r28576Mon, 23 Feb 2009 22:27:28 +0000, by jrash
-
Calculate border size in aspect keeping code by using AdjustWindowRectMon, 23 Feb 2009 21:40:02 +0000, by reimar
-
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the sameMon, 23 Feb 2009 11:48:45 +0000, by reimar
-
Only check for vdp_video_mixer_destroy failure when we actually executed that function.Mon, 23 Feb 2009 09:22:57 +0000, by reimar
-
EOSD/ASS support for vo_vdpau.cMon, 23 Feb 2009 09:21:57 +0000, by reimar
-
Synced with r28707.Mon, 23 Feb 2009 05:47:40 +0000, by bircoph
-
Synced with r28706.Mon, 23 Feb 2009 05:45:31 +0000, by bircoph
-
Update faq about power management effect taking into account thatMon, 23 Feb 2009 05:34:26 +0000, by bircoph
-
Update some statements:Mon, 23 Feb 2009 05:23:12 +0000, by bircoph
-
Synced with r28704.Mon, 23 Feb 2009 05:16:48 +0000, by bircoph
-
Get rid of the outdated and unmaintained CPU codename table.Mon, 23 Feb 2009 03:35:07 +0000, by zuxy
-
configure: Make the special dvdnav test the last one againMon, 23 Feb 2009 01:39:27 +0000, by uau
-
Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.Sun, 22 Feb 2009 14:12:33 +0000, by diego
-
SwScaler now has new YUV2RGB table generatorSun, 22 Feb 2009 09:25:13 +0000, by kostya
-
New LGPLed YUV2RGB table generator for SwScalerSun, 22 Feb 2009 09:22:05 +0000, by kostya
-
Make alpha arch detection more lenient. Taken from the Debian patchset.Sat, 21 Feb 2009 22:08:50 +0000, by diego
-
af_stats: Some fixes to the new filterSat, 21 Feb 2009 22:07:39 +0000, by uau
-
Add missing #include "config.h", fixes the warning:Sat, 21 Feb 2009 21:29:38 +0000, by diego
-
Add statistics audio filter that prints information about the audio stream.Sat, 21 Feb 2009 21:27:27 +0000, by diego
-
Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at theSat, 21 Feb 2009 21:03:57 +0000, by diego
-
Add -ffast-math to LDFLAGS as well as to CFLAGS.Sat, 21 Feb 2009 20:25:02 +0000, by diego
-
Add forgotten type to variable declaration.Sat, 21 Feb 2009 18:15:55 +0000, by reimar
-
Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.Sat, 21 Feb 2009 17:36:26 +0000, by diego
-
Print the version string after the command line has been parsed.Sat, 21 Feb 2009 17:35:48 +0000, by diego
-
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Sat, 21 Feb 2009 14:51:01 +0000, by cehoyos
-
Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoidsSat, 21 Feb 2009 13:37:47 +0000, by reimar
-
100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).Sat, 21 Feb 2009 11:44:10 +0000, by reimar
-
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Sat, 21 Feb 2009 10:54:29 +0000, by stefang
-
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Sat, 21 Feb 2009 10:52:59 +0000, by stefang
-
make MMX registers parametrized in the WRITEBGR32 macro,Sat, 21 Feb 2009 10:49:52 +0000, by stefang
-
Cosmetics. Reindent to 4 spaces.Sat, 21 Feb 2009 08:33:43 +0000, by iive
-
Cleanup.Sat, 21 Feb 2009 07:32:56 +0000, by iive
-
Synced with r28266.Sat, 21 Feb 2009 03:35:28 +0000, by bircoph
-
Cosmetics. Remove all trailing whitespacesSat, 21 Feb 2009 00:30:53 +0000, by iive
-
Turn all remaining printf() into mp_msg().Fri, 20 Feb 2009 23:46:24 +0000, by iive
-
Cleanup.Fri, 20 Feb 2009 23:18:28 +0000, by iive
-
Cosmetics part2. Indent local variable definitions like the rest of the code.Fri, 20 Feb 2009 22:49:09 +0000, by iive
-
Cosmetics part 1. Reindent to 4 spaces.Fri, 20 Feb 2009 22:13:31 +0000, by iive
-
Comment out "else" statement without following block.Fri, 20 Feb 2009 19:17:10 +0000, by iive
-
Move libavcodec includes together.Fri, 20 Feb 2009 18:39:02 +0000, by iive
-
Document that and why deinterlacing is not workingFri, 20 Feb 2009 10:00:15 +0000, by reimar
-
Add support for VDPAU deinterlacing, pullup, denoise and sharpening.Fri, 20 Feb 2009 09:45:48 +0000, by reimar
-
Synced with r28670. (Copyright year update.)Thu, 19 Feb 2009 16:08:07 +0000, by bircoph
-
synced with r28670Thu, 19 Feb 2009 15:42:00 +0000, by Gabrov
-
update copyright year at the end of the man pageThu, 19 Feb 2009 15:41:06 +0000, by Gabrov
-
Drop official maintainership of ao_pulse since libpulseaudio still hasThu, 19 Feb 2009 14:55:48 +0000, by reimar
-
Work around a PulseAudio bug that causes MPlayer to hang after unpausing.Thu, 19 Feb 2009 14:00:33 +0000, by reimar
-
Try to update libvo.txtThu, 19 Feb 2009 13:57:14 +0000, by reimar
-
Re-add accidentally discarded comment about YUVJ format.Thu, 19 Feb 2009 12:19:55 +0000, by reimar
-
Be more robust against corrupted RM files that contain invalid packet lengthThu, 19 Feb 2009 11:42:05 +0000, by zuxy
-
Add necessary header for ARCH_X86_64 preprocessor check.Thu, 19 Feb 2009 10:07:46 +0000, by diego
-
Remove unused and unreachable code hunk that was surrounded by a misspelledThu, 19 Feb 2009 10:06:43 +0000, by diego
-
Return PIX_FMT_NONE if the video system refuses all other formats.Thu, 19 Feb 2009 09:21:46 +0000, by iive
-
Synced with r28660.Thu, 19 Feb 2009 05:09:46 +0000, by bircoph
-
Another outdated text in <screen> example.Thu, 19 Feb 2009 04:04:22 +0000, by bircoph
-
Remove exclamation marks to make output similar to English version.Thu, 19 Feb 2009 03:54:26 +0000, by bircoph
-
Fix capitalization to be similar to English master file.Thu, 19 Feb 2009 03:50:24 +0000, by bircoph
-
Screen example for no audio problem is outdated:Thu, 19 Feb 2009 03:41:35 +0000, by bircoph
-
Spelling: capitalize pronouns.Thu, 19 Feb 2009 02:24:03 +0000, by bircoph
-
Rename the "src" parameter in the sws_scale() declaration toWed, 18 Feb 2009 23:16:31 +0000, by stefano
-
Document sws_scale().Wed, 18 Feb 2009 23:11:47 +0000, by stefano
-
Replace the dash sign by — tag.Wed, 18 Feb 2009 21:07:11 +0000, by bircoph
-
Exterminate one more trailing whitespace.Wed, 18 Feb 2009 20:46:46 +0000, by bircoph
-
Sync with r26990.Wed, 18 Feb 2009 19:57:12 +0000, by bircoph
-
Use the same code to convert fps in float to fraction as used in mencoder,Wed, 18 Feb 2009 16:49:12 +0000, by reimar
-
Current revision is in sync with r28645, because r28644 and r28645Wed, 18 Feb 2009 14:58:06 +0000, by bircoph
-
Restore synchronization with r28618.Wed, 18 Feb 2009 14:52:51 +0000, by bircoph
-
Revert r28597 as requested by Diego in order to be cautious beforeWed, 18 Feb 2009 14:48:30 +0000, by bircoph
-
Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forWed, 18 Feb 2009 12:30:15 +0000, by reimar
-
Also shorten <channel> to <chan> in the description, not just in the example.Wed, 18 Feb 2009 10:32:07 +0000, by diego
-
Shorten one example line to avoid the groff warning:Wed, 18 Feb 2009 10:07:11 +0000, by diego
-
Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handlesWed, 18 Feb 2009 07:52:17 +0000, by reimar
-
Sync with r28618.Wed, 18 Feb 2009 02:04:16 +0000, by bircoph
-
AVR32 apparently supports fast unaligned accesses.Tue, 17 Feb 2009 22:05:25 +0000, by diego
-
Set samplerate in reset also for AC3, and set it before the format in thatTue, 17 Feb 2009 21:08:22 +0000, by reimar
-
Mark all Linux RealVideo decoders as buggy, they all seem to have some problemTue, 17 Feb 2009 20:44:45 +0000, by reimar
-
Make it possible for mpcodecs_get_image to return NULL as theTue, 17 Feb 2009 19:01:29 +0000, by reimar
-
Print an error and return NULL in vf_get_image if we try to allocateTue, 17 Feb 2009 18:59:47 +0000, by reimar
-
Set avctx->opaque already at init instead of decode so it can be used inTue, 17 Feb 2009 16:40:50 +0000, by reimar
-
Typo fixTue, 17 Feb 2009 15:00:57 +0000, by Gabrov
-
cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.Tue, 17 Feb 2009 12:00:43 +0000, by diego
-
Extend calc_src_dst_rects to also calculate the border values needed forTue, 17 Feb 2009 11:59:49 +0000, by reimar
-
cosmetics: const static --> static const, avoids the debug mode warning:Tue, 17 Feb 2009 11:52:39 +0000, by diego
-
Also set HAVE_EBP_AVAILABLE in debug mode.Tue, 17 Feb 2009 11:40:59 +0000, by diego
-
cosmetics: Remove stray empty lines.Tue, 17 Feb 2009 11:29:43 +0000, by diego
-
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Tue, 17 Feb 2009 11:16:19 +0000, by diego
-
Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:Tue, 17 Feb 2009 10:41:13 +0000, by diego
-
Fix compilation after last commit.Tue, 17 Feb 2009 10:13:08 +0000, by cehoyos
-
Cropping parameter to calc_src_dst_rects is constTue, 17 Feb 2009 08:09:36 +0000, by reimar
-
100l, reset ass_border when switching out of fullscreen mode.Tue, 17 Feb 2009 08:05:14 +0000, by reimar
-
Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in thisTue, 17 Feb 2009 03:20:40 +0000, by diego
-
Move FFmpeg #includes below all others so that they do not overrideTue, 17 Feb 2009 03:15:10 +0000, by diego
-
Move libavutil #includes below all others so that they do not overrideTue, 17 Feb 2009 03:08:56 +0000, by diego
-
The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,Tue, 17 Feb 2009 02:57:10 +0000, by diego
-
Fix compilation without VDPAUTue, 17 Feb 2009 00:09:15 +0000, by uau
-
Fix #endif comment.Mon, 16 Feb 2009 23:56:19 +0000, by cehoyos
-
Add note about ffwmv3vdpau.Mon, 16 Feb 2009 23:05:18 +0000, by cehoyos
-
Add support for VDPAU video out, including hardware decoding.Mon, 16 Feb 2009 20:58:13 +0000, by reimar
-
Synced with r28615.Mon, 16 Feb 2009 20:07:52 +0000, by bircoph
-
Add ccache usage suggestion to speed up compilation.Mon, 16 Feb 2009 20:03:32 +0000, by bircoph
-
100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only whenMon, 16 Feb 2009 18:38:54 +0000, by reimar
-
Use fixed-point implementation on avr32.Mon, 16 Feb 2009 17:05:58 +0000, by diego
-
Make configure recognize avr32.Mon, 16 Feb 2009 17:02:16 +0000, by diego
-
Replace double semicolon by single semicolon.Mon, 16 Feb 2009 02:00:29 +0000, by diego
-
Sync renaming of xvmc struct members in FFmpeg.Mon, 16 Feb 2009 00:29:25 +0000, by diego
-
synced with r28593Mon, 16 Feb 2009 00:15:44 +0000, by Gabrov
-
The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.Sun, 15 Feb 2009 22:02:24 +0000, by diego
-
Reflect ffmpeg change of xvmc struct field to xvmc_id.Sun, 15 Feb 2009 20:29:29 +0000, by iive
-
Fix spelling: "whom" should be used instead of "which" when we'reSun, 15 Feb 2009 20:27:59 +0000, by bircoph
-
Remove the reference to history.html because history.xml was purgedSun, 15 Feb 2009 18:21:56 +0000, by bircoph
-
whitespace cosmetics: Remove all tabs and trailing whitespace.Sun, 15 Feb 2009 17:55:57 +0000, by diego
-
The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.Sun, 15 Feb 2009 17:49:42 +0000, by diego
-
Remove unnecessary #ifdef around internal #include.Sun, 15 Feb 2009 17:38:47 +0000, by diego
-
The xmvc structure member magic_id was renamed to unique_id.Sun, 15 Feb 2009 17:35:24 +0000, by diego
-
Remove unnecessary #if around forward declaration.Sun, 15 Feb 2009 17:29:00 +0000, by reimar
-
Restructure get_format so it can easily be extended to handle VDPAUSun, 15 Feb 2009 17:23:05 +0000, by reimar
-
Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC.Sun, 15 Feb 2009 16:57:08 +0000, by reimar
-
Change man page encoding from KOI8-R to UTF-8.Sun, 15 Feb 2009 15:42:58 +0000, by bircoph
-
Redescribe "parse system" with more clear and understandableSun, 15 Feb 2009 15:31:25 +0000, by bircoph
-
Use PIX_FMT_NONE instead of -1Sun, 15 Feb 2009 15:27:12 +0000, by reimar
-
Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMCSun, 15 Feb 2009 15:24:32 +0000, by reimar
-
Remove trailing whitespaces.Sun, 15 Feb 2009 14:48:30 +0000, by bircoph
-
Synced with r28201.Sun, 15 Feb 2009 14:46:32 +0000, by bircoph
-
Extend get_buffer to handle the XvMC case and remove mc_get_bufferSun, 15 Feb 2009 14:10:47 +0000, by reimar
-
Unset MP_IMGFLAG_IN_USE in release_buffer.Sun, 15 Feb 2009 13:24:17 +0000, by reimar
-
Merge two checks for mpi != NULLSun, 15 Feb 2009 13:17:04 +0000, by reimar
-
Make the default release_buffer work for XvMC, use it and remove mc_release_bufferSun, 15 Feb 2009 13:14:17 +0000, by reimar
-
Get rid of mc_render_slice and use the generic draw_slice instead.Sun, 15 Feb 2009 13:04:57 +0000, by reimar
-
Update info about contributions.Sun, 15 Feb 2009 12:19:36 +0000, by bircoph
-
Fix a regression caused by r17933; RealMedia index tables could never be printed.Sun, 15 Feb 2009 11:01:26 +0000, by zuxy
-
Support seek in multirate RealMedia files.Sun, 15 Feb 2009 10:50:26 +0000, by zuxy
-
Reflect the change of xvmc struct name.Sun, 15 Feb 2009 08:46:18 +0000, by iive
-
WMVA works with VDPAU, tooSun, 15 Feb 2009 08:12:12 +0000, by reimar
-
Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toSun, 15 Feb 2009 08:07:36 +0000, by reimar
-
Sync fourccs for ffvc1vdpauSun, 15 Feb 2009 07:54:25 +0000, by reimar
-
Sync fourcc list for ffmpeg12vdpauSun, 15 Feb 2009 07:53:21 +0000, by reimar
-
Now xvmc struct uses magic_id fieldSun, 15 Feb 2009 02:38:20 +0000, by iive
-
Remove display_flag remains as the member has been removed from the xvmc struct.Sun, 15 Feb 2009 02:08:45 +0000, by iive
-
Get rid of the trailing whitespaces.Sun, 15 Feb 2009 00:53:02 +0000, by bircoph
-
'Capitalize' mplayer -> MPlayer when used as a project name.Sun, 15 Feb 2009 00:51:47 +0000, by bircoph
-
Some more trailing whitespaces.Sun, 15 Feb 2009 00:46:09 +0000, by bircoph
-
Get rid of trailing whitespaces.Sun, 15 Feb 2009 00:44:53 +0000, by bircoph
-
Fix r28506.Sun, 15 Feb 2009 00:33:25 +0000, by bircoph
-
Sync with r28520, 100% done.Sun, 15 Feb 2009 00:01:54 +0000, by bircoph
-
Remove some xvmc field initializations. They are not used bySat, 14 Feb 2009 23:31:24 +0000, by iive
-
timebomb made some swscale AltiVec fixesSat, 14 Feb 2009 22:21:55 +0000, by compn
-
Sync with r27979.Sat, 14 Feb 2009 20:53:29 +0000, by bircoph
-
Use sws_printVec2() instead of the deprecated sws_printVec().Sat, 14 Feb 2009 20:18:50 +0000, by stefano
-
Implement sws_printVec2() and deprecate sws_printVec().Sat, 14 Feb 2009 20:14:28 +0000, by stefano
-
Document sws_normalizeVec().Sat, 14 Feb 2009 19:37:13 +0000, by stefano
-
Sync with r27639.Sat, 14 Feb 2009 19:17:08 +0000, by bircoph
-
Actually it is in sync with SVN HEAD.Sat, 14 Feb 2009 18:44:38 +0000, by bircoph
-
Use fmt-conversion.h in vd_ffmpeg.cSat, 14 Feb 2009 17:58:33 +0000, by reimar
-
Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.Sat, 14 Feb 2009 17:57:47 +0000, by reimar
-
Consistently place whitespace around * ( ) and ,Sat, 14 Feb 2009 17:43:06 +0000, by reimar
-
Remove useless breakSat, 14 Feb 2009 17:30:41 +0000, by reimar
-
Indentation and other whitespace fixesSat, 14 Feb 2009 17:29:59 +0000, by reimar
-
Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.Sat, 14 Feb 2009 17:18:55 +0000, by diego
-
Make hScale_altivec_real() trim its output like other implementations doSat, 14 Feb 2009 16:39:15 +0000, by kostya
-
Some AltiVec functions in SwScaler produce different output than theirSat, 14 Feb 2009 16:37:39 +0000, by kostya
-
partial update, patch by sevenfourk, sevenfourk gmail comSat, 14 Feb 2009 13:06:52 +0000, by diego
-
Replace fprintf call by mp_msg, fixes the warning:Sat, 14 Feb 2009 11:43:14 +0000, by diego
-
Cosmetics: handle all special/compressed formats in a single if in mp_image_setfmtSat, 14 Feb 2009 08:37:29 +0000, by reimar
-
Add support for image formats and codecs used by VDPAUSat, 14 Feb 2009 08:29:45 +0000, by reimar
-
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatSat, 14 Feb 2009 08:22:49 +0000, by reimar
-
Fix typo in German message.Thu, 12 Feb 2009 20:22:02 +0000, by reimar
-
synced with r28532Thu, 12 Feb 2009 19:28:04 +0000, by Gabrov
-
Remove now unused vo_calc_drwXY function.Thu, 12 Feb 2009 18:03:38 +0000, by reimar
-
Add a calc_src_dst_rects that calculates from window size, panscan etc.Thu, 12 Feb 2009 17:40:53 +0000, by reimar
-
100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,Thu, 12 Feb 2009 16:58:47 +0000, by reimar
-
Remove trailing whitespace from vd_ffmpeg.Thu, 12 Feb 2009 15:41:59 +0000, by reimar
-
Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.Thu, 12 Feb 2009 15:39:32 +0000, by reimar
-
Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.Thu, 12 Feb 2009 15:35:18 +0000, by reimar
-
Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window wasThu, 12 Feb 2009 12:43:14 +0000, by reimar
-
Ignore errors from all rm commands in clean targets.Thu, 12 Feb 2009 12:32:16 +0000, by diego
-
On clean/distclean, remove binaries with all types of executable suffixes.Thu, 12 Feb 2009 12:17:50 +0000, by diego
-
Use addprefix and addsuffix functions to generate TOOLS variable.Thu, 12 Feb 2009 12:13:07 +0000, by diego
-
Apply misc fixes for sws_getCachedContext() documentation.Thu, 12 Feb 2009 00:12:10 +0000, by stefano
-
Bump micro version, related to r28491.Thu, 12 Feb 2009 00:07:44 +0000, by stefano
-
Document sws_getContext().Wed, 11 Feb 2009 23:42:29 +0000, by stefano
-
Port check for 10 assembler operands support from FFmpeg.Wed, 11 Feb 2009 23:11:06 +0000, by diego
-
Document sws_getIdentityVec().Wed, 11 Feb 2009 21:34:44 +0000, by stefano
-
Convert "advanced audio usage" into from a subsection to a chapter.Wed, 11 Feb 2009 16:47:57 +0000, by diego
-
Replace a mention of MPlayer by MEncoder in the MEncoder section.Wed, 11 Feb 2009 16:46:45 +0000, by diego
-
Remove outdated FAQ entries.Wed, 11 Feb 2009 16:45:45 +0000, by diego
-
Remove unnecessary _UWIN #define.Wed, 11 Feb 2009 00:38:42 +0000, by diego
-
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Tue, 10 Feb 2009 23:45:50 +0000, by stefano
-
Document sws_cloneVec().Tue, 10 Feb 2009 23:43:08 +0000, by stefano
-
Fix typo: lenght -> length.Tue, 10 Feb 2009 23:40:58 +0000, by stefano
-
Document sws_scaleVec().Tue, 10 Feb 2009 23:38:01 +0000, by stefano
-
Document sws_getConstVec().Tue, 10 Feb 2009 23:32:16 +0000, by stefano
-
Move documentation of sws_getCachedContext() from swscale.c toTue, 10 Feb 2009 23:26:56 +0000, by stefano
-
Remove pointless comment regarding sws_scale_ordered().Tue, 10 Feb 2009 23:25:09 +0000, by stefano
-
Add a @deprecated notice to swscale_get_ordered().Tue, 10 Feb 2009 23:22:07 +0000, by stefano
-
Add priority support for OS/2 and factorize the Windows priority support.Tue, 10 Feb 2009 15:34:44 +0000, by diego
-
Add proper check for posix_memalign(), needed for FFmpeg.Tue, 10 Feb 2009 02:01:35 +0000, by diego
-
Remove unnecessary emms Assembler instructions.Tue, 10 Feb 2009 02:00:45 +0000, by diego
-
partial sync with obsolete section removalTue, 10 Feb 2009 00:24:08 +0000, by diego
-
partial sync with obsolete section removalTue, 10 Feb 2009 00:23:50 +0000, by diego
-
partial sync with obsolete section removalTue, 10 Feb 2009 00:15:44 +0000, by diego
-
partial sync with obsolete section removalMon, 09 Feb 2009 23:49:02 +0000, by diego
-
partial sync with obsolete section removalMon, 09 Feb 2009 23:43:36 +0000, by diego
-
Document coeff and length fields in SwsVector.Mon, 09 Feb 2009 23:42:16 +0000, by stefano
-
Sync x264 section renaming.Mon, 09 Feb 2009 23:37:51 +0000, by diego
-
Use consistent names for codec installation sections.Mon, 09 Feb 2009 23:35:13 +0000, by diego
-
partial sync with obsolete section removalMon, 09 Feb 2009 23:23:36 +0000, by diego
-
partial sync with obsolete section removalMon, 09 Feb 2009 23:11:44 +0000, by diego
-
partial sync with obsolete section removalMon, 09 Feb 2009 23:09:13 +0000, by diego
-
partial sync with obsolete section removalMon, 09 Feb 2009 23:08:51 +0000, by diego
-
partial sync with obsolete section removalMon, 09 Feb 2009 22:51:32 +0000, by diego
-
partial sync with obsolete section removalsMon, 09 Feb 2009 22:42:17 +0000, by diego
-
change internal real video packetizing format to the more straight forward oneMon, 09 Feb 2009 22:00:57 +0000, by aurel
-
Revert #undefining system functions, it is not necessary.Mon, 09 Feb 2009 20:31:35 +0000, by diego
-
bruteforce partial sync with obsolete documentation removalMon, 09 Feb 2009 20:02:04 +0000, by diego
-
Add config.h #include for ARCH_X86 definition.Mon, 09 Feb 2009 18:04:19 +0000, by diego
-
Add #undefs to reenable system functions that are normally forbidden in otherMon, 09 Feb 2009 18:01:36 +0000, by diego
-
Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenMon, 09 Feb 2009 17:53:33 +0000, by diego
-
Use SetErrorMode so Windows will not show all kinds of error dialogsMon, 09 Feb 2009 15:43:51 +0000, by reimar
-
Prefix visible YUV2RGB functions with sws_Mon, 09 Feb 2009 14:31:53 +0000, by kostya
-
Give better name to Inverse_Table_6_9Mon, 09 Feb 2009 14:17:30 +0000, by kostya
-
Remove file name from file headers.Mon, 09 Feb 2009 11:19:19 +0000, by diego
-
Print information about detected CPU in verbose mode only.Mon, 09 Feb 2009 00:29:26 +0000, by diego
-
Drop the deprecated sws_scale_ordered() at the next major versionSun, 08 Feb 2009 23:06:05 +0000, by stefano
-
Replace int type with enum PixelFormat for the dstFormat/srcFormatSun, 08 Feb 2009 23:02:06 +0000, by stefano
-
Fix a typo: lumaSarpen -> lumaSharpen.Sun, 08 Feb 2009 22:50:57 +0000, by stefano
-
cosmetics: Remove leading underscore from all def_ variables.Sun, 08 Feb 2009 22:49:52 +0000, by diego
-
Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.Sun, 08 Feb 2009 21:57:14 +0000, by diego
-
CONFIG_LIBAMR_NB/WB should be 0/1 #defines.Sun, 08 Feb 2009 21:56:18 +0000, by diego
-
Fix FFmpeg decoder info fields to be consistent.Sun, 08 Feb 2009 21:45:32 +0000, by diego
-
cosmetics: Drop redundant "decoder" from codec info fields.Sun, 08 Feb 2009 21:42:48 +0000, by diego
-
synced with r28432Sun, 08 Feb 2009 11:07:16 +0000, by Gabrov
-
Conditionally compile aclib.c instead of placing #ifdef around its content.Sun, 08 Feb 2009 03:42:00 +0000, by diego
-
Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.Sun, 08 Feb 2009 03:39:07 +0000, by diego
-
Add standard license headers, unify header formatting.Sun, 08 Feb 2009 03:27:30 +0000, by diego
-
Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.Sat, 07 Feb 2009 17:34:45 +0000, by diego
-
Sync with latest FFmpeg changes.Sat, 07 Feb 2009 15:40:07 +0000, by diego
-
Add config.h/config.mak bzlib variables missed in last commit.Sat, 07 Feb 2009 15:36:50 +0000, by diego
-
Add bzlib check for FFmpeg.Sat, 07 Feb 2009 15:33:10 +0000, by diego
-
Fix a couple of unused variable warnings through the av_unused attribute.Sat, 07 Feb 2009 15:29:22 +0000, by diego
-
Convert CONFIG_ZLIB into a 0/1 option.Sat, 07 Feb 2009 15:23:55 +0000, by diego
-
Add READ_CACHE_TRACE #define for libdvdnav.Sat, 07 Feb 2009 15:19:43 +0000, by diego
-
In case of several \move or \pos in one line, prefer the first one.Sat, 07 Feb 2009 01:13:11 +0000, by eugeni
-
Add stubs for a few unimplemented tags.Sat, 07 Feb 2009 01:13:07 +0000, by eugeni
-
Allow \be with arguments other than 0 or 1. Implement \blur.Sat, 07 Feb 2009 01:13:02 +0000, by eugeni
-
sync w/r28415Thu, 05 Feb 2009 19:45:13 +0000, by gpoirier
-
Avoid message spam during video adapter uncooperative state.Thu, 05 Feb 2009 09:07:58 +0000, by gogothebee
-
Unify info/error messages to a common style:Thu, 05 Feb 2009 09:06:09 +0000, by gogothebee
-
Print an error message when given insufficient parameters.Wed, 04 Feb 2009 19:17:03 +0000, by diego
-
cosmetics: Regroup some FFmpeg config.h options.Wed, 04 Feb 2009 19:08:44 +0000, by diego
-
Add proper check for arpa/inet.h.Wed, 04 Feb 2009 19:04:22 +0000, by diego
-
cosmetics: Remove stray tab.Wed, 04 Feb 2009 18:34:39 +0000, by diego
-
We use libdvdcss 1.2.10, not 1.2.9.Wed, 04 Feb 2009 18:32:32 +0000, by diego
-
Do not hardcode HAVE_DOS_PATHS, set it by OS instead.Wed, 04 Feb 2009 18:22:28 +0000, by diego
-
add automatic hw acceleration for vo gl entryTue, 03 Feb 2009 12:20:18 +0000, by compn
-
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_HTue, 03 Feb 2009 12:17:49 +0000, by reimar
-
Add [gl] in front of vo_gl messageTue, 03 Feb 2009 11:47:07 +0000, by reimar
-
Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are muchTue, 03 Feb 2009 11:46:31 +0000, by reimar
-
Add checks that a D3D device is available before attempting rendering.Tue, 03 Feb 2009 11:00:09 +0000, by reimar
-
Remove the Present call after adapter reinitialization, it can not work anywayTue, 03 Feb 2009 10:54:27 +0000, by reimar
-
swab() needs _XOPEN_SOURCE to be defined.Tue, 03 Feb 2009 10:39:56 +0000, by reimar
-
Cosmetics: remove empty line, improve some messages.Tue, 03 Feb 2009 10:21:17 +0000, by reimar
-
Whitespace/comment typo cosmetics.Tue, 03 Feb 2009 10:17:14 +0000, by reimar
-
Check for change_d3d_backbuffer failure.Tue, 03 Feb 2009 10:16:03 +0000, by reimar
-
Fix several return valuesTue, 03 Feb 2009 10:14:44 +0000, by reimar
-
Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.Tue, 03 Feb 2009 00:12:19 +0000, by reimar
-
FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGMon, 02 Feb 2009 23:48:16 +0000, by diego
-
Adapt to lzo changes in libavutilMon, 02 Feb 2009 20:22:36 +0000, by reimar
-
Convert CONFIG_XVMC into a 0/1 definition.Mon, 02 Feb 2009 07:26:05 +0000, by zuxy
-
Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpageSun, 01 Feb 2009 23:40:26 +0000, by rathann
-
Do not print a warning if current pts is equal to previous pts.Sun, 01 Feb 2009 16:02:19 +0000, by diego
-
cosmetics: Remove period after copyright statement non-sentence.Sun, 01 Feb 2009 15:51:48 +0000, by diego
-
HAVE_WINSOCK2_H is now a 0/1 definition.Sun, 01 Feb 2009 15:15:07 +0000, by diego
-
Simplify inet_pton/inet_aton checks.Sun, 01 Feb 2009 14:57:01 +0000, by diego
-
Add some more definitions for FFmpeg to config.h.Sun, 01 Feb 2009 14:42:57 +0000, by diego
-
cosmetics: Fix indentation after last commit.Sun, 01 Feb 2009 14:39:33 +0000, by diego
-
Restructure network tests: Always check for both inet_aton and inet_pton.Sun, 01 Feb 2009 14:38:28 +0000, by diego
-
HAVE_DCBZL should be a 0/1 definition.Sun, 01 Feb 2009 14:00:50 +0000, by diego
-
Convert HAVE_WINSOCK2_H into a 0/1 definition.Sun, 01 Feb 2009 13:42:27 +0000, by diego
-
Remove pointless #ifdef around internal header includes.Sun, 01 Feb 2009 13:40:15 +0000, by diego
-
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.Sun, 01 Feb 2009 13:33:35 +0000, by diego
-
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.Sun, 01 Feb 2009 13:16:46 +0000, by diego
-
Add a few more #defines for FFmpeg to config.h.Sun, 01 Feb 2009 13:13:15 +0000, by diego
-
Reminder for Dominik to update the RPM packaging section.Sun, 01 Feb 2009 13:11:23 +0000, by diego
-
Rename "ARM" section to "ARM Linux".Sun, 01 Feb 2009 13:07:38 +0000, by diego
-
CONFIG_LIB* are defined as 0/1 in FFmpeg.Sun, 01 Feb 2009 12:52:38 +0000, by diego
-
Move QNX subsection to commercial Unix section.Sun, 01 Feb 2009 12:49:10 +0000, by diego
-
Move note about binary packages to the top section.Sun, 01 Feb 2009 12:42:39 +0000, by diego
-
Reword beginning of MinGW section.Sun, 01 Feb 2009 12:38:02 +0000, by diego
-
Remove Amiga/MorphOS section, it only contained outdated information.Sun, 01 Feb 2009 12:36:22 +0000, by diego
-
Remove hints about specific binary packages, add a link to the listSun, 01 Feb 2009 11:46:55 +0000, by diego
-
Remove IRIX section, the advice it contained is now obsolete.Sun, 01 Feb 2009 11:34:31 +0000, by diego
-
Remove -c option from install commands. It is ignored by GNU install andSun, 01 Feb 2009 11:32:58 +0000, by diego
-
Add a note about POSIX system requirements.Sun, 01 Feb 2009 11:29:18 +0000, by diego
-
Revert Solaris PATH modification workaround.Sun, 01 Feb 2009 11:28:31 +0000, by diego
-
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.Sun, 01 Feb 2009 11:27:16 +0000, by diego
-
Remove remarks about GNU Make being required on some systems.Sun, 01 Feb 2009 11:15:18 +0000, by diego
-
Move GNU Make entry to the top of the list.Sun, 01 Feb 2009 10:44:04 +0000, by diego
-
Update binutils and compiler sections.Sun, 01 Feb 2009 10:43:28 +0000, by diego
-
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.Sun, 01 Feb 2009 02:22:56 +0000, by diego
-
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.Sun, 01 Feb 2009 02:10:31 +0000, by diego
-
Use full internal pathname in doxygen @file directives.Sun, 01 Feb 2009 02:01:31 +0000, by diego
-
increase max OSD message size limitSun, 01 Feb 2009 00:00:21 +0000, by compn
-
Set a sane default path on Solaris.Sat, 31 Jan 2009 23:19:16 +0000, by diego
-
cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.Sat, 31 Jan 2009 23:12:27 +0000, by diego
-
Slightly simplify VIDIX_PCI_FILES command.Sat, 31 Jan 2009 22:46:12 +0000, by diego
-
Make sure CONFIG_MEMALIGN_HACK is always #defined.Sat, 31 Jan 2009 22:45:18 +0000, by diego
-
Make sure HAVE_ALTIVEC_H is always #defined.Sat, 31 Jan 2009 22:37:53 +0000, by diego
-
Make sure HAVE_FAST_64BIT is always #defined.Sat, 31 Jan 2009 22:37:12 +0000, by diego
-
Add bswap check, needed for FFmpeg.Sat, 31 Jan 2009 22:34:52 +0000, by diego
-
Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.Sat, 31 Jan 2009 21:16:54 +0000, by diego
-
HAVE_LRINT and friends should be defined to 0/1.Sat, 31 Jan 2009 20:56:17 +0000, by diego
-
command.c: Fix some commands crashing during audio-only playbackSat, 31 Jan 2009 01:09:49 +0000, by uau
-
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.Fri, 30 Jan 2009 23:58:07 +0000, by diego
-
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.Fri, 30 Jan 2009 23:47:18 +0000, by diego
-
Add 4 more config.h #defines for libfaad2.Fri, 30 Jan 2009 23:40:13 +0000, by diego
-
Use OS preprocessor checks with '#if defined()' consistently.Fri, 30 Jan 2009 23:29:39 +0000, by diego
-
Fix warnings about undefined preprocessor directives.Fri, 30 Jan 2009 23:22:29 +0000, by diego
-
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,Fri, 30 Jan 2009 23:21:23 +0000, by diego
-
Revert mistaken #ifdef --> #if change.Fri, 30 Jan 2009 23:19:00 +0000, by diego
-
Update libavcodec 'aic' flag define to match current FFmpeg.Fri, 30 Jan 2009 23:08:36 +0000, by diego
-
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.Fri, 30 Jan 2009 22:27:04 +0000, by diego
-
Add -Wundef to CFLAGS.Fri, 30 Jan 2009 21:45:54 +0000, by diego
-
Enable RDFT in FFmpeg, some codecs depend on it.Fri, 30 Jan 2009 20:48:47 +0000, by diego
-
Enable internal dvdread support on OS/2.Fri, 30 Jan 2009 20:20:06 +0000, by diego
-
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleakFri, 30 Jan 2009 15:41:45 +0000, by reimar
-
Fix an MSGT_INPUT to MSGT_LIRC in lirc.cFri, 30 Jan 2009 15:38:54 +0000, by reimar
-
add pvez to truemotion 1Thu, 29 Jan 2009 15:17:22 +0000, by compn
-
remove sys/timeb.h includeThu, 29 Jan 2009 03:36:14 +0000, by compn
-
increase max glyph and lines limitThu, 29 Jan 2009 02:23:06 +0000, by compn
-
Use single quotes to avoid escaping double quotes in a string.Thu, 29 Jan 2009 00:18:32 +0000, by diego
-
Use cat instead of echo to generate version.h.Thu, 29 Jan 2009 00:16:09 +0000, by diego
-
Remove superfluous backslash escapes that caused unintended escapes.Wed, 28 Jan 2009 17:47:50 +0000, by diego
-
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.Wed, 28 Jan 2009 12:46:05 +0000, by reimar
-
increase max subtitle stream limitWed, 28 Jan 2009 00:44:48 +0000, by compn
-
Do not use select n lirc code, instead set the fd non-blocking.Tue, 27 Jan 2009 19:06:50 +0000, by reimar
-
Allocate a larger backbuffer to allow resizing without reinit.Tue, 27 Jan 2009 10:02:47 +0000, by reimar
-
Add standard license headers.Mon, 26 Jan 2009 15:06:44 +0000, by diego
-
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.Mon, 26 Jan 2009 14:36:31 +0000, by diego
-
Do not duplicate VERSION string.Mon, 26 Jan 2009 11:29:28 +0000, by diego
-
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.Mon, 26 Jan 2009 11:24:05 +0000, by diego
-
WORDS_BIGENDIAN is defined/undefined, not 0/1.Mon, 26 Jan 2009 09:56:27 +0000, by diego
-
some more HAVE_3DNOW --> HAVE_AMD3DNOWMon, 26 Jan 2009 09:55:59 +0000, by diego
-
Drop HAVE_LRINTF check, lrintf is used without checking in other places.Mon, 26 Jan 2009 09:54:14 +0000, by diego
-
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.Mon, 26 Jan 2009 09:40:04 +0000, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOWMon, 26 Jan 2009 09:29:53 +0000, by diego
-
version.h depends on version.sh.Mon, 26 Jan 2009 09:11:23 +0000, by diego
-
Fix build: Add required header and adjust preprocessor check.Sun, 25 Jan 2009 23:55:21 +0000, by diego
-
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.Sun, 25 Jan 2009 23:31:45 +0000, by diego
-
Add SSSE3 and CMOV to CPU information printed on startup.Sun, 25 Jan 2009 22:52:00 +0000, by diego
-
cosmetics: Consistently name 3DNow! extensions.Sun, 25 Jan 2009 22:49:51 +0000, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Sun, 25 Jan 2009 22:34:26 +0000, by diego
-
DECLARE_ALIGNED was moved in FFmpeg.Sun, 25 Jan 2009 22:12:42 +0000, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Sun, 25 Jan 2009 21:59:08 +0000, by diego
-
HAVE_3DNOWEX --> HAVE_3DNOWEXTSun, 25 Jan 2009 21:03:02 +0000, by diego
-
Factorize print_version().Sun, 25 Jan 2009 20:35:58 +0000, by diego
-
Add missing multiple inclusion guards.Sun, 25 Jan 2009 20:10:36 +0000, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Sun, 25 Jan 2009 19:58:33 +0000, by diego
-
Add missing header for av_gcd, fixes the warning:Sun, 25 Jan 2009 19:20:30 +0000, by diego
-
Fix typo: pool -> pollSun, 25 Jan 2009 18:46:24 +0000, by reimar
-
Actually abort (return NULL) in the alloc-failure check in play_tree_newSun, 25 Jan 2009 18:25:11 +0000, by reimar
-
Fix a NULL-check that used && instead of || and thus could not avoid crashes.Sun, 25 Jan 2009 18:23:05 +0000, by reimar
-
Declare struct SwsContext before using it, fixes the checkheaders warning:Sun, 25 Jan 2009 12:03:28 +0000, by diego
-
Disable C code when compiling AltiVec code, fixes the warning:Sun, 25 Jan 2009 11:59:22 +0000, by diego
-
spelling/grammar cosmeticsSun, 25 Jan 2009 11:57:17 +0000, by diego
-
Fix #endif comments.Sun, 25 Jan 2009 11:33:35 +0000, by diego
-
add "<!DOCTYPE smil" to smil playlistSat, 24 Jan 2009 22:14:32 +0000, by compn
-
in parse_pat() IDENTIFY program number and pmt_pidThu, 22 Jan 2009 21:50:13 +0000, by nicodvb
-
The homepage/ subdirectory should no longer be redirected on web mirrors.Tue, 20 Jan 2009 23:23:53 +0000, by diego
-
add EPHV to ffodivx,xvidTue, 20 Jan 2009 17:20:16 +0000, by compn
-
sync w/r28341Tue, 20 Jan 2009 15:31:24 +0000, by gpoirier
-
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Tue, 20 Jan 2009 09:31:07 +0000, by cehoyos
-
Disable upcoming VC1/WMV3 VDPAU decoder.Tue, 20 Jan 2009 09:17:32 +0000, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences.Mon, 19 Jan 2009 17:12:43 +0000, by diego
-
fix device_id option after r28165Sun, 18 Jan 2009 18:05:16 +0000, by gpoirier
-
Reduce QuickTime binary decoder verbosity.Sat, 17 Jan 2009 21:33:30 +0000, by diego
-
MPlayer only supports latest libavutil.Sat, 17 Jan 2009 11:31:12 +0000, by cehoyos
-
Fix compilation: s/ff_gcd/av_gcd.Sat, 17 Jan 2009 11:29:36 +0000, by cehoyos
-
100l, forgot to delete two defines left over from old HAVE_MMX handling code.Fri, 16 Jan 2009 21:04:52 +0000, by reimar
-
fix compilation without VDPAU decodersFri, 16 Jan 2009 20:32:36 +0000, by gpoirier
-
add mimic in avi fourcc LM20 to ffmimicFri, 16 Jan 2009 19:09:57 +0000, by compn
-
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Fri, 16 Jan 2009 13:19:29 +0000, by gpoirier
-
Completely get rid of MMX define, use HAVE_MMX define instead.Fri, 16 Jan 2009 12:37:56 +0000, by gpoirier
-
fix wrong #ifdef/#ifndef -> #if conversion in r28323Fri, 16 Jan 2009 12:23:52 +0000, by gpoirier
-
fix compilation on non x86 machines (PPC here)Fri, 16 Jan 2009 10:07:14 +0000, by gpoirier
-
Fix a wrongly converted !defined(ARCH_X86_64)Fri, 16 Jan 2009 09:44:36 +0000, by reimar
-
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.Fri, 16 Jan 2009 09:41:26 +0000, by reimar
-
Another missed #ifdef HAVE_MMXFri, 16 Jan 2009 09:35:05 +0000, by reimar
-
More #ifdef HAVE_MMX etc. missed by earlier search.Fri, 16 Jan 2009 09:32:54 +0000, by reimar
-
More #ifdef -> #if fixesFri, 16 Jan 2009 09:29:20 +0000, by reimar
-
Lots and lots of #ifdef ARCH_... -> #if ARCH_...Fri, 16 Jan 2009 09:21:21 +0000, by reimar
-
More #ifdef -> #ifFri, 16 Jan 2009 08:45:35 +0000, by reimar
-
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.Fri, 16 Jan 2009 08:43:05 +0000, by reimar
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willFri, 16 Jan 2009 02:14:25 +0000, by cehoyos
-
Disable upcoming MPEG_VDPAU_DECODER.Fri, 16 Jan 2009 01:55:48 +0000, by cehoyos
-
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail comFri, 16 Jan 2009 01:11:16 +0000, by diego
-
sync w/r28279Thu, 15 Jan 2009 17:21:25 +0000, by gpoirier
-
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.Thu, 15 Jan 2009 15:57:19 +0000, by diego
-
Sync with latest FFmpeg changes: #define disabled preprocessor directivesThu, 15 Jan 2009 15:56:24 +0000, by diego
-
Treat mlib as a normal FFmpeg option, not a CPU extension.Thu, 15 Jan 2009 15:51:50 +0000, by diego
-
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.Thu, 15 Jan 2009 15:41:29 +0000, by diego
-
SH4 is not a CPU extension mechanism.Thu, 15 Jan 2009 15:40:12 +0000, by diego
-
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.Thu, 15 Jan 2009 08:51:12 +0000, by diego
-
Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.Thu, 15 Jan 2009 08:46:17 +0000, by diego
-
Change semantic of CONFIG_*, HAVE_* and ARCH_*.Wed, 14 Jan 2009 00:13:56 +0000, by aurel
-
add SLMJ fourcc to ffmjpegTue, 13 Jan 2009 17:08:29 +0000, by compn
-
add binary codecs:Tue, 13 Jan 2009 17:05:18 +0000, by compn
-
add nsvideo (NSVI) binary codec. works on uncommon samples listTue, 13 Jan 2009 11:53:54 +0000, by compn
-
add yamaha adpcm ffmpeg codec, works on sampleTue, 13 Jan 2009 02:38:03 +0000, by compn
-
Update copyright year.Sun, 11 Jan 2009 23:20:56 +0000, by diego
-
Sync with latest FFmpeg changes: Check for the availability of truncf().Sun, 11 Jan 2009 22:53:08 +0000, by diego
-
spelling/grammar/wording/whitespaceSun, 11 Jan 2009 19:48:51 +0000, by diego
-
Fix d_width vs. d_height typo.Sun, 11 Jan 2009 19:48:01 +0000, by diego
-
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.Sun, 11 Jan 2009 19:47:17 +0000, by diego
-
Remove outdated comment.Sun, 11 Jan 2009 15:36:08 +0000, by diego
-
cosmetics: Move CPU byte order check to a more sensible place.Sun, 11 Jan 2009 15:31:53 +0000, by diego
-
Only check for YASM support on x86 systems.Sun, 11 Jan 2009 13:33:44 +0000, by diego
-
cosmetics: Move some checks to more logical places.Sun, 11 Jan 2009 12:58:06 +0000, by diego
-
removed remaining english wordSun, 11 Jan 2009 12:17:46 +0000, by ptt
-
console output cosmeticsSun, 11 Jan 2009 11:28:01 +0000, by diego
-
Only print "using XYZ" comment if XYZ has been set.Sun, 11 Jan 2009 11:16:20 +0000, by diego
-
Add missing const qualifier to mpctx_get_audio_out function declaration.Sat, 10 Jan 2009 20:01:47 +0000, by diego
-
synced with r28279Sat, 10 Jan 2009 14:23:42 +0000, by Gabrov
-
Reindent for "if" added in internal dvdnav patchSat, 10 Jan 2009 13:57:33 +0000, by reimar
-
Support an "internal" dvdnav version to make it easier to compile with,Sat, 10 Jan 2009 13:51:02 +0000, by reimar
-
Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationSat, 10 Jan 2009 13:47:41 +0000, by reimar
-
add vdowave acm codec for format 0xFFFCSat, 10 Jan 2009 13:14:25 +0000, by compn
-
Correct a few mistakes in the spanish translation.Sat, 10 Jan 2009 01:58:55 +0000, by reynaldo
-
TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.Sat, 10 Jan 2009 01:57:25 +0000, by reynaldo
-
Fix build: calc_drwXY was factorized into vo_calc_drwXY.Fri, 09 Jan 2009 20:50:25 +0000, by diego
-
Factor calc_drwXY out of vo_xv and vo_xvmc.Fri, 09 Jan 2009 15:25:24 +0000, by cehoyos
-
Consistently use tabs in svn:externalsFri, 09 Jan 2009 10:32:01 +0000, by reimar
-
Rearrange genres between numbers 53 and 63 into the correct order.Fri, 09 Jan 2009 10:14:03 +0000, by diego
-
Replace reference to LICENSE file with GPL notice from said file.Fri, 09 Jan 2009 09:52:20 +0000, by diego
-
Add PIX_FMT_VDPAU_H264.Thu, 08 Jan 2009 19:54:43 +0000, by cehoyos
-
Switch internal dvdread to libdvdread SVN external.Thu, 08 Jan 2009 19:28:28 +0000, by reimar
-
Clarify relationship between -ass and -fontconfig in the man page.Wed, 07 Jan 2009 16:39:56 +0000, by eugeni