Commit Graph

40452 Commits

Author SHA1 Message Date
Srikanth Raju 49fd520ae9 ML: Include Media Library header 2010-06-26 18:32:47 +05:30
Jean-Baptiste Kempf 9f1f778cf1 Apple: do not try to run a non existing globalhotkey module. 2010-06-26 14:30:06 +02:00
Rémi Duraffort cc5b3af019 alsa: fix a memory leak.
The thread can be canceled when owning a block_t, so we must push a way to clean it up.
2010-06-26 12:11:08 +02:00
Rémi Duraffort 7b6dc5d928 Fix spelling. 2010-06-26 11:37:22 +02:00
Rémi Denis-Courmont 3f573875f6 Fix vlc_pgettext 2010-06-26 03:16:31 +03:00
Ilkka Ollakka ae74559c72 ts-mux: repeat sps/pps on keyframes, should fix h264/ts streaming issues (hopefully) 2010-06-26 01:51:47 +03:00
Adrien Maglo a1aae98ac6 Qt/EPG: set word wrap true for the tittle QLabel. 2010-06-25 22:00:25 +02:00
Jean-Baptiste Kempf aeb4a8149b Contribs: update libmodplug to 0.8.8.1
This closes #3793 and #3779
2010-06-25 18:27:51 +02:00
Jean-Baptiste Kempf c1ba81aeb1 Add jp2k fourCC 2010-06-25 11:34:41 +02:00
Jai Menon df8768da3e JPEG 2000 decoding support.
Adds a JPEG 2000 fourcc and hooks it up to the libavcodec decoder.
Also add an alias to 'mjp2' which is used to pack JPEG 2000 in MOV
by Final Cut Pro etc.
2010-06-25 11:22:05 +02:00
Jean-Baptiste Kempf 3eeacf09e7 Fix symbols after [a8fbe67ffb] 2010-06-25 11:18:31 +02:00
Rémi Denis-Courmont 51304fe91b LUA: make one byte room for the nul terminator after iconv() 2010-06-25 08:07:01 +03:00
Rémi Denis-Courmont 78d1d1105b subtitles: make the default character set value explicit 2010-06-25 07:45:23 +03:00
Rémi Denis-Courmont 4b85979a1c Spell preferred 2010-06-25 03:09:51 +03:00
Jean-Baptiste Kempf bd2035ebca DxVA2: CoTaskMemFree can be used correctly now. 2010-06-25 01:12:13 +02:00
Ilkka Ollakka e7aff502e2 Qt4: constify 2010-06-24 22:56:18 +03:00
Ilkka Ollakka 568e55553d Qt4: constify currentIndex() and find* helpers, remove CACHE in findInner 2010-06-24 22:56:17 +03:00
Ilkka Ollakka eb2da50b47 Qt4: don't cache current
reverts 0455f98598 and 7cdb0761b2
2010-06-24 22:56:17 +03:00
Ilkka Ollakka f9fe9f2944 Qt4: check that index.isValid too 2010-06-24 22:56:17 +03:00
Rafaël Carré bed0b78014 audio filters: display input/output formats when conversion fail 2010-06-24 21:51:10 +02:00
Jai Menon 8030810019 AVFormat Demuxer : Set fourcc based on source container.
This is required for those containers which mux the
AVCDecoderConfigurationRecord as private/extra data
so that the AVC packetizer works correctly.

This should close #2850

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-06-24 13:53:56 +02:00
Jai Menon 1afc9d6656 AVFormat Demuxer : Set video ES frame rate.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-06-24 12:20:25 +02:00
Rémi Denis-Courmont 19a50f5df3 Spell "separate" 2010-06-24 04:37:32 +03:00
Rémi Denis-Courmont 277fd0e2ea Spell "connection" 2010-06-24 04:37:23 +03:00
Rémi Denis-Courmont 62f23806d2 Missing const 2010-06-24 03:19:32 +03:00
Rémi Denis-Courmont b83f330408 Libvlc: bump SO minor version 2010-06-24 03:18:25 +03:00
Frank Enderle a8fbe67ffb Add adjust filter features to libvlc_media_player/libvlc_video
This patch exposes the adjust module to libvlc_media_player/libvlc_video
and adds a frequently requested featureset: to manipulate brightness,
contrast, gamma, saturation and hue through libvlc. The patch introduces
a new set of functions analogous to
libvlc_video_{get,set}_{marq,logo}_*, hence the use of the function set
should be self explanatory.

