Jean-Baptiste Kempf
f51de26430
Compile fix for QT 4.2.
2008-03-31 08:07:09 -07:00
Rafaël Carré
d902372231
Verbosely report EOF
2008-03-31 15:25:09 +02:00
Rafaël Carré
e91f212073
Fix infinite loop
2008-03-31 15:24:00 +02:00
Rafaël Carré
be3c7a5f8c
h264 packetizer : do not trust the input data in p_extra
2008-03-31 10:17:53 +02:00
Rafaël Carré
cf34ca7b93
h264: fix maximum size calculation
2008-03-31 10:17:53 +02:00
Rafaël Carré
96fca586a4
Really fix H264 packetizing: abort PacketizeAVC1() if computed size is too huge
2008-03-31 10:17:53 +02:00
Rafaël Carré
ab4e8a39d0
H264 packetizer : NEVER TRUST INPUT !!
...
Do not allocate ridiculous amount of datas.
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
2008-03-31 09:36:00 +02:00
Jean-Paul Saman
9e856ef47f
Don't crash when deinterlacing fails.
2008-03-31 09:36:00 +02:00
Jean-Paul Saman
0db150584a
Add space after , in defining module properties.
2008-03-31 09:36:00 +02:00
Jean-Baptiste Kempf
72fdb18bea
Actions on cropping UI. This doesn't work yet, because I am unsure of the good way to do it. Ref #1400 .
2008-03-31 00:13:26 -07:00
Jean-Baptiste Kempf
b6fbd644be
Interface for pixel cropping. Ref #1400
2008-03-30 23:13:55 -07:00
Jean-Baptiste Kempf
3337f1c24c
name fix.
2008-03-30 22:54:53 -07:00
Jean-Baptiste Kempf
d5b964969c
Forgotten in previous commit.
2008-03-30 22:46:17 -07:00
Jean-Baptiste Kempf
7d40254e31
Add panoramix to the UI.
2008-03-30 22:42:33 -07:00
Jean-Baptiste Kempf
6dfcdbe414
Minor Layout modifications in Extended filters.
...
Adding Panoramix there.
2008-03-30 22:40:13 -07:00
Jean-Baptiste Kempf
990f4ea384
String renaming.
2008-03-30 22:23:27 -07:00
Jean-Baptiste Kempf
896ea8a4af
Layout rework and update button.
2008-03-30 22:22:53 -07:00
Jean-Baptiste Kempf
2257a1a255
Connect the buttons to the actions.
...
Renamings.
2008-03-30 22:09:12 -07:00
Jean-Baptiste Kempf
45505b07d5
Subs Speed Rate controls.
2008-03-30 21:46:11 -07:00
Rafaël Carré
b5cb69656a
Do not mix time() and mdate()
...
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
2008-03-30 17:37:35 +03:00
Ilkka Ollakka
101c52fa19
small adjustment on decoder/encoder fmt_in/out for new_video_filter
2008-03-30 17:37:35 +03:00
Rémi Denis-Courmont
0e1b522e9b
Remove HTTPD object type
2008-03-30 17:15:09 +03:00
Jean-Baptiste Kempf
6d1a4bca44
Interface to delay subtitles and audio. Most of ##1491
2008-03-29 20:44:29 -07:00
Jean-Baptiste Kempf
5a6c9e944a
Start of the work for the audio/video/subs synchronisation
2008-03-29 20:44:29 -07:00
Jean-Baptiste Kempf
b87ff819b6
Reduce Space in effects UI.
2008-03-29 18:39:04 -07:00
Jean-Baptiste Kempf
3f5b0ca857
Small UI fix.
2008-03-29 18:09:28 -07:00
Pierre d'Herbemont
719f576184
stats: Move the stat to libvlc instead of the playlist. As stated in the code it is not playlist related.
2008-03-29 21:53:12 +01:00
Pierre d'Herbemont
c2b333e3de
description: Fix compilation.
2008-03-29 14:32:47 +01:00
Pierre d'Herbemont
49bc02ec73
description: A buggy case needs an assert.
2008-03-29 14:16:42 +01:00
Rémi Denis-Courmont
9fc1c6d158
Remove META_ENGINE object type
2008-03-29 11:24:33 +02:00
Rémi Denis-Courmont
e24e108c76
Remove XML object type
2008-03-29 11:18:33 +02:00
Rémi Denis-Courmont
bb5a8eb81e
Remove SD object type
2008-03-29 11:16:41 +02:00
Rémi Denis-Courmont
182f9a350d
Remove SPU type
2008-03-29 11:10:35 +02:00
Rémi Denis-Courmont
9a867d7368
Remove VOD object type - not actually needed
2008-03-29 11:04:54 +02:00
Rémi Denis-Courmont
5541a98c21
Remove ITEM type - not used anywhere
2008-03-29 10:59:27 +02:00
Rémi Denis-Courmont
864ca35c1d
Revert "prevent #1312 from occuring (refs #1312 )"
...
This reverts commit 69d572ca8a
.
It's not an issue with sout-keep alone. The issue shows up if using
both sout-keep and #gather, and there is no easy way for a stream
object to know what its upstream stream (if any) is. Hence, let users
shoot themselves in the feet if they want, and otherwise assume that
people don't use #gather _in_front_ of #display.
2008-03-29 10:39:44 +02:00
Jean-Baptiste Kempf
5bfcf59daf
Small improvements on the TelX bar.
2008-03-28 22:23:13 -07:00
Jean-Baptiste Kempf
12f8c376dd
Detect the spu presence in the IM. Deactivate the teletext until any
...
good detection exist.
2008-03-28 22:08:49 -07:00
Jean-Baptiste Kempf
dab72b3b72
Hopefully fix the play button issue.
...
ILEoo, any idea why ?
2008-03-28 21:17:48 -07:00
Christophe Mutricy
4e976a6e0f
Avoid memleak and use of uninitiliazed pointer
2008-03-29 00:07:10 +00:00
Rémi Denis-Courmont
69d572ca8a
prevent #1312 from occuring (refs #1312 )
2008-03-28 18:49:01 +02:00
Rémi Denis-Courmont
fed486eb36
cleanup
2008-03-28 18:47:43 +02:00
Felix Paul Kühne
834670aa5a
Fixed 'Blackout screens' on multi-screen setups
2008-03-28 12:48:03 +01:00
Rafaël Carré
21f7e7ea47
MMS: close access on network timeout
...
defaults to timeout on 5s (configurable) without data (there will be 10 tries before returning EOF)
fix some EOF return paths
check malloc()
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
2008-03-28 10:54:55 +01:00
Rémi Denis-Courmont
e77d9061a5
Use KeyToString
2008-03-27 22:59:19 +02:00
Rémi Denis-Courmont
1e81cdfb2e
Remove useless check
2008-03-27 22:59:19 +02:00
Rémi Denis-Courmont
ac434f31ff
Don't create an unused variable per action
2008-03-27 22:42:34 +02:00
Rémi Denis-Courmont
1c2d8e7805
Remove hotkeys "accounting" stuff.
...
That was never written to (except by KeyActionCB that _that_ was never
invoked ever, and did not make sense). Note that, had it worked as it
probably was intended, this "accounting" data should have been kept
inside the hotkeys plugin, not the libvlc instance data anyhow.
2008-03-27 22:26:54 +02:00
Rémi Denis-Courmont
f05bd0b26d
Remove ActionKeyCB - I really can't find any path to this code
2008-03-27 22:23:40 +02:00
Rémi Denis-Courmont
5223eff99a
hotkeys: use key-action
2008-03-27 22:11:16 +02:00