commit cbbca7bd4f3639d3ff5352b8f2fb107475269bff Author: Kovensky Date: Thu Mar 5 06:34:07 2009 +0900 Import libass from greg's branch. http://greg.geekmind.org/git/mplayer.git libass/ass.c | 4 + libass/ass_bitmap.c | 78 +++++++++++--- libass/ass_bitmap.h | 9 ++- libass/ass_cache.c | 62 +++++++++-- libass/ass_cache.h | 54 +++++++++- libass/ass_render.c | 291 ++++++++++++++++++++++++++++++++++++--------------- libass/ass_types.h | 1 + libass/ass_utils.c | 28 +++++- libass/ass_utils.h | 4 +- 9 files changed, 414 insertions(+), 117 deletions(-) commit 961b4900bf14988c7964d32ee23f9cf33b79b45f Author: Kovensky Date: Wed Mar 4 23:18:22 2009 +0900 Only print version head once mplayer.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit d18cbf0d652458db98cac991fe119a1d39daeb6e Author: Kovensky Date: Wed Mar 4 23:04:35 2009 +0900 Fix undefined reference errors to av_lzo1x_decode ffmpeg | 2 +- libmpcodecs/native/nuppelvideo.c | 4 ++-- libmpcodecs/vd_lzo.c | 2 +- libmpdemux/demux_mkv.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) commit 6e54f40a91acf1781b5254aab603c170a1f76aff Author: Kovensky Date: Wed Mar 4 22:58:06 2009 +0900 Add .exe files to .gitignore .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ee88500f59035a2da2c99a82dc286a3483e667bb Author: Kovensky Date: Wed Mar 4 22:55:01 2009 +0900 Fix pthreads detection configure | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b048bcc1b8232b9b2e92a90ceeff1e5cfcd4046e Author: Kovensky Date: Wed Mar 4 19:33:27 2009 +0900 Compilation fixes config.sh | 2 +- ffmpeg | 2 +- libmpcodecs/native/nuppelvideo.c | 4 ++-- libmpcodecs/vd_lzo.c | 2 +- libmpdemux/demux_mkv.c | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) commit 2b0c7510ad06f35ae8e955cefe6b94ffce655c64 Author: Kovensky Date: Fri Feb 6 14:00:54 2009 -0300 Several libass fixes libass/ass_bitmap.c | 9 +++++++-- libass/ass_render.c | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) commit ba9bc04efeaf037f19be422781880b0eb2b06f39 Author: Kovensky Date: Fri Feb 6 13:54:58 2009 -0300 Add date to the header version.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0796b0aba506162de34772a00d1097373ef4c5c7 Author: Kovensky Date: Fri Feb 6 13:51:49 2009 -0300 Ported changes from the SVN tree. DOCS/tech/slave.txt | 5 +++ cfg-mplayer-def.h | 15 ++++++-- command.c | 7 ++++ config.sh | 10 +++++ configure | 36 +++++++++++++----- defaultopts.c | 2 +- etc/codecs.conf | 14 +++++++ etc/mplayer.ico | Bin 5694 -> 74116 bytes input/input.c | 36 +++++++++++++++++-- input/input.h | 1 + liba52/imdct.c | 4 +- libaf/af_equalizer.c | 13 ++++++- libmpcodecs/vd_dshow.c | 3 +- libmpcodecs/vd_ffmpeg.c | 21 ++++++++++- libmpdemux/demux_lavf.c | 3 ++ libswscale/swscale_internal.h | 2 +- libvo/font_load_ft.c | 8 +++- libvo/vo_direct3d.c | 21 ++++++++++- libvo/vo_directx.c | 19 +++++++++- libvo/w32_common.c | 15 ++++---- mencoder.c | 14 +++++++ mp_msg.c | 57 ++++++++++++++++++++++++++++- mplayer.c | 81 ++++++++++++++++++++++++++++++++++++++++- osdep/keycodes.h | 30 +++++++++++++++ osdep/mplayer.rc | 3 +- osdep/resource.h | 6 +++ version.sh | 9 ++--- 27 files changed, 388 insertions(+), 47 deletions(-) commit 72dabb0ed90688d52f7d4811f85e6342e110316e Merge: 8438ef1... 66f6f9f... Author: Uoti Urpala Date: Mon Feb 23 21:02:47 2009 +0200 Merge branch 'master' into mt commit 66f6f9f0768de5b003fc1b0fa9b1ea428466308a Merge: ebb541c... 30aa238... Author: Uoti Urpala Date: Mon Feb 23 21:00:52 2009 +0200 Merge svn changes up to r28712 commit 30aa2383cadb2f879e02dca9df293c01119a3111 Author: reimar Date: Mon Feb 23 11:48:45 2009 +0000 ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same way as the software decoders, otherwise they will be preferred over the software decoders which just breaks things when using e.g. xv vo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28712 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 53e6c7777e1862bcc957d7827d0e3264dd2f9853 Author: reimar Date: Mon Feb 23 09:22:57 2009 +0000 Only check for vdp_video_mixer_destroy failure when we actually executed that function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28711 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_vdpau.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 51d0a5fcc1516ff50eb28e756e2175f98fc70354 Author: reimar Date: Mon Feb 23 09:21:57 2009 +0000 EOSD/ASS support for vo_vdpau.c Patch by Grigori G (greg chown ath cx) with minor cosmetic changes by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28710 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_vdpau.c | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 187 insertions(+), 1 deletions(-) commit f775f43f287d2ed31b263655f0fe749a0fb1b53c Author: bircoph Date: Mon Feb 23 05:47:40 2009 +0000 Synced with r28707. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28709 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/faq.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 94896e02d5e71d2c9cb1b295671d947ab3a68acd Author: bircoph Date: Mon Feb 23 05:45:31 2009 +0000 Synced with r28706. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28708 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/cd-dvd.xml | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) commit ea9561424848da0ba0f5fb2410aaf2e12e3accd6 Author: bircoph Date: Mon Feb 23 05:34:26 2009 +0000 Update faq about power management effect taking into account that -rtc is default no longer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28707 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/faq.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4abfea0c2cda0b9854cdf472d1cc23b68121caf4 Author: bircoph Date: Mon Feb 23 05:23:12 2009 +0000 Update some statements: 1) Suggest larger read ahead buffer. 2) Note how sdparm may be used to adjust scsi device speed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28706 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/cd-dvd.xml | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit 554e7dcae7cc77f3416e8b299ef9ad008db19e49 Author: bircoph Date: Mon Feb 23 05:16:48 2009 +0000 Synced with r28704. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28705 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 6b7aa125cc2244b58f00b845cb836578f647c112 Author: zuxy Date: Mon Feb 23 03:35:07 2009 +0000 Get rid of the outdated and unmaintained CPU codename table. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28704 b3059339-0415-0410-9bf9-f77b7e298cf2 cpudetect.c | 41 +----- cputable.h | 549 ----------------------------------------------------------- 2 files changed, 1 insertions(+), 589 deletions(-) commit 9aa9e865179c0e56989db233d8a99116cadef352 Author: uau Date: Mon Feb 23 01:39:27 2009 +0000 configure: Make the special dvdnav test the last one again The libdvdnav linker flag handling is hacky and can add flags that make any compile attempt using them fail unless MPlayer's internal dvdread has been compiled and is linked as a part of the resulting binary. For this reason no more tests using the common flags can be performed after the flags from the dvdnav test have been added. However the dvdnav test was no longer the last one despite some warning comments. Move it back to the last position and make the warnings a bit more explicit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28703 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 90 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 47 insertions(+), 43 deletions(-) commit ee50536b743272a8000e76b6565dbddbf938eccd Author: diego Date: Sun Feb 22 14:12:33 2009 +0000 Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28702 b3059339-0415-0410-9bf9-f77b7e298cf2 stream/dvbin.h | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit f4e93fdc48b06abbce7419112a484c2a832270ec Author: kostya Date: Sun Feb 22 09:25:13 2009 +0000 SwScaler now has new YUV2RGB table generator git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28701 b3059339-0415-0410-9bf9-f77b7e298cf2 Changelog | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit c548a42f3c424d285451c4f40e1542e7743c2973 Author: kostya Date: Sun Feb 22 09:22:05 2009 +0000 New LGPLed YUV2RGB table generator for SwScaler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28700 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/Makefile | 3 +- libswscale/swscale.c | 2 - libswscale/swscale.h | 2 +- libswscale/yuv2rgb2.c | 683 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 685 insertions(+), 5 deletions(-) commit fa33e96dd8a9780d6761241c420debe2e16387f7 Author: diego Date: Sat Feb 21 22:08:50 2009 +0000 Make alpha arch detection more lenient. Taken from the Debian patchset. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28699 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 45626ad18cba03a67c904af579a8f25d8b4a1901 Author: uau Date: Sat Feb 21 22:07:39 2009 +0000 af_stats: Some fixes to the new filter The just committed af_stats was an older version of the patch with broken max volume calculation. Fix that and do some cleanup. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28698 b3059339-0415-0410-9bf9-f77b7e298cf2 libaf/af_stats.c | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) commit db757ae96bef4e296de7badcf9cd0921b8756705 Author: diego Date: Sat Feb 21 21:29:38 2009 +0000 Add missing #include "config.h", fixes the warning: libaf/af.c:23:5: warning: "HAVE_MALLOC_H" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28697 b3059339-0415-0410-9bf9-f77b7e298cf2 libaf/af.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0cddea37546e00caa3f438e0da6e21b931b8de48 Author: diego Date: Sat Feb 21 21:27:27 2009 +0000 Add statistics audio filter that prints information about the audio stream. patch by Nicolas George, nicolas.george normalesup org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28696 b3059339-0415-0410-9bf9-f77b7e298cf2 Changelog | 1 + DOCS/man/en/mplayer.1 | 7 ++ Makefile | 1 + libaf/af.c | 2 + libaf/af_stats.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 169 insertions(+), 0 deletions(-) commit 35fc0ebf3fe200b54af142e99facfe8dc2942544 Author: diego Date: Sat Feb 21 21:03:57 2009 +0000 Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the default 0/1. This is not required by a lot of codecs, but at least by libvorbis. patch by Nicolas George, nicolas.george normalesup org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28695 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/ae_lavc.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 2c48477e534169a21b78c8d03e4e07fef1aa69cd Author: diego Date: Sat Feb 21 20:25:02 2009 +0000 Add -ffast-math to LDFLAGS as well as to CFLAGS. patch by Piotr Kaczuba, pepe attika.ath cx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28694 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit adbe22d1b40b43c9dacf7660845fb6695a204149 Author: reimar Date: Sat Feb 21 18:15:55 2009 +0000 Add forgotten type to variable declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28693 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_vdpau.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1c6964f547648623893b852eb575c7d1d10abbe2 Author: diego Date: Sat Feb 21 17:36:26 2009 +0000 Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28692 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8d8646d573a0d042fd27ba3899a02d5af648ebae Author: diego Date: Sat Feb 21 17:35:48 2009 +0000 Print the version string after the command line has been parsed. This allows printing the CPU information when verbose mode is triggered on the command line. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28691 b3059339-0415-0410-9bf9-f77b7e298cf2 mplayer.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 8438ef106ad91875ba183217744ebcbddd144a65 Merge: a5d1dbc... ebb541c... Author: Uoti Urpala Date: Sat Feb 21 19:13:52 2009 +0200 Merge branch 'master' into mt commit ebb541c6553af10203b2c2f5bcead6118a44f5be Merge: e46317a... a9abd00... Author: Uoti Urpala Date: Sat Feb 21 17:39:30 2009 +0200 Merge svn changes up to r28690 commit a9abd00be4bfb498e1ba4e0ebc02c828a1a3db07 Author: cehoyos Date: Sat Feb 21 14:51:01 2009 +0000 Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch. Patch by Cédric Schieli, cschieli gmail git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28690 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/yuv2rgb_template.c | 231 +++++++++++++---------------------------- 1 files changed, 73 insertions(+), 158 deletions(-) commit 0ef6b6a546e1a4feb3c87b9eaf435f8311a90f20 Author: reimar Date: Sat Feb 21 13:37:47 2009 +0000 Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids duplication code from init() and fixes hangs after seeking. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28689 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_sun.c | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit db74aa4315402c814eca56b38516e135d1057562 Author: reimar Date: Sat Feb 21 11:44:10 2009 +0000 100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28688 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/video_out.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit d7c0bde0e1f1286c5972626e2e965c892bfc8d6f Author: stefang Date: Sat Feb 21 10:54:29 2009 +0000 move zeroing of alpha channel register out of YSCALEYUV2xxx macros, patch by Cédric Schieli (cschieli at gmail youknowwhat) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28687 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_template.c | 27 +++++++++++++++++++++++---- 1 files changed, 23 insertions(+), 4 deletions(-) commit 3d263a0ae515695548dea9d95fcef46146439a48 Author: stefang Date: Sat Feb 21 10:52:59 2009 +0000 splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV, YSCALEYUV2xxx_YA and YSCALEYUV2xxx_COEFF, patch by Cédric Schieli (cschieli at gmail youknowwhat) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28686 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_template.c | 35 +++++++++++++++++++++++++++-------- 1 files changed, 27 insertions(+), 8 deletions(-) commit 52e18fdc4f927d56626c776f5359edbd98366c37 Author: stefang Date: Sat Feb 21 10:49:52 2009 +0000 make MMX registers parametrized in the WRITEBGR32 macro, patch by Cédric Schieli (cschieli at gmail youknowwhat) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28685 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_template.c | 47 ++++++++++++++++++++--------------------- 1 files changed, 23 insertions(+), 24 deletions(-) commit d9850fbbfc55135cd63513e7b5ba688d5fc1d724 Author: iive Date: Sat Feb 21 08:33:43 2009 +0000 Cosmetics. Reindent to 4 spaces. Checked for equality with diff -w. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28684 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_svga.c | 946 +++++++++++++++++++++++++++--------------------------- 1 files changed, 473 insertions(+), 473 deletions(-) commit 29d6f83335230a93ba4833ab28bc503eef418cb7 Author: iive Date: Sat Feb 21 07:32:56 2009 +0000 Cleanup. Turn a number of if(mp_msg_test()) mp_msg(); into single mp_msg() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28683 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_svga.c | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 deletions(-) commit fd62d4275db9a78abae8427b8f7d350217d47230 Author: bircoph Date: Sat Feb 21 03:35:28 2009 +0000 Synced with r28266. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28682 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/documentation.xml | 97 +++++++++++++++++++--------------------- 1 files changed, 46 insertions(+), 51 deletions(-) commit 9ed1027a00f18c4d7e3513ff22c1978dd76030bd Author: iive Date: Sat Feb 21 00:30:53 2009 +0000 Cosmetics. Remove all trailing whitespaces and convert the few tabs into spaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28681 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_svga.c | 122 +++++++++++++++++++++++++++--------------------------- 1 files changed, 61 insertions(+), 61 deletions(-) commit dbf0e084abb2aed093c7f1ec68e1dc863b5245df Author: iive Date: Fri Feb 20 23:46:24 2009 +0000 Turn all remaining printf() into mp_msg(). Try to set appropriate levels for them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28680 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 169 ++++++++++++++++++++++++++++--------------------------- 1 files changed, 85 insertions(+), 84 deletions(-) commit f7722875210bfb84fabad2dd0cbb94411c012372 Author: iive Date: Fri Feb 20 23:18:28 2009 +0000 Cleanup. Turn a number of if(mp_msg_test()) printf(); into normal mp_msg() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28679 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 82 +++++++++++++++++++----------------------------------- 1 files changed, 29 insertions(+), 53 deletions(-) commit 3b4e9aa2d16beb5ac65807aa2f3f72d701c226b3 Author: iive Date: Fri Feb 20 22:49:09 2009 +0000 Cosmetics part2. Indent local variable definitions like the rest of the code. Checked for equality by diff -wB . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28678 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 117 +++++++++++++++++++++++++++++-------------------------- 1 files changed, 62 insertions(+), 55 deletions(-) commit d238dc2d1f3c7f04173696fc59ab2fe771489b0f Author: iive Date: Fri Feb 20 22:13:31 2009 +0000 Cosmetics part 1. Reindent to 4 spaces. Checked for equality with diff -b. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28677 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 1832 +++++++++++++++++++++++++++--------------------------- 1 files changed, 916 insertions(+), 916 deletions(-) commit 8011ebfc9aa3920f855494c646d497b267187b88 Author: iive Date: Fri Feb 20 19:17:10 2009 +0000 Comment out "else" statement without following block. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28676 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 344ac5a068b70e7cd6c06b4be605716052253f61 Author: iive Date: Fri Feb 20 18:39:02 2009 +0000 Move libavcodec includes together. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28675 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b588457f52e877f4caae769dbaa6ea92be09fa68 Author: reimar Date: Fri Feb 20 10:00:15 2009 +0000 Document that and why deinterlacing is not working git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28674 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_vdpau.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit d6a97f889a6e47d9e554b049f785056203bb5546 Author: reimar Date: Fri Feb 20 09:45:48 2009 +0000 Add support for VDPAU deinterlacing, pullup, denoise and sharpening. Deinterlacing can not yet be toggled at runtime, and actually it does not seem to work at all... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28673 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_vdpau.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 71 insertions(+), 5 deletions(-) commit e6388e0cefbf698ef8428f4ce58b766dade8dff3 Author: bircoph Date: Thu Feb 19 16:08:07 2009 +0000 Synced with r28670. (Copyright year update.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28672 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8f4a5fad96d0298893fd945a671f246ad7e72cbc Author: Gabrov Date: Thu Feb 19 15:42:00 2009 +0000 synced with r28670 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28671 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/hu/mplayer.1 | 15 ++++++++++----- DOCS/xml/hu/bugreports.xml | 4 +++- DOCS/xml/hu/faq.xml | 12 ++++++------ 3 files changed, 19 insertions(+), 12 deletions(-) commit 6ccd3c035e510fe290af563f3cbe564d894c4d21 Author: Gabrov Date: Thu Feb 19 15:41:06 2009 +0000 update copyright year at the end of the man page git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28670 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8337f3116e851a56af49a141d94751ae4d5555a1 Author: reimar Date: Thu Feb 19 14:55:48 2009 +0000 Drop official maintainership of ao_pulse since libpulseaudio still has no proper (i.e. complete) API documentation and too many bugs I am no longer willing to take responsibility for the ao. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28669 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/tech/MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0927ebeef7c4d3ff97ca9acf0763e8e01636b226 Author: reimar Date: Thu Feb 19 14:00:33 2009 +0000 Work around a PulseAudio bug that causes MPlayer to hang after unpausing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28668 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_pulse.c | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit d86e498088d9fb049d85b24be2fe1327b4cb4163 Author: reimar Date: Thu Feb 19 13:57:14 2009 +0000 Try to update libvo.txt git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28667 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/tech/libvo.txt | 77 ++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 64 insertions(+), 13 deletions(-) commit a212be5e60194ed6124c527c488a7f317007d745 Author: reimar Date: Thu Feb 19 12:19:55 2009 +0000 Re-add accidentally discarded comment about YUVJ format. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28666 b3059339-0415-0410-9bf9-f77b7e298cf2 fmt-conversion.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 757e575aebb0036c21cf9182e2155712ee9815af Author: zuxy Date: Thu Feb 19 11:42:05 2009 +0000 Be more robust against corrupted RM files that contain invalid packet length by seeking to a known good place when index table is available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28665 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpdemux/demux_real.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit fdae4e00953986c5de187b917ac2c9897dd4de57 Author: diego Date: Thu Feb 19 10:07:46 2009 +0000 Add necessary header for ARCH_X86_64 preprocessor check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28664 b3059339-0415-0410-9bf9-f77b7e298cf2 cpudetect.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b92e910e7afcd3dc9efb3c02d349449defbcb175 Author: diego Date: Thu Feb 19 10:06:43 2009 +0000 Remove unused and unreachable code hunk that was surrounded by a misspelled preprocessor condition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28663 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_hue.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit c73f0e18bd1d67f2d9521630b2e2f411b9ce6a0e Author: iive Date: Thu Feb 19 09:21:46 2009 +0000 Return PIX_FMT_NONE if the video system refuses all other formats. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28662 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 65324517a6c6773af6e50ee5b83bf2305c8299ca Author: bircoph Date: Thu Feb 19 05:09:46 2009 +0000 Synced with r28660. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28661 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/faq.xml | 364 +++++++++++++++++++++++---------------------------- 1 files changed, 162 insertions(+), 202 deletions(-) commit 9b9dcec15b62edc80440ed09ede2440cfabc60cf Author: bircoph Date: Thu Feb 19 04:04:22 2009 +0000 Another outdated text in example. Synced with currrent MSGTR_TooManyVideoInBuffer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28660 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/faq.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7697f9c7afed16ac6928c17b976a16f975e96435 Author: bircoph Date: Thu Feb 19 03:54:26 2009 +0000 Remove exclamation marks to make output similar to English version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28659 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-ru.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0a80b2bd49fa8eefdd229e8a61b26d4c6e1f9430 Author: bircoph Date: Thu Feb 19 03:50:24 2009 +0000 Fix capitalization to be similar to English master file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28658 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-ru.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f9d485488bf7a7c195a48ff47a94b7a82206a129 Author: bircoph Date: Thu Feb 19 03:41:35 2009 +0000 Screen example for no audio problem is outdated: The following MSGTR_* messages changed since then: MSGTR_AO_OSS_CantOpenDev MSGTR_CannotInitAO MSGTR_NoSound MSGTR_StartPlaying Expamle is updated as appropriate. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28657 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/faq.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit a5d1dbc0d134d35738538fe2b1dee60acd656193 Merge: bdeb227... e46317a... Author: Uoti Urpala Date: Thu Feb 19 05:19:43 2009 +0200 Merge branch 'master' into mt, update FFmpeg-mt submodule commit 0d1c2982b09431c50668f9a295383bddddca9f19 Author: bircoph Date: Thu Feb 19 02:24:03 2009 +0000 Spelling: capitalize pronouns. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28656 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/cd-dvd.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit e46317a1db077a7f92ea5db7bb76e6cc899f1a64 Merge: 186e5a9... 908286b... Author: Uoti Urpala Date: Thu Feb 19 03:23:50 2009 +0200 Merge svn changes up to r28655 commit 908286b437f3b8c8564db3c77456d5350588fb17 Author: stefano Date: Wed Feb 18 23:16:31 2009 +0000 Rename the "src" parameter in the sws_scale() declaration to "srcSlice" to stress the fact that it references a slice rather than an image. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28655 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit ddd68248fe1452831df053642384abd22fa10fa4 Author: stefano Date: Wed Feb 18 23:11:47 2009 +0000 Document sws_scale(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28654 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit 8657b1b429b508f7afbadbdbff4ab25f39f859de Author: bircoph Date: Wed Feb 18 21:07:11 2009 +0000 Replace the dash sign by — tag. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28653 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/cd-dvd.xml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 388f3e38f03e7b2d76ff95d2fd389a538dff6e72 Author: bircoph Date: Wed Feb 18 20:46:46 2009 +0000 Exterminate one more trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28652 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/faq.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 23ec546764110c3805859eef70f93a4860eb8aed Author: bircoph Date: Wed Feb 18 19:57:12 2009 +0000 Sync with r26990. Remove trailing whitespaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28651 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/cd-dvd.xml | 43 ++++++++++++++++++++++--------------------- 1 files changed, 22 insertions(+), 21 deletions(-) commit 73c3ff74e06a9eb0935a00768f97e34dccab6c61 Author: reimar Date: Wed Feb 18 16:49:12 2009 +0000 Use the same code to convert fps in float to fraction as used in mencoder, it ensures all the common frame rates work right. If this causes issues, it should be changed in the same way in mencoder.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28650 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_yuv4mpeg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 549c10074b85c251c222c64baa2997e7fe6dfc3f Author: bircoph Date: Wed Feb 18 14:58:06 2009 +0000 Current revision is in sync with r28645, because r28644 and r28645 doesn't affect Russian translation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28649 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a919c1aeb981dadd425312135bd832b0bd662285 Author: bircoph Date: Wed Feb 18 14:52:51 2009 +0000 Restore synchronization with r28618. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28648 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 5e13ed1db1499dcfe5fbda028a494197b8de8a0f Author: bircoph Date: Wed Feb 18 14:48:30 2009 +0000 Revert r28597 as requested by Diego in order to be cautious before relese. (Do not convert to UTF-8 for now.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28647 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 |11869 ++++++++++++++++++++++++------------------------- 1 files changed, 5932 insertions(+), 5937 deletions(-) commit 60fa5a134d34c694158c94513dce85f855984b0e Author: reimar Date: Wed Feb 18 12:30:15 2009 +0000 Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for YV12 - since VDPAU only has functions to upload the full frame at once there is no sense in supporting draw_slice for that. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28646 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_vo.c | 2 ++ libmpcodecs/vfcap.h | 2 ++ libvo/vo_vdpau.c | 4 +++- 3 files changed, 7 insertions(+), 1 deletions(-) commit 4ceed591c8968e55de23b1b7f7a13292bfa3e70d Author: diego Date: Wed Feb 18 10:32:07 2009 +0000 Also shorten to in the description, not just in the example. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28645 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5c669021ea7115f6fe289f44defafba299788aec Author: diego Date: Wed Feb 18 10:07:11 2009 +0000 Shorten one example line to avoid the groff warning: DOCS/man/en/mplayer.1:1905: warning [p 20, 5.7i, div `an-div', 0.0i]: cannot adjust line DOCS/man/en/mplayer.1:1905: warning [p 20, 5.7i]: cannot adjust line git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28644 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0248741426b6a1f2079cc4ae4b70916412fb1e23 Author: reimar Date: Wed Feb 18 07:52:17 2009 +0000 Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles it correctly (VDPAU and probably H.264 currently don't, MPEG1/2 does etc.). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28643 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f55bc9413c040c5985a0d0e51da18133bfe3c286 Author: bircoph Date: Wed Feb 18 02:04:16 2009 +0000 Sync with r28618. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28642 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 186e5a998c8424b3c850b62d6f5755a0928cd64c Merge: 41ac08d... e5ee123... Author: Uoti Urpala Date: Wed Feb 18 01:07:37 2009 +0200 Merge svn changes up to r28641 Convert vo_x11_border (used in vo_gl/gl2 though the vo_gl_border macro) to use a wrapper macro in old-style VOs which do not provide a VO object argument. Before this function had an explicit global_vo argument in vo_gl/gl2. New vo_vdpau uses it too so use the same mechanism as most other functions. commit e5ee1232c5e00e730d69cf57767b1ee3ab5b4e16 Author: diego Date: Tue Feb 17 22:05:25 2009 +0000 AVR32 apparently supports fast unaligned accesses. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28641 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0c6b3b8742c0e2ef4f5f0562c40f144822df345c Author: reimar Date: Tue Feb 17 21:08:22 2009 +0000 Set samplerate in reset also for AC3, and set it before the format in that case (no idea why, but it is done this way in init, so it is consistent). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28640 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_oss.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 6ab19b81b1c114b4069e51212989c12b6b01c9f5 Author: reimar Date: Tue Feb 17 20:44:45 2009 +0000 Mark all Linux RealVideo decoders as buggy, they all seem to have some problem on some systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28639 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 4f9a9ae44f21fad6bdc8b9f27744ffd397de8963 Author: reimar Date: Tue Feb 17 19:01:29 2009 +0000 Make it possible for mpcodecs_get_image to return NULL as the documentation says it should instead of crashing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28638 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bdfef5ff392daf50ea5943608554b9c47e402b2a Author: reimar Date: Tue Feb 17 18:59:47 2009 +0000 Print an error and return NULL in vf_get_image if we try to allocate a format with bpp == 0, since this can not work. This way at least we crash earlier and print an error message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28637 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 8e5edec13eabc42923bc119f435566145955c124 Author: reimar Date: Tue Feb 17 16:40:50 2009 +0000 Set avctx->opaque already at init instead of decode so it can be used in get_format and get_buffer would not crash if called during avcodec_open. Patch by Gwenole Beauchesne [gbeauchesne splitted-desktop com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28636 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 78d1037cd9d172ad28227261df821e8109deaa3e Author: Gabrov Date: Tue Feb 17 15:00:57 2009 +0000 Typo fix Patch submitted directly to me by Rezso Pader (rezso at rezso dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28635 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-hu.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ec3cc468ca8ba4b6280eb62030c8a10858510c51 Author: diego Date: Tue Feb 17 12:00:43 2009 +0000 cosmetics: Replace unused 'argc/argv' in main declarations by 'void'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28634 b3059339-0415-0410-9bf9-f77b7e298cf2 cpuinfo.c | 2 +- loader/qtx/list.c | 2 +- loader/qtx/qtxload.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 01ef7e45790e1f0dd2277f73c583c9a503b2b6bd Author: reimar Date: Tue Feb 17 11:59:49 2009 +0000 Extend calc_src_dst_rects to also calculate the border values needed for correctly placed dvdnav highlights, and fix direct3d and vdpau accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28633 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/video_out.c | 12 +++++++++++- libvo/video_out.h | 3 ++- libvo/vo_direct3d.c | 10 ++++++++-- libvo/vo_vdpau.c | 9 +++++++-- libvo/vo_xv.c | 2 +- libvo/vo_xvmc.c | 2 +- 6 files changed, 30 insertions(+), 8 deletions(-) commit a845504a5ee6fd7e545f028cf84e1e503da574c1 Author: diego Date: Tue Feb 17 11:52:39 2009 +0000 cosmetics: const static --> static const, avoids the debug mode warning: cpuinfo.c:80: warning: 'static' is not at beginning of declaration git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28632 b3059339-0415-0410-9bf9-f77b7e298cf2 cpuinfo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e9d5b64a2933d51afb4a1bfb3f07454ef8d4436d Author: diego Date: Tue Feb 17 11:40:59 2009 +0000 Also set HAVE_EBP_AVAILABLE in debug mode. patch by Gwenole Beauchesne, gbeauchesne splitted-desktop com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28631 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 687655ff2f2c64593f713ea666cc85a47b6c332b Author: diego Date: Tue Feb 17 11:29:43 2009 +0000 cosmetics: Remove stray empty lines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28630 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit be8c67909b4bb6bedf014706a53abef10ddb5a52 Author: diego Date: Tue Feb 17 11:16:19 2009 +0000 Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: mem.c:32:5: warning: "HAVE_MALLOC_H" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28629 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- cpudetect.c | 2 +- libaf/af.c | 2 +- libmenu/vf_menu.c | 2 +- libmpcodecs/dec_audio.c | 2 +- libmpcodecs/dec_video.c | 2 +- libmpcodecs/mp_image.c | 2 +- libmpcodecs/vd.c | 2 +- libmpcodecs/vf.c | 2 +- libmpcodecs/vf_boxblur.c | 2 +- libmpcodecs/vf_delogo.c | 2 +- libmpcodecs/vf_denoise3d.c | 2 +- libmpcodecs/vf_fspp.c | 2 +- libmpcodecs/vf_hqdn3d.c | 2 +- libmpcodecs/vf_il.c | 2 +- libmpcodecs/vf_kerndeint.c | 2 +- libmpcodecs/vf_mcdeint.c | 2 +- libmpcodecs/vf_noise.c | 2 +- libmpcodecs/vf_ow.c | 2 +- libmpcodecs/vf_perspective.c | 2 +- libmpcodecs/vf_pp.c | 2 +- libmpcodecs/vf_pp7.c | 2 +- libmpcodecs/vf_qp.c | 2 +- libmpcodecs/vf_sab.c | 2 +- libmpcodecs/vf_screenshot.c | 2 +- libmpcodecs/vf_smartblur.c | 2 +- libmpcodecs/vf_spp.c | 2 +- libmpcodecs/vf_swapuv.c | 2 +- libmpcodecs/vf_unsharp.c | 2 +- libmpcodecs/vf_uspp.c | 2 +- libmpcodecs/vf_yadif.c | 2 +- libmpdemux/parse_mp4.c | 2 +- libmpdemux/video.c | 2 +- libvo/sub.c | 2 +- libvo/vo_dxr3.c | 2 +- libvo/vo_vesa.c | 2 +- loader/drv.c | 2 +- loader/ext.c | 2 +- loader/win32.c | 2 +- 39 files changed, 40 insertions(+), 40 deletions(-) commit e98a6e2bff65dbcec13eb41c99637c5e2ddcf317 Author: diego Date: Tue Feb 17 10:41:13 2009 +0000 Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning: mem.c:67:7: warning: "HAVE_MEMALIGN" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28628 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- liba52/liba52_changes.diff | 3 ++- liba52/parse.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) commit 4a8a46fafddfb4234fa99746c765e95d3a1ccd1d Author: cehoyos Date: Tue Feb 17 10:13:08 2009 +0000 Fix compilation after last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28627 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/video_out.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a3dbab18138a9988f2a73cf8519094f8facd2e84 Author: reimar Date: Tue Feb 17 08:09:36 2009 +0000 Cropping parameter to calc_src_dst_rects is const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28626 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/video_out.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4ed961f7e5f4c275722a826a996981c198375b47 Author: reimar Date: Tue Feb 17 08:05:14 2009 +0000 100l, reset ass_border when switching out of fullscreen mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28625 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_gl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b14c70b8f5e6a7baf3cc4af16750e5cc85d4dcd4 Author: diego Date: Tue Feb 17 03:20:40 2009 +0000 Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this particular case. Avoids the warning: In file included from libmpcodecs/vf_fspp.c:693: ./mangle.h:34:1: warning: "MANGLE" redefined In file included from libmpcodecs/vf_fspp.c:46: ./libavutil/internal.h:113:1: warning: this is the location of the previous definition git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28624 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_fspp.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 53067187b85ef66e7c472517cc308fe0ff29afae Author: diego Date: Tue Feb 17 03:15:10 2009 +0000 Move FFmpeg #includes below all others so that they do not override system functions and cause the warning: In file included from libmpcodecs/vf_fspp.c:57: libmpcodecs/mp_image.h: In function 'new_mp_image': libmpcodecs/mp_image.h:214: warning: implicit declaration of function 'please_use_av_malloc' libmpcodecs/mp_image.h: In function 'free_mp_image': libmpcodecs/mp_image.h:226: warning: implicit declaration of function 'please_use_av_free' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28623 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_fspp.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit bc2834c3842898318932c5ac9d1db7ca54085578 Author: diego Date: Tue Feb 17 03:08:56 2009 +0000 Move libavutil #includes below all others so that they do not override system functions and cause the warning: In file included from mp3lib/sr1.c:27: /mp_msg.h:115: warning: 'please_use_av_log_instead_of_printf' is an unrecognized format function type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28622 b3059339-0415-0410-9bf9-f77b7e298cf2 mp3lib/sr1.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit de53a241ed491b9938ff49075db3842ef86c0d71 Author: diego Date: Tue Feb 17 02:57:10 2009 +0000 The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined, so use it with #ifdef instead of #if; fixes the warning: libvo/sub.c:1233:5: warning: "CONFIG_TV_TELETEXT" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28621 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/sub.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 991d64b31f076b9e2128dd47b17aa1554e166571 Author: uau Date: Tue Feb 17 00:09:15 2009 +0000 Fix compilation without VDPAU The commit adding vo_vdpau had two bugs that broke compilation when VDPAU was not enabled. - video_out.c used "#ifdef CONFIG_VDPAU", but it's always set to 0 or 1 - In configure, MPEG1_VDPAU_DECODER was dropped from the list of libavcodec codecs to disable when moving VDPAU-related ones from the always-disabled list to a conditinal one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28620 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- libvo/video_out.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 288f25d8d9130e7515e854d2e65654b8667fb319 Author: cehoyos Date: Mon Feb 16 23:56:19 2009 +0000 Fix #endif comment. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28619 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dea247e8b17e6d84b13b2061f2d7540d81a8beaa Author: cehoyos Date: Mon Feb 16 23:05:18 2009 +0000 Add note about ffwmv3vdpau. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28618 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 41ac08d2b45f0f6eb369ea57604796be69200185 Author: Uoti Urpala Date: Mon Feb 16 23:16:11 2009 +0200 options: fix -ar default back to enabled if available Due to a missed config variable rename -noar was always the default. Make it default to enabled if available as it was before. defaultopts.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7e9fd9351c21071e288d38a103bb5f8482b2b871 Author: reimar Date: Mon Feb 16 20:58:13 2009 +0000 Add support for VDPAU video out, including hardware decoding. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28617 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 5 + Makefile | 1 + configure | 33 ++- libmpcodecs/vd_ffmpeg.c | 20 +- libvo/video_out.c | 4 + libvo/vo_vdpau.c | 809 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 866 insertions(+), 6 deletions(-) commit 47b6eb3758c4331171f21030463436a9c705234b Author: bircoph Date: Mon Feb 16 20:07:52 2009 +0000 Synced with r28615. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28616 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/bugreports.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 113055c9cf4f278cf0e8f050ee7750ab44c6af87 Author: bircoph Date: Mon Feb 16 20:03:32 2009 +0000 Add ccache usage suggestion to speed up compilation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28615 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/bugreports.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8e9029769862ac35e5a46592b0c4a139f23be5c4 Author: reimar Date: Mon Feb 16 18:38:54 2009 +0000 100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when the we output a PCM format, not for e.g. AC3. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28614 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_oss.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e3847132b5680a910982b4274a674c7e97796cfd Author: diego Date: Mon Feb 16 17:05:58 2009 +0000 Use fixed-point implementation on avr32. patch by Hans-Christian Egtvedt, hans-christian.egtvedt atmel com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28613 b3059339-0415-0410-9bf9-f77b7e298cf2 libfaad2/common.h | 2 +- libfaad2/local_changes.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 398332888968b9eca5c756cbaa1c1866136fe596 Author: diego Date: Mon Feb 16 17:02:16 2009 +0000 Make configure recognize avr32. patch by Hans-Christian Egtvedt, hans-christian.egtvedt atmel com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28612 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 1b915e419e1454b8d568fa3b9c97e83fc5a95965 Author: diego Date: Mon Feb 16 02:00:29 2009 +0000 Replace double semicolon by single semicolon. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28611 b3059339-0415-0410-9bf9-f77b7e298cf2 drivers/3dfx.h | 2 +- libmpdemux/demux_ts.c | 2 +- libmpdemux/muxer_mpeg.c | 2 +- libvo/vo_xvmc.c | 2 +- loader/dshow/DS_AudioDecoder.c | 2 +- stream/stream.h | 2 +- stream/stream_dvdnav.c | 2 +- stream/tvi_dshow.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) commit 0bf2bd91ec69dfd908d78557a17f38e0904a52e7 Merge: 738f66b... eacf442... Author: Uoti Urpala Date: Mon Feb 16 02:39:58 2009 +0200 Merge svn changes up to r28610 commit eacf4421f4fe16674aefe8b628321188c4912521 Author: diego Date: Mon Feb 16 00:29:25 2009 +0000 Sync renaming of xvmc struct members in FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28610 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ed6cb5732f03cac4ed150fd55ec64a35113c3018 Author: Gabrov Date: Mon Feb 16 00:15:44 2009 +0000 synced with r28593 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28609 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/hu/mplayer.1 | 10 +++++----- DOCS/xml/hu/bugreports.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) commit a452d22384f295e06be0bbf6c22e1f0e95c8dd05 Author: diego Date: Sun Feb 15 22:02:24 2009 +0000 The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28608 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 4 ++-- libvo/vo_xvmc.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) commit 33f7ff9403a86783d3732d291c88b72dfc69e7a8 Author: iive Date: Sun Feb 15 20:29:29 2009 +0000 Reflect ffmpeg change of xvmc struct field to xvmc_id. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28607 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 4 ++-- libvo/vo_xvmc.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) commit 1e8e195442b2203a690d8ada4b892ce9a2cbd2bf Author: bircoph Date: Sun Feb 15 20:27:59 2009 +0000 Fix spelling: "whom" should be used instead of "which" when we're talking about people. Mistake noticed by Paul Arthur flowerysong00 yahoo com. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28606 b3059339-0415-0410-9bf9-f77b7e298cf2 AUTHORS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 06e12b4545314efd395736e8d17324a28f0d5bfa Author: bircoph Date: Sun Feb 15 18:21:56 2009 +0000 Remove the reference to history.html because history.xml was purged from xml documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28605 b3059339-0415-0410-9bf9-f77b7e298cf2 AUTHORS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit e3638bae1995f9cbb2d159ea027add58e94b2503 Author: diego Date: Sun Feb 15 17:55:57 2009 +0000 whitespace cosmetics: Remove all tabs and trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28604 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 150 +++++++++++++++++++++++++++--------------------------- 1 files changed, 75 insertions(+), 75 deletions(-) commit d274cbbbb53603ce061ce3c32044ce0c6b1a2b95 Author: diego Date: Sun Feb 15 17:49:42 2009 +0000 The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28603 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 4 ++-- libvo/vo_xvmc.c | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) commit 3a058c8c6ac05a353f1e76aa48e81184c6e5c389 Author: diego Date: Sun Feb 15 17:38:47 2009 +0000 Remove unnecessary #ifdef around internal #include. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28602 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 0c4e65f15a8c1f78ae6939991b9b5e7954e53671 Author: diego Date: Sun Feb 15 17:35:24 2009 +0000 The xmvc structure member magic_id was renamed to unique_id. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28601 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 4 ++-- libvo/vo_xvmc.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) commit b2c338819eab435aa451dce4c570c943344b6cb3 Author: reimar Date: Sun Feb 15 17:29:00 2009 +0000 Remove unnecessary #if around forward declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28600 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit de96ea2e01c0a90227c1cd6ae61272abcfb90ab3 Author: reimar Date: Sun Feb 15 17:23:05 2009 +0000 Restructure get_format so it can easily be extended to handle VDPAU and hardware-acceleration selected via get_format. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28599 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) commit 14b1991a42855d5c8c9faf7affb11279040c1c07 Author: reimar Date: Sun Feb 15 16:57:08 2009 +0000 Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28598 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 08898f0908b48bcf95234995edc637abb67649a7 Author: bircoph Date: Sun Feb 15 15:42:58 2009 +0000 Change man page encoding from KOI8-R to UTF-8. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28597 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 |11864 ++++++++++++++++++++++++------------------------ 1 files changed, 5932 insertions(+), 5932 deletions(-) commit 75c960f9b07b3423ebd04335330eaf0f6be2d7d8 Author: bircoph Date: Sun Feb 15 15:31:25 2009 +0000 I hope this one is clearer and understandable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28596 b3059339-0415-0410-9bf9-f77b7e298cf2 AUTHORS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c6ae3112f28364cf9b397f48cba03bba6d984182 Author: reimar Date: Sun Feb 15 15:27:12 2009 +0000 Use PIX_FMT_NONE instead of -1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28595 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2a57385958cf154ae6af2c684b5b5fa037a981ab Author: reimar Date: Sun Feb 15 15:24:32 2009 +0000 Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28594 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 496b348cada62204154686ab32d9ec6331b6e4df Author: bircoph Date: Sun Feb 15 14:48:30 2009 +0000 Remove trailing whitespaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28593 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/bugreports.xml | 2 +- DOCS/xml/ru/bugreports.xml | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) commit 9c4a64857ba1be7b5d340a7a761515f40af9c674 Author: bircoph Date: Sun Feb 15 14:46:32 2009 +0000 Synced with r28201. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28592 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/bugreports.xml | 64 ++++++++++++++++++++++---------------------- 1 files changed, 32 insertions(+), 32 deletions(-) commit c618bdde0521d6aa48b388f7e6587899f35f946f Author: reimar Date: Sun Feb 15 14:10:47 2009 +0000 Extend get_buffer to handle the XvMC case and remove mc_get_buffer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28591 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 121 +++++++++++------------------------------------ 1 files changed, 28 insertions(+), 93 deletions(-) commit 5d21955bb1d85313eab8e445a61349f2822bd564 Author: reimar Date: Sun Feb 15 13:24:17 2009 +0000 Unset MP_IMGFLAG_IN_USE in release_buffer. This is only needed for MPI_IMGTYPE_NUMBERED support and will probably first be used for VDPAU, but it is still "the right thing to do". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28590 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9275737b40b434e9c043c73f745f774c9c055c42 Author: reimar Date: Sun Feb 15 13:17:04 2009 +0000 Merge two checks for mpi != NULL git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28589 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit eee0fbd3afbb0748f6446f9d9876c7a8611b1ad8 Author: reimar Date: Sun Feb 15 13:14:17 2009 +0000 Make the default release_buffer work for XvMC, use it and remove mc_release_buffer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28588 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 47 ++++++++++++++--------------------------------- 1 files changed, 14 insertions(+), 33 deletions(-) commit d1e711b21bebcfd0c9289b1d44764f3f2e01648e Author: reimar Date: Sun Feb 15 13:04:57 2009 +0000 Get rid of mc_render_slice and use the generic draw_slice instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28587 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 24 ++++-------------------- 1 files changed, 4 insertions(+), 20 deletions(-) commit a81bf56e8db0224d6cdc5829ce102b815428ac29 Author: bircoph Date: Sun Feb 15 12:19:36 2009 +0000 Update info about contributions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28586 b3059339-0415-0410-9bf9-f77b7e298cf2 AUTHORS | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit c39bb23833e17c83b592031862bc101ecbb78be2 Author: zuxy Date: Sun Feb 15 11:01:26 2009 +0000 Fix a regression caused by r17933; RealMedia index tables could never be printed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28585 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpdemux/demux_real.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ce07cc3b5e8ebd04c336c746d247d997296e4656 Author: zuxy Date: Sun Feb 15 10:50:26 2009 +0000 Support seek in multirate RealMedia files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28584 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpdemux/demux_real.c | 58 +++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 32 deletions(-) commit c97692ac9d2015b4c6eaadff4b2f0fb971ba29b6 Author: iive Date: Sun Feb 15 08:46:18 2009 +0000 Reflect the change of xvmc struct name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28583 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 8 ++++---- libvo/vo_xvmc.c | 38 +++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 23 deletions(-) commit b012d635eec99b743884823133ae610c2f576c29 Author: reimar Date: Sun Feb 15 08:12:12 2009 +0000 WMVA works with VDPAU, too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28582 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 078091e5deeb6279e71d247332919cf2cbedc1b5 Author: reimar Date: Sun Feb 15 08:07:36 2009 +0000 Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to be duplicated for other systems like VDPAU or VAAPI. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28581 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_vo.c | 5 ++++- libvo/vo_xvmc.c | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) commit f8b220a35cde199b0ac57c6b4e2567b0d9763c8f Author: reimar Date: Sun Feb 15 07:54:25 2009 +0000 Sync fourccs for ffvc1vdpau git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28580 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 720feba14262658c951b60fc0ea8a5d305fe3516 Author: reimar Date: Sun Feb 15 07:53:21 2009 +0000 Sync fourcc list for ffmpeg12vdpau git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28579 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) commit d999d7652db69a1c431ed1414f039b1caf156291 Author: iive Date: Sun Feb 15 02:38:20 2009 +0000 Now xvmc struct uses magic_id field git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28578 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 4 ++-- libvo/vo_xvmc.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) commit ebe578fc77daa10db239bdf6c66a2d35c591c2d9 Author: iive Date: Sun Feb 15 02:08:45 2009 +0000 Remove display_flag remains as the member has been removed from the xvmc struct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28577 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 939108d83ebb7dd6a3dbcd2243b128b3db46d165 Author: bircoph Date: Sun Feb 15 00:53:02 2009 +0000 Get rid of the trailing whitespaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28576 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit c834659ba7cbb1e293b2e06bb4621ace6293442d Author: bircoph Date: Sun Feb 15 00:51:47 2009 +0000 'Capitalize' mplayer -> MPlayer when used as a project name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28575 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 405639e6668db8e577bc734bae7aa9761cd04f72 Author: bircoph Date: Sun Feb 15 00:46:09 2009 +0000 Some more trailing whitespaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28574 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-ru.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b290c1eae67f3b6366a7babf53124863c4801b85 Author: bircoph Date: Sun Feb 15 00:44:53 2009 +0000 Get rid of trailing whitespaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28573 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 6c21a27dcf4e8b7ff4a49e2e4e38776353f8e29f Author: bircoph Date: Sun Feb 15 00:33:25 2009 +0000 Fix r28506. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28572 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/bugreports.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit b555976864eac3d7977cb91823a1f4318600de99 Author: bircoph Date: Sun Feb 15 00:01:54 2009 +0000 Sync with r28520, 100% done. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28571 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 91 +++++++++++++++++++++++++++++++++++++----------- 1 files changed, 70 insertions(+), 21 deletions(-) commit 22e11d3bfe24856daf31f6af71b8fd41d577e468 Author: iive Date: Sat Feb 14 23:31:24 2009 +0000 Remove some xvmc field initializations. They are not used by the libavcodec decoder. They are a copy of the queried surface and are meaningful only for pixel format selection, not during decoding. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28570 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_xvmc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 27f2f8fdefc112bce4718440b020eeb45e452393 Author: compn Date: Sat Feb 14 22:21:55 2009 +0000 timebomb made some swscale AltiVec fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28569 b3059339-0415-0410-9bf9-f77b7e298cf2 AUTHORS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit abec08dc01f8bdb696d66dc93f9218b8511db746 Author: bircoph Date: Sat Feb 14 20:53:29 2009 +0000 Sync with r27979. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28568 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 117 +++++++++++++++++++++++++++++-------------------- 1 files changed, 69 insertions(+), 48 deletions(-) commit e45206dc2e5a7f23b5e9275b6e63b384d2bf03cb Author: stefano Date: Sat Feb 14 20:18:50 2009 +0000 Use sws_printVec2() instead of the deprecated sws_printVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28567 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0137ac7075e1d1b71b765687095c0e0f92381c40 Author: stefano Date: Sat Feb 14 20:14:28 2009 +0000 Implement sws_printVec2() and deprecate sws_printVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28566 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 14 ++++++++++---- libswscale/swscale.h | 18 +++++++++++++++--- 2 files changed, 25 insertions(+), 7 deletions(-) commit bf1bcca29986ac4ae63cb023e66770cb392493ec Author: stefano Date: Sat Feb 14 19:37:13 2009 +0000 Document sws_normalizeVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28565 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 4e2b81ce2663846f7377e3330559849cb2c5086b Author: bircoph Date: Sat Feb 14 19:17:08 2009 +0000 Sync with r27639. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28564 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/ru/mplayer.1 | 1312 +++++++++++++++++++++++++++---------------------- 1 files changed, 725 insertions(+), 587 deletions(-) commit afe6497c9bb771da0a26312845bc7054b1104f9c Author: bircoph Date: Sat Feb 14 18:44:38 2009 +0000 Actually it is in sync with SVN HEAD. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28563 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-ru.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e41470a32ece0e161dde18fea6b9d8476185b616 Author: reimar Date: Sat Feb 14 17:58:33 2009 +0000 Use fmt-conversion.h in vd_ffmpeg.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28562 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 29 ++--------------------------- 1 files changed, 2 insertions(+), 27 deletions(-) commit b8c7c3ff11a25fe329acd4813c21d2e498c6f668 Author: reimar Date: Sat Feb 14 17:57:47 2009 +0000 Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files. Also restructure the code so it provides a pixfmt2imgfmt function, too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28561 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 1 + fmt-conversion.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ fmt-conversion.h | 68 +------------------------------------- 3 files changed, 98 insertions(+), 66 deletions(-) commit c4854a0eadb497df9300d1c32a86236854334e47 Author: reimar Date: Sat Feb 14 17:43:06 2009 +0000 Consistently place whitespace around * ( ) and , git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28560 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 140 +++++++++++++++++++++++----------------------- 1 files changed, 70 insertions(+), 70 deletions(-) commit f2eb312f74704c3c49a2cc5be52501c687d4d826 Author: reimar Date: Sat Feb 14 17:30:41 2009 +0000 Remove useless break git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28559 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit c81dd099749208fccec92471fc5ee65e996997c5 Author: reimar Date: Sat Feb 14 17:29:59 2009 +0000 Indentation and other whitespace fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28558 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 180 +++++++++++++++++++++++----------------------- 1 files changed, 90 insertions(+), 90 deletions(-) commit 1538fddadac7e95b23b0a379c33baf7bb28f57a3 Author: diego Date: Sat Feb 14 17:18:55 2009 +0000 Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. Also adapt MPlayer to definition name changes in libavcodec/xvmc.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28557 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 10 +++--- libvo/vo_xvmc.c | 30 +++++++++--------- xvmc_render.h | 75 ----------------------------------------------- 3 files changed, 20 insertions(+), 95 deletions(-) commit 060548889799bad3f9fc417c6a22a39783fd66ae Author: kostya Date: Sat Feb 14 16:39:15 2009 +0000 Make hScale_altivec_real() trim its output like other implementations do git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28556 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_altivec_template.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 919b7aef263325e8b21dd7fd36c67e89ae80431e Author: kostya Date: Sat Feb 14 16:37:39 2009 +0000 Some AltiVec functions in SwScaler produce different output than their counterparts in pure C, so don't invoke them in bitexact mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28555 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 1 + libswscale/swscale_template.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) commit 3d7071594c9823cbb40f256dec7b6f3c081ce2ed Author: diego Date: Sat Feb 14 13:06:52 2009 +0000 partial update, patch by sevenfourk, sevenfourk gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28554 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-uk.h | 313 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 282 insertions(+), 31 deletions(-) commit 1147a78695197921cb1a8d85501323e3065b9662 Author: diego Date: Sat Feb 14 11:43:14 2009 +0000 Replace fprintf call by mp_msg, fixes the warning: In file included from libmpcodecs/vf_fspp.c:58: libmpcodecs/mp_image.h: In function 'mp_image_setfmt': libmpcodecs/mp_image.h:207: warning: implicit declaration of function 'please_use_av_log_instead_of_fprintf' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28553 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/mp_image.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 5da2252a2c58c829284839925e357828f80f6762 Author: reimar Date: Sat Feb 14 08:37:29 2009 +0000 Cosmetics: handle all special/compressed formats in a single if in mp_image_setfmt git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28552 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/mp_image.h | 19 ++++--------------- 1 files changed, 4 insertions(+), 15 deletions(-) commit 8c1978cc265ececda2a30ea40bea0de52f4fc1d1 Author: reimar Date: Sat Feb 14 08:29:45 2009 +0000 Add support for image formats and codecs used by VDPAU git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28551 b3059339-0415-0410-9bf9-f77b7e298cf2 codec-cfg.c | 6 +++++ etc/codecs.conf | 55 ++++++++++++++++++++++++++++++++++++++++++++++ libmpcodecs/img_format.c | 5 ++++ libmpcodecs/img_format.h | 10 ++++++++ libmpcodecs/mp_image.h | 4 +++ 5 files changed, 80 insertions(+), 0 deletions(-) commit f78c49e030f3cfbf12e8ae73fcae6d804dfd7e04 Author: reimar Date: Sat Feb 14 08:22:49 2009 +0000 Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that are numbered and have a "in use" flag which is necessary for proper buffer management as e.g. H.264 direct-rendering needs and is already used successfully for the -vo vdpau work-in-progress. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28550 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/mp_image.h | 7 ++++++- libmpcodecs/vf.c | 17 ++++++++++++++++- libmpcodecs/vf.h | 3 +++ 3 files changed, 25 insertions(+), 2 deletions(-) commit 738f66b1bc98073d74af7031c4454322157a15ec Merge: 1e86963... 9f8792e... Author: Uoti Urpala Date: Fri Feb 13 03:52:51 2009 +0200 Merge svn changes up to r28549 commit 9f8792e639fee0b706dc5ec83e9b9fa0cf432e61 Author: reimar Date: Thu Feb 12 20:22:02 2009 +0000 Fix typo in German message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28549 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-de.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f99082455edb4ae1bb530abfff74ce2a2b5771f0 Author: Gabrov Date: Thu Feb 12 19:28:04 2009 +0000 synced with r28532 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28548 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/hu/mplayer.1 | 14 ++++++-- DOCS/xml/hu/encoding-guide.xml | 4 +- DOCS/xml/hu/faq.xml | 63 +-------------------------------------- DOCS/xml/hu/install.xml | 4 +- DOCS/xml/hu/usage.xml | 58 ++++++++++++++++++------------------ 5 files changed, 45 insertions(+), 98 deletions(-) commit dbc106f4dae041961e812cbaaebaf561d667b957 Author: reimar Date: Thu Feb 12 18:03:38 2009 +0000 Remove now unused vo_calc_drwXY function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28547 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/x11_common.c | 17 ----------------- libvo/x11_common.h | 1 - 2 files changed, 0 insertions(+), 18 deletions(-) commit 694c3dc03f157eb62442fb2f24118f2ae4432ec7 Author: reimar Date: Thu Feb 12 17:40:53 2009 +0000 Add a calc_src_dst_rects that calculates from window size, panscan etc. which part of the video source must be scaled onto which part of the window. Direct3D and (future) VDPAU need this, for XvMC it makes it easier to add cropping support and Xv is changed to keep the diff to XvMC small. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28546 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/video_out.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ libvo/video_out.h | 4 +++ libvo/vo_direct3d.c | 53 ++++++++++---------------------------------- libvo/vo_xv.c | 54 +++++++++++++++------------------------------ libvo/vo_xvmc.c | 21 ++++------------- 5 files changed, 99 insertions(+), 93 deletions(-) commit 8c2821f32d62e6a2a6f6df99b366d1a2ba40fdd3 Author: reimar Date: Thu Feb 12 16:58:47 2009 +0000 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists, so remove reference to it to fix compilation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28545 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 403de5ac6e3866057c681fefa66e4dde7e0a8dba Author: reimar Date: Thu Feb 12 15:41:59 2009 +0000 Remove trailing whitespace from vd_ffmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28544 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 68 +++++++++++++++++++++++----------------------- 1 files changed, 34 insertions(+), 34 deletions(-) commit 9fc1c19f7ae7e2b39fef638f593b435f7859709c Author: reimar Date: Thu Feb 12 15:39:32 2009 +0000 Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28543 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 358 +++++++++++++++++++++++----------------------- 1 files changed, 179 insertions(+), 179 deletions(-) commit 706f148b78bf715aeebab1f97653a67aa4d4b482 Author: reimar Date: Thu Feb 12 15:35:18 2009 +0000 Remove several #ifdefs that check for libavcodec features from vd_ffmpeg. They make no sense since only recent libavcodec versions are supported anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28542 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) commit 36d0d92f217f8aaf2536a882606ad277b7ce512a Author: reimar Date: Thu Feb 12 12:43:14 2009 +0000 Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was only moved to the foreground. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28541 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/x11_common.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 62ca18ed4782c32bad4a721bad8673d8804de776 Author: diego Date: Thu Feb 12 12:32:16 2009 +0000 Ignore errors from all rm commands in clean targets. This way make will not stop on failure and remove as much as possible. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28540 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit 802f91138e1059be5ddbe2133696f183146bf65b Author: diego Date: Thu Feb 12 12:17:50 2009 +0000 On clean/distclean, remove binaries with all types of executable suffixes. This helps clean a tree completely before and after crosscompiling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28539 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 34 +++++++++++++++++----------------- configure | 1 + 2 files changed, 18 insertions(+), 17 deletions(-) commit 1c8e4bfc9f12644489da7716bcf215372f37404f Author: diego Date: Thu Feb 12 12:13:07 2009 +0000 Use addprefix and addsuffix functions to generate TOOLS variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28538 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) commit 1e869638280f962fb80f372d152234f21246c2af Merge: 9790f4e... 379b176... Author: Uoti Urpala Date: Thu Feb 12 04:17:55 2009 +0200 Merge svn changes up to r28537 commit 379b176f25905f273a368336c3f5f287eeea51a2 Author: stefano Date: Thu Feb 12 00:12:10 2009 +0000 Apply misc fixes for sws_getCachedContext() documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28537 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) commit 7342791ae676084611db4e15ab320d8bb98ee75f Author: stefano Date: Thu Feb 12 00:07:44 2009 +0000 Bump micro version, related to r28491. See the thread: "[FFmpeg-devel] [PATCH] Explicitely declare {dst, src}Format sws_get*Context() params as enum PixelFormat". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28536 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6185600f50ba112848db3b019d9b22a13d46b700 Author: stefano Date: Wed Feb 11 23:42:29 2009 +0000 Document sws_getContext(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28535 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit ceae4989a223fe4fd023564b49c474181ecb2d10 Author: diego Date: Wed Feb 11 23:11:06 2009 +0000 Port check for 10 assembler operands support from FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28534 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit f9e26397b7cb65e08dcc6d87dfb3d8c85fca2dcf Author: stefano Date: Wed Feb 11 21:34:44 2009 +0000 Document sws_getIdentityVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28533 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit ddb3438718e03db1f38bf8cf52a561b619bc2bef Author: diego Date: Wed Feb 11 16:47:57 2009 +0000 Convert "advanced audio usage" into from a subsection to a chapter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28532 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/usage.xml | 56 ++++++++++++++++++++++++------------------------ 1 files changed, 28 insertions(+), 28 deletions(-) commit 07e3e99f1599bf674b8808d5e4108c5e1b3fe17e Author: diego Date: Wed Feb 11 16:46:45 2009 +0000 Replace a mention of MPlayer by MEncoder in the MEncoder section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28531 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/faq.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c4167a8ee859235a6c10485176070b492e7c57cd Author: diego Date: Wed Feb 11 16:45:45 2009 +0000 Remove outdated FAQ entries. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28530 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/faq.xml | 60 --------------------------------------------------- 1 files changed, 0 insertions(+), 60 deletions(-) commit f46a19a93f94d7441feabddefbf283b8db9e14f2 Author: diego Date: Wed Feb 11 00:38:42 2009 +0000 Remove unnecessary _UWIN #define. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28529 b3059339-0415-0410-9bf9-f77b7e298cf2 osdep/priority.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 22131f75ee940f203ee5aa892e26954472ac49c1 Author: stefano Date: Tue Feb 10 23:45:50 2009 +0000 Move sws_getGaussianVec() documentation from swscale.c to swscale.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28528 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 4 ---- libswscale/swscale.h | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) commit 87befb386ef85663d862f8a385d67553439ad066 Author: stefano Date: Tue Feb 10 23:43:08 2009 +0000 Document sws_cloneVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28527 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 11827cc89f6d073d6a4ad9f47a57725cfec703fc Author: stefano Date: Tue Feb 10 23:40:58 2009 +0000 Fix typo: lenght -> length. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28526 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bea91aaf7b8b1e0807c6f67a2a03cedee73a4b31 Author: stefano Date: Tue Feb 10 23:38:01 2009 +0000 Document sws_scaleVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28525 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 6ea82ed46c3c42ae002f31c1018af41b30aecdbb Author: stefano Date: Tue Feb 10 23:32:16 2009 +0000 Document sws_getConstVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28524 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 2bf95acee3ba1a369522494ef6719bd777a08767 Author: stefano Date: Tue Feb 10 23:26:56 2009 +0000 Move documentation of sws_getCachedContext() from swscale.c to swscale.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28523 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 10 ---------- libswscale/swscale.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) commit 796ecba6bc337b512afe7fe9af5115a44762b6bc Author: stefano Date: Tue Feb 10 23:25:09 2009 +0000 Remove pointless comment regarding sws_scale_ordered(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28522 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 5bc2baa01e6932079437bb4d97520cf215163d16 Author: stefano Date: Tue Feb 10 23:22:07 2009 +0000 Add a @deprecated notice to swscale_get_ordered(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28521 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit cdfafa69996bce40732997dca168b9f36794dbe8 Author: diego Date: Tue Feb 10 15:34:44 2009 +0000 Add priority support for OS/2 and factorize the Windows priority support. patch by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28520 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 4 +- Makefile | 1 + cfg-common-opts.h | 4 ++- cfg-common.h | 19 ---------- configure | 8 ++++ mencoder.c | 17 ++------- mplayer.c | 19 +++------- osdep/priority.c | 92 +++++++++++++++++++++++++++++++++++++++++++++++++ osdep/priority.h | 31 ++++++++++++++++ 9 files changed, 146 insertions(+), 49 deletions(-) commit 97e427039d8123eed37990eaaf13b403daaae2da Author: diego Date: Tue Feb 10 02:01:35 2009 +0000 Add proper check for posix_memalign(), needed for FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28519 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) commit 373df2e9e5304d53a640350131ef305bb3bd3911 Author: diego Date: Tue Feb 10 02:00:45 2009 +0000 Remove unnecessary emms Assembler instructions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28518 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale-example.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit f85641e1f4a2e9c5ef815440e71d26d5e175b391 Author: diego Date: Tue Feb 10 00:24:08 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28517 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/pl/codecs.xml | 718 ---------------------------------------- DOCS/xml/pl/documentation.xml | 6 +- DOCS/xml/pl/encoding-guide.xml | 2 +- DOCS/xml/pl/faq.xml | 3 +- DOCS/xml/pl/install.xml | 158 +++++++++ DOCS/xml/pl/mencoder.xml | 2 +- 6 files changed, 163 insertions(+), 726 deletions(-) commit 68c81c1a3837a18cb2cbd76898f2f45ce57ea548 Author: diego Date: Tue Feb 10 00:23:50 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28516 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/codecs.xml | 683 ---------------------------------------- DOCS/xml/ru/documentation.xml | 3 +- DOCS/xml/ru/encoding-guide.xml | 7 +- DOCS/xml/ru/faq.xml | 4 +- DOCS/xml/ru/install.xml | 137 ++++++++ DOCS/xml/ru/mencoder.xml | 2 +- 6 files changed, 144 insertions(+), 692 deletions(-) commit 3098a2f9e0db03a7867523f0bef923a065f062e1 Author: diego Date: Tue Feb 10 00:15:44 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28515 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/cs/codecs.xml | 700 ---------------------------------------- DOCS/xml/cs/documentation.xml | 6 +- DOCS/xml/cs/encoding-guide.xml | 6 +- DOCS/xml/cs/faq.xml | 4 +- DOCS/xml/cs/install.xml | 140 ++++++++ DOCS/xml/cs/mencoder.xml | 2 +- 6 files changed, 148 insertions(+), 710 deletions(-) commit 8aa3dd3c658cc469f45a905b71d26297ba4ec081 Author: diego Date: Mon Feb 9 23:49:02 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28514 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/it/codecs.xml | 264 ----------------------------------------- DOCS/xml/it/documentation.xml | 7 +- DOCS/xml/it/faq.xml | 5 +- 3 files changed, 4 insertions(+), 272 deletions(-) commit 1f40f0cc2b56c7752bf2605463b8aff5f5de2b1f Author: diego Date: Mon Feb 9 23:43:36 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28513 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/fr/codecs.xml | 696 ---------------------------------------- DOCS/xml/fr/documentation.xml | 3 +- DOCS/xml/fr/encoding-guide.xml | 6 +- DOCS/xml/fr/faq.xml | 5 +- DOCS/xml/fr/install.xml | 136 ++++++++ DOCS/xml/fr/mencoder.xml | 2 +- 6 files changed, 144 insertions(+), 704 deletions(-) commit 832dbfeaa3a7f603d86ed7077749d252b6cb24e0 Author: stefano Date: Mon Feb 9 23:42:16 2009 +0000 Document coeff and length fields in SwsVector. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28512 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 56c1aa89119558c02f4ce1cbe9ae6fdf526e81ab Author: diego Date: Mon Feb 9 23:37:51 2009 +0000 Sync x264 section renaming. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28511 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/de/install.xml | 2 +- DOCS/xml/it/encoding-guide.xml | 2 +- DOCS/xml/it/install.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit a71df6fb419fb9a2a44ce32e15ce906ddbcb5d33 Author: diego Date: Mon Feb 9 23:35:13 2009 +0000 Use consistent names for codec installation sections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28510 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/encoding-guide.xml | 2 +- DOCS/xml/en/install.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 31e515540beee44f63115c57807dcfcec2f12ed3 Author: diego Date: Mon Feb 9 23:23:36 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28509 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/zh_CN/bugreports.xml | 2 +- DOCS/xml/zh_CN/bugs.xml | 211 -------------------------------------- DOCS/xml/zh_CN/documentation.xml | 4 +- 3 files changed, 2 insertions(+), 215 deletions(-) commit fa4e24122e7c7ac00f20264668bfe7e37a894e9b Author: diego Date: Mon Feb 9 23:11:44 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28508 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/cs/bugreports.xml | 2 +- DOCS/xml/cs/bugs.xml | 215 ----------------- DOCS/xml/cs/containers.xml | 523 ----------------------------------------- DOCS/xml/cs/documentation.xml | 6 +- DOCS/xml/cs/ports.xml | 112 ++-------- 5 files changed, 19 insertions(+), 839 deletions(-) commit d57ece986fec21a606f1c76d5a5033e7e9db6dc6 Author: diego Date: Mon Feb 9 23:09:13 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28507 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/pl/bugreports.xml | 2 +- DOCS/xml/pl/bugs.xml | 226 ----------------- DOCS/xml/pl/containers.xml | 537 ----------------------------------------- DOCS/xml/pl/documentation.xml | 6 +- DOCS/xml/pl/ports.xml | 105 ++------- 5 files changed, 18 insertions(+), 858 deletions(-) commit e5d77dfa59d3b9e6cf66bb44ee3f57d5637909a0 Author: diego Date: Mon Feb 9 23:08:51 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28506 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/ru/bugreports.xml | 2 +- DOCS/xml/ru/bugs.xml | 218 ------------------ DOCS/xml/ru/containers.xml | 510 ----------------------------------------- DOCS/xml/ru/documentation.xml | 8 +- DOCS/xml/ru/ports.xml | 110 ++-------- 5 files changed, 19 insertions(+), 829 deletions(-) commit 64feb71b31995cc73e57f5ca940a2b685a5ad6f9 Author: diego Date: Mon Feb 9 22:51:32 2009 +0000 partial sync with obsolete section removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28505 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/fr/containers.xml | 520 ----------------------------------------- DOCS/xml/fr/documentation.xml | 9 +- DOCS/xml/fr/ports.xml | 117 ++-------- 3 files changed, 21 insertions(+), 625 deletions(-) commit 04e314e4cfc25f9eef3c3b390c8d5371e33d12af Author: diego Date: Mon Feb 9 22:42:17 2009 +0000 partial sync with obsolete section removals git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28504 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/de/codecs.xml | 686 ---------------------------------------- DOCS/xml/de/containers.xml | 532 ------------------------------- DOCS/xml/de/documentation.xml | 10 +- DOCS/xml/de/encoding-guide.xml | 4 +- DOCS/xml/de/faq.xml | 6 +- DOCS/xml/de/install.xml | 148 +++++++++ DOCS/xml/de/mencoder.xml | 2 +- DOCS/xml/de/ports.xml | 100 +----- 8 files changed, 172 insertions(+), 1316 deletions(-) commit de03d58545ced64606947dccd877341a127a4a69 Author: aurel Date: Mon Feb 9 22:00:57 2009 +0000 change internal real video packetizing format to the more straight forward one see [MPlayer-dev-eng] [PATCH] cleanup/uniformize real video packetizing patch blessed by Roberto git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28503 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 22 ----------- libmpcodecs/vd_realvid.c | 26 ++++++------ libmpdemux/demux_mkv.c | 94 ++++------------------------------------------ libmpdemux/demux_real.c | 91 ++++++++++++++++++++------------------------ 4 files changed, 62 insertions(+), 171 deletions(-) commit 71c200b0cbd80c47f13296c7216e84378460ebf4 Author: diego Date: Mon Feb 9 20:31:35 2009 +0000 Revert #undefining system functions, it is not necessary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28502 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale-example.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 61728d17f34cc38cb54eb2918eaf0ae3089aac50 Author: diego Date: Mon Feb 9 20:02:04 2009 +0000 bruteforce partial sync with obsolete documentation removal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28501 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/es/Makefile | 2 +- DOCS/xml/es/codecs.xml | 922 ----------------------------------------- DOCS/xml/es/documentation.xml | 12 +- DOCS/xml/es/faq.xml | 27 +- DOCS/xml/es/features.xml | 16 - DOCS/xml/es/formats.xml | 494 ---------------------- DOCS/xml/es/install.xml | 415 +++++-------------- DOCS/xml/es/mencoder.xml | 8 +- DOCS/xml/es/ports.xml | 76 +--- DOCS/xml/es/tvinput.xml | 5 + DOCS/xml/es/video.xml | 180 ++++---- 11 files changed, 222 insertions(+), 1935 deletions(-) commit cd6eb045250d117e0b6078bc8a4d7de65be26161 Author: diego Date: Mon Feb 9 18:04:19 2009 +0000 Add config.h #include for ARCH_X86 definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28500 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale-example.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit cfb5bf7d3efae57bd4a9666ed225eb7db253a0b2 Author: diego Date: Mon Feb 9 18:01:36 2009 +0000 Add #undefs to reenable system functions that are normally forbidden in other parts of FFmpeg but OK in this test program. Fixes the build. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28499 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale-example.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 60ae9c589574c19a5cd59039f11845b6d62e74d3 Author: diego Date: Mon Feb 9 17:53:33 2009 +0000 Drop DECLARE_ALIGNED from extern declarations. It creates trouble when swscale_internal.h is #included without HAVE_AV_CONFIG_H defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28498 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_internal.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a93f56abeb087ac5543764e5ccd3348b10acb395 Author: reimar Date: Mon Feb 9 15:43:51 2009 +0000 Use SetErrorMode so Windows will not show all kinds of error dialogs we do not want. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28497 b3059339-0415-0410-9bf9-f77b7e298cf2 mplayer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ab3f56987f7f26e5a8fcb81c0236e4c514110ba9 Author: kostya Date: Mon Feb 9 14:31:53 2009 +0000 Prefix visible YUV2RGB functions with sws_ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28496 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 6 +++--- libswscale/swscale_internal.h | 8 ++++---- libswscale/yuv2rgb.c | 10 +++++----- libswscale/yuv2rgb_altivec.c | 4 ++-- libswscale/yuv2rgb_mlib.c | 2 +- libswscale/yuv2rgb_vis.c | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) commit c5bf12666b9e8ab885cfac6735732d4aee5e6d26 Author: kostya Date: Mon Feb 9 14:17:30 2009 +0000 Give better name to Inverse_Table_6_9 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28495 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 6 +++--- libswscale/yuv2rgb.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) commit ce1a5330592cdcdaf2f0a2a66ca23cd3bb806907 Author: diego Date: Mon Feb 9 11:19:19 2009 +0000 Remove file name from file headers. It provides no useful information and breaks on renames. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28494 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/yuv2rgb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4f4c0608028c5f87ca2d187358dd0f5bc2d196db Author: diego Date: Mon Feb 9 00:29:26 2009 +0000 Print information about detected CPU in verbose mode only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28493 b3059339-0415-0410-9bf9-f77b7e298cf2 cpudetect.c | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) commit 45a1edd1df1c48fad2ad3c6c8ef1e7ab3137d57a Author: stefano Date: Sun Feb 8 23:06:05 2009 +0000 Drop the deprecated sws_scale_ordered() at the next major version bump. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28492 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 2 ++ libswscale/swscale.h | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) commit f6ff53adcca9ccefda471b3a0e16dd89ba82d581 Author: stefano Date: Sun Feb 8 23:02:06 2009 +0000 Replace int type with enum PixelFormat for the dstFormat/srcFormat params of the sws_getContext() and sws_getCachedContext() declarations, consistent with the implementation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28491 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 78a33f99f441554b687a06f2716cc8b0fff65f2d Author: stefano Date: Sun Feb 8 22:50:57 2009 +0000 Fix a typo: lumaSarpen -> lumaSharpen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28490 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 883133fe456d194e2f100647d1d98014f118cd09 Author: diego Date: Sun Feb 8 22:49:52 2009 +0000 cosmetics: Remove leading underscore from all def_ variables. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28489 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1594 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 797 insertions(+), 797 deletions(-) commit a760f58636fbf4133aa28d705467bece456b098a Author: diego Date: Sun Feb 8 21:57:14 2009 +0000 Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28488 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 94a8f89c578b889077d6ca283cdb903c7644bad4 Author: diego Date: Sun Feb 8 21:56:18 2009 +0000 CONFIG_LIBAMR_NB/WB should be 0/1 #defines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28487 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 03c3ed9b81bee53c89c29d9260bc4d0803517f15 Author: diego Date: Sun Feb 8 21:45:32 2009 +0000 Fix FFmpeg decoder info fields to be consistent. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28486 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 021d1c446c931597413ca78303159b1b98a0ef4c Author: diego Date: Sun Feb 8 21:42:48 2009 +0000 cosmetics: Drop redundant "decoder" from codec info fields. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28485 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 182 +++++++++++++++++++++++++++--------------------------- 1 files changed, 91 insertions(+), 91 deletions(-) commit ca36b4993b157b72657d1c0f1b99b0eba9583e67 Author: Gabrov Date: Sun Feb 8 11:07:16 2009 +0000 synced with r28432 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28484 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/hu/documentation.xml | 2 +- DOCS/xml/hu/install.xml | 23 +++-- DOCS/xml/hu/ports.xml | 199 +++++++++-------------------------------- 3 files changed, 59 insertions(+), 165 deletions(-) commit 49f88ad86128a0aea5ff9525da3193baeeeb3887 Author: diego Date: Sun Feb 8 03:42:00 2009 +0000 Conditionally compile aclib.c instead of placing #ifdef around its content. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28483 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- configure | 1 + libvo/aclib.c | 4 ---- 3 files changed, 2 insertions(+), 5 deletions(-) commit d365ca2eab68ac558acbe616e662d020ab4853b6 Author: diego Date: Sun Feb 8 03:39:07 2009 +0000 Add CONFIG_LIBVORBIS #define for FFmpeg to config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28482 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit befc52829709c8f8be081ee8d06976343ca14fc7 Author: diego Date: Sun Feb 8 03:27:30 2009 +0000 Add standard license headers, unify header formatting. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28481 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/aclib.c | 29 +++++++++++++++++++++++------ libvo/aclib_template.c | 22 +++++++++++++++++++--- libvo/aspect.c | 18 ++++++++++++++++++ libvo/aspect.h | 18 ++++++++++++++++++ libvo/aspecttest.c | 20 +++++++++++++++++++- libvo/font_load.c | 18 ++++++++++++++++++ libvo/font_load.h | 18 ++++++++++++++++++ libvo/font_load_ft.c | 18 ++++++++++++++++-- libvo/gl_common.h | 18 ++++++++++++++++++ libvo/gtf.h | 18 ++++++++++++++++++ libvo/mga_common.c | 17 +++++++++++++++++ libvo/osd.c | 24 +++++++++++++++++++++--- libvo/osd.h | 23 ++++++++++++++++++++--- libvo/osd_font.h | 18 ++++++++++++++++++ libvo/osd_template.c | 23 ++++++++++++++++++++--- libvo/sub.c | 17 +++++++++++++++++ libvo/sub.h | 17 +++++++++++++++++ libvo/video_out.c | 22 +++++++++++++++++++--- libvo/video_out.h | 23 ++++++++++++++++++----- libvo/videodev_mjpeg.h | 24 ++++++++++++++++++++---- libvo/vo_aa.c | 26 ++++++++++++++++++-------- libvo/vo_caca.c | 25 +++++++++++++++++++------ libvo/vo_cvidix.c | 30 ++++++++++++++++++++++-------- libvo/vo_dxr2.c | 17 +++++++++++++++++ libvo/vo_dxr3.c | 17 ++++++++++++++++- libvo/vo_fbdev.c | 21 ++++++++++++++++++--- libvo/vo_fbdev2.c | 21 ++++++++++++++++++--- libvo/vo_ggi.c | 44 ++++++++++++++++++++++++++++++-------------- libvo/vo_gl.c | 18 ++++++++++++++++++ libvo/vo_gl2.c | 18 +++++++++++++++++- libvo/vo_macosx.h | 28 ++++++++++++++++++++-------- libvo/vo_macosx.m | 18 ++++++++++++++++++ libvo/vo_mga.c | 20 ++++++++++++++++++-- libvo/vo_mpegpes.c | 25 +++++++++++++++++++------ libvo/vo_png.c | 19 +++++++++++++++++-- libvo/vo_quartz.c | 18 ++++++++++++++++++ libvo/vo_svga.c | 29 +++++++++++++++++++++++------ libvo/vo_tga.c | 42 ++++++++++++++++++++++++++++++------------ libvo/vo_winvidix.c | 26 ++++++++++++++++++++------ libvo/vo_x11.c | 17 +++++++++++++++++ libvo/vo_xmga.c | 22 +++++++++++++++++----- libvo/vo_xover.c | 34 +++++++++++++++++++++++++--------- libvo/vo_xv.c | 20 +++++++++++++++++++- libvo/vo_xvidix.c | 32 ++++++++++++++++++++++++-------- libvo/vo_xvmc.c | 18 ++++++++++++++++++ libvo/vo_yuv4mpeg.c | 25 ++++++++++++++++++++----- libvo/w32_common.c | 18 ++++++++++++++++++ libvo/w32_common.h | 18 ++++++++++++++++++ libvo/wskeys.h | 17 +++++++++++++++++ libvo/x11_common.c | 17 +++++++++++++++++ libvo/x11_common.h | 18 ++++++++++++++++++ 51 files changed, 976 insertions(+), 147 deletions(-) commit 95c44000d7f021f068f5de840d0297d789b792c5 Author: diego Date: Sat Feb 7 17:34:45 2009 +0000 Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris. patch by Imran Syed, freakabcd gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28480 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- libmpcodecs/ad_hwac3.c | 2 +- libmpcodecs/ad_liba52.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 481d68007e1efa98cfa6540b187c08f3e3c8f236 Author: diego Date: Sat Feb 7 15:40:07 2009 +0000 Sync with latest FFmpeg changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28479 b3059339-0415-0410-9bf9-f77b7e298cf2 common.mak | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 38daeba8f8461daca437cb755fe402c9daa0517d Author: diego Date: Sat Feb 7 15:36:50 2009 +0000 Add config.h/config.mak bzlib variables missed in last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28478 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ba38cd7c0e1200daa5dfa869ade401d82e6fea02 Author: diego Date: Sat Feb 7 15:33:10 2009 +0000 Add bzlib check for FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28477 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 19e71dbc5441e664d66c2d83e44d6a11c0bb5a42 Author: diego Date: Sat Feb 7 15:29:22 2009 +0000 Fix a couple of unused variable warnings through the av_unused attribute. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28476 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpdemux/demux_mov.c | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) commit 2817da6233486d30f15b12cac1423c01ee1b82d4 Author: diego Date: Sat Feb 7 15:23:55 2009 +0000 Convert CONFIG_ZLIB into a 0/1 option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28475 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- libmpdemux/demux_mkv.c | 6 +++--- libmpdemux/demux_mov.c | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) commit 66ae932317b36d720316a2b5d2c1f250cfcdfc79 Author: diego Date: Sat Feb 7 15:19:43 2009 +0000 Add READ_CACHE_TRACE #define for libdvdnav. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28474 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 98c80613c6ee599926d9aeabcaa433d8e634abf9 Author: eugeni Date: Sat Feb 7 01:13:11 2009 +0000 In case of several \move or \pos in one line, prefer the first one. Patch by Grigori G, greg at chown ath cx. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28473 b3059339-0415-0410-9bf9-f77b7e298cf2 libass/ass_render.c | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit 4fdc9591b4c176098f0388198389ce5b74bb5fee Author: eugeni Date: Sat Feb 7 01:13:07 2009 +0000 Add stubs for a few unimplemented tags. Patch by Grigori G, greg at chown ath cx. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28472 b3059339-0415-0410-9bf9-f77b7e298cf2 libass/ass_render.c | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) commit 94ea507ec23433fe594fec19e41bd96f89cd8083 Author: eugeni Date: Sat Feb 7 01:13:02 2009 +0000 Allow \be with arguments other than 0 or 1. Implement \blur. Patch by Grigori G, greg at chown ath cx. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28471 b3059339-0415-0410-9bf9-f77b7e298cf2 libass/ass_bitmap.c | 44 ++++++++++++++++++++++++++++++++------------ libass/ass_bitmap.h | 4 ++-- libass/ass_cache.h | 1 + libass/ass_render.c | 34 ++++++++++++++++++++++++++++------ 4 files changed, 63 insertions(+), 20 deletions(-) commit 4e553a8764f412349e1fa5861b72c1239fa8a64c Author: gpoirier Date: Thu Feb 5 19:45:13 2009 +0000 sync w/r28415 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28470 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/fr/mplayer.1 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit ff0c8c1e35a521c75944ece9e63db92b88949c87 Author: gogothebee Date: Thu Feb 5 09:07:58 2009 +0000 Avoid message spam during video adapter uncooperative state. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28469 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 680578839d377356c451736322d7529047227b61 Author: gogothebee Date: Thu Feb 5 09:06:09 2009 +0000 Unify info/error messages to a common style: in the beginning, "." at the end. Shorter/more descriptive sentences. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28468 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 86 +++++++++++++++++++++++++------------------------- 1 files changed, 43 insertions(+), 43 deletions(-) commit 086b1c8a15f06ba39d1934dd09c31278bec728a0 Author: diego Date: Wed Feb 4 19:17:03 2009 +0000 Print an error message when given insufficient parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28467 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_create.sh | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit d00d9a57f8ff0e64312b4d45d6c86bc886a5163d Author: diego Date: Wed Feb 4 19:08:44 2009 +0000 cosmetics: Regroup some FFmpeg config.h options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28466 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) commit 9ec12d04bd99dbef68603e856233ffa523958688 Author: diego Date: Wed Feb 4 19:04:22 2009 +0000 Add proper check for arpa/inet.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28465 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) commit 57f3f10ad02bd9ce8857e0df4ba55af4c595e155 Author: diego Date: Wed Feb 4 18:34:39 2009 +0000 cosmetics: Remove stray tab. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28464 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4bfd1ebc968431c0b2d9d599ca4c03ee17cc25bb Author: diego Date: Wed Feb 4 18:32:32 2009 +0000 We use libdvdcss 1.2.10, not 1.2.9. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28463 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8b2dc616ebf0d2ccf8def62494368c2c823c18eb Author: diego Date: Wed Feb 4 18:22:28 2009 +0000 Do not hardcode HAVE_DOS_PATHS, set it by OS instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28462 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 9790f4e6e72cdc8093be966d3d6e007c8f44a035 Merge: ccf4d9e... 09bf506... Author: Uoti Urpala Date: Wed Feb 4 00:28:17 2009 +0200 Merge svn changes up to r28461 commit 09bf506c34a73d587c999ce161a0714159e1e5b6 Author: compn Date: Tue Feb 3 12:20:18 2009 +0000 add automatic hw acceleration for vo gl entry git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28461 b3059339-0415-0410-9bf9-f77b7e298cf2 Changelog | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 25f5652082dcae51b12af17ee092fe370c25a15d Author: reimar Date: Tue Feb 3 12:17:49 2009 +0000 Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H to 0 if __MINGW32__ is defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28460 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 406a602ecc8d73f4cc1125092eee285743ad4a61 Author: reimar Date: Tue Feb 3 11:47:07 2009 +0000 Add [gl] in front of vo_gl message git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28459 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_gl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9b8170ca5453ab008f08a1b6c6a08ae61c9283d5 Author: reimar Date: Tue Feb 3 11:46:31 2009 +0000 Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much faster without it. Change autodetection accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28458 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_gl.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 0fcb10126775c40a9cba9c2cb43cd57ef13bbaa6 Author: reimar Date: Tue Feb 3 11:00:09 2009 +0000 Add checks that a D3D device is available before attempting rendering. We may have lost the device e.g. because it became uncooperative e.g. when using remote desktop or Vista's UAC is activated. Patch by Georgi Petrov [gogothebee gmail com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28457 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) commit cd8ef8a8f609e99d0225a27ceb84afa8cfe5d962 Author: reimar Date: Tue Feb 3 10:54:27 2009 +0000 Remove the Present call after adapter reinitialization, it can not work anyway since no video frame is uploaded to the new context yet. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28456 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 3819692fdad07d6b9bc16615bc9401fd76a367ee Author: reimar Date: Tue Feb 3 10:39:56 2009 +0000 swab() needs _XOPEN_SOURCE to be defined. Fixes two implicit declaration warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28455 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + libmpcodecs/ad_hwac3.c | 1 + libmpcodecs/ad_liba52.c | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) commit 680eb1a1e4f1c3c35eabc0bc7375e70deb658b63 Author: reimar Date: Tue Feb 3 10:21:17 2009 +0000 Cosmetics: remove empty line, improve some messages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28454 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit fbac650de32903d6abafbb4dbc0cff445c8478f1 Author: reimar Date: Tue Feb 3 10:17:14 2009 +0000 Whitespace/comment typo cosmetics. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28453 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit af87ab3afdc2613ed6317f1eb534ff2cf878fce3 Author: reimar Date: Tue Feb 3 10:16:03 2009 +0000 Check for change_d3d_backbuffer failure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28452 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit ad8c8f6f28eda527dba28b57496fa5284d68cab1 Author: reimar Date: Tue Feb 3 10:14:44 2009 +0000 Fix several return values git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28451 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit a019ba3643001e90a53d31d05129ad43e4fd6f15 Author: reimar Date: Tue Feb 3 00:12:19 2009 +0000 Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch. It currently works (though badly with missing prototype) but will break on libavutil version bump. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28450 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/native/nuppelvideo.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 046cf63aff27747e4b62e4a260895023d60be68f Author: diego Date: Mon Feb 2 23:48:16 2009 +0000 FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28449 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/native/nuppelvideo.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 75243478ce90d862f64c8fa6a03d0a651099317b Author: reimar Date: Mon Feb 2 20:22:36 2009 +0000 Adapt to lzo changes in libavutil git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28448 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_lzo.c | 4 ++-- libmpdemux/demux_mkv.c | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) commit edc3c57aeef30663e4d25ca1d0e291d8be73b31c Author: zuxy Date: Mon Feb 2 07:26:05 2009 +0000 Convert CONFIG_XVMC into a 0/1 definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28447 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vd_ffmpeg.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 4557c10cb023958b47f6c17b9d080f740eb7ec62 Author: rathann Date: Sun Feb 1 23:40:26 2009 +0000 Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage directory to reflect that. Also update configure to handle two-part lang codes for manpages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28446 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/zh/mplayer.1 |10348 ---------------------------------------------- DOCS/man/zh_CN/mplayer.1 |10348 ++++++++++++++++++++++++++++++++++++++++++++++ configure | 2 +- 3 files changed, 10349 insertions(+), 10349 deletions(-) commit 043159f3bbaf261971cd09fc52d8f675c5464bc9 Author: diego Date: Sun Feb 1 16:02:19 2009 +0000 Do not print a warning if current pts is equal to previous pts. patch by Dennis Vshivkov, jaimor orcon net nz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28445 b3059339-0415-0410-9bf9-f77b7e298cf2 mplayer.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 71e641a4c3ca0291c8a6ce37357687df55c42fdb Author: diego Date: Sun Feb 1 15:51:48 2009 +0000 cosmetics: Remove period after copyright statement non-sentence. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28444 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/yuv2rgb_template.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b598021ed9d9f6f71a410af2babf2e88b7a32a2d Author: diego Date: Sun Feb 1 15:15:07 2009 +0000 HAVE_WINSOCK2_H is now a 0/1 definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28443 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/netstream.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 820e400ba5bd31c97d7681a82e8389e7a4848f6d Author: diego Date: Sun Feb 1 14:57:01 2009 +0000 Simplify inet_pton/inet_aton checks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28442 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 29 +++++++++++------------------ 1 files changed, 11 insertions(+), 18 deletions(-) commit f6db24db92eab622b417464fd6c5924a9df62df1 Author: diego Date: Sun Feb 1 14:42:57 2009 +0000 Add some more definitions for FFmpeg to config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28441 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 73608fa00b9366e30d947d6d301db0484acf936f Author: diego Date: Sun Feb 1 14:39:33 2009 +0000 cosmetics: Fix indentation after last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28440 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 7e1662839a13794af3b0262b8cb99c0965acf072 Author: diego Date: Sun Feb 1 14:38:28 2009 +0000 Restructure network tests: Always check for both inet_aton and inet_pton. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28439 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 48 ++++++++++++++++++-------------------------- stream/librtsp/rtsp_rtp.c | 20 +++++++----------- stream/tcp.c | 10 +++----- stream/udp.c | 12 ++++------ 4 files changed, 37 insertions(+), 53 deletions(-) commit 0d86a0f652c5a131961d580e2704b1a74478fc7b Author: diego Date: Sun Feb 1 14:00:50 2009 +0000 HAVE_DCBZL should be a 0/1 definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28438 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0f65d3be9d874251c106d8bab3c43b0439ed5526 Author: diego Date: Sun Feb 1 13:42:27 2009 +0000 Convert HAVE_WINSOCK2_H into a 0/1 definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28437 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- stream/asf_mmst_streaming.c | 2 +- stream/asf_streaming.c | 2 +- stream/http.c | 2 +- stream/librtsp/rtsp.c | 4 ++-- stream/librtsp/rtsp_rtp.c | 10 +++++----- stream/librtsp/rtsp_session.c | 2 +- stream/network.c | 2 +- stream/network.h | 2 +- stream/pnm.c | 4 ++-- stream/realrtsp/rmff.h | 2 +- stream/rtp.c | 2 +- stream/stream.c | 6 +++--- stream/stream_cddb.c | 2 +- stream/stream_ftp.c | 2 +- stream/stream_netstream.c | 6 +++--- stream/stream_netstream.h | 2 +- stream/stream_rtsp.c | 2 +- stream/tcp.c | 16 ++++++++-------- stream/udp.c | 10 +++++----- 20 files changed, 41 insertions(+), 41 deletions(-) commit 12b79487739ffedd9a74940feebe9d4ef11079dc Author: diego Date: Sun Feb 1 13:40:15 2009 +0000 Remove pointless #ifdef around internal header includes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28436 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/sub.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 3b222d68b0df4b3cc6d8271700703f495913b0ca Author: diego Date: Sun Feb 1 13:33:35 2009 +0000 HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28435 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 6 +++--- stream/librtsp/rtsp_rtp.c | 4 ++-- stream/tcp.c | 4 ++-- stream/udp.c | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) commit be5f5c7046f896ca16d7b4656c192f64c6d2e226 Author: diego Date: Sun Feb 1 13:16:46 2009 +0000 Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28434 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- stream/network.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 85eac18b0a1746361201a967d0b91c1243b20b79 Author: diego Date: Sun Feb 1 13:13:15 2009 +0000 Add a few more #defines for FFmpeg to config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28433 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 1fdc384119c12f81d0f480f4c4e4d1fd360c7d83 Author: diego Date: Sun Feb 1 13:11:23 2009 +0000 Reminder for Dominik to update the RPM packaging section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28432 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit c22d7e182cae67a762e35db1e224a305932989c3 Author: diego Date: Sun Feb 1 13:07:38 2009 +0000 Rename "ARM" section to "ARM Linux". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28431 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 89fc99d8a07c0b02ee9ce95fbbf033aaa3ffda6e Author: diego Date: Sun Feb 1 12:52:38 2009 +0000 CONFIG_LIB* are defined as 0/1 in FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28430 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit b81df16b9d37364efb3f7e9e147beaf6891206a4 Author: diego Date: Sun Feb 1 12:49:10 2009 +0000 Move QNX subsection to commercial Unix section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28429 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 49 +++++++++++++++++-------------------------------- 1 files changed, 17 insertions(+), 32 deletions(-) commit a9fb1482fdf71457fd149bfdc8188df5f49e71cd Author: diego Date: Sun Feb 1 12:42:39 2009 +0000 Move note about binary packages to the top section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28428 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 8aca040356ee1204799d135c91e974636fc4d98c Author: diego Date: Sun Feb 1 12:38:02 2009 +0000 Reword beginning of MinGW section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28427 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 11128efa7db19082116b23723916f1a8f0c36934 Author: diego Date: Sun Feb 1 12:36:22 2009 +0000 Remove Amiga/MorphOS section, it only contained outdated information. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28426 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 35 ----------------------------------- 1 files changed, 0 insertions(+), 35 deletions(-) commit 8a2a9024a097da9b638193a4c9e3fe42f599a74c Author: diego Date: Sun Feb 1 11:46:55 2009 +0000 Remove hints about specific binary packages, add a link to the list of unofficial packages on our homepage instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28425 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 22 +++------------------- 1 files changed, 3 insertions(+), 19 deletions(-) commit 085d2a488df757c578fbd0f334c88ff5e39c8740 Author: diego Date: Sun Feb 1 11:34:31 2009 +0000 Remove IRIX section, the advice it contained is now obsolete. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28424 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) commit 74a216ea560ab1f17f526b89731ef3ddca7c476e Author: diego Date: Sun Feb 1 11:32:58 2009 +0000 Remove -c option from install commands. It is ignored by GNU install and incompatible with some other install commands. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28423 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3fd161fcc7e16b83f48e0443d2ef3f2357c1a36d Author: diego Date: Sun Feb 1 11:29:18 2009 +0000 Add a note about POSIX system requirements. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28422 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/install.xml | 5 +++++ README | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) commit 6053ca62bb31df3dacb6e64c361b03d196f67dfd Author: diego Date: Sun Feb 1 11:28:31 2009 +0000 Revert Solaris PATH modification workaround. It is incomplete anyway and configure should not fiddle with user configuration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28421 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 6f28c3500baaf183cdf932475059e4b3d40a2a60 Author: diego Date: Sun Feb 1 11:27:16 2009 +0000 Add a note about adding /usr/xpg4/bin to your PATH on Solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28420 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 7df31bf8d2ed57dad7108928d831c89bcbf5b16e Author: diego Date: Sun Feb 1 11:15:18 2009 +0000 Remove remarks about GNU Make being required on some systems. GNU Make 3.81 or later is required everywhere. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28419 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/ports.xml | 25 +------------------------ 1 files changed, 1 insertions(+), 24 deletions(-) commit d99b77f49f90150ed5576ab91e445505e0526ec9 Author: diego Date: Sun Feb 1 10:44:04 2009 +0000 Move GNU Make entry to the top of the list. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28418 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/install.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 7e51b9b7098f09fffbd0aabcb0b8c404e6533dbc Author: diego Date: Sun Feb 1 10:43:28 2009 +0000 Update binutils and compiler sections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28417 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/xml/en/install.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 917aadbba68c90c626adf233313d1d5aa639f965 Author: diego Date: Sun Feb 1 02:22:56 2009 +0000 Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28416 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 56d9a23ee9a4623e498f644eddd721a423264ce5 Author: diego Date: Sun Feb 1 02:10:31 2009 +0000 Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28415 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 4 ++++ libmpcodecs/ve_lavc.c | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) commit 5e63efb850dc6501aae53a1c7418bc1cf3962f41 Author: diego Date: Sun Feb 1 02:01:31 2009 +0000 Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28414 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 43744a2d0f725a3dd45e299d2fbc1b9966399e81 Author: compn Date: Sun Feb 1 00:00:21 2009 +0000 increase max OSD message size limit patch by Scaevolus on irc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28413 b3059339-0415-0410-9bf9-f77b7e298cf2 mplayer.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 83ebcb0db73fbf436c0fe9a0d37e67f875b73c83 Author: diego Date: Sat Jan 31 23:19:16 2009 +0000 Set a sane default path on Solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28412 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 5de6238a2699fc1aeecd1157dfe47d75b895a7c7 Author: diego Date: Sat Jan 31 23:12:27 2009 +0000 cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28411 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e7ecd5119a9e537a94f0fa6b1fe9289a40c23c5f Author: diego Date: Sat Jan 31 22:46:12 2009 +0000 Slightly simplify VIDIX_PCI_FILES command. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28410 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 261ee578ee82e223d92b4c0896afc64815960f0d Author: diego Date: Sat Jan 31 22:45:18 2009 +0000 Make sure CONFIG_MEMALIGN_HACK is always #defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28409 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4c4dc61228af59be595fb542eaa1636005b61948 Author: diego Date: Sat Jan 31 22:37:53 2009 +0000 Make sure HAVE_ALTIVEC_H is always #defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28408 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83f2da06c3b8546f5ce5b45e22fa7a42419dd1e2 Author: diego Date: Sat Jan 31 22:37:12 2009 +0000 Make sure HAVE_FAST_64BIT is always #defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28407 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c98fd985c2bda96ac15b8892be75d5cc85861928 Author: diego Date: Sat Jan 31 22:34:52 2009 +0000 Add bswap check, needed for FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28406 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 693c550d05fc9abec4d73d0923625e15d1f439be Author: diego Date: Sat Jan 31 21:16:54 2009 +0000 Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it. Fixes Bugzilla #1399. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28405 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 98074f2b4e6e2c8858c7c6bd7605208e60993cb1 Author: diego Date: Sat Jan 31 20:56:17 2009 +0000 HAVE_LRINT and friends should be defined to 0/1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28404 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ccf4d9e96cd7aa8506e6632d2a7352ec89b2b9e3 Merge: 03aa646... 0e77da2... Author: Uoti Urpala Date: Sat Jan 31 04:52:15 2009 +0200 Merge svn changes up to r28403 commit 0e77da241da8b911c96a0e22898e84d7f7b74678 Author: uau Date: Sat Jan 31 01:09:49 2009 +0000 command.c: Fix some commands crashing during audio-only playback The SWITCH_RATIO and VF_CHANGE_RECTANGLE cases crashed if the user gave those commands when there was no video stream. Make them no-op instead. Patch by ShadowJK git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28403 b3059339-0415-0410-9bf9-f77b7e298cf2 command.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit dc4b6fcddc8dcbac2adc52ea0e9c8e74caac029f Author: diego Date: Fri Jan 30 23:58:07 2009 +0000 Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28402 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- libvo/video_out.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0927520cbb614d576a83ae70fdf9275c23147cc5 Author: diego Date: Fri Jan 30 23:47:18 2009 +0000 Add CONFIG_SWSCALE to config.h, we always enable the software scaler. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28401 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 72685f8efc0daaa92084325fc1357dde7d39801a Author: diego Date: Fri Jan 30 23:40:13 2009 +0000 Add 4 more config.h #defines for libfaad2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28400 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit f64d639d2b771a6fd2b67b213c531628d8ce1c83 Author: diego Date: Fri Jan 30 23:29:39 2009 +0000 Use OS preprocessor checks with '#if defined()' consistently. Avoids undefined preprocessor directives warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28399 b3059339-0415-0410-9bf9-f77b7e298cf2 cpudetect.c | 24 +++++++----------------- get_path.c | 6 +++--- 2 files changed, 10 insertions(+), 20 deletions(-) commit 9133dff0b20ca7e0f6724476fea3f934b14d6a08 Author: diego Date: Fri Jan 30 23:22:29 2009 +0000 Fix warnings about undefined preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28398 b3059339-0415-0410-9bf9-f77b7e298cf2 vidix/mga_vid.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 390a1afef09893b42c3f8f7463042df76bb4fb86 Author: diego Date: Fri Jan 30 23:21:23 2009 +0000 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1, not defined/undefined, use them accordingly. 2) Add ESD definitions to avoid undefined preprocessor directives warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28397 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_alsa.c | 4 ++-- libao2/ao_esd.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) commit 2c4882f890a889eb5731b0040732f4ddacbfc4da Author: diego Date: Fri Jan 30 23:19:00 2009 +0000 Revert mistaken #ifdef --> #if change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28396 b3059339-0415-0410-9bf9-f77b7e298cf2 liba52/imdct.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9fdb04a3d8cfbd256ef3730f3ccc68ce5b031989 Author: diego Date: Fri Jan 30 23:08:36 2009 +0000 Update libavcodec 'aic' flag define to match current FFmpeg. patch by Dave Baker, dbkr mxtelecom com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28395 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/ve_lavc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit c92055c07803f84fb1c80ec48e31fe4f108c6586 Author: diego Date: Fri Jan 30 22:27:04 2009 +0000 HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28394 b3059339-0415-0410-9bf9-f77b7e298cf2 liba52/bitstream.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7e85d78826eecba6a92665c3add6aea2b584ebe6 Author: diego Date: Fri Jan 30 21:45:54 2009 +0000 Add -Wundef to CFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28393 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c54982e5da563caa8337c8f4cab925cf951f1e89 Author: diego Date: Fri Jan 30 20:48:47 2009 +0000 Enable RDFT in FFmpeg, some codecs depend on it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28392 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9cc309bcc89454ac489b5ce5655a8466380bc452 Author: diego Date: Fri Jan 30 20:20:06 2009 +0000 Enable internal dvdread support on OS/2. patch by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28391 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 57ff94b5cdf869298672728b3c5ed8932202ce98 Author: reimar Date: Fri Jan 30 15:41:45 2009 +0000 Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak due to not freeing the lirc config on error. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28390 b3059339-0415-0410-9bf9-f77b7e298cf2 input/lirc.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 3de8ddabc73aa9f96def1809113eb79efcec17e4 Author: reimar Date: Fri Jan 30 15:38:54 2009 +0000 Fix an MSGT_INPUT to MSGT_LIRC in lirc.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28389 b3059339-0415-0410-9bf9-f77b7e298cf2 input/lirc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d537652d959eaf8da53d80591531bc052e633244 Author: compn Date: Thu Jan 29 15:17:22 2009 +0000 add pvez to truemotion 1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28388 b3059339-0415-0410-9bf9-f77b7e298cf2 etc/codecs.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 16e790999a28239b8e52c08fb325d20f296e4eb5 Author: compn Date: Thu Jan 29 03:36:14 2009 +0000 remove sys/timeb.h include fixes compilation on uClibc based i386 system patch by Markus Heidelberg markus(x.x)heidelberg(x@x)web(x.x)de ok'd by diego git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28387 b3059339-0415-0410-9bf9-f77b7e298cf2 loader/win32.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit c312c67753bc4874e53c5d858a86bd961a472357 Author: compn Date: Thu Jan 29 02:23:06 2009 +0000 increase max glyph and lines limit patch by Scaevolus on irc fixes http://samples.mplayerhq.hu/Matroska/subtitles/090128_gszs02.mkv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28386 b3059339-0415-0410-9bf9-f77b7e298cf2 libass/ass_render.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit be5a9adfbf460276864ffb41e6edeee70bc305de Author: diego Date: Thu Jan 29 00:18:32 2009 +0000 Use single quotes to avoid escaping double quotes in a string. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28385 b3059339-0415-0410-9bf9-f77b7e298cf2 version.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc0dd94ce52d13f97482765e6abd1be0b97b05a2 Author: diego Date: Thu Jan 29 00:16:09 2009 +0000 Use cat instead of echo to generate version.h. Portably echoing backslashes is near impossible. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28384 b3059339-0415-0410-9bf9-f77b7e298cf2 version.sh | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit a62cb5ead2da455760bc3b9b5c61b9c20f52ba52 Author: diego Date: Wed Jan 28 17:47:50 2009 +0000 Remove superfluous backslash escapes that caused unintended escapes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28383 b3059339-0415-0410-9bf9-f77b7e298cf2 version.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9c116d24e6fea71081bcba25529d405dbe90bc6f Author: reimar Date: Wed Jan 28 12:46:05 2009 +0000 Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28382 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/ae_lame.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3788789408b3def599a9e92923cf02c68508e529 Author: compn Date: Wed Jan 28 00:44:48 2009 +0000 increase max subtitle stream limit patch by henryk (irc) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28381 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpdemux/demuxer.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 88aca1ef25806c743f6ab95d3eed81ffc032f08d Author: reimar Date: Tue Jan 27 19:06:50 2009 +0000 Do not use select n lirc code, instead set the fd non-blocking. select can not work because lirc_nextcode buffers data internally, causing events to be delayed until the next keypress in some cases. Patch by Dennis Vshivkov [jaimor (at) orcon net nz] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28380 b3059339-0415-0410-9bf9-f77b7e298cf2 input/lirc.c | 28 ++++++++++------------------ 1 files changed, 10 insertions(+), 18 deletions(-) commit 7fcf438a2f3b169dac45f609571275336ce958f5 Author: reimar Date: Tue Jan 27 10:02:47 2009 +0000 Allocate a larger backbuffer to allow resizing without reinit. Patch by Georgi Petrov [gogothebee gmail com] and Jim Hauxwell [james (at) dattrax co uk] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28379 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_direct3d.c | 156 +++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 113 insertions(+), 43 deletions(-) commit c1cd81818a068386943775089f893e8cf848c7ea Author: diego Date: Mon Jan 26 15:06:44 2009 +0000 Add standard license headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28378 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_alsa.c | 38 ++++++++++++++++++++++++++------------ libao2/ao_alsa5.c | 26 ++++++++++++++++++++------ libao2/ao_dxr2.c | 20 ++++++++++++++++++++ libao2/ao_mpegpes.c | 20 ++++++++++++++++++++ libao2/ao_nas.c | 31 +++++++++++++++++++++++++------ libao2/ao_null.c | 20 ++++++++++++++++++++ libao2/ao_oss.c | 20 ++++++++++++++++++++ libao2/ao_pcm.c | 20 ++++++++++++++++++++ libao2/ao_sgi.c | 25 ++++++++++++++++++++----- libao2/ao_sun.c | 20 ++++++++++++++++++++ libao2/audio_out.c | 18 ++++++++++++++++++ libao2/audio_out.h | 18 ++++++++++++++++++ libao2/audio_out_internal.h | 18 ++++++++++++++++++ 13 files changed, 265 insertions(+), 29 deletions(-) commit 5afe13e12a7c559cc032eaf483d83c4e36718fe5 Author: diego Date: Mon Jan 26 14:36:31 2009 +0000 Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28377 b3059339-0415-0410-9bf9-f77b7e298cf2 cpudetect.c | 33 +++++++++++---------------------- 1 files changed, 11 insertions(+), 22 deletions(-) commit 91c6bb02412a1c3aeb0467a65e21ac0e2d3fee8d Author: diego Date: Mon Jan 26 11:29:28 2009 +0000 Do not duplicate VERSION string. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28376 b3059339-0415-0410-9bf9-f77b7e298cf2 version.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4d72948eb6505eaab4a3afa668c873276bbad41b Author: diego Date: Mon Jan 26 11:24:05 2009 +0000 Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28375 b3059339-0415-0410-9bf9-f77b7e298cf2 mpcommon.c | 24 ++++++++---------------- 1 files changed, 8 insertions(+), 16 deletions(-) commit 0c3d542dc75343725f23a855ee9f59f3aa1dcc74 Author: diego Date: Mon Jan 26 09:56:27 2009 +0000 WORDS_BIGENDIAN is defined/undefined, not 0/1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28374 b3059339-0415-0410-9bf9-f77b7e298cf2 libaf/af_format.c | 4 ++-- libaf/af_format.h | 2 +- libmpdemux/demux_xmms.c | 2 +- libmpdemux/demuxer.h | 2 +- mp3lib/decod386.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) commit e1c20a72f0fcaf36a04a6e3f674d1e2be016cc9e Author: diego Date: Mon Jan 26 09:55:59 2009 +0000 some more HAVE_3DNOW --> HAVE_AMD3DNOW git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28373 b3059339-0415-0410-9bf9-f77b7e298cf2 mp3lib/sr1.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 65ea2d93f8dfe29facf88c4e00ffe995ac0ec8c3 Author: diego Date: Mon Jan 26 09:54:14 2009 +0000 Drop HAVE_LRINTF check, lrintf is used without checking in other places. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28372 b3059339-0415-0410-9bf9-f77b7e298cf2 libaf/af_format.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit 92e4d64a61e8baacf2e077e53c99a1cddcd60c4f Author: diego Date: Mon Jan 26 09:40:04 2009 +0000 HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28371 b3059339-0415-0410-9bf9-f77b7e298cf2 libfaad2/common.h | 6 +++--- libfaad2/local_changes.diff | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) commit eb4a4604c099fa7c656b30d3edb759cb4c58661c Author: diego Date: Mon Jan 26 09:29:53 2009 +0000 HAVE_3DNOW --> HAVE_AMD3DNOW git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28370 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 20 ++++++++++---------- configure | 6 +++--- cpudetect.c | 4 ++-- liba52/imdct.c | 16 ++++++++-------- liba52/imdct_3dnow.h | 28 ++++++++++++++-------------- liba52/liba52_changes.diff | 10 +++++----- liba52/srfftp_3dnow.h | 4 ++-- libaf/af.h | 2 +- libmpcodecs/vf_filmdint.c | 4 ++-- libmpcodecs/vf_tfields.c | 4 ++-- libmpeg2/libmpeg2_changes.diff | 2 +- libmpeg2/motion_comp.c | 2 +- libvo/aclib.c | 32 ++++++++++++++++---------------- libvo/aclib_template.c | 8 ++++---- libvo/fastmemcpy.h | 2 +- libvo/osd.c | 40 ++++++++++++++++++++-------------------- libvo/osd_template.c | 12 ++++++------ mpcommon.c | 4 ++-- 18 files changed, 100 insertions(+), 100 deletions(-) commit 418ce8eb059d44594b02c8e94d5a0a7ab28350e2 Author: diego Date: Mon Jan 26 09:11:23 2009 +0000 version.h depends on version.sh. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28369 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 03aa64687fc109c5f2346a3c191b70698b333509 Merge: dd888b0... 7034529... Author: Uoti Urpala Date: Mon Jan 26 01:57:38 2009 +0200 Merge svn changes up to r28368 Fixes af_format.c compilation bug exposed by latest FFmpeg change. commit 7034529d9ae9b593ebbac187e983a1b7bde5be83 Author: diego Date: Sun Jan 25 23:55:21 2009 +0000 Fix build: Add required header and adjust preprocessor check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28368 b3059339-0415-0410-9bf9-f77b7e298cf2 libaf/af_format.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit fc8435ee6d830070c72913224f10ffa10c0d4323 Author: diego Date: Sun Jan 25 23:31:45 2009 +0000 Drop dev- prefix from printed version number, just SVN-rXXXXX is enough. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28367 b3059339-0415-0410-9bf9-f77b7e298cf2 version.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit dd888b05ff3af1c6c35582e75bedae687d38fc66 Merge: 0406d95... 85b28eb... Author: Uoti Urpala Date: Mon Jan 26 00:58:15 2009 +0200 Merge svn changes up to r28366 Contains more changes needed to sync build system with latest FFmpeg. Conflicts: Makefile configure mplayer.c commit 85b28eb411cfa304f1714219ebd17b10a0977fa3 Author: diego Date: Sun Jan 25 22:52:00 2009 +0000 Add SSSE3 and CMOV to CPU information printed on startup. Fixes Bugzilla #1378. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28366 b3059339-0415-0410-9bf9-f77b7e298cf2 mpcommon.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 15fd265fc3e69036c9e8ea273a2610c976ba5fbf Author: diego Date: Sun Jan 25 22:49:51 2009 +0000 cosmetics: Consistently name 3DNow! extensions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28365 b3059339-0415-0410-9bf9-f77b7e298cf2 mpcommon.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4a0bcc13193e9a09d078bcfbf272fd80de92b76e Author: diego Date: Sun Jan 25 22:34:26 2009 +0000 Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28364 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_mcdeint.c | 5 +++++ libmpcodecs/vf_spp.c | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) commit cdcd4e75b7584dd34b622ee0e0283c78d6ab0005 Author: diego Date: Sun Jan 25 22:12:42 2009 +0000 DECLARE_ALIGNED was moved in FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28363 b3059339-0415-0410-9bf9-f77b7e298cf2 mp3lib/dct64_sse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4ac4b493a9c88767fdeca5ac2c18578a0cf3e1f0 Author: diego Date: Sun Jan 25 21:59:08 2009 +0000 Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28362 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_fspp.c | 4 ++++ libmpcodecs/vf_pp.c | 3 +++ mp3lib/sr1.c | 4 ++++ 3 files changed, 11 insertions(+), 0 deletions(-) commit 401ea8e1db542e58b290fc0f5787f5247db34826 Author: diego Date: Sun Jan 25 21:03:02 2009 +0000 HAVE_3DNOWEX --> HAVE_3DNOWEXT git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28361 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- configure | 4 ++-- cpudetect.c | 2 +- liba52/imdct.c | 12 ++++++------ liba52/imdct_3dnow.h | 28 ++++++++++++++-------------- liba52/liba52_changes.diff | 6 +++--- liba52/srfftp_3dnow.h | 4 ++-- mp3lib/sr1.c | 6 +++--- mpcommon.c | 2 +- 9 files changed, 33 insertions(+), 33 deletions(-) commit 2067a1f7507402da2a3692258cadf5de2c003705 Author: diego Date: Sun Jan 25 20:35:58 2009 +0000 Factorize print_version(). Print CPU information in verbose mode instead of by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28360 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- mencoder.c | 39 +-------------------------------------- mpcommon.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ mpcommon.h | 2 ++ mplayer.c | 43 +------------------------------------------ version.sh | 2 +- 6 files changed, 51 insertions(+), 82 deletions(-) commit ccb0647f897b7e484cb5c593f62d7b8b0bc61adf Author: diego Date: Sun Jan 25 20:10:36 2009 +0000 Add missing multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28359 b3059339-0415-0410-9bf9-f77b7e298cf2 av_opts.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit cecfbf85dbdaac0df15457a7cd18a3bdc9b36cfc Author: diego Date: Sun Jan 25 19:58:33 2009 +0000 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28358 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/rgb2rgb.c | 12 ++++++------ libswscale/rgb2rgb_template.c | 10 +++++----- libswscale/swscale.c | 28 ++++++++++++++-------------- libswscale/swscale_template.c | 6 +++--- libswscale/yuv2rgb.c | 4 ++-- libswscale/yuv2rgb_template.c | 2 +- 6 files changed, 31 insertions(+), 31 deletions(-) commit f66f0ca7779ffbf37bcd45f870b81d05994dd7ca Author: diego Date: Sun Jan 25 19:20:30 2009 +0000 Add missing header for av_gcd, fixes the warning: libaf/af_resample.c:204: warning: implicit declaration of function 'av_gcd' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28357 b3059339-0415-0410-9bf9-f77b7e298cf2 libaf/af_resample.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5fb47cba37678c052a3146a0ac947659f7c75222 Author: reimar Date: Sun Jan 25 18:46:24 2009 +0000 Fix typo: pool -> poll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28356 b3059339-0415-0410-9bf9-f77b7e298cf2 input/lirc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6fc95c18176489d9ec20ac7ded9ba222fd2cbdae Author: reimar Date: Sun Jan 25 18:25:11 2009 +0000 Actually abort (return NULL) in the alloc-failure check in play_tree_new instead of going right ahead and crashing. Patch by Luis Felipe Strano Moraes (luis strano gmail com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28355 b3059339-0415-0410-9bf9-f77b7e298cf2 playtree.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 84fbeecf72da4d24cfc7719da03649a6fd530321 Author: reimar Date: Sun Jan 25 18:23:05 2009 +0000 Fix a NULL-check that used && instead of || and thus could not avoid crashes. Patch by Luis Felipe Strano Moraes (luis strano gmail com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28354 b3059339-0415-0410-9bf9-f77b7e298cf2 stream/freesdp/parser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9e48ce48d4f4f6f2425d5ac904302285d1e577b1 Author: diego Date: Sun Jan 25 12:03:28 2009 +0000 Declare struct SwsContext before using it, fixes the checkheaders warning: libswscale/swscale_internal.h:58: warning: `struct SwsContext' declared inside parameter list libswscale/swscale_internal.h:58: warning: its scope is only this definition or declaration, which is probably not what you want git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28353 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_internal.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 1a1bdca3e49f030fa0314ded195d8d5ea28f368b Author: diego Date: Sun Jan 25 11:59:22 2009 +0000 Disable C code when compiling AltiVec code, fixes the warning: swscale_template.c:2623: warning: `swScale_C' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28352 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 51acb7b7ab16bc9e82058b76988807e418560ede Author: diego Date: Sun Jan 25 11:57:17 2009 +0000 spelling/grammar cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28351 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 96 +++++++++++++++++++++++++------------------------- 1 files changed, 48 insertions(+), 48 deletions(-) commit 2eefcf233ad9fcfe256e2bf8c49e0595008a93fa Author: diego Date: Sun Jan 25 11:33:35 2009 +0000 Fix #endif comments. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28350 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 79d4434b882667cff3df8b6439c086d6ab3c8ac8 Author: compn Date: Sat Jan 24 22:14:32 2009 +0000 add "