Commit Graph

18776 Commits

Author SHA1 Message Date
Pierre d'Herbemont
06bbffa635 contrib: Really install libtool on Mac OS X as default version isn't working well enough. 2007-07-20 22:36:47 +00:00
Pierre d'Herbemont
f12d0afa18 contrib: Bump libtool version to latest stable 1.5.24. 2007-07-20 22:34:57 +00:00
Christophe Mutricy
44e837ae15 Work-around a subtility of the preprocessor and use " instead of <>.
This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely.
Closes #1238
2007-07-20 22:16:46 +00:00
Rémi Denis-Courmont
1a539b89a9 Remove dummy stream_t.pf_block 2007-07-20 20:55:02 +00:00
Laurent Aimar
11edc20cf6 Fixed a bunch of warning because of stream_Peek change. 2007-07-20 19:45:21 +00:00
Christophe Mutricy
f7e4f2966a Fix some const. 2007-07-20 17:19:17 +00:00
Rémi Denis-Courmont
2aaa1abe71 svn:props 2007-07-20 15:51:26 +00:00
Rémi Denis-Courmont
ec32dbe299 UTF-8 2007-07-20 15:50:43 +00:00
Rémi Denis-Courmont
7af3d91a65 - Fix a bunch of warnings
- Fix a bunch of abuse of strncmp (memcmp rulez)
2007-07-20 14:34:20 +00:00
Rémi Denis-Courmont
40785cad48 Make stream_Peek take a const pointer as it should
(This introduces a lot of warnings)
2007-07-20 14:22:54 +00:00
Rémi Denis-Courmont
8b91a2d0b1 Resync gettext with contrib 2007-07-20 14:04:50 +00:00
Rémi Denis-Courmont
609cba8d6c Try to fix NLS on Win32
Somehow gettext fails on mingw32 here, so cannot test
2007-07-20 13:53:29 +00:00
Rémi Denis-Courmont
2dc7b44347 Stupid typo 2007-07-20 13:24:54 +00:00
Rémi Denis-Courmont
92ad9789e7 Clean up 2007-07-20 13:13:53 +00:00
Jean-Paul Saman
88e31f14f1 Don't scale when original widht/height is zero. 2007-07-20 12:46:02 +00:00
Bernie Purcell
4a1b6b00ba (hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729 2007-07-19 23:05:27 +00:00
Pierre d'Herbemont
14b5b5ff59 bootstrap: Attempt to fix Mac OS X build using libtool. Please review. 2007-07-19 20:14:50 +00:00
Rémi Denis-Courmont
5058051044 Same as previous commit 2007-07-19 19:06:19 +00:00
Rémi Denis-Courmont
d1216c164c Remove extra whitespace 2007-07-19 19:00:17 +00:00
Pierre d'Herbemont
f72698db78 control/event.c: Make sure intall_input_event returns a value. 2007-07-19 17:57:42 +00:00
Pierre d'Herbemont
d1b51e8cec src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool. 2007-07-19 17:34:23 +00:00
Rémi Denis-Courmont
130afa593b Remove non-libtool targets.
automake could hardly keep up with 700 targets.
2007-07-19 17:28:35 +00:00
Rémi Denis-Courmont
df78f0a87c Always use libtool here 2007-07-19 16:32:23 +00:00
Rémi Denis-Courmont
1738352af2 Cosmetic fix 2007-07-19 15:47:50 +00:00
Rémi Denis-Courmont
6fed5dea61 Remove the most useless Makefile statement ever 2007-07-19 15:47:06 +00:00
Jean-Paul Saman
c9c15222fd Fix positioning of subpicture regions in osdmenu. 2007-07-19 14:50:53 +00:00
Jean-Paul Saman
e62911abc7 Don't scale when source or destination width/height is zero. Fixes a arithmic exception (division by zero). 2007-07-19 13:45:30 +00:00
Philippe Morin
cdab2dbf68 Add input check.
Avoid mallocing/freeing a libvlc_exception_t (end).
2007-07-19 12:57:50 +00:00
Antoine Cellerier
2f29e4ff65 Also demux YUV4MPEG2 files with the raw video demux. Bump the demux score so that it's tested before ffmpeg. ( http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 ) 2007-07-18 22:14:57 +00:00
Rémi Denis-Courmont
9b007c13bd Remove some useless cruft 2007-07-18 19:47:29 +00:00
Philippe Morin
91287e977e Avoid allocating/freeing livlc_exception_t. 2007-07-18 16:54:09 +00:00
Jean-Baptiste Kempf
78f3edc58d Contribs: build taglib on Windows. Don't know yet about the detection in main configure. (Ref #1247) 2007-07-18 04:37:24 +00:00
Jean-Baptiste Kempf
360c0d9472 D-Bus: "org.mpris.vlc" adjustement.
Patch from Mirsal, as often.
2007-07-18 04:29:02 +00:00
Jean-Baptiste Kempf
4261df82c9 Default keys for !mac changes:
The idea is that "Ctrl + small letter" are now reserved to interface for
dialogs/windows showing.

=====
* Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j'
* Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic
subtitles delay (g h j k are next to each other on most keyboards).

* loop is 'l' instead of shift+l to simplify and match random that is 'r'.

* audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used
now for delay, since all delays are regrouped.

* Menus, title and chapter are now alt+  instead of Ctrl+ and are using
'n','p' for next/previous chapter and 'o','b' for other (title) next/previous
(o, b are next to n, p)

History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are
next to each other)

Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
2007-07-18 04:21:59 +00:00
Antoine Cellerier
2265cda0ae Add raw video demux to the NEWS. 2007-07-17 22:00:35 +00:00
Antoine Cellerier
6c9013a9d8 Automatically load files with the following extension using the rawvid module (and set height, width, aspect ratio, chroma and fps correctly): sqcif, qcif, cif, 4cif, 16cif, yuv. 2007-07-17 21:59:22 +00:00
Antoine Cellerier
2fd187de93 Add aspect ratio and chroma option to the rawvid demux.
Add some sanity checks to the options' values.
2007-07-17 21:40:03 +00:00
Pavlov Konstantin
fd84e3b73a And another fortune from funman. 2007-07-17 21:20:00 +00:00
Jean-Baptiste Kempf
322448e488 qt4 - Renaming a function. 2007-07-17 17:54:05 +00:00
Jean-Baptiste Kempf
4af342f9ed Qt4 - Cosmetics on previous commit and comments. 2007-07-17 17:50:35 +00:00
Jean-Baptiste Kempf
fada667b4f Qt4: Systray Menu segfaults. Don't register the connects if you don't have a systray. 2007-07-17 17:43:28 +00:00
Olivier Aubert
8820f0c681 Fix locking issues in (embedded) snapshot code 2007-07-17 13:12:55 +00:00
Damien Fouilleul
ff3a0f6c3f vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible 2007-07-17 11:05:30 +00:00
Pavlov Konstantin
f0fd5fd5a3 Add myself. 2007-07-17 10:33:23 +00:00
Damien Fouilleul
f65a43869d - contribs: cleanup pthreads for win32 target 2007-07-17 10:09:56 +00:00
Damien Fouilleul
12a27bacbb contribs: fix lua compile on cygwin/mingw/win32 2007-07-17 08:43:14 +00:00
Laurent Aimar
49c878c55d Fixed access to (potentially) uninitialized data (close #1246, reported by aurelien). 2007-07-16 20:45:20 +00:00
Pierre d'Herbemont
0fb0c8e456 input/input_internal.h: Provide a more discouraging warning message. (as requested by courmish) 2007-07-16 19:17:28 +00:00
Pierre d'Herbemont
156bc8a152 input/input_internal.h: Be more polite in the warning message. 2007-07-15 17:14:22 +00:00
Philippe Morin
f6ee16ae10 Add libvlc_media_instance_release(input) call to correctly release
the media instance.
2007-07-15 08:06:29 +00:00