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
diego
ae219c46b7
Add some undocumented options.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17679 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 20:28:16 +00:00
diego
ff7e166c4c
Document the noup suboption of the scale video filter.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17678 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 19:09:14 +00:00
diego
8749b9a23d
Add XML tool paths for SUSE 10.0
...
patch by Matthias Hopf, mat ta mshopf tod de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17677 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 17:38:23 +00:00
ods15
6133e7cf87
Add uninit for audio before switching to next file and completing encode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17676 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 15:43:20 +00:00
michael
593dda77e9
10l (dont limit dimension components independantly if noup)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17675 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 15:22:59 +00:00
diego
0b8f7c264e
link fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17674 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 15:09:13 +00:00
ods15
ddefa84a43
This now works correctly thanks to clear-to-end-of-line patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17673 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 14:56:28 +00:00
ods15
d2b49efc98
fix bit specification for fixed_fps
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17672 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 14:41:02 +00:00
pacman
34164ab349
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
...
was fixed in rgb32to16 about a year ago: using only the first 8 bits of the
32-bit pixel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17671 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 09:52:59 +00:00
ods15
37cf77372a
info packet stuff, chapters...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17670 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 05:41:35 +00:00
reimar
d18baca45c
workaround for gl.h variants that do not define APIENTRY
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17669 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-23 10:18:10 +00:00
reimar
2e51fd4440
use calloc instead of malloc in copy_func_pf, missing initialization of
...
next field caused crash (fixes bug #459 )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17668 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-22 20:39:44 +00:00