commit eab4b2f8997bb2a1af8ff7e531971775a55b7f29 Author: Kovensky Date: Thu May 14 21:11:55 2009 -0300 Cleanup and reenable liba52 config.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit bda8761c539993df020c8d20f4813916692e3cc4 Author: Kovensky Date: Thu May 14 21:11:02 2009 -0300 Restore the internal MKV and MPEG demuxers as the default ones The internal MKV demuxer is less buggy and has better ordered chapter support. libmpdemux/demux_lavf.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 482fc379eb68890627817c4c77856bf709e72f76 Author: Kovensky Date: Thu May 14 21:10:17 2009 -0300 Implement CPU count detection for linux libmpcodecs/vd_ffmpeg.c | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) commit f1e8d2e880107760e6d023dde955577ab062ddb4 Author: Kovensky Date: Thu May 14 20:38:54 2009 -0300 Add internal libdvdnav and libdvdread4 I'm probably doing something wrong here ._. libdvdnav/.svn/dir-prop-base | 12 + libdvdnav/.svn/entries | 476 +++++ libdvdnav/.svn/format | 1 + libdvdnav/.svn/prop-base/FELLOWSHIP.map.svn-base | 9 + libdvdnav/.svn/prop-base/Makefile.am.svn-base | 9 + libdvdnav/.svn/prop-base/README.MAP.svn-base | 9 + libdvdnav/.svn/prop-base/dvdnav.c.svn-base | 9 + .../.svn/prop-base/dvdnav_internal.h.svn-base | 9 + libdvdnav/.svn/prop-base/highlight.c.svn-base | 9 + libdvdnav/.svn/prop-base/navigation.c.svn-base | 9 + libdvdnav/.svn/prop-base/read_cache.c.svn-base | 9 + libdvdnav/.svn/prop-base/read_cache.h.svn-base | 9 + libdvdnav/.svn/prop-base/remap.c.svn-base | 9 + libdvdnav/.svn/prop-base/remap.h.svn-base | 9 + libdvdnav/.svn/prop-base/searching.c.svn-base | 9 + libdvdnav/.svn/prop-base/settings.c.svn-base | 9 + libdvdnav/.svn/text-base/FELLOWSHIP.map.svn-base | 163 ++ libdvdnav/.svn/text-base/Makefile.am.svn-base | 34 + libdvdnav/.svn/text-base/README.MAP.svn-base | 105 + libdvdnav/.svn/text-base/dvdnav.c.svn-base | 1166 +++++++++++ .../.svn/text-base/dvdnav_internal.h.svn-base | 195 ++ libdvdnav/.svn/text-base/highlight.c.svn-base | 493 +++++ libdvdnav/.svn/text-base/navigation.c.svn-base | 196 ++ libdvdnav/.svn/text-base/read_cache.c.svn-base | 352 ++++ libdvdnav/.svn/text-base/read_cache.h.svn-base | 46 + libdvdnav/.svn/text-base/remap.c.svn-base | 266 +++ libdvdnav/.svn/text-base/remap.h.svn-base | 31 + libdvdnav/.svn/text-base/searching.c.svn-base | 626 ++++++ libdvdnav/.svn/text-base/settings.c.svn-base | 93 + libdvdnav/FELLOWSHIP.map | 163 ++ libdvdnav/Makefile.am | 34 + libdvdnav/README.MAP | 105 + libdvdnav/dvdnav.c | 1166 +++++++++++ libdvdnav/dvdnav/.svn/entries | 130 ++ libdvdnav/dvdnav/.svn/format | 1 + .../dvdnav/.svn/prop-base/dvd_types.h.svn-base | 13 + libdvdnav/dvdnav/.svn/prop-base/dvdnav.h.svn-base | 13 + .../dvdnav/.svn/prop-base/dvdnav_events.h.svn-base | 13 + .../dvdnav/.svn/text-base/dvd_types.h.svn-base | 275 +++ libdvdnav/dvdnav/.svn/text-base/dvdnav.h.svn-base | 686 ++++++ .../dvdnav/.svn/text-base/dvdnav_events.h.svn-base | 236 +++ libdvdnav/dvdnav/dvd_types.h | 275 +++ libdvdnav/dvdnav/dvdnav.h | 686 ++++++ libdvdnav/dvdnav/dvdnav_events.h | 236 +++ libdvdnav/dvdnav_internal.h | 195 ++ libdvdnav/highlight.c | 493 +++++ libdvdnav/navigation.c | 196 ++ libdvdnav/read_cache.c | 352 ++++ libdvdnav/read_cache.h | 46 + libdvdnav/remap.c | 266 +++ libdvdnav/remap.h | 31 + libdvdnav/searching.c | 626 ++++++ libdvdnav/settings.c | 93 + libdvdnav/vm/.svn/dir-prop-base | 12 + libdvdnav/vm/.svn/entries | 266 +++ libdvdnav/vm/.svn/format | 1 + libdvdnav/vm/.svn/prop-base/Makefile.am.svn-base | 9 + libdvdnav/vm/.svn/prop-base/decoder.c.svn-base | 9 + libdvdnav/vm/.svn/prop-base/decoder.h.svn-base | 9 + libdvdnav/vm/.svn/prop-base/vm.c.svn-base | 9 + libdvdnav/vm/.svn/prop-base/vm.h.svn-base | 9 + libdvdnav/vm/.svn/prop-base/vmcmd.c.svn-base | 9 + libdvdnav/vm/.svn/prop-base/vmcmd.h.svn-base | 9 + libdvdnav/vm/.svn/text-base/Makefile.am.svn-base | 16 + libdvdnav/vm/.svn/text-base/decoder.c.svn-base | 784 +++++++ libdvdnav/vm/.svn/text-base/decoder.h.svn-base | 109 + libdvdnav/vm/.svn/text-base/vm.c.svn-base | 1910 +++++++++++++++++ libdvdnav/vm/.svn/text-base/vm.h.svn-base | 180 ++ libdvdnav/vm/.svn/text-base/vmcmd.c.svn-base | 545 +++++ libdvdnav/vm/.svn/text-base/vmcmd.h.svn-base | 28 + libdvdnav/vm/Makefile.am | 16 + libdvdnav/vm/decoder.c | 784 +++++++ libdvdnav/vm/decoder.h | 109 + libdvdnav/vm/vm.c | 1910 +++++++++++++++++ libdvdnav/vm/vm.h | 180 ++ libdvdnav/vm/vmcmd.c | 545 +++++ libdvdnav/vm/vmcmd.h | 28 + libdvdread4/.svn/dir-prop-base | 12 + libdvdread4/.svn/entries | 507 +++++ libdvdread4/.svn/format | 1 + libdvdread4/.svn/prop-base/Makefile.am.svn-base | 9 + libdvdread4/.svn/prop-base/bitreader.c.svn-base | 9 + libdvdread4/.svn/prop-base/bswap.h.svn-base | 9 + libdvdread4/.svn/prop-base/dvd_input.c.svn-base | 9 + libdvdread4/.svn/prop-base/dvd_input.h.svn-base | 9 + libdvdread4/.svn/prop-base/dvd_reader.c.svn-base | 9 + libdvdread4/.svn/prop-base/dvd_udf.c.svn-base | 9 + .../.svn/prop-base/dvdread_internal.h.svn-base | 9 + libdvdread4/.svn/prop-base/ifo_print.c.svn-base | 9 + libdvdread4/.svn/prop-base/ifo_read.c.svn-base | 9 + libdvdread4/.svn/prop-base/md5.c.svn-base | 9 + libdvdread4/.svn/prop-base/md5.h.svn-base | 9 + libdvdread4/.svn/prop-base/nav_print.c.svn-base | 9 + libdvdread4/.svn/prop-base/nav_read.c.svn-base | 9 + libdvdread4/.svn/text-base/Makefile.am.svn-base | 19 + libdvdread4/.svn/text-base/bitreader.c.svn-base | 116 + libdvdread4/.svn/text-base/bswap.h.svn-base | 106 + libdvdread4/.svn/text-base/dvd_input.c.svn-base | 365 ++++ libdvdread4/.svn/text-base/dvd_input.h.svn-base | 50 + libdvdread4/.svn/text-base/dvd_reader.c.svn-base | 1272 +++++++++++ libdvdread4/.svn/text-base/dvd_udf.c.svn-base | 990 +++++++++ .../.svn/text-base/dvdread_internal.h.svn-base | 33 + libdvdread4/.svn/text-base/ifo_print.c.svn-base | 1205 +++++++++++ libdvdread4/.svn/text-base/ifo_read.c.svn-base | 2208 ++++++++++++++++++++ libdvdread4/.svn/text-base/md5.c.svn-base | 407 ++++ libdvdread4/.svn/text-base/md5.h.svn-base | 161 ++ libdvdread4/.svn/text-base/nav_print.c.svn-base | 248 +++ libdvdread4/.svn/text-base/nav_read.c.svn-base | 265 +++ libdvdread4/Makefile.am | 19 + libdvdread4/bitreader.c | 116 + libdvdread4/bswap.h | 106 + libdvdread4/dvd_input.c | 365 ++++ libdvdread4/dvd_input.h | 50 + libdvdread4/dvd_reader.c | 1272 +++++++++++ libdvdread4/dvd_udf.c | 990 +++++++++ libdvdread4/dvdread/.svn/entries | 334 +++ libdvdread4/dvdread/.svn/format | 1 + .../dvdread/.svn/prop-base/bitreader.h.svn-base | 13 + .../dvdread/.svn/prop-base/dvd_reader.h.svn-base | 13 + .../dvdread/.svn/prop-base/dvd_udf.h.svn-base | 13 + .../dvdread/.svn/prop-base/ifo_print.h.svn-base | 13 + .../dvdread/.svn/prop-base/ifo_read.h.svn-base | 13 + .../dvdread/.svn/prop-base/ifo_types.h.svn-base | 13 + .../dvdread/.svn/prop-base/nav_print.h.svn-base | 13 + .../dvdread/.svn/prop-base/nav_read.h.svn-base | 13 + .../dvdread/.svn/prop-base/nav_types.h.svn-base | 13 + .../dvdread/.svn/text-base/bitreader.h.svn-base | 41 + .../dvdread/.svn/text-base/dvd_reader.h.svn-base | 277 +++ .../dvdread/.svn/text-base/dvd_udf.h.svn-base | 62 + .../dvdread/.svn/text-base/ifo_print.h.svn-base | 28 + .../dvdread/.svn/text-base/ifo_read.h.svn-base | 229 ++ .../dvdread/.svn/text-base/ifo_types.h.svn-base | 750 +++++++ .../dvdread/.svn/text-base/nav_print.h.svn-base | 52 + .../dvdread/.svn/text-base/nav_read.h.svn-base | 53 + .../dvdread/.svn/text-base/nav_types.h.svn-base | 248 +++ libdvdread4/dvdread/bitreader.h | 41 + libdvdread4/dvdread/dvd_reader.h | 277 +++ libdvdread4/dvdread/dvd_udf.h | 62 + libdvdread4/dvdread/ifo_print.h | 28 + libdvdread4/dvdread/ifo_read.h | 229 ++ libdvdread4/dvdread/ifo_types.h | 750 +++++++ libdvdread4/dvdread/nav_print.h | 52 + libdvdread4/dvdread/nav_read.h | 53 + libdvdread4/dvdread/nav_types.h | 248 +++ libdvdread4/dvdread_internal.h | 33 + libdvdread4/ifo_print.c | 1205 +++++++++++ libdvdread4/ifo_read.c | 2208 ++++++++++++++++++++ libdvdread4/md5.c | 407 ++++ libdvdread4/md5.h | 161 ++ libdvdread4/nav_print.c | 248 +++ libdvdread4/nav_read.c | 265 +++ 151 files changed, 37656 insertions(+), 0 deletions(-) commit 2f4e41ce2fc120f2a9594361545b8ffc853eedc5 Author: Kovensky Date: Thu May 14 20:38:24 2009 -0300 Added some .txt files I use for changelogs to .gitignore .gitignore | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit c97be6e90f40492d3713403b9bebe49d9cfee330 Author: Kovensky Date: Thu May 14 20:37:12 2009 -0300 Undo some more "10l"s in configure Update build script config.sh | 4 ++-- configure | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) commit 52cefbbc4104993f5d4abbc8d7d40fb7e1ad7c2c Author: Kovensky Date: Thu May 14 20:21:37 2009 -0300 Revert one wrong change configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8b02377512f4d034f47adaf5632b729fa735a886 Author: Kovensky Date: Thu May 14 20:18:08 2009 -0300 Remove some uneeded CFLAGS / LDFLAGS config.sh | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit d4de15d149285f7d3ba77e0ce488a596e24a8230 Author: Kovensky Date: Thu May 14 20:15:42 2009 -0300 Make a define in configure more correct. configure | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit de89944c77ef6177cbfdce53d8abb11a5fb76c1f Author: Kovensky Date: Sat May 9 09:16:06 2009 -0300 Whitespace configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c6bbacf0d910b02b1a9da98c35de76b7395a49e0 Author: Kovensky Date: Sat Apr 25 08:42:25 2009 -0300 Fix another compiling failure... libass/ass_fontconfig.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 2ef90505bb6276692c23636e49b88a42af7e1149 Author: Kovensky Date: Sat Apr 25 08:41:38 2009 -0300 Also force threads to 1 when decoding MPEG-2/MPEG-1 video. Fixes several crashes / glitches with those videos. libmpcodecs/vd_ffmpeg.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit e21d853d5fa377e96c8ab32ba58ac358caa11ece Author: Kovensky Date: Sat Apr 25 08:41:12 2009 -0300 Prefer libmad for mp3/mp2 decoding. etc/codecs.conf | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit 90fb8a79d250a8ad00b57247ebe825799c5a0744 Author: Kovensky Date: Sun Mar 29 23:08:44 2009 -0300 Fix rendering of glyphs with big borders libass/ass_render.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 77 insertions(+), 2 deletions(-) commit c4eff3c682979f64a9c2f61b2e2d3ebf19aec9b3 Author: Kovensky Date: Sun Mar 29 23:08:28 2009 -0300 Fix LZO symbol breakage yet again... libmpcodecs/vd_lzo.c | 4 ++-- libmpdemux/demux_mkv.c | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) commit d531eb4caa426a0d8f1f990d2ae8bbfd42275098 Author: Kovensky Date: Sun Mar 29 21:35:33 2009 -0300 Updated for new build environment. config.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9f8464aa33ae0c580e75aa3c982e5e8375b7a388 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 | 1 - libass/ass_bitmap.c | 76 ++++++++++------ libass/ass_bitmap.h | 9 ++- libass/ass_cache.c | 14 +--- libass/ass_cache.h | 35 +++++++- libass/ass_cache_template.c | 88 ------------------ libass/ass_font.c | 3 +- libass/ass_font.h | 1 - libass/ass_fontconfig.c | 79 ++++++++--------- libass/ass_fontconfig.h | 2 +- libass/ass_mp.c | 1 - libass/ass_render.c | 205 ++++++++++++++++++++++++------------------- libass/ass_types.h | 1 - 13 files changed, 241 insertions(+), 274 deletions(-) commit f457714e4194bdcd640697fb544df8f1cc2b120b 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 b4cbb5a65f0e994333808c726eb8c4b137ee32f4 Author: Kovensky Date: Wed Mar 4 23:04:35 2009 +0900 Fix undefined reference errors to av_lzo1x_decode libmpcodecs/native/nuppelvideo.c | 4 ++-- libmpcodecs/vd_lzo.c | 2 +- libmpdemux/demux_mkv.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit 3737e1c54e81fb13d6d52a95f9a8abf3d9a206fb 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 8b76c96fa26470c47de9ca3dee9cd9490fe5864c Author: Kovensky Date: Wed Mar 4 22:55:01 2009 +0900 Fix pthreads detection configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 87f852bb95decebe34a65bdc1543f2c79a40b638 Author: Kovensky Date: Wed Mar 4 19:33:27 2009 +0900 Compilation fixes ffmpeg | 2 +- libmpcodecs/native/nuppelvideo.c | 114 ++++++++++++++++++++++++++++++++++++++ libmpcodecs/vd_lzo.c | 2 +- libmpdemux/demux_mkv.c | 12 ++-- 4 files changed, 122 insertions(+), 8 deletions(-) commit 19a195d1426c5d97aced9971dbfd29adf46c1473 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 c24c649e8c577497ea42cc1f44e2af1d4104a1aa 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 697ecd5c39df9ffc700640a97003916524f6b375 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 | 11 ++++++ configure | 26 ++++++++++++--- defaultopts.c | 2 +- etc/codecs.conf | 14 ++++++++ etc/mplayer.ico | Bin 5694 -> 74116 bytes ffmpeg | 2 +- 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 ++ 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 | 18 +++------- 27 files changed, 385 insertions(+), 50 deletions(-) commit 1e927530ced414472c4fa1a34d33945d0596b888 Merge: 3cf7cee... 59ffaa4... Author: Uoti Urpala Date: Sat May 9 03:22:00 2009 +0300 Merge branch 'master' into mt, update FFmpeg-mt submodule commit 59ffaa41f0390914584f44293d5aed0a34e85b87 Author: Uoti Urpala Date: Sat May 9 02:37:35 2009 +0300 video_out.c: Fix a minor memory leak The code that loops over possible video output drivers and tries to find a working one does not free and reallocate the 'struct vo' if a driver's preinit() call fails, but just overwrites the same struct instead. This means that any memory the failing driver allocated as a talloc subcontext will not be freed immediately. This is not even a real leak as the memory will be freed once the VO is closed, but it's still nicer to free things immediately. Add talloc_free_children() to free any such talloc subcontexts that were created during the failing preinit(). libvo/video_out.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 1db1773ec27fc4e7c9d44ad02ccfa7eaf364ce07 Merge: f2864e9... 86c9fb2... Author: Uoti Urpala Date: Fri May 8 23:50:26 2009 +0300 Merge svn changes up to r29277 commit 86c9fb2e8930de031807513c9b93d47394d2d2fa Author: diego Date: Fri May 8 16:21:03 2009 +0000 lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29277 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 238df952ef0969341e611a645665411a4052dca2 Author: cehoyos Date: Fri May 8 15:43:54 2009 +0000 Do not use flag CWBackPixel when calling vo_x11_create_vo_window(): It leads to VDPAU errors after video aspect ratio changes. Patch by Stephen Warren. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29276 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_vdpau.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 5bad4ba482b9462c151c778f2791c52cb655495a Author: diego Date: Fri May 8 13:58:42 2009 +0000 The Apple remote code needs the Cocoa framework to link. Apple remote LDFLAGS are only necessary for linking MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29275 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c12922d678e72af7a1773aac7285f613881961b7 Author: diego Date: Thu May 7 21:34:56 2009 +0000 Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29274 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 31886434cd7bcbf43fbb270cc4348a6c8a374b0c Author: adrian Date: Thu May 7 21:02:57 2009 +0000 Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29273 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/tech/MAINTAINERS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 19c12794ad0eb28d0a02a760d2419626763b2eb6 Author: vitor Date: Thu May 7 20:41:04 2009 +0000 Fix sliced yuv410 -> yuv420 conversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29272 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit efaa440083eaa0880cbf3276714c2c7fd79b10c9 Author: jrash Date: Thu May 7 13:16:22 2009 +0000 revise previous translation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29271 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-zh_CN.h | 126 +++++++++++++++++++++++++------------------------- 1 files changed, 63 insertions(+), 63 deletions(-) commit 057fc508aa29c0946efe3a8dd9fa5660473949bb Author: jrash Date: Thu May 7 13:13:54 2009 +0000 sync with en/mplayer.1 r29252 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29270 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/zh_CN/mplayer.1 | 31 +++++++++++++++++++++++-------- 1 files changed, 23 insertions(+), 8 deletions(-) commit ddb7269a1ecc99c2749a4d9cb22cdab3f5aa292c Author: diego Date: Tue May 5 23:02:59 2009 +0000 cosmetics: Move Quartz and CoreVideo checks into the vo driver section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29269 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 97 +++++++++++++++++++++++++++++++----------------------------- 1 files changed, 50 insertions(+), 47 deletions(-) commit 5bc20d8d3cad9bfa34c505fc1dababcbce3cc26a Author: diego Date: Tue May 5 21:03:56 2009 +0000 LDFLAGS for CoreVideo and Quartz should be MPlayer-only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29268 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d0022933fedf3ef4d890cb332d7ad41b92df6498 Author: diego Date: Tue May 5 18:45:59 2009 +0000 libdvdcss requires the Carbon framework to link on Mac OS X. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29267 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bf26ad661115cd8bb34caedfe31a2fbf180bb45f Author: diego Date: Tue May 5 18:04:53 2009 +0000 cosmetics: Move $def_dvdcss to a more sensible place in config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29266 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d46d132b1f4ae84a0a165f47f0e4942a4069af63 Author: diego Date: Tue May 5 17:57:44 2009 +0000 cosmetics: Move CoreAudio check to audio output section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29265 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 46 ++++++++++++++++++++++++---------------------- 1 files changed, 24 insertions(+), 22 deletions(-) commit bcb63539f4e2ea1d0162aa112fde15a3c7bbde13 Author: diego Date: Tue May 5 17:36:31 2009 +0000 Add prototype for mp_a52_framesize(). This fixes an implicit declaration warning when liba52 is disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29264 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpdemux/muxer_mpeg.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ab5760ab332eaa03dcfe006ed9599a0fc12db206 Author: diego Date: Tue May 5 17:30:50 2009 +0000 Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h instead of passing -D on the compiler command line. This is more convenient and already done with most preprocessor definitions needed by external libraries. Previously the definition was passed on the command line because libdvdread was missing the necessary config.h #include, which was now added. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29263 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 32173c61625b49e8e99c9abee6fda3034ede8f64 Author: diego Date: Tue May 5 17:27:36 2009 +0000 Remove pointless #ifdef around spudec.h #include. Fixes the build with dvdread disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29262 b3059339-0415-0410-9bf9-f77b7e298cf2 mencoder.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit a3f5c392f534331467b0b42c5232c2d8ba459d4e Author: diego Date: Tue May 5 17:17:17 2009 +0000 cosmetics: indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29261 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit c3d3743ad7181b3beda150271ba8844aa369ac84 Author: diego Date: Tue May 5 17:15:54 2009 +0000 Allow disabling and enabling VCD support through command line parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29260 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit ceb919a8c4f5346a6dd6b33466d0c7c42bd0ca6e Author: diego Date: Tue May 5 09:08:53 2009 +0000 CoreAudio LDFLAGS should be MPlayer-only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29259 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9b7c75da7353b28dfcb3beeb09986b0083f05869 Author: diego Date: Tue May 5 08:49:07 2009 +0000 Improve CoreAudio check: Use all required headers and frameworks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29258 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 614a0e9800a1781066392c6deaa3dbfc4efd130d Author: diego Date: Tue May 5 08:46:37 2009 +0000 Simplify Mac OS X Finder and Mac OS X Bundle file locations checks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29257 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 19 +++++-------------- 1 files changed, 5 insertions(+), 14 deletions(-) commit 271357149a86b9c1ebbcd571cc550b812d413104 Author: michael Date: Tue May 5 01:34:16 2009 +0000 Change VOFW for x86 to 5120, it allows larger images to be scaled and was not slower. Other archs are not changed as the larger VOFW was slower on PPC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29256 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_internal.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 114fa5bd06c4e3cc61e9c3ca9fb253cc185c427a Author: diego Date: Mon May 4 18:29:55 2009 +0000 CONFIG_QUICKTIME should be set depending on the state of QTX support. This fixes linking on Mac OS X with vo_quartz disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29255 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit d9ded9284c43a311b8c2bed6e85466be4d465c0c Author: diego Date: Mon May 4 17:35:26 2009 +0000 Add missing 'void' to parameterless function declarations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29254 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/tech/libao2.txt | 8 +++--- get_path.c | 2 +- get_path.h | 2 +- input/ar.c | 2 +- liba52/test.c | 2 +- libao2/ao_coreaudio.c | 4 +- libmpcodecs/ad_qtaudio.c | 2 +- libmpcodecs/vqf.h | 18 ++++++++-------- libvo/mga_common.c | 2 +- libvo/vo_caca.c | 2 +- libvo/vo_directx.c | 12 +++++----- libvo/vo_dxr2.c | 2 +- libvo/vo_quartz.c | 16 +++++++------- libvo/vo_tdfxfb.c | 2 +- loader/dmo/dmo.c | 2 +- loader/dshow/DS_Filter.c | 2 - loader/registry.c | 2 +- loader/vfl.c | 2 +- loader/win32.c | 40 +++++++++++++++++++------------------- osdep/timer-darwin.c | 8 +++--- osdep/timer.h | 2 +- vidix/sysdep/AsmMacros_powerpc.h | 2 +- vidix/sysdep/AsmMacros_x86.h | 4 +- vidix/sysdep/pci_win32.c | 2 +- 24 files changed, 70 insertions(+), 72 deletions(-) commit 56a13121a765b89bcf13d3398b969e6ccb17b80c Author: diego Date: Mon May 4 16:56:36 2009 +0000 ao_macosx was renamed to ao_coreaudio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29253 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/cs/mplayer.1 | 2 +- DOCS/man/de/mplayer.1 | 2 +- DOCS/man/es/mplayer.1 | 2 +- DOCS/man/fr/mplayer.1 | 2 +- DOCS/man/hu/mplayer.1 | 2 +- DOCS/man/it/mplayer.1 | 2 +- DOCS/man/pl/mplayer.1 | 2 +- DOCS/man/ru/mplayer.1 | 2 +- DOCS/man/zh_CN/mplayer.1 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) commit 27bc918ffeb095a2e932e373fa718fbb3a3f36c7 Author: diego Date: Mon May 4 16:55:05 2009 +0000 Rename macosx video output driver to corevideo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29252 b3059339-0415-0410-9bf9-f77b7e298cf2 AUTHORS | 2 +- DOCS/man/cs/mplayer.1 | 10 +- DOCS/man/de/mplayer.1 | 10 +- DOCS/man/en/mplayer.1 | 12 +- DOCS/man/es/mplayer.1 | 10 +- DOCS/man/fr/mplayer.1 | 12 +- DOCS/man/hu/mplayer.1 | 12 +- DOCS/man/it/mplayer.1 | 10 +- DOCS/man/pl/mplayer.1 | 10 +- DOCS/man/ru/mplayer.1 | 12 +- DOCS/man/zh_CN/mplayer.1 | 12 +- DOCS/tech/MAINTAINERS | 2 +- DOCS/xml/cs/ports.xml | 2 +- DOCS/xml/de/ports.xml | 2 +- DOCS/xml/en/ports.xml | 2 +- DOCS/xml/fr/ports.xml | 2 +- DOCS/xml/hu/ports.xml | 2 +- DOCS/xml/pl/ports.xml | 2 +- DOCS/xml/ru/ports.xml | 2 +- Makefile | 2 +- configure | 4 +- libvo/video_out.c | 4 +- libvo/vo_corevideo.h | 112 +++++ libvo/vo_corevideo.m | 1156 ++++++++++++++++++++++++++++++++++++++++++++++ libvo/vo_macosx.h | 112 ----- libvo/vo_macosx.m | 1156 ---------------------------------------------- 26 files changed, 1337 insertions(+), 1337 deletions(-) commit e3ec5b1fd377254e19685ddcce0988efda8bffbf Author: diego Date: Mon May 4 14:53:47 2009 +0000 Rename macosx audio output driver to coreaudio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29251 b3059339-0415-0410-9bf9-f77b7e298cf2 AUTHORS | 2 +- DOCS/man/en/mplayer.1 | 2 +- DOCS/tech/MAINTAINERS | 2 +- Makefile | 2 +- configure | 4 +- libao2/ao_coreaudio.c | 1149 +++++++++++++++++++++++++++++++++++++++++++++++++ libao2/ao_macosx.c | 1149 ------------------------------------------------- libao2/audio_out.c | 4 +- 8 files changed, 1157 insertions(+), 1157 deletions(-) commit 9f45c3a0aeba3670304e598bcf4145a14a684f57 Author: diego Date: Mon May 4 14:49:42 2009 +0000 QuickTime codecs support requires -framework QuickTime to link on Mac OS X. patch by Emanuele Giaquinta git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29250 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 51a6bec16053a022cd66f19957d2e4883e7f49d3 Author: diego Date: Mon May 4 14:40:22 2009 +0000 Replace QuickTime.h #include with Carbon.h, which is really needed. patch by Emanuele Giaquinta git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29249 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 - libvo/vo_macosx.h | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) commit d401f12cb5f82b480a1c10a546607965bc851591 Author: diego Date: Mon May 4 14:09:31 2009 +0000 Ulion no longer has time to be maintainer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29248 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/tech/MAINTAINERS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit a094d6279bd21fd318efd89bb740c9d33764c1d1 Author: diego Date: Mon May 4 13:16:04 2009 +0000 Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29247 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 0044b1887744d29ae918e7f5e8799f7ffa8eb3be Author: diego Date: Mon May 4 11:44:36 2009 +0000 Add information about configure options to config.mak. This is useful for debugging and convenient outside of config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29246 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f2864e9a072f53c38a04dd7c44392521777dc908 Author: Uoti Urpala Date: Mon May 4 03:52:19 2009 +0300 x11_common.h: Remove declarations of some nonexistent variables libvo/x11_common.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit fbf9a582f49bd551ca8e2a3efc462a6947108c1d Author: bircoph Date: Sun May 3 21:52:41 2009 +0000 Cosmetics for r29244 to follow K&R style closely. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29245 b3059339-0415-0410-9bf9-f77b7e298cf2 libaf/af_bs2b.c | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit e8abba5f43a2383c8020c23bfa88f8d9d7998dab Author: bircoph Date: Sun May 3 21:51:37 2009 +0000 Support for libbs2b ver. 3.0.0 API. Now filter parameters are highly controllable, virtually all audio formats are supported, and new profiles are available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29244 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/en/mplayer.1 | 24 ++++++++++-- libaf/af_bs2b.c | 102 +++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 102 insertions(+), 24 deletions(-) commit 1ba8ea2d34f3bc710e1d303525df7fb47b89ff14 Author: reimar Date: Sun May 3 20:57:37 2009 +0000 Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29243 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_macosx.c | 98 +++++++++++---------------------------------------- 1 files changed, 21 insertions(+), 77 deletions(-) commit b863100784f74b7effb8cc89633161251e5b9ca7 Author: Uoti Urpala Date: Sun May 3 21:48:58 2009 +0300 core: Set mpctx->chapters to NULL at uninit The uninit code called talloc_free(mpctx->chapters) but didn't clear the pointer. As a result playing a file with ordered chapters and one without almost certainly triggered an abort when closing the second file. Fix by setting the pointer to NULL after freeing. mplayer.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1a132a4acd82bb7ac11ed23390222532954fdce3 Author: sdrik Date: Sat May 2 08:40:53 2009 +0000 Fix chroma shift when scaling from ARGB on LE and BGRA on BE git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29242 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_template.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3cf7ceefe7dd4252bfcd051802f7678ae0e9bcf9 Author: Uoti Urpala Date: Thu Apr 30 03:59:16 2009 +0300 vd_ffmpeg.c: Fix codec delay calculation The FFmpeg-mt extra delay is thread_count-1 frames, not thread_count. The previous value could cause an incorrect one frame delay in some situations. libmpcodecs/vd_ffmpeg.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit ce35ed0209a01e43f67f16abcd898cf69df078f2 Author: Uoti Urpala Date: Thu Apr 30 01:42:59 2009 +0300 vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delay This code to calculate codec delay should work with both with regular FFmpeg and FFmeg-mt. This MPlayer version is not completely compatible with current FFmpeg-mt though, since it has a build system change which matches upstream FFmpeg but hasn't been integrated in FFmpeg-mt yet (RUNTIME_CPUDETECT -> CONFIG_RUNTIME_CPUDETECT rename). libmpcodecs/vd_ffmpeg.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 0763902e02ac73232e85569344c80220a67a1d5c Author: bircoph Date: Mon Apr 27 21:41:42 2009 +0000 Fix polish spelling. Noticed in Gentoo ebuild long time ago. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29241 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-pl.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit c8509646d56b9347aca9ce1fbb88a23cccb3eac1 Author: sdrik Date: Mon Apr 27 14:25:44 2009 +0000 Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29240 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/yuv2rgb.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit 7c9f344ead0adfac821534ea60209a50699708c9 Author: gpoirier Date: Mon Apr 27 09:44:59 2009 +0000 sync w/r29147 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29239 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/man/fr/mplayer.1 | 51 ++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 40 insertions(+), 11 deletions(-) commit 480a9e563cb3f2736c127c65652029c388e1f0c0 Author: diego Date: Sun Apr 26 08:59:18 2009 +0000 Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29238 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit aa169c6fe354896b161fc13f82db36c4ad63534e Author: diego Date: Sat Apr 25 19:09:54 2009 +0000 Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT. The latter is properly set by configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29237 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_divtc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ebbeef12db7c8a1488630033168507efcdea8ee3 Author: diego Date: Sat Apr 25 18:43:35 2009 +0000 Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29236 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2ce1ec49e7a13aa8cec0f51851b30448e1f3f3a7 Author: diego Date: Sat Apr 25 18:39:19 2009 +0000 Remove unnecessary -framework OpenGL from CoreVideo linker flags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29235 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 16687888080d7a9fbf4901eb8eeed1dcd781a07e Author: diego Date: Sat Apr 25 17:52:55 2009 +0000 whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29234 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) commit 6f9ec12491a1eb956058d0c9f93e5399b90d8d3e Author: diego Date: Sat Apr 25 17:48:48 2009 +0000 Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29233 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 69 +++++++++++++++++++++++++++++++----------------------------- 1 files changed, 36 insertions(+), 33 deletions(-) commit 86075b391c354edf591269e3901174c22317d4b2 Author: diego Date: Sat Apr 25 16:37:08 2009 +0000 typo in XFORM asm check, noticed by Emanuele Giaquinta git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29232 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d0f79295a9dccba8d490fa3c54b394a23a30a5a6 Author: diego Date: Sat Apr 25 12:34:24 2009 +0000 sane verbosity levels for menu initialization git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29231 b3059339-0415-0410-9bf9-f77b7e298cf2 mplayer.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 017fafac4423fe2d868da7622f5d8d968a1b9fe7 Author: Uoti Urpala Date: Fri Apr 24 03:39:54 2009 +0300 core: Handle missing timestamp errors a bit better If there is no timestamp available for a video frame at all, use timestamp from the previous frame (if any) instead of leaving it as MP_NOPTS_VALUE. The main practical difference for playback is that MP_NOPTS_VALUE caused timing to be reset, moving current video position immediately to time of the next frame that had a timestamp and thus likely advancing the video too fast. Now the next frame with a timestamp will be shown at its proper position relative to the previous timestamp. mplayer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ca205c9d8fc9dcc9b3354e5deaea8361676d44e0 Author: cehoyos Date: Thu Apr 23 22:19:53 2009 +0000 Make reset_ptr() void. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29229 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5e08e6c4b551571c6dd9450dc8bc69858b487f99 Author: siretart Date: Thu Apr 23 21:01:07 2009 +0000 commit remaining binary_codecs.sh changes from debian. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29228 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/binary_codecs.sh | 37 ++++++++++++++++++++++++++++++------- 1 files changed, 30 insertions(+), 7 deletions(-) commit 0688204a7d8a2c58e6f56f3ad388ef75b6e934d8 Author: siretart Date: Thu Apr 23 20:59:46 2009 +0000 check for missing libstdc++ this version of the check assumes that we run on a system with apt-get installed and configured. We should probably check that this is actually true. Or more ideally add support for yum for fedora systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29227 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/binary_codecs.sh | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit fc7d8af3b45c636d175cddd2858a85b394ea8578 Author: siretart Date: Thu Apr 23 20:56:59 2009 +0000 more cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29226 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/binary_codecs.sh | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 72451328bc91e53984565ab5ea3eb857add26b26 Author: diego Date: Thu Apr 23 18:54:22 2009 +0000 whitespace cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29225 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/binary_codecs.sh | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit d6cf125d942e332f7d3d043310831d0ba95ce0af Author: reimar Date: Thu Apr 23 10:18:32 2009 +0000 Change getdladdr to always use dlopen, dlsym and then dlclose. Performance is not really important and dlsym(0, ...) is not defined while the more correct dlsym(RTLD_DEFAULT, ...) is a GNUism (although POSIX does reserve RTLD_DEFAULT). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29224 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/gl_common.c | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) commit e3f02a93cc764b93382e7fbcfa3c3eaa94181de3 Author: siretart Date: Thu Apr 23 08:46:05 2009 +0000 Part 3 of syncing binary_codecs.sh with Debian This patch contains no functional changes again, only whitespace fixes that has been misse from Part 1 have been included. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29223 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/binary_codecs.sh | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 23f4613d63d358301e6f680af36c83e318a4360a Author: siretart Date: Thu Apr 23 08:37:20 2009 +0000 Part 2 of syncing binary_codecs.sh with Debian This patch contains the OKed parts of Diego's review from 23. Apr 2009 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29222 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/binary_codecs.sh | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) commit d6b2a50fba0e79c24a915d9f52a5d8c7578369a9 Author: diego Date: Thu Apr 23 07:39:39 2009 +0000 Pass argc and argv parameters to main() function in SDL test. SDL renames the main function via a macro and later passes it parameters. This fixes the SDL check on at least Mac OS X, continues to work fine on Linux. patch by vmrsss vmrsss gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29221 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 329513035ec25a264b8ce66a7faf8961489d9a89 Author: siretart Date: Wed Apr 22 20:46:33 2009 +0000 Part 1 of syncing binary_codecs.sh with Debian This patch contains no functional changes, only whitespace fixes from Debian. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29220 b3059339-0415-0410-9bf9-f77b7e298cf2 TOOLS/binary_codecs.sh | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit 78f362136da22404f1dd668f178923179f236437 Author: eugeni Date: Tue Apr 21 21:27:53 2009 +0000 Don't automatically wrap lines when WrapStyle==2. \n and \N still work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29219 b3059339-0415-0410-9bf9-f77b7e298cf2 libass/ass_render.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 424caeb9209853b493303cfcf77bc99e66ee893b Author: gpoirier Date: Tue Apr 21 08:19:22 2009 +0000 Fix a signedness issue that caused a warning to be wrongfully printed at runtime. Patch by Adrian Stutz %adrian A sttz P ch% git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29218 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_macosx.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7a07a0fcb0c4704a44858496cab51a658037e5b6 Author: michael Date: Tue Apr 21 01:08:03 2009 +0000 Planar 16bit 420 422 444 YUV support (output is only supported in some unscaled convertions). This, like gray16 converts down to 8bit, which is a big FIXME & patch welcome, we should preserve more bits. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29217 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 35 +++++++++++++++++- libswscale/swscale_internal.h | 17 ++++++++- libswscale/swscale_template.c | 79 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+), 2 deletions(-) commit b724d63b87bde4493dc3812bdddbf1e5f5eba332 Author: michael Date: Tue Apr 21 00:08:06 2009 +0000 Merge gray->gray converters into planarCopy(), this should also make planarCopy() useable for other 16bit formats once we support them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29216 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 127 +++++++++++++++----------------------------------- 1 files changed, 37 insertions(+), 90 deletions(-) commit 56702531e2ca3541e92ea6a329be70591a3a45b5 Author: michael Date: Tue Apr 21 00:03:00 2009 +0000 Add macro to check for 16bit per sample. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29215 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_internal.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 9cdb6b482135917b4b85d05d57e3769d9de1d541 Author: michael Date: Tue Apr 21 00:01:59 2009 +0000 Make sure src/dst are NULL when they arent used, some code uses this to simpify checks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29214 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 33 ++++++++++++++++++++++++++++----- 1 files changed, 28 insertions(+), 5 deletions(-) commit 1423dd216587d01f11fc8585131757bea6e59e0f Author: michael Date: Mon Apr 20 21:05:32 2009 +0000 Use generic BE check instead of checking for gray16LE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29213 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 36fd4baa051a000458a9843f75cbd364afc82d64 Author: michael Date: Mon Apr 20 21:04:55 2009 +0000 add isBE() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29212 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_internal.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 641a93a0e153993747fbffc5f019ad5193823f64 Author: diego Date: Mon Apr 20 18:20:37 2009 +0000 Unify error message output and update error messages. patch by Adrian Stutz, adrian sttz ch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29211 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_macosx.m | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit d93eb28e9cf25afcf8622b6ed5250a0976ef727f Author: diego Date: Mon Apr 20 15:35:34 2009 +0000 small typo fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29210 b3059339-0415-0410-9bf9-f77b7e298cf2 help/help_mp-de.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b8ef364ae0ade89b52fba6452557d6858d0f6361 Author: diego Date: Mon Apr 20 15:24:47 2009 +0000 Remove reference to outdated documentation file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29209 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/tech/win32-codec-howto.txt | 1 - help/help_mp-bg.h | 1 - help/help_mp-cs.h | 1 - help/help_mp-de.h | 1 - help/help_mp-el.h | 1 - help/help_mp-en.h | 1 - help/help_mp-es.h | 1 - help/help_mp-fr.h | 1 - help/help_mp-hu.h | 1 - help/help_mp-it.h | 1 - help/help_mp-ja.h | 1 - help/help_mp-ko.h | 1 - help/help_mp-mk.h | 1 - help/help_mp-nl.h | 1 - help/help_mp-pl.h | 1 - help/help_mp-ro.h | 1 - help/help_mp-ru.h | 1 - help/help_mp-sk.h | 1 - help/help_mp-sv.h | 1 - help/help_mp-tr.h | 1 - help/help_mp-uk.h | 1 - help/help_mp-zh_CN.h | 1 - help/help_mp-zh_TW.h | 1 - libmpcodecs/dec_audio.c | 1 - libmpcodecs/dec_video.c | 1 - 25 files changed, 0 insertions(+), 25 deletions(-) commit 30c70cab76d3fb4135609daf976feb8fe9e8f918 Author: diego Date: Mon Apr 20 14:02:40 2009 +0000 Move non-conditional SRCS lists below the conditional parts. This allows simplifying the addition of the conditional parts to the SRCS lists. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29208 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 445 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 223 insertions(+), 222 deletions(-) commit 7e7abb386b236b56a8cc6d404d312097ff057844 Author: diego Date: Mon Apr 20 13:52:14 2009 +0000 whitespace cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29207 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 40ea07ea421f391c7a4f3a94043970a57288537c Author: diego Date: Mon Apr 20 13:51:47 2009 +0000 Use temporary variables to add objects that depend on more than one condition to conditionally compiled parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29206 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 53 +++++++++++++++++++++++++++++------------------------ 1 files changed, 29 insertions(+), 24 deletions(-) commit 7c0e777db0240c596f5735c212fe2085b1f5facc Author: diego Date: Mon Apr 20 12:07:08 2009 +0000 Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash. patch by Alexander Strange, astrange ithinksw com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29205 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_sab.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a12ecf35b2ca7856b4d5fcc284d5fb10a2011072 Author: diego Date: Mon Apr 20 03:39:44 2009 +0000 Only add existing files to the FFMPEGFILES variable. based on a patch by Carl Fürstenberg, azatoth gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29204 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2ff2081e06153508b525f05009b23fa13750e627 Author: diego Date: Mon Apr 20 00:19:39 2009 +0000 Use ADDSUFFIXES function to simplify version.h dependency declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29203 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1ec5ec1fa1d62c52e76691835490cf19ac41ac41 Author: diego Date: Mon Apr 20 00:18:59 2009 +0000 Introduce ADDSUFFIXES function and use it to simplify the ADD_ALL_DIRS and ADD_ALL_EXESUFS functions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29202 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 8f0639d4cccfab5d88e79d8a7d5bc77924dc8c36 Author: diego Date: Mon Apr 20 00:16:53 2009 +0000 cosmetics: Move ADD_ALL_* functions to a more sensible place. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29201 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e28b5cc6318c525f70a74bbfde36d4848ee51f57 Author: diego Date: Mon Apr 20 00:10:45 2009 +0000 Add HAVE_LDBRX to config.h for FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29200 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7948a807fb2dea131ca4a36f559d1dd77047dd28 Author: diego Date: Mon Apr 20 00:10:09 2009 +0000 Add check for XFORM ASM, needed by FFmpeg/PPC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29199 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit fc4f7417095597625c8fbeec44984e7d78439224 Author: diego Date: Sun Apr 19 22:27:02 2009 +0000 cosmetics: reindent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29198 b3059339-0415-0410-9bf9-f77b7e298cf2 osdep/timer-linux.c | 69 ++++++++++++++++++++++++++++----------------------- 1 files changed, 38 insertions(+), 31 deletions(-) commit 2bed79b908119e6b9ca8b6acb3db935d928017a6 Author: diego Date: Sun Apr 19 15:54:48 2009 +0000 whitespace cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29197 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit a16fc43c34a1a3710b8b6b844a0826f0258d8046 Author: diego Date: Sun Apr 19 15:54:16 2009 +0000 cosmetics: Rename PARTS variable to FFMPEGPARTS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29196 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit bf2a47d8717adb2306d1538e7d1f57ea1543e4a9 Author: diego Date: Sun Apr 19 15:51:06 2009 +0000 Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands to remove certain patterns in all subdirectories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29195 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit dc161a651e146ee763b303e4effac3addb9a67a2 Author: diego Date: Sun Apr 19 15:22:27 2009 +0000 Convert another forgotten ADD_ALL_EXESUFS call. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29194 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cc0798973858ffff30b1a314b2ddf0733fbbcf92 Author: diego Date: Sun Apr 19 15:16:04 2009 +0000 Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29193 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 3f123a96644a9a81f695b00b42e8a81c01be9ba0 Author: diego Date: Sun Apr 19 14:54:44 2009 +0000 Remove duplicate entry from DIRS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29192 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit d5f4f0856c5c012c005880bfc5cd252780f32a47 Author: diego Date: Sun Apr 19 14:53:41 2009 +0000 Add files in all library subdirectories to FFMPEGFILES variable, not just the ones below libavcodec. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29191 b3059339-0415-0410-9bf9-f77b7e298cf2 Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit be4c9f7142f8c314b98e309568dca71eb3c7f716 Author: diego Date: Sun Apr 19 13:32:15 2009 +0000 Remove pointless #ifdef around internal #include. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29190 b3059339-0415-0410-9bf9-f77b7e298cf2 gui/interface.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit abfb150159d1a11ab2d6f4df071a1f04837bb299 Author: michael Date: Sat Apr 18 22:27:36 2009 +0000 Remove 2 useless += at the end of rgb16to15(), found by CSA. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29189 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/rgb2rgb_template.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 9be7c4ad97b546616d0ce886f53c804a4a58991c Author: stefano Date: Sat Apr 18 13:52:00 2009 +0000 Rename swscale_avoption.c to options.c. Consistent with lavc and lavf. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29188 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/Makefile | 2 +- libswscale/options.c | 60 +++++++++++++++++++++++++++++++++++++++++ libswscale/swscale_avoption.c | 60 ----------------------------------------- 3 files changed, 61 insertions(+), 61 deletions(-) commit d5b3f76234f79a1070c29acd1eb632587c24d207 Author: stefano Date: Sat Apr 18 11:53:59 2009 +0000 Make sws_setColorspaceDetails() return -1 if the destination format is not supported. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29187 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 685890259fb26662a1a5e52bbce9e5067c07a281 Author: stefano Date: Sat Apr 18 11:45:31 2009 +0000 Move sws_[gs]etColorspaceDetails() documentation from swscale.c to swscale.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29186 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.c | 8 -------- libswscale/swscale.h | 10 +++++++++- 2 files changed, 9 insertions(+), 9 deletions(-) commit 4e1b85c726d0c305193305c37d6b365f2d042ee7 Author: diego Date: Thu Apr 16 10:02:10 2009 +0000 Rely on POSIX-compatible head/tail versions that understand the -n option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29185 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 34 ++++++++++------------------------ 1 files changed, 10 insertions(+), 24 deletions(-) commit b6d31704a9999199a80bf97625446f56b54555a9 Author: diego Date: Wed Apr 15 20:00:26 2009 +0000 Replace all `` by $(), it is more readable and easier to nest. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29183 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 446 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 223 insertions(+), 223 deletions(-) commit 10295ba5a0ecd3765118ccd2cb6dd0c5211f1064 Author: diego Date: Wed Apr 15 17:08:41 2009 +0000 Simplify OS detection functions. The return statement in the functions appears unnecessary; remove it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29182 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) commit 350ad05cc93d7aaa066793477e8fa9689fb0f9dc Author: reimar Date: Wed Apr 15 08:38:39 2009 +0000 libavformat is now the default for mov, update extension.c to match this. Fixes direct playback of e.g. http://accent.gmu.edu/soundtracks/japanese7.mov which was played by the native demuxer (and that one is broken for it). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29181 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpdemux/extension.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit f97bdd7504c6e68641ed9669ecef8df500ac8f78 Author: diego Date: Tue Apr 14 14:39:04 2009 +0000 whitespace cosmetics: Break some overly long lines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29180 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale.h | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) commit d323bf61358b4f2309db5c33bce66a382f2859aa Author: sdrik Date: Tue Apr 14 14:11:57 2009 +0000 Do not use abgrToA for both luma and alpha channel in hyscale. This fixes RGB32 (et al.) scaling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29179 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_internal.h | 2 ++ libswscale/swscale_template.c | 19 +++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) commit a0bd74f06d73491f7a38e8e8f2bec007d8995d7c Author: rik Date: Mon Apr 13 21:43:57 2009 +0000 follow renaming of pbBufPtr() to put_bits_ptr() by stefano git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29178 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/vf_zrmjpeg.c | 2 +- libvo/jpeg_enc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d9e794a24f0a13668d747ced3f02b462c2426767 Author: gpoirier Date: Mon Apr 13 20:07:03 2009 +0000 fix a memory leak leading to ~80 bytes being leaked at each call to flip_page. Patch by Alexander Strange %astrange A ithinksw.com% Original thread: date: Thu, Apr 9, 2009 at 4:47 AM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29177 b3059339-0415-0410-9bf9-f77b7e298cf2 libvo/vo_macosx.m | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f71347e0f34e91407571edd6c60bb6af3825782e Author: diego Date: Mon Apr 13 08:55:20 2009 +0000 Sync with latest FFmpeg changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29176 b3059339-0415-0410-9bf9-f77b7e298cf2 common.mak | 67 +++++++++++++++++------------------------------------------ subdir.mak | 34 ++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 49 deletions(-) commit e72dc59c77e576ee344d041b054539225f55e4ed Author: diego Date: Sun Apr 12 22:49:58 2009 +0000 Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29175 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/Makefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 0160ed61b358ef872d5106ff69937cf6ce19dd7c Author: diego Date: Sun Apr 12 22:43:03 2009 +0000 whitespace cosmetics: Reindent a few lines and break a few excessively long lines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29174 b3059339-0415-0410-9bf9-f77b7e298cf2 libswscale/swscale_internal.h | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) commit 77546eb75456e83a9140139e89fecbca051da36b Author: diego Date: Sun Apr 12 21:28:45 2009 +0000 Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3, not the standard ordering. patch by Andrew de Quincey, adq_dvb lidskialf net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29173 b3059339-0415-0410-9bf9-f77b7e298cf2 libmpcodecs/ad_ffmpeg.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit a19db0165d357bfbfba259924407f4bb6138767f Author: diego Date: Sun Apr 12 20:44:20 2009 +0000 Reduce subtitle parsing verbosity. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29172 b3059339-0415-0410-9bf9-f77b7e298cf2 subreader.c | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit a5eaafc1798c32361c72e1e672c905376e6bf7db Author: diego Date: Sun Apr 12 17:07:30 2009 +0000 Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS. Otherwise the CFLAGS warning gets triggered and necessary CFLAGS are not set. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29171 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4567425051667ca3dd06749ca7b86e78b6073d6f Author: diego Date: Sat Apr 11 13:51:02 2009 +0000 Reemit the ID_AID_x_LANG for the track. This allows the identification of the audio track by language code (en or es) rather than by ID (128 or 129). patch by Kevin DeKorte, kdekorte gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29170 b3059339-0415-0410-9bf9-f77b7e298cf2 stream/stream_dvdnav.c | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) commit 3818abb4aef50d3122925a3d731904124ec1e9cc Author: diego Date: Fri Apr 10 18:29:01 2009 +0000 Move all CFLAGS checks together at the beginning of configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29169 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 32 +++++++++++++++++--------------- 1 files changed, 17 insertions(+), 15 deletions(-) commit 465abf0b8d77680a88c0e8e09a052e5e52e997bf Author: diego Date: Fri Apr 10 17:39:44 2009 +0000 Move thread-related CFLAGS settings into pthread test. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29168 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) commit c1fb3499ac18d9b94f7fa9258908cf682cba67c5 Author: diego Date: Fri Apr 10 15:55:38 2009 +0000 some updates about translation maintenance git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29167 b3059339-0415-0410-9bf9-f77b7e298cf2 DOCS/tech/MAINTAINERS | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 690714883e7b83acdf0185df7498064308fb715c Author: reimar Date: Fri Apr 10 14:41:18 2009 +0000 Simplify: use av_fifo_space git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29166 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_jack.c | 4 ++-- libao2/ao_sdl.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 446980680f5e0b372b38de9183dee33c9d3923a6 Author: diego Date: Fri Apr 10 13:38:57 2009 +0000 Remove unnecessary Darwin default CFLAGS and LDFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29165 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit b4546308e8787b652b43e8f8763af01b1246544f Author: diego Date: Fri Apr 10 13:37:59 2009 +0000 Move darwin CFLAG settings to darwin section at the beginning of configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29164 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 01415637a098666a696056f86dca3330b26dadef Author: diego Date: Fri Apr 10 13:12:28 2009 +0000 Move amigaos CFLAG settings to amigaos section at the beginning of configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29163 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit e2023a903771f84c5054505de2fc519395e5eff6 Author: diego Date: Fri Apr 10 13:09:39 2009 +0000 gcc <3.1 is unsupported on Darwin, no need to check for this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29162 b3059339-0415-0410-9bf9-f77b7e298cf2 configure | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit b6225fc8ae3d70448d0deb15ad960f2dd4df2590 Author: reimar Date: Fri Apr 10 10:13:41 2009 +0000 Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed. Previously it printed (number of inputs + 1) which is needlessly confusing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29161 b3059339-0415-0410-9bf9-f77b7e298cf2 stream/tvi_v4l2.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit fe9c8d60b435679cc68022b936a9a036b10ea2dc Author: reimar Date: Thu Apr 9 20:20:00 2009 +0000 Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed. Patch Lennart Poettering [lennart poettering net] with documentation update by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29160 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_pulse.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 33645075f14917ed6b233c5c4c29d1e4ed8b4b35 Author: reimar Date: Thu Apr 9 20:10:35 2009 +0000 Split oversized of "argument" onto a separate line. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29159 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_pulse.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit d1c4d6c7ef3625d6b2668a44406db832836d525c Author: reimar Date: Thu Apr 9 20:07:26 2009 +0000 Also lock the mainloop when doing adjusting the volume for PulseAudio. Patch by Lennart Poettering [lennart poettering net] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29158 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_pulse.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit a7e4ab04d7e714c572767e58b409a48ed46b862f Author: reimar Date: Thu Apr 9 20:04:24 2009 +0000 Make sure waitop always unlocks the mainloop even if the operation could not be created. Patch by Lennart Poettering [lennart poettering net] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29157 b3059339-0415-0410-9bf9-f77b7e298cf2 libao2/ao_pulse.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 486ce516255475e6ed70404bc6a75163344d8e4e Author: reimar Date: Thu Apr 9 14:23:09 2009 +0000 Add a -indentify message that indicates if the current DVDNAV title is a menu or a video. Patch by Kevin DeKorte [kdekorte gmail com], approved by Nico. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29156 b3059339-0415-0410-9bf9-f77b7e298cf2 stream/stream_dvdnav.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit e0b6d5d6c8c553de0b65d60d9d24eb1df97bc2b3 Author: diego Date: Thu Apr 9 09:53:35 2009 +0000 Change type of first argument of the print_int_array function from int to unsigned int, fixes warnings of the type: codec-cfg.c:1031: warning: pointer targets in passing argument 1 of 'print_int_array' differ in signedness git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29155 b3059339-0415-0410-9bf9-f77b7e298cf2 codec-cfg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 27f812b5199d7d11bb42e44fd72da3fc3f5f0a6e Author: Uoti Urpala Date: Wed Apr 8 02:48:51 2009 +0300 Update FFmpeg-mt submodule ffmpeg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 04064e4ef67933c8fbbd0b8d5ef544de1604117f Merge: f8e7d27... 6dd5681... Author: Uoti Urpala Date: Wed Apr 8 02:48:13 2009 +0300 Merge branch 'master' into mt commit f8e7d27b0e3478a36f16acd8ec83636c2f7a46af Author: Uoti Urpala Date: Wed Apr 1 02:49:41 2009 +0300 Update FFmpeg-mt submodule ffmpeg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d4fe668007fa7ebd586d25a50d7ff6e19f614188 Merge: 8f0eb9f... cf9edda... Author: Uoti Urpala Date: Wed Apr 1 02:49:12 2009 +0300 Merge branch 'master' into mt commit 8f0eb9fbb15ecfe9720de0a657b4707769ba6cd3 Author: Uoti Urpala Date: Wed Mar 25 17:20:54 2009 +0200 Update FFmpeg-mt submodule ffmpeg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bd513856e18ed9b7d3dfc88a5c510ab6f4269aa2 Merge: 57ca7a3... 7af8417... Author: Uoti Urpala Date: Wed Mar 25 17:19:44 2009 +0200 Merge branch 'master' into mt commit 57ca7a3771dd53f3f56cc2e09a37eccf1a7a6a90 Merge: 72dabb0... ae2faad... Author: Uoti Urpala Date: Sun Mar 15 00:00:30 2009 +0200 Merge branch 'master' into mt, update FFmpeg-mt submodule commit 72dabb0ed90688d52f7d4811f85e6342e110316e Merge: 8438ef1... 66f6f9f... Author: Uoti Urpala Date: Mon Feb 23 21:02:47 2009 +0200 Merge branch 'master' into mt commit 8438ef106ad91875ba183217744ebcbddd144a65 Merge: a5d1dbc... ebb541c... Author: Uoti Urpala Date: Sat Feb 21 19:13:52 2009 +0200 Merge branch 'master' into mt 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 bdeb2271bb5ad3940bb7ce34adc1552d4dcd6be6 Merge: 6192b07... 0406d95... Author: Uoti Urpala Date: Fri Jan 23 20:57:48 2009 +0200 Merge branch 'master' into mt commit 6192b07d8594d84c39ef7d78ec6c49c44185e290 Merge: fbaf881... 79e1aa7... Author: Uoti Urpala Date: Fri Jan 23 00:09:02 2009 +0200 Merge branch 'master', update FFmpeg-mt Update both MPlayer and the FFmpeg-mt submodule to versions with changed FFmpeg config variable semantics. commit fbaf88100032ffd6536ed75b24c12b9f2814ac25 Author: Uoti Urpala Date: Fri Jan 16 12:33:19 2009 +0200 Update to latest FFmpeg-mt ffmpeg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dc3eab332f571946e6a492d542971a309af6ed21 Author: Uoti Urpala Date: Fri Jan 16 12:30:05 2009 +0200 Fix possible audio stutter when playing audio-only files The same fix already exists in svn but merging would bring in changes incompatible with current ffmpeg-mt. mplayer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 04618813338933f4841824607235e07e735b75b9 Merge: f217971... 2b45912... Author: Uoti Urpala Date: Fri Jan 16 12:29:28 2009 +0200 Merge branch 'master' into mt commit f217971c373a5cf9ac901663b6d1328408ee6377 Author: Uoti Urpala Date: Fri Dec 19 00:36:51 2008 +0200 Update to latest FFmpeg-mt ffmpeg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b6088d6c6ac3eefaadb906335ffed6bb17306fc7 Merge: 68fbfaa... 71b25cc... Author: Uoti Urpala Date: Fri Dec 19 00:36:39 2008 +0200 Merge branch 'master' into mt commit 68fbfaa245d0649bb327e5987f523ba79a3ae539 Merge: 80986a0... a3ab9e8... Author: Uoti Urpala Date: Sun Dec 14 17:30:36 2008 +0200 Merge branch 'master' into mt commit 80986a0aaa9953e4221c7bbf02f5c4cf7b60df94 Author: Uoti Urpala Date: Sat Dec 6 06:24:00 2008 +0200 Update to latest FFmpeg-mt ffmpeg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit eba4fa2ddf5e78f835bef5b42185bcec67ee5181 Merge: f2dff1f... bc4c570... Author: Uoti Urpala Date: Sat Dec 6 06:23:56 2008 +0200 Merge branch 'master' into mt commit f2dff1fad8c3f848fd8b5812430164d9d9ebf35f Merge: 9ea58c1... 52ee93c... Author: Uoti Urpala Date: Tue Dec 2 23:09:47 2008 +0200 Merge branch 'master' into mt commit 9ea58c12eec77063249c32570024c80e1d5e205a Merge: 805b1ec... d8fad6c... Author: Uoti Urpala Date: Tue Dec 2 20:56:25 2008 +0200 Merge branch 'master' into mt commit 805b1ec55d5cc166d1727bf30ac350bdb1c5f78f Author: Uoti Urpala Date: Tue Dec 2 18:56:20 2008 +0200 Update ffmpeg-mt submodule, should fix -ss ffmpeg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b65e8bd127fb7eee9debd4ea280846d6ba557467 Merge: 60cd650... 10e4753... Author: Uoti Urpala Date: Tue Dec 2 18:55:53 2008 +0200 Merge branch 'master' into mt commit 60cd65049536422e01bd0ae2d4833551fb2ced91 Author: Uoti Urpala Date: Fri Nov 28 17:39:04 2008 +0200 Create a test branch that uses ffmpeg-mt ffmpeg-mt is used as a subproject in this version. .gitignore | 1 - .gitmodules | 3 +++ ffmpeg | 1 + libmpcodecs/vd_ffmpeg.c | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-)