New Functions:

* value = libvlc_video_get_adjust_int( p_mi, option );
* libvlc_video_set_adjust_int( p_mi, option, value );
* value = libvlc_video_get_adjust_float( p_mi, option );
* libvlc_video_set_adjust_float( p_mi, option, value );

New Options:

* libvlc_adjust_Enable
* libvlc_adjust_Contrast
* libvlc_adjust_Brightness
* libvlc_adjust_Hue
* libvlc_adjust_Saturation
* libvlc_adjust_Gamma

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-06-24 03:16:22 +03:00
Ilkka Ollakka 7cdb0761b2 Qt4: reset current_index cache sametime as i_cache_id 2010-06-23 15:09:53 +03:00
Ilkka Ollakka 53849a6eb7 Qt4: cosmetic 2010-06-23 14:37:59 +03:00
Ilkka Ollakka e7fcaab6ff Qt4: add check if current isValid() 2010-06-23 14:37:30 +03:00
Ilkka Ollakka 0d9ca0e07c Qt4: highlight nodepath to current item on icon_view
Shows user where the current input is on icon_view with tree-mode.
2010-06-23 12:52:27 +03:00
Ilkka Ollakka 0455f98598 Qt4: cache currentItem index
Not sure if it's the best way, but this enables
to show the current item even when input is stopped.
2010-06-23 12:52:27 +03:00
Rémi Denis-Courmont 15745ba514 HTTP interface: fix ! operator (fix #3768) 2010-06-23 07:56:07 +03:00
Ilkka Ollakka 91e56a1ea8 lua: add vlc.strings.iconv to use vlc_iconv, shouldn't eat kittens
Not sure if I remembered to do all the checks needed for errors, but
works for me ok.
2010-06-22 22:42:00 +03:00
Ilkka Ollakka e352b7d597 add sd for katsomo.fi
Not added to makefiles, as katsomo.fi hasn't responded yet.
2010-06-22 22:41:38 +03:00
Ilkka Ollakka 324d2591c8 update katsomo lua-script
uses vlc.strings.iconv to get correct encoding
2010-06-22 22:41:33 +03:00
Sébastien Escudier 1d4c5a496b Fix a crash in live555 demuxer on close.
We must first close the stream before deleting the tracks, because tracks can be used in StreamClose callback.
This crash could only happen in recents version of live555 library.
2010-06-22 15:28:30 +02:00
Rafaël Carré 6f81ceb158 Fix luac detection error case
ac_cv_path_XX only caches positive results, not failures
2010-06-22 08:33:03 +02:00
Joseph S. Atkinson e06d5fd0dd file.c: Typo fix
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
2010-06-22 08:20:55 +02:00
Pierre Ynard b028610a03 Fix version number in NEWS 2010-06-21 16:39:08 +02:00
Rémi Denis-Courmont 9922f5d345 make distcheck: bypass kde4-config
distcheck uses --prefix instead of DESTDIR :(
2010-06-21 03:07:49 +03:00
Jean-Baptiste Kempf 6ff44239c2 Win32: fix danish package 2010-06-21 00:55:36 +02:00
Michał Trzebiatowski ba55b25a88 nsis: Polish update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-06-20 23:24:09 +01:00
Adrien Maglo 16967781bf Qt/EPG: Set the EPGView start time correctly. 2010-06-20 22:36:17 +02:00
Adam Hoka 0c55b2d8d2 V4L2 on NetBSD
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-06-20 20:13:27 +03:00
Rémi Denis-Courmont 62a73f7d2d Use fstatvfs where usable (BSD) - fixes #3762 2010-06-20 19:57:42 +03:00
Jakob Leben b24d9e0fdf indentation 2010-06-20 15:23:30 +02:00
Jakob Leben afbc7600a3 playlist_NodeRemoveItem(): set item's parent to NULL 2010-06-20 15:23:29 +02:00
Jakob Leben 56c70401a2 merge playlist_DeleteItem() functionality into playlist_NodeDelete()
...omitting b_stop argument, because it is true in all use cases.
2010-06-20 15:23:29 +02:00
Ilkka Ollakka 72be2e48e3 Qt4: change comment on littlebit closer to the code 2010-06-20 13:41:30 +03:00