1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
Commit Graph

37488 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
cdf54698d5 misc: use var_Inherit 2010-01-23 20:04:48 +02:00
Rémi Denis-Courmont
23c9bffb5b Qt4: use var_Inherit 2010-01-23 20:04:47 +02:00
Laurent Aimar
68684aa49b Fixed typo in avformat access. 2010-01-23 18:42:29 +01:00
Laurent Aimar
e193887aa3 Fixed error code value in vmem. 2010-01-23 18:38:39 +01:00
Rémi Denis-Courmont
80b17e25cc Fix use of --data-path 2010-01-23 19:19:19 +02:00
Rémi Denis-Courmont
1fa88f66c1 filter_t: use struct of non-anymous unions, seems more portable 2010-01-23 19:05:48 +02:00
Rémi Denis-Courmont
a8421c5730 VLC: exit if the requested interface could not be started 2010-01-23 19:05:48 +02:00
Luca Barbato
c035e8417b libvlc os-specific path discovery
Get the right libvlc path in macosx and win32 to reside in the specific.c files.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-23 17:45:19 +01:00
Rémi Denis-Courmont
4041e26784 Some objects have no name. Fix segmentation fault. 2010-01-23 18:34:29 +02:00
Pierre Ynard
167c59f6c0 rtp sout: support IPv6 in SDP for RTSP 2010-01-23 17:06:55 +01:00
Jean-Baptiste Kempf
47109b0d7e Real demux: Do not store the SIPR flavor in profile.
It is not useful
2010-01-23 16:46:46 +01:00
Rafaël Carré
0da465f604 libvlc: Get ES descriptions for media 2010-01-23 16:44:47 +01:00
Rafaël Carré
8f4a554c7b mpga decoder: modify input ES format with layer 2010-01-23 16:44:47 +01:00
Rafaël Carré
5352b6054f h264 packetizer: fill profile/level 2010-01-23 16:44:47 +01:00
Rafaël Carré
8ddf6aa4f2 es_format_t: add i_level
It indicates restrictions on the ES (resolution, bitrate, codec
features...), like the H264 level
2010-01-23 16:44:47 +01:00
Rafaël Carré
ecbc3c7839 Init es_format_t->i_profile to -1 (not filled) 2010-01-23 16:44:47 +01:00
Rafaël Carré
f173401f9d audio_format_t.i_flavor -> es_format_t.i_profile
Other (audio or video) demux/codecs than real demux can use it
2010-01-23 16:44:47 +01:00
Vincent Penquerc'h
6a893450bc Remove the conversion from premultiplied alpha, ...
...as I found a case where it makes the output almost unreadable, and
cannot find another test case where it makes it better, which I'm
pretty sure I had when I did this.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-01-23 17:13:12 +02:00
Ramiro Polla
16f75b88a7 dummy vout: check for sys->pool before deleting it.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-01-23 16:59:44 +02:00
Kaarlo Raiha
e07d5bbb42 add option to disable dvd subtitle transparency to spudec
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-01-23 16:26:28 +02:00
Rémi Duraffort
d2edbc8ebc phonon: 0 => NULL. 2010-01-23 15:04:34 +01:00
Rémi Duraffort
10a63bb57f New C++ binding for libvlc. 2010-01-23 14:57:36 +01:00
Rémi Denis-Courmont
b187fe3d02 Still build the vcdx plugin
Pointed-out-by: Alexis Ballier
2010-01-23 15:39:53 +02:00
Rémi Denis-Courmont
35192dd772 ncurses: always use vcd
This is consistent with Qt4 behaviour. This also fixes a bug when using
the configuration; the item is called "vcd", not "vcd://".
2010-01-23 15:37:55 +02:00
Rémi Denis-Courmont
832df23afa HAVE_CDDAX is never defined (anymore) 2010-01-23 15:34:10 +02:00
Rémi Denis-Courmont
f9f69cb529 ncurses: typo 2010-01-23 15:33:24 +02:00
Rémi Denis-Courmont
3ad014c313 Use a doubly-linked list for object tree 2010-01-23 14:52:32 +02:00
Rémi Denis-Courmont
5e04d7d085 Remove dead code 2010-01-23 14:28:50 +02:00
Rémi Denis-Courmont
ec7e1f8229 test_block requires threads lib too 2010-01-23 14:26:19 +02:00
Rémi Denis-Courmont
6c1e53fa81 Remove vlc_list_find 2010-01-23 14:21:57 +02:00
Rémi Denis-Courmont
af3779ff1c FindObjectName: split parent and child search modes 2010-01-23 13:40:51 +02:00
Rémi Denis-Courmont
538a9b4da2 vlc_object_find_name: simplify FIND_ANYWHERE 2010-01-23 13:35:55 +02:00
Rémi Denis-Courmont
5d600458c9 Split FindObject into FindParent and FindChild
This avoids pushing and checking the mode parameter at each recursion.
Also, FindParent is now iterative.
2010-01-23 13:30:49 +02:00
Daniel Mierswa
c8631c6512 Simplify vcdx configure.ac logic.
HAVE_{LIBCDIO,LIBVCDINFO} and have_{libcdio,libvcdinfo} were nowhere
used in the source except when --enable-vcdx was given, hence only probe
for them when vcdx is to be enabled.
Since have_libvcdinfo (which is a requirement for vcdx) can only be
enabled if have_libcdio was defined, I simply put it in the enable_vcdx
block. And because vcdx needs to be explicitly enabled, we can safely
AC_MSG_ERROR on every missing library.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-01-23 12:06:33 +02:00
Rémi Denis-Courmont
ef139b0b5c Revert "file: rewind before read"
This reverts commit 09049343c7.
2010-01-23 11:59:22 +02:00
Rémi Denis-Courmont
44a7af395f file: fix warning 2010-01-23 11:23:03 +02:00
Pierre Ynard
65113f55d6 rtp sout: factor out some SDP code 2010-01-23 01:14:10 +01:00
Jean-Baptiste Kempf
66b5e14a6a Real: small fix
Sorry, I forgot to push that part
2010-01-22 20:57:28 +01:00
Jean-Baptiste Kempf
ff6ffc77cd Real demux: visual alignment
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-22 20:48:56 +01:00
Jean-Baptiste Kempf
fd112a9478 Real demux: correctly set the subpacket size when SIPR is used 2010-01-22 20:48:56 +01:00
Jean-Baptiste Kempf
7108cd2c8e Real Demuxer: use the VLC_CODEC macros 2010-01-22 20:48:56 +01:00
Jean-Baptiste Kempf
dec7310f08 Real demux: fix a comment 2010-01-22 20:48:56 +01:00
Pierre Ynard
8159c4c4f7 rtp sout: use the URL helper everywhere 2010-01-22 19:37:04 +01:00
Pierre Ynard
e30cb4fb53 rtp sout: fix RTSP track numbering in SDP
Add a helper to get the right values from the RTSP code
2010-01-22 18:47:09 +01:00
Pierre Ynard
94558b79a9 rtp sout: fix duplicate slashes in RTSP URLs 2010-01-22 18:18:01 +01:00
Rémi Duraffort
5cd12c79d4 access_sftp: fix compilation. 2010-01-22 10:07:40 +01:00
Pierre Ynard
ead9acc05a i18n: remove deleted files 2010-01-22 00:35:21 +01:00
Laurent Aimar
75294cb068 Fixed compilation. 2010-01-22 00:25:22 +01:00
Laurent Aimar
9d447992d1 Fixed transcode audio filters insertion (close #3199).
Calls to aout_PrepareFormat where missing.
2010-01-22 00:18:34 +01:00
Laurent Aimar
a463d9bd0e Made stream_t size and position unsigned.
It fixes segfaults in src/input/stream.c (at least) when demuxers
overflow int64_t seek position, and avoid testing for negative values
everywhere.
 stream_Tell() and stream_Size() still returns signed values as too much code
depend on it.
2010-01-22 00:18:34 +01:00