Commit Graph

19439 Commits

Author SHA1 Message Date
nicodvb e8870c3db7 support relative seeking in the stream-driven case
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19444 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 19:03:31 +00:00
nicodvb d4a4bb3651 new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19443 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 18:58:38 +00:00
nicodvb 7b414c9b28 seek to chapter using newly introduced demux_seek_chapter()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19442 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 16:52:23 +00:00
nicodvb 01602c31b3 added first revision of demuxer_seek_chapter()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19441 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 16:48:22 +00:00
nicodvb 63fdcbc840 new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19440 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 16:44:24 +00:00
diego 3b856c96c7 Some more consistency for the conditions under which tests are run.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19439 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 16:04:16 +00:00
diego ba1ead6fe0 Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"
test failed, fixes compilation on Sparc.
patch by Zuxy Meng, zuxy.meng $$@$$ gmail $$dot$$ com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19438 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 14:44:09 +00:00
diego 77b4259600 Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19437 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 13:58:03 +00:00
eugeni bdb9b1d5dc Fix seeking in matroska files when timecodes do not start from zero.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19436 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 12:20:43 +00:00
corey 9d2c260488 replace echo with printf; fixes compilation when shell is dash and
language is not English


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19435 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 02:23:44 +00:00
nplourde 6b0da6eb35 disable double buffer in vo_sdl on macosx. fix flicker issue.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19434 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 02:22:39 +00:00
nplourde be5863dca4 fix buffering issues with short audio samples on macosx. patch by Chris Roccati <roccati@pobox.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19433 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 01:19:19 +00:00
nplourde 7df4a327ad fix missing symbol when compiling with live support on mac osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19432 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 01:15:46 +00:00
diego 0769cbd75c 10l: Also rename configure option for gcc check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19431 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 23:41:51 +00:00
diego e8ebdfe224 Rename gcc_checking variable to gcc_check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19430 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 23:40:11 +00:00
kraymer f31dd94fb0 r19420: Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)
r19348: Add matroska chapter seeking capability.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19429 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 23:08:13 +00:00
kraymer f5ec58a14c r19361: Reintroduce an ugly variant of the -gui/-nogui options.
r19348: Add matroska chapter seeking capability.
r19286: clarification on -mpegopts :vaspect
r19285: New sentences should start on a new line.
r19281: don't use vaspect on mpeg1 video streams
r19274: Move the section describing the per movie config files
        up, so it doesn't get seperated from the rest of the
        config file doc by the config file example
r19241: missed some escaping
r19240: use DOCS writing standards for default values (asked by diego)
r19233: english manpage for pvr:// input
r19231: updated en/fr manpages for ao_ivtv
r19228: removed default outfile for -ao mpegpes
r19206: Improve ao_mpegpes description.
r19191: description of the arnd scale video filter parameter
r19190: new -ao mpegpes options
r19181: - Add missing "00" in -af pan usage line.
        - Change -af pan usage and description to use a capital 'L' to make the
          letter easily distinguishable from a '1'.
