Commit Graph

17779 Commits

Author SHA1 Message Date
pacman 34e08d15ea When centering a video with odd width, be sure to start on a pixel boundary.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17729 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-04 20:00:06 +00:00
diego 1cbeb57911 Make -xy help output consistent, output an empty line before and after.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17728 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-04 17:33:56 +00:00
ods15 0a163ed4e4 return index_ptr to inside index
add max_size
disallow reserved headers after index


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17727 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-04 16:30:25 +00:00
nplourde 9ff365af34 update activity every 30 sec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17726 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-04 12:37:44 +00:00
nicodvb 63985abe1a print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS tracks (unsupported); save the size of the payload of the current PES packet in any case (used for ac3 detection)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17725 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-04 11:00:20 +00:00
ods15 a6401e400b typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17724 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-04 10:26:46 +00:00
michael bd4f01c6ab slightly better max_distance rule
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17723 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-03 22:43:49 +00:00
diego 434c3d0218 Reduce Real DLL/so loading verbosity, OKed by Roberto.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17722 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-03 22:38:46 +00:00
michael d87111a794 the return of the monolithic index
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17721 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-03 22:33:30 +00:00
michael de159845f9 update tmp_field numbers (pretty much just cosmetic)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17720 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-03 22:31:46 +00:00
michael 608b2793cd simplify flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17719 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-03 22:30:17 +00:00
gpoirier 99cb97975c Synced with 1.1234, patch by Jiří Heryán < technik AH domotech DOO cz >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17718 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-03 21:58:30 +00:00
rtognimp bf96c6033e This patch fixes pcm (twos, swot) in MOV.
This fix playing samples produced by ffmpeg(which set correct values),
and many samples in archive.

Patch by Baptiste COUDURIER | baptiste . coudurier )( smartjog . com |


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17717 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-02 22:28:12 +00:00
nicodvb 653243a582 don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch by calking a ieee d org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17716 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-02 21:19:57 +00:00
michael 8ba0c6444c syncpoint_start description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17715 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-02 10:34:09 +00:00
nicodvb 04e57c5822 removed reference to inexistent extern variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17714 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 22:26:18 +00:00
nicodvb fe7694f7a7 stream_control() returns int, not void
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17713 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 21:56:30 +00:00
michael 56dbc658e4 add forward_ptr to syncpoint (+0.006% overhead)
give syncpoint and frameheader their own checksums (worst case overhead increase <0.006%)
fix filestructure so that extendability is restored
move index_ptr to the fileend so that index packets arent a special case with their reserved_bytes position
-> all packets follow the same structure now

remove "optional" word from info packets, they are not more optional then index packets

split index packets
note, this is entirely optional and a muxer which has difficulty with it can always output a single index packet

remove the index MUST be at the file end if anywher rule, its not needed anymore as index_ptr will always be at the end

info frames must be keyframes

last info frame is the most correct

comments, flames?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17712 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 14:19:37 +00:00
michael 0b975eab56 leading coeff for crc polynom
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17711 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 13:37:09 +00:00
michael f1da7ec701 width/height/samplerate MUST not be 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17710 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 13:36:33 +00:00
michael 74e4530832 remove chapter_id == 0 special case
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17709 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 13:35:09 +00:00
diego b231d345a2 Change obsolete references to design6 to design7.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17708 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 10:07:43 +00:00
diego d9f738ab54 New website structure, the /homepage subdirectory is gone.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17707 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 10:01:43 +00:00
gpoirier 80477378b2 synced with 1.1235
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17706 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 09:57:11 +00:00
diego 8f88a08045 sync with 1.222
patch by Jirí Heryán technik, at, domotech, dot, cz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17705 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 09:26:06 +00:00
gpoirier bc6540bae9 XviD multi-threaded encoding support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17704 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 09:18:56 +00:00
pacman e4ecd258d5 add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17703 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-28 23:24:38 +00:00
wanderer ffdf7260bb reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17702 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-28 21:54:24 +00:00
aurel 6889ea11a1 update config.mak to match ffmpeg's version (fix alpha compilation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17701 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 22:44:22 +00:00
nicodvb 941b080f9c try to get duration from the stream layer, if an implementation of STREAM_CTRL_GET_TIME_LENGTH is available
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17700 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 21:13:17 +00:00
nicodvb f380dd575b implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17699 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 21:11:28 +00:00
nicodvb e9632a768b added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17698 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 21:08:58 +00:00
nicodvb 22226f94df added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17697 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 21:06:47 +00:00
corey aba3f4a7ab Add audio_delay argument to demux_mkv_seek.
Some uspecified amount of sugary caffeineated liquid to me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17696 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 19:48:31 +00:00
gabrov c6cda7b49e synced with 1.101
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17695 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 11:46:35 +00:00
gabrov 651714b6ff synced with 1.12
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17694 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 11:44:55 +00:00
gabrov 9128fc76c3 fixed XML syntax error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17693 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 11:43:29 +00:00
cladisch 6ccd999a89 Output error messages from the ALSA library through mp_msg() instead of
the default stderr.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17692 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 10:09:05 +00:00
cladisch 434f6b2347 Show the actual ALSA version instead of the version mplayer was compiled
with, if possible.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17691 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-27 10:06:27 +00:00
gabrov 455e9d93fa synced with 1.101
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17690 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-26 12:39:17 +00:00
reimar 1c45f83cac Better fallback for APIENTRY when compiling for Windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17689 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-26 09:47:17 +00:00
gpoirier 183f2e6ccb 10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17688 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-26 09:35:21 +00:00
ods15 2479fa73aa cosmetic, trailing whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17687 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-25 20:06:21 +00:00
ods15 4d7c002b5a use short 'type' names
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17686 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-25 18:51:46 +00:00
ods15 7468841b68 allow rationals with denom of '1'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17685 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-25 18:48:52 +00:00
ods15 e4d25db909 CRC32 stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17684 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-25 16:16:47 +00:00
nicodvb 25e163a19b auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zores ben a geexbox di org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17683 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 23:01:40 +00:00
nicodvb b4c7e5cf9b DVB channels cycling; patch by Ben Zores ben p geekbox d org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17682 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 22:46:23 +00:00
pacman c8610ae9e2 Add a practical description of endian-independent RGB/BGR coding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17681 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 22:18:45 +00:00
diego 469dda5b0a link fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17680 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 21:50:13 +00:00