r19161: cosmetics/punctuation/spelling
r19149: updated english man page with vo_ivtv description


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19428 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 21:57:01 +00:00
kraymer 0e6c7fefe0 r19424: Update new DarwinPorts URL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19427 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 18:51:29 +00:00
diego b02e7924b9 Move all internal -I parameters to the front of CFLAGS to avoid using external
header files that happen to have the same name as internal ones.
based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 17:19:56 +00:00
gpoirier 1737500919 Fixes by Jerome Ferrari % jerome P ferrari A lappis P com %
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19425 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 16:44:54 +00:00
gpoirier 83f1ec0c74 Update new DarwinPorts URL (as opendarwin.org is going bye-bye and
darwinports are gonna be hosted somewhere else).
DarwinPorts will eventually get s/DarwinPorts/MacPorts/ but since they 
haven't done so in their website, we should only do it sometime later


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19424 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 15:48:21 +00:00
reimar f0fd719118 Add -Wdeclaration-after-statement to CFLAGS if available to ensure people
won't miss this requirement and thus don't have to fix it later.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19423 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 15:11:10 +00:00
gpoirier c00784bb22 Fixes by Jerome Ferrari
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19422 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 09:18:37 +00:00
reimar 16793d27a7 Simplistic attempt to make H.264 over RTSP work.
Did not work for me, but reason is unclear.
This at least moves things one step step closer to working


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19421 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 23:40:51 +00:00
reimar ba40bf76b6 Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19420 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 23:36:33 +00:00
reimar 85d85da0f2 Update information and print new value when demux_info_add is called
twice for the same tag.
Should show currently playing title with Ogg streams.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19419 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 23:32:39 +00:00
diego 82300a99c6 consistency cosmetics: Handle includes just like in other Makefiles.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19418 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 21:08:50 +00:00
diego 4ceb255a7d consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19417 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 21:01:29 +00:00
lucabe b4d8744e68 Fix compilation as a win32 shared library (libavutil must be explicitly linked)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19416 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 20:09:47 +00:00
uau 2ad89c5956 Move mpeg aos to the end of the autodetection list. At least mpegpes
should be there since it now works without the corresponding vo but is
not a particularly good ao overall.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19415 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 20:04:43 +00:00
vayne 8ccc7ac50d further improvements to fullscreen switching.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19414 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 16:21:17 +00:00
gpoirier 66146dd85b m-x whitespace-cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19413 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 11:06:40 +00:00
eugeni 6037d1d6ee Fix wrong handling of transparency in \fad(\fade).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19412 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-16 00:54:59 +00:00
eugeni eaffefaaf0 Replace stdint.h with inttypes.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19411 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 22:46:56 +00:00
eugeni e9297a3597 Angle value from style was ignored. Not anymore.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19410 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 20:41:53 +00:00
ivo 0242e630f9 display correct audio bitrate, samplerate and number of channels once
they are known for mplayer -identify



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19409 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 20:06:31 +00:00
ivo f503cce428 display corrected aspect ratio for mplayer -identify
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19408 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 19:51:57 +00:00
eugeni e3bf2d7343 Add subdata to ass_track conversion for external subtitles.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19407 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 19:25:46 +00:00
uau 37790bdbc4 Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
--enable-debug).
Fix from Jason Tackaberry for his previous -fPIC patch.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19406 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 14:50:24 +00:00
eugeni 646de6eb2a Cosmetics: fix indentation after the last patch.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19405 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 14:43:04 +00:00
eugeni 6d21ed472c Allow \fade to be used in place of \fad and vice versa.
Now they are distinguished by the number of arguments.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19404 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 14:40:57 +00:00
gpoirier 6c1bca9b66 Set encoder's input format to "native endiannes", instead of little endian.
Original thread:
Date: Aug 9, 2006 11:55 PM
Subject: Re: [PATCH] bugfix: lame endianess for Solaris/SPARC

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19403 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 14:32:50 +00:00
diego 069a521627 -fPIC support for libswscale
patch by Jason Tackaberry, tack /at/ urandom /dot/ ca


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19402 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-15 08:47:03 +00:00
nicodvb d33b968ebf support for dvdnav is now auto-detected; removed support for dvdnav-dir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19401 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 21:48:20 +00:00
diego ee830eebc9 H.261 through QuickTime DLL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19400 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 21:22:49 +00:00
uau 3b436fd963 Remove empty function that isn't used anywhere (and never has been??).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19399 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 17:55:38 +00:00
uau 77760ff64e Fix buffer size sanity check to match what is actually required.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19398 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 17:37:47 +00:00
ods15 1e7ea68b2e Cosmetics (nothing but spaces, tabs, and a comment changed here..)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19397 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 17:27:15 +00:00
reimar 1f258a4a46 re-indent properly after last patch.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19396 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 16:17:26 +00:00
reimar 7cf0b7af8f 10l in last commit, move configured-check inside sh_video and sh_video->vfilter check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19395 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 16:15:21 +00